Skip to content

Commit

Permalink
and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Apr 30, 2024
1 parent b235345 commit a30b505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down
2 changes: 1 addition & 1 deletion src/ecg_analysis/analyze_ecg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a30b505

Please sign in to comment.