-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combine recordings #717
base: master
Are you sure you want to change the base?
Combine recordings #717
Conversation
hello @rcassani This PR is ready for review. The only things I am not sure are: the events ( how to merge event from multiple file - esp after synchronization there will be a lot of duplicate if we just concatenate the events), and the channel flag. Let me know if you have any questions. I'll try to complete all the PR I have as draft soon :) |
ok i completed my todo list. @rcassani, let me know when you would have time to review this. Let me know if you need an example dataset |
@Edouard2laire, apologies for closing the PR, I was trying to close my comment —duh! |
Hello,
This is the continuation of #660 in the attempt to enhance multimodal data analysis in Brainstorn.
Since, having multiple raw viewer recording with multiple sampling rate is not accessible (#656), i made this process to combine recording and resampling them to the highest frequency.
This allows to make such visualization directly from Brainstorm:
This assume that the signals were synchronized
Todo:
Question:
Better way to merge channels?
I am not sure if the way I am doing is ok; especially if I need to merge headpoints / fiducials ...
How to deal with events ?
Same thing, I am only copying events from the first file ? Should we merge them adding a sufixe to the name to identify the file ?