From a30b50526826b8dc90be258b427092eacd0d93db Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:44:33 -0600 Subject: [PATCH] and update readme --- README.md | 2 +- src/ecg_analysis/analyze_ecg.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe329df..59751da 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ options: --location LOCATION, -l LOCATION Input location file (default: None) --axislimit AXISLIMIT, -a AXISLIMIT - Maximum axis value for plots(seconds) (default: 1.0) + Maximum axis value for Poincaré plots(seconds) (default: 1.0) --threshold THRESHOLD, -t THRESHOLD SDΔRR warning threshold(msec) (default: 50) ``` diff --git a/src/ecg_analysis/analyze_ecg.py b/src/ecg_analysis/analyze_ecg.py index b63600c..6c7c333 100755 --- a/src/ecg_analysis/analyze_ecg.py +++ b/src/ecg_analysis/analyze_ecg.py @@ -228,7 +228,7 @@ def main(): "--axislimit", "-a", type=float, - help="Maximum axis value for plots(seconds)", + help="Maximum axis value for Poincaré plots(seconds)", default=DEFAULT_AXIS_LIMIT ) parser.add_argument(