mad-lab-fau / BioPsyKit

A Python package for the analysis of biopsychological data.
MIT License
39 stars 8 forks source link

question: Time zone for Plot IMU Data #44

Open PhD-GOAT opened 1 year ago

PhD-GOAT commented 1 year ago

as in the example of a package

2019-09-03 01:01:12.001953+02:00

Does the type of time data for writing accelerator data have to be that way?

richrobe commented 1 year ago

Hi @PhD-GOAT!

I am not sure I understand your question correctly but no, the time format of the acceleration data doesn't have to be that way. This is the default display format from a pandas DateTimeIndex.

PhD-GOAT commented 1 year ago

Do really need a start and end point when use the sleep.sleep_processing_pipeline.predict_pipeline_acceleration function in sleep analysis? If have data 24 hours a day, I don't think that include real bedtime and wake-up time there. For example, if took a nap, it seems like it would be included in the analysis.