Summary of what happened:
The brain mask is incorrectly estimated for some of my subjects. The TPMs (GM/WM/CSF) are also encroaching well beyond the brain into the skull etc
Command used (and if a helper script was used, a link to the helper script or the command generated):
CMD="apptainer run --cleanenv \
-B /home/path-to-project:/data \
${CONTAINER} \
/data/Outputs/BIDS \
/data/Outputs/fmriprep \
participant \
--skip_bids_validation \
--participant-label ${subjID} \
--session-label 01 \
--nprocs 4 --omp-nthreads 2 --mem 15000 \
--fs-license-file /data/Software/license.txt \
--fs-no-reconall \
--ignore slicetiming \
--dummy-scans 4 \
--output-spaces anat MNI152NLin2009cAsym:res-native MNI152NLin2009cAsym:res-2mm \
--skull-strip-t1w force \
--skull-strip-template MNI152NLin2009cAsym \
--skull-strip-fixed-seed \
-w /data/Outputs/fmriprep \
-vvv"
echo "${CMD}"
eval "${CMD}"
Version:
fMRIPrep 25.2.3
Environment (Docker, Singularity / Apptainer, custom installation):
Apptainer
