-
Notifications
You must be signed in to change notification settings - Fork 17
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
New features in roi_activity and pop_roi_connect + minor changes #14
Conversation
sample: EEG = pop_roi_connect(EEG, 'methods', { 'TRGC', 'MIM' }, 'snippet', 'on');
…_roi_connectplot to roi_connect
pull from upstream
pull from upstream
add fooof option
merge from upstream
merge from upstream
- gc/trgc now computed via data2strcmim - finished snippet analysis
Changes look good, but 'foof' and 'foof_range' are not documented. Also about the Snippet calculation, is it equivalent to extracting 2 second epochs. pop_roi_activity was already extracting 2 second segments automatically (although it was also modifying the current dataset which is not necessarily ideal. |
Hi Arno, about the snippet analysis: No, it is not equivalent to the epoching. We discovered that the whole data length imposes a bias on the connectivity estimate. We therefore recommend using the same data length (i.e. snippet length, default = 1 minute) for all conditions that should be compared. |
Merge pull request #14 from Hiyeri/master
Merge pull request #20 from Hiyeri/master
Major changes can be found in the slides attached
Gitpull_29092022.pdf
Test pipeline
tdn_test_pipeline.txt