In fMRIPrep Principal components are estimated after preprocessed BOLD time-series (non-steady-state volumes are censored) and high-pass filtering thepreprocessed BOLD time-series (using a discrete cosine filter with
128s cut-off) for the two CompCor variants: temporal (tCompCor)
and anatomical (aCompCor).
Based on the fMRIPrep code they are concatenating cosine_XX from tCompcor and not from aCompcor. Is the cosine_XX regressors independent of whether they are computed by aCompcor or tCompcor?
Thanks