Hi NeuroStars,
I’m currently running fMRI Prep v1.2.5 on ME-data with the following flags (see below), but seem to be running into some coregistration issues:
Flag:
module load fmriprep/1.2.5
unset PYTHONPATH
Run fmriprep
fmriprep
–participant-label ${subject}
–output-space {T1w,template}
–t2s-coreg
–mem_mb 80000
–fs-no-reconall
-n-cpus 8
–fs-license-file ${fslicense}
-w ${workdir}
${bidsdir}
${derivsdir}
participant
When checking the coregistration between the 'fung/sub-label_task-label_run-1_space-MNI152NLin2009cAsym_desc-preproc_bold.nii.gz` file and MNI atlas (Asym 2009c; http://www.bic.mni.mcgill.ca/ServicesAtlases/ICBM152NLin2009) they seem to look off. I’ve tried with and without the call for FreeSurfer, and below are the results.
no Freesurfer:
with Freesurfer ( note: "–fs-no-reconall " flag was removed)
I’ve also noted in one of the topics on NeuroStars that the --output-space is space delimited. Therefore, I tried "–output-space Tw template ". Below is the resulting image.
T1_preproc to MNI
Any reason why this could be happening? Happy to share more information if needed
Link to dataset: https://drive.google.com/drive/folders/10gVChvu0kzsuUbYjoSJJzLA12n_91Gub?usp=sharing
Thank you.