File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8787anglez = results.anglez
8888physical_activity_levels = results.physical_activity_levels
8989nonwear_array = results.nonwear_epoch
@@ -112,7 +112,7 @@ results_dict = orchestrator.run(
112112# Data available in dictionry of results.
113113subject1 = results_dict[' subject1' ]
114114
115- enmo = subject1.enmo
115+ physical_activity_metric = subject1.physical_activity_metric
116116anglez = subject1.anglez
117117physical_activity_levels = subject1.physical_activity_levels
118118nonwear_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
You can’t perform that action at this time.
0 commit comments