fix_ppg_peaks_artifacts.py
Pre-release
Pre-release
·
1 commit
to main
since this release
Overview:
This script implements a Dash-based web application for correcting peaks, arrhythmias, and artifacts, in photoplethysmogram (PPG) data.
It provides an interactive interface for uploading PPG data files, visualizing them, manually correcting identified peaks, and saving the corrected data along with updated HRV statistics.
Usage:
- Activate the appropriate Python environment that has the required packages installed.
For Conda environments:conda activate nipype - Run the script from the command line: python fix_ppg_peaks_artifacts_revX.x.py --save_dir "/path/to/your/save/directory"
- The script automatically opens a web interface in the default browser where users can upload, correct, and save PPG data.
- Use control-c to stop the server and exit the application when finished with corrections and file saving.
What's Changed
- pull merge by @PAmcconnell in #1
New Contributors
- @PAmcconnell made their first contribution in #1
Full Changelog: https://github.com/PAmcconnell/physio_stats/commits/proof-of-concept