romainVala / matvol

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

Dev dec2022 #88

Closed benoitberanger closed 1 year ago

benoitberanger commented 1 year ago
benoitberanger commented 1 year ago

new function job_resting_state_connectivity_matrix to compute whole timeseries ROI correlation matrix + 100% matlab (even for filtering), only depends on SPM12 and CAT12 (basic for matvol) + no external dependency + low computation time : all math operations are vectorized, in particular filtering using FFT - memory usage is optimized but still a bit heavy : need to keep the whole 4D bold volume + when the function re-runned, all unnecessary steps will be skipped : typically, re-run when you want to add another atlas - for the moment, it only supports CAT12 atlas + ALFF and fALFF are generated on the fly

TODO : add a plot function