Recent Releases of physio_stats
physio_stats - fix_ppg_peaks_artifacts.py
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 fixppgpeaksartifactsrevX.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 https://github.com/PAmcconnell/physio_stats/pull/1
New Contributors
- @PAmcconnell made their first contribution in https://github.com/PAmcconnell/physio_stats/pull/1
Full Changelog: https://github.com/PAmcconnell/physio_stats/commits/proof-of-concept
- Python
Published by PAmcconnell almost 2 years ago