neurogeriatricskiel / NGMT

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

Merge NGMTRecording classes with same tracking systems #85

Open JuliusWelzel opened 1 month ago

JuliusWelzel commented 1 month ago

It should be possible to merge NGMTRecording classes if they have the same tracking system, but different tracked points. When doing so, it should be checked if the data has the same amount of samples and the same sampling rate.

rmndrs89 commented 1 month ago

I have implemented an initial method for that. @JuliusWelzel do you propose to do it differently? If not, then I will also include copies for the events and other stuff.

JuliusWelzel commented 1 month ago

Perfect, please go ahead with events as well!