Skip to content

Releases: PAmcconnell/physio_stats

fix_ppg_peaks_artifacts.py

21 Jun 14:05

Choose a tag to compare

Pre-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

New Contributors

Full Changelog: https://github.com/PAmcconnell/physio_stats/commits/proof-of-concept