Dear NeuroStars,
I was wondering, why preprocessed EPI images using ica-aroma always lying on 2mm MNI template. I tried several --template-resampling-grid options, but the output EPI was always realigned to 2mm space. (maybe ica-aroma always aligned to 2mm as default?)
Here is the commandline of my fmriprep (1.1.2) runs:
$ singularity run -B <main_dir> <main_dir/fmriprep-1.1.2.simg> <main_dir/bids_dir> <main_dir/output_XX>
participant --participant-label 01 --fs-license-file <$HOME/license.txt> --nthreads 16 --bold2t1w-dof 6 --use-aroma -w <main_dir/work_XX> --write-graph --template MNI152NLin2009cAsym --output-space template --template-resampling-grid XX
where XX was 1mm, 2mm and native for three different runs.
Attached is ica-aroma output with MNI152_2mm_brain.nii.gz.
Thanks in advance!