neurogeriatricskiel / NGMT

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

Structure Info #49

Closed JuliusWelzel closed 3 months ago

JuliusWelzel commented 4 months ago

I wanted to load plain '.csv' data with the new dataclass. I was wondering if we should give a more detailed way of providing the subject info, organized as in e.g. BIDS? This could be a dict or df with some minimal requirements if initiated? https://github.com/neurogeriatricskiel/NGMT/blob/e23d323f2abefca00f3cbe3a6f8bb7a55a253286/ngmt/utils/data_classes.py#L42

rmndrs89 commented 3 months ago

There is now a minimal example provided by @JuliusWelzel