Skip to content

Tags: OxWearables/stepcount

Tags

v3.12.0

fix: change argparse type int -> float

v3.11.4

fix: remove trailing comma in argparse help messages

v3.11.3

fix: early exit if no data to process

v3.11.2

fix: fix wrong wear time calculation

v3.11.1

fix: fix wrong wear time calculation (missing brackets)

v3.11.0

feat: add option to set start and end times to trim the data before p…

…rocessing

Command-line options, `--start` and `--end`, to allow the user to specify a start and end time to trim the data to be processed.

v3.10.2

refactor(collate-outputs): use -i daily, hourly, bouts, ... to specif…

…y types of files to collate

Also other cleanups like code dedup.

v3.10.1

feat: add new fields WearStartTime and WearEndTime; refactor wear tim…

…e and coverage logic

- Refactored wear time stats and coverage logic into a new function: summarize_wear_time.
- Added WearStartTime and WearEndTime fields to indicate start and end of actual wear.

v3.10.0

feat: add functionality to plot time series of steps

v3.9.1

fix(summarize_bouts): avoid in-place modification of input variable