sccn / roiconnect

ROI connectivity analysis in EEG
39 stars 17 forks source link

roi_plotbrainmovie #45

Closed nguyen-td closed 7 months ago

nguyen-td commented 1 year ago

When running the test pipeline, I get an error in the last line https://github.com/sccn/roiconnect/blob/7a355029ba421d824e444c69dffe62244140cdd3/test_pipes/pipeline_connectivity.m#L51

Error using struct
Duplicate field name "nodeColorDataRange"

Error in brainmovie3d_causal (line 245)
    g=struct(varargin{:});

Error in roi_plotbrainmovie (line 120)
brainmovie3d_causal( ersp, ersp, array, array, 1, 1, [1:length(ersp)], ...

Error in pop_roi_connectplot (line 495)
            roi_plotbrainmovie(matrix, 'cortex', EEG.roi.cortex, 'atlas', EEG.roi.atlas, g.plot3dparams{:});

Any idea why this happens?