actigraph / GT3X-File-Format

Documentation of the ActiGraph .gt3x file format
MIT License
22 stars 7 forks source link

Does GT3X file log the idle.sleep.mode setting? #22

Closed vincentvanhees closed 2 years ago

vincentvanhees commented 2 years ago

Am I correct to conclude that the GT3X file does not log whether idle.sleep.mode was turned on or off?

At the moment I scan the file for timestamp gaps larger than 5 seconds, which I then use as a crude indicator of whether idle.sleep.mode was turned on.

If not, then it would be good if you could add this in future updates of the file format as it would provide a more complete description of the data and it would ease processing the files (knowing how much memory to allocate). Further, it may be good if you could store the number of samples (data points) in a file, which in combination with start-end time would also provide insight into the degree of timegaps.

Thanks

angerhang commented 2 years ago

I had experienced similar issues with GT3X especially for firmwares < 2.5.0. I would second @vincentvanhees 's view on this.

angerhang commented 2 years ago

Just look up the contributors's current affiliations. It seems that all of them left Actigraph already and no one seems to be maintaining this repository anymore. It would be good to give the community a sense of how would be the new point of contact? @jmaygarden @rdefour19 @jmaygarden @blitzxion

vincentvanhees commented 2 years ago

Just look up the contributors' current affiliations. It seems that all of them left Actigraph already

@m-patterson-wearable recently joint @actigraph => Matt, would you mind forwarding this message to the relevant person within ActiGraph?

I think, it would really help if Actigraph could continue to maintain this repository. There are a number of Actigraph data format variations and it would be great if we could work towards a central code base that can handle all of them. It may even be worth trying to establish a central C++ code library for this to be used as dependency in both Python and R packages.

izmirlig commented 2 years ago

I have an R project in with kernel in plain C for reading in firmware versions 2.5.0 and 3.1.0 if anyone's interested.

From: Vincent van Hees @.> Sent: Monday, June 13, 2022 1:36 PM To: actigraph/GT3X-File-Format @.> Cc: Subscribed @.***> Subject: [EXTERNAL] Re: [actigraph/GT3X-File-Format] Does GT3X file log the idle.sleep.mode setting? (Issue #22)

Just look up the contributors' current affiliations. It seems that all of them left Actigraph already

@m-patterson-wearablehttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fm-patterson-wearable&data=05%7C01%7Cizmirlig%40mail.nih.gov%7C59d930d107b44d79ce0808da4d633e9b%7C14b77578977342d58507251ca2dc2b06%7C0%7C0%7C637907385891963965%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=74C8Lk7MT5T0Q%2B4NOJ%2FPGXCaH7RSY%2FBdHXbf3ljm7RA%3D&reserved=0 recently joint @actigraphhttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Factigraph&data=05%7C01%7Cizmirlig%40mail.nih.gov%7C59d930d107b44d79ce0808da4d633e9b%7C14b77578977342d58507251ca2dc2b06%7C0%7C0%7C637907385891963965%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=TKjEbkFSN8LltN6AJDjgo5zfE2hrfGcZhN6JvhGNiUI%3D&reserved=0 => Matt, would you mind forwarding this message to the relevant person within ActiGraph?

I think, it would really help if Actigraph could continue to maintain this repository. There a number of data format variations and it would be great if we could work towards a central code base that can handle all of them. It may even be worth trying to establish a central C++ code library for this to be used as dependency in both Python and R packages.

- Reply to this email directly, view it on GitHubhttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Factigraph%2FGT3X-File-Format%2Fissues%2F22%23issuecomment-1154197280&data=05%7C01%7Cizmirlig%40mail.nih.gov%7C59d930d107b44d79ce0808da4d633e9b%7C14b77578977342d58507251ca2dc2b06%7C0%7C0%7C637907385891963965%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=GucpLB0vQFIoLhDXaMdQgoWTlSjmh%2Bsbxs2Wle05%2Feg%3D&reserved=0, or unsubscribehttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACTUYX3PDWAZWRDGWSMSKXDVO5WRNANCNFSM5XESISCQ&data=05%7C01%7Cizmirlig%40mail.nih.gov%7C59d930d107b44d79ce0808da4d633e9b%7C14b77578977342d58507251ca2dc2b06%7C0%7C0%7C637907385891963965%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ZBJiG35hIMEySoxPezD5BxdmzIVSe%2F9ObsyKWnkVfkk%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>> CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and are confident the content is safe.

angerhang commented 2 years ago

I have an R project in with kernel in plain C for reading in firmware versions 2.5.0 and 3.1.0 if anyone's interested. From: Vincent van Hees @.> Sent: Monday, June 13, 2022 1:36 PM To: actigraph/GT3X-File-Format @.> Cc:

Sure can you share a Github link somewhere?