Open Asanto32 opened 1 month ago
@gkiar @vitoetc
Before coming up with technical solutions, is this missing data issue one we want to handle with (flawed) imputations (similar to GGIR) or with data discarding (e.g. set times where this happened to nonwear, discard nights where this happens, etc...)
Feedback from DAIR meeting:
Impute during the time gaps with one of the following three possibilities, for acceleration, expressed as [X,Y,Z]:
Sampling rate based on time gap between samples and effective sampling rate from metadata. Linearly spaced number of samples = (time_gap * meta_data.sampling_rate)
Description
Data with the actigraph watches can be collected with "idle_sleep_mode" = true. This is the case with some of the HBN data. This creates large time gaps in the data (no samples), an initial investigation has shown that our non-wear and sleep detection algorithms fail under these circumstances (or at best, are unreliable). GGIR handles these cases by imputing the data in the time gaps, and then running the processing steps.
Tasks
idle_sleep_mode
dataFreeform Notes
No response