Skip to content

Commit 69edb24

Browse files
authored
Merge pull request #17 from tsteven4/work
catch up readme
2 parents 9551e5c + 6307c1f commit 69edb24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If zone(s) are identified a message "Suspicious events found in ..." is printed
2020
The program may not identify zones where evidence of an arrhythmia exists. The program may erroneously identify zones where no arrhythmia occurred. Artifacts in the data may make the program unreliable. The program is not intended to identify all types of arrhythmia. Interpretations of the validity and significance of the results is left to the user and their doctor.
2121

2222
```
23-
usage: analyze_hrv [-h] [--axislimit AXISLIMIT] [--threshold THRESHOLD] src
23+
usage: analyze_hrv [-h] [--axislimit AXISLIMIT] [--threshold THRESHOLD] [--includestopped] src
2424
2525
FIT file HRV analyzer
2626
@@ -33,6 +33,7 @@ options:
3333
Maximum axis value for plots(seconds) (default: 1.0)
3434
--threshold THRESHOLD, -t THRESHOLD
3535
SDΔRR warning threshold(msec) (default: 50)
36+
--includestopped, -i include data while stopped (default: False)
3637
```
3738

3839
## Data Collection

0 commit comments

Comments
 (0)