sccn / roiconnect

ROI connectivity analysis in EEG
39 stars 17 forks source link

New options not added to uilist causing error in pop_roi_connect #52

Closed edwardwl closed 1 year ago

edwardwl commented 1 year ago

Hello,

I think 'cCOH', 'aCOH', 'iCOH' have not been added to the uilist in pop_roi_connect and are causing errors on lines 140-142.

%if out.ccoh,   methods = [ methods { 'cCOH' } ]; end
%if out.acoh,   methods = [ methods { 'aCOH' } ]; end
%if out.icoh,   methods = [ methods { 'iCOH' } ]; end
99KHayes commented 1 year ago

This is what we found too, we were able to workaround by not using the GUI

nguyen-td commented 1 year ago

Thanks a lot for reporting. When I introduced the new methods cCOH, aCOH and iCOH I only tested them through the command line so it is indeed a GUI issue. I will provide a fix by next week!

nguyen-td commented 1 year ago

Should be fixed now with #51. Please reopen if the error still persists.