An application for digitizing ECG scans in python
Paper ECG
An application for digitizing ECG scans. (OSU Capstone Project 2020-21)
See ecgdigitize for the library implementing the grid and signal digitization.
Authors
- Natalie Coppa
- Julian Fortune
- Larisa Tereschenko (tereshch at ohsu.edu)
With help from:
Overview
This application allows digitizing paper ECG image scans, such as this one:
To produce digital signals, like these:
Installation
Download the latest release here.
User Guide
Read the user guide here
Contributing
Follow the set-up instructions:
You should now have:
- Python 3.6.7
- Virtual environment
- All required packages
Reminder: Make sure your virtual environment is running! (this will happen automatically if you are using pyenv
)
You can now run:
fbs run
Or, on Windows, you