wadpac / GGIRread

Functions for reading accelerometer data files
https://CRAN.R-project.org/package=GGIRread
Apache License 2.0
5 stars 3 forks source link

readGENEActiv lux data #27

Closed vincentvanhees closed 1 year ago

vincentvanhees commented 1 year ago

In R function readGENEActiv we currently divide by 9 for LUX as that seemed to work for all test data. However, this does not always seem to be correct. To do:

Acceleration columns and timestamps seem to be correct though, so not a major concern as lux is rarely used.

vincentvanhees commented 1 year ago

Now fixed with today's commit https://github.com/wadpac/GGIRread/commit/f5b1c62ecef78ef0a943bdc5aeb679c6bccefcd6 (forgot to tag this issue).