romainVala / matvol

batch scripting files for neuroimaging
Apache License 2.0
4 stars 5 forks source link

input roi order is not conserved #97

Closed LisObk closed 1 year ago

LisObk commented 1 year ago

https://github.com/romainVala/matvol/blob/62f16def2cbe3ae48a42534e442bde7df52664bc/SPM/firstlevel/job_timeseries_to_connectivity_matrix.m#L117

solution : [~,~,idx_roi_in_netwok] = intersect(n.roi, ts_data.ts_table.abbreviation, 'stable')

benoitberanger commented 1 year ago

solved by #98