childmindresearch / actfast

Fast actigraphy data reader
MIT License
0 stars 0 forks source link

GT3X: Actfast returns uncalibrated sensor data #1

Open ReinderVosDeWael opened 3 weeks ago

ReinderVosDeWael commented 3 weeks ago

As reported in https://github.com/childmindresearch/wristpy/pull/87 , there may be an issue with the lux processing. This was asked here: https://github.com/actigraph/GT3X-File-Format/issues/29 , but to this date there has not been a response.

The current implementation is based on this.

nx10 commented 3 weeks ago

Unless the manufacturer provides an updated calibration value table this will be [wontfix]. (Better to report uncalibrated data than wrong data)

It's possible that these sensors are not calibrated at all and the user is expected to measure their own calibration curve per device.

nx10 commented 3 weeks ago

It might however be worth it to provide indicators about units for all measurements so this can be handled programmatically downstream.