An application for digitizing ECG scans. (OSU Capstone Project 2020-21)
See ecgdigitize for the library implementing the grid and signal digitization. Cite published manuscript: J. D. Fortune, N. E. Coppa, K. T. Haq, H. Patel and L. G. Tereshchenko. Digitizing ECG image: a new method and open-source software code. Computer Methods and Programs in Biomedicine 2022 Pages 106890. DOI: https://doi.org/10.1016/j.cmpb.2022.106890 https://www.sciencedirect.com/science/article/pii/S0169260722002723
With help from:
This application allows digitizing paper ECG image scans, such as this one:
To produce digital signals, like these:
Download the latest release here.
Read the user guide here
Follow the set-up instructions:
You should now have:
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 may need to run:
py -3.6 -m fbs run
This will start the interpreted version of the project.
In order to create an executable that can be distributed, run:
fbs build
Or, on Windows, you may need to run:
py -3.6 -m fbs build
This only builds an executable targeting the current OS (i.e., virtualization or multiple machines is necessary to produce builds for each OS).
View the issues list to see what tasks are available to work on.
The project currently requires Python 3.6.7
to work with fbs
(see 3.7 support issue).
frozen
.See our sprint documents here.
Julian Fortune, Natalie Coppa, Kazi T Haq, Hetal Patel, Larisa G Tereshchenko. Digitizing ECG image: new fully automated method and open-source software code. medRxiv 2021.07.13.21260461; doi: https://doi.org/10.1101/2021.07.13.21260461
see file digitizing_validation Stata code.do. See manuscript(peprint above) for the detailed description of statistical methods.