-
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
Unrecognized field name "pnts" #74
Comments
Hi, thanks for your report. I just tested the connectivity estimation with CS, aCOH and MIM myself and I did not run into any issues. To help us reproduce the error, can I ask you for two things:
|
It worked, I was using the wrong code I had modified to run pop_roi_activity on snippets, some months ago because it wasn't work properly. Is it necessary to always downsample to 100 Hz for ROIconnect? |
The last question is something for @stefanhaufe or @arnodelorme to answer. |
I successfully computed power at brain area level, but get this error for connectivity. I tried CS, aCOH, MIM. Same for snippets mode. 128-channel EEG data, sampling rate of 128 Hz, segmented 2-s epochs.
EEG.roi.pnts does not exist for some reason.
Just did a pull to make sure I had latest version.
Error in roi_connect (line 151)
conn_mult = data2spwctrgc(source_roi_data, EEG.roi.pnts, g.morder, 0, g.naccu, [], tmpMethods2, [], 'freqresolution', g.freqresolution);
Error in pop_roi_connect (line 344)
EEG = roi_connect(EEG, 'morder', g.morder, 'naccu', g.naccu, 'methods', g.methods,'freqresolution', g.freqresolution, 'roi_selection', g.roi_selection);
The text was updated successfully, but these errors were encountered: