Dear colleagues,
I appreciate developers’ dedication. I am working with Actigraph data for children using GGIR 3.2-6 and R 4.40. Nap periods are not detected. I decided to visually determine nap periods using CSV sib_reports and PDF visual reports and modify metafiles in ms5.outraw. I have concerns about potential mistakes from my manual work.
1. Sib_repots use UTC timezone, but other POSIXct variables use our local JST (+09:00), as seen in output timestamps.
2. Outbed and inbed times must be put on the day before in a CSV file. For example, the first inbed and outbed time was recorded in the day-1 evening and day-2 morning, respectively, hand-written by parent, which should be transferred to day 0 and day 1 of sleep-log CSV files. It is possible that sleep detection is based on a noon-noon window. Is it a time-zone problem?
Can I address these concerns by adjusting parameters, other than setting cofigtz = “” as default? Both of PCs, and devices were set with a local timezone.
Masayuki Okuda, Japan
Actigraphs were set to record acceleration from AM12:00 of day 1 and attached to participants in the day-1 morning.
Input Sleep-log.csv
ID DI_date D1_outbed D1_inbed D2_date D2_outbed
ID001 2024/1/29 (blank) 22:10 2024/1/30 7:40
Results in sib_report_ID001.csv
ID type start end duration
ID001 bedlog 2024-01-30T13:10:00Z 2024-01-30T22:40:00Z 570
at JST +0900 2024-01-30 22:10:00 2024-01-31 07:40:00
--
You received this message because you are subscribed to the Google Groups "R package GGIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to RpackageGGIR...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/RpackageGGIR/019c56b1-99bc-47e2-a5ea-434422382831n%40googlegroups.com.
Hi, Vincent,
Thank you for your valuable information.
I have read the abstract of ISBNPA 2025 and seen a visual report screenshot attached. It represents excellent work. Unfortunately, a member of our collaborating team from Wollongong University was not involved.
I am looking forward to the next release using local timezone.
I also appreciate your advice. The parameter “possible_nap_dur” instead of “possible_nap_duration” worked to detect nap. I will utilize a 5-second epoch, which seems better in comparison.
Sincerely,
Masayuki