Open tsalo opened 3 months ago
I was playing with using fMRIPost-AROMA ICA outputs with tedana today (successfully, I might add). Two things to note:
--derivatives
. This could involve multiple mixing matrices from different datasets.numpy.allclose
should be enough. Not sure if it's worth it to try to support cases where the mixing matrices are the same, but components are reordered.
Particularly useful for chaining ICA-based denoising methods (e.g., ICA-AROMA, FSL FIX, GIFT).
Related to https://github.com/nipreps/fmripost-aroma/issues/35 and https://github.com/nipreps/fmripost-phase/issues/5.