Skip to content

Commit caf0592

Browse files
committed
Update README.md
Fixing missing readme update from previous PR
1 parent 833b9b3 commit caf0592

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ results = orchestrator.run(
8383
)
8484

8585
#Data available in results object
86-
enmo = results.enmo
86+
physical_activity_metric = results.physical_activity_metric
8787
anglez = results.anglez
8888
physical_activity_levels = results.physical_activity_levels
8989
nonwear_array = results.nonwear_epoch
@@ -112,7 +112,7 @@ results_dict = orchestrator.run(
112112
#Data available in dictionry of results.
113113
subject1 = results_dict['subject1']
114114

115-
enmo = subject1.enmo
115+
physical_activity_metric = subject1.physical_activity_metric
116116
anglez = subject1.anglez
117117
physical_activity_levels = subject1.physical_activity_levels
118118
nonwear_array = subject1.nonwear_epoch
@@ -134,7 +134,7 @@ sleep_windows = subject1.sleep_windows_epoch
134134
docker run -it --rm \
135135
-v "/local/path/to/data:/data" \
136136
-v "/local/path/to/output:/output" \
137-
cmidair/wristpy
137+
cmidair/wristpy:main
138138
```
139139
Replace `/local/path/to/data` with the path to your input data directory and `/local/path/to/output` with where you want results saved.
140140

0 commit comments

Comments
 (0)