neurogeriatricskiel / NGMT

Python based toolbox for processing motion data
https://neurogeriatricskiel.github.io/NGMT/
Other
6 stars 1 forks source link

Where to store subject and tracking system information? #88

Open JuliusWelzel opened 1 month ago

JuliusWelzel commented 1 month ago

Motion-BIDS stores subject and tracking-system information in different .json files. We have in the NGMTRecording class currently only info implemented with three valid keys. Should we allow dictionaries from each tracking system where information about the device is stored?

JuliusWelzel commented 1 day ago

Implement this in the following way:

  1. Rename info attribute to recording_info
  2. combine information from filename (sub-, ses-, tracksys-) and motion.json in the recording_info