GENEActiv accelerometer file related to the #120 OxWearables / stepcount issue
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/11557420
下载链接
链接失效反馈官方服务:
资源简介:
An example of .bin file that have an IndexError when processing.
Consider #120 OxWearables / stepcount issue for more details.
The .csv files are 1-second epoch conversions from the .bin file and contain time, x, y, z columns. The conversion was done by:
reading the .bin with the GENEAread R package.
keeping only the time, x, y and z columns.
saving the data.frame into a .csv file.
The only difference between the .csv files is the column format used for the time column before saving:
time column in XXXXXX_....csv had a string class
time column in XXXXXT....csv had a "POSIXct" "POSIXt" class
创建时间:
2024-11-25



