aolabNeuro / aolabNeuro/analyze
events['timestamp'] is nan when data has bmi3d but no ecube data
未关闭
inconsistency
preprocessing
- 主要语言
- Python
- 星标
- 7
- 派生
- 0
- 平均合并
- 22 小时 29 分钟
- 30 天内合并 PR
- 2
描述
When there is a `bmi3d_clock `but no `sync_clock`, ideally `events['timestamp']` should be set to `events['timestamp_bmi3d']`. But in `prepare_bmi3d_v1`, it continues to get set to `events['timestamp_sync']`. In entries without sync data, `events['timestamp_sync']` is all nan. The tabulate functions use `events['timestamp']`, so this field shouldn't be left as nan.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。