Skip to main content

Python ECG toolkit for common ECG dataset format I/O

Project description

pyECG is an opensource Python package which supports read/write of common ECG dataset formats. Current supported formats are:

  1. Physiobank WFDB (.hea/.dat)

  2. iShine-formatted Holter ECG files (.ecg/.ann)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To setup pyECG, you need:

  1. Python 3.6

  2. ishneholterlib ==2017.4.11

  3. numpy==1.16.2

  4. wfdb==2.2.1

Installing

pip install pyECG

Basic Usage

from pyecg import ECGRecord

# To load a wfdb formatted ECG record
hea_path = "/path/to/your/hea/file"
record = ECGRecord.from_wfdb(hea_path)

# To load a ishine formatted ECG record
hea_path = "/path/to/your/ecg/file"
record = ECGRecord.from_ishine(hea_path)

time = record.time
signal = record.get_lead(lead_name)
print(signal.lead_name)

License

Copyright 2019 Michael Tao-Yi Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyECG-0.0.9.1.tar.gz (7.7 MB view details)

Uploaded Source

Built Distribution

pyECG-0.0.9.1-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyECG-0.0.9.1.tar.gz.

File metadata

  • Download URL: pyECG-0.0.9.1.tar.gz
  • Upload date:
  • Size: 7.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for pyECG-0.0.9.1.tar.gz
Algorithm Hash digest
SHA256 e47d99a7005920db8ee4cc4d49bc2600a399f5e12173bb5cac758a4d36a6e7ee
MD5 5652b149229704fc313067b2a45286c7
BLAKE2b-256 3ee13368c7f5ef2f014da4250c291950e85be2a35e38865f37aead96d2436ccf

See more details on using hashes here.

File details

Details for the file pyECG-0.0.9.1-py2.py3-none-any.whl.

File metadata

  • Download URL: pyECG-0.0.9.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for pyECG-0.0.9.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 cdea01f38b65c84c0e69fb1ad4f686bdc61a921a5103d51fdfff1ca8037b7ea2
MD5 21f10c5a1265d34d114c3f2890908b97
BLAKE2b-256 5702edc9b6e6a947bd39b9c84c5cac684353465722659dac300e4e4a80523283

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page