sccn / roiconnect

ROI connectivity analysis in EEG
39 stars 17 forks source link

ROIconnect: compute ROI connectivity error #54

Closed tysonperez closed 1 year ago

tysonperez commented 1 year ago

error

Can compute ROI activity but get this error when trying to compute any ROI connectivity measure (e.g. MIM, GC, TRGC) from the GUI. This is only an issue with the newest release of ROIconnect and was not an issue with the older version ROIconnect that we utilized back in May, 2023.

nguyen-td commented 1 year ago

Thanks for the report, it's probably related to #52. We recently replaced the variable "COH" with aCOH (coherence) and further introduced cCOH (complex-valued coherency) and iCOH (absolute value of the imaginary part of coherency) to avoid ambiguity. I tested the new changes from the command line but not from the GUI yet. I aim to provide a fix by next week.

As a workaround, you could keep using the old version or use the command line. If you use the old version, please be aware that "COH" refers to the complex-valued coherency. The documentation erroneously read "coherence".

nguyen-td commented 1 year ago

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