childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Task: Non-wear detection implementation improvements #15

Closed Asanto32 closed 1 month ago

Asanto32 commented 4 months ago

Description

Currently, non-wear detection uses the GGIR algorithm, which is initially calculated over a 15-min resolution. However, we want to export non-wear flag at the same resolution as epoch1 metrics (5s). Currently, we upsample with .interpolate, causing thus it is not actually a boolean False/True value.

Options to change:

Tasks

Freeform Notes

No response