pyCardiac

Basic toolkits to process Action Potential signals


Keywords
Cardiac, analysis
License
MIT
Install
pip install pyCardiac==1.0.1

Documentation

pyCardiac

Action Potential signals processing and analysis.

Installation

OS X & Linux:

pip install pyCardiac

Usage example

Please see examples directory in current repository.

For more explanations, please refer to the Wiki.

Release History

  • 1.0.1
    • CHANGE: fourier_filter()
    • ADD: calculate_APD() and rescale() exceptions handling
  • 1.0.0
    • ADD: Examples and documentation
    • ADD: All basic functionality

Meta

Dmitrii Smirnov – dmitrii.smirnov@phystech.edu

Andrey Pikunov – pikunov@phystech.edu

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/humanphysiologylab/pyCardiac/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

This file created from here