🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@seanvelasco/ecg

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@seanvelasco/ecg

## Installation

unpublished
latest
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

@seanvelasco/ecg

Installation

npm install @seanvelasco/ecg

Usage

import ECG from "@seanvelasco/ecg"
import fs from 'fs'

const xmlFile = fs.readFileSync("ecg.xml")

const ecg = new ECG(xmlFile)

const image = ecg.plot()

fs.writeFileSync("image.svg", image)

Parsing different XML formats

  • Philips XML
  • Mindray MR XML
  • GE MUSE XML
  • HL7 FDA

Preparing the data

  • reconstitute

  • normalize

  • downsample

Plotting the data

FAQs

Package last updated on 20 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts