Open
Description
What happened?
I am getting incorrect distortion correction results with the new release of fMRIPrep. Specifically, the new "Alignment between the anatomical reference of the fieldmap and the target EPI" step seems very off:
This generates a bold corrected image with some weird spots and warps:
In a different subject, it is a bit worse:
I am using two spin-echo images with opposite phase encoding directions (AP and PA). This error was not found for version 23.1.2.
Do you have any suggestions? Thank you!
What command did you use?
udocker run \
-v /users3/uccibit/alexsayal/BIDS-BRAINPLAYBACK-TASK2:/data \
-v /users3/uccibit/alexsayal/BIDS-BRAINPLAYBACK-TASK2/derivatives/fmriprep2320:/out \
-v /users3/uccibit/alexsayal/BIDS-BRAINPLAYBACK-TASK2/derivatives/fmriprepwork:/work \
-v /users3/uccibit/alexsayal/freesurfer_license.txt:/licensefile \
fmriprep2320 \
--participant_label $SUBJECT \
--fs-license-file /licensefile \
/data /out participant \
-w /work \
--stop-on-first-crash \
--output-spaces MNI152NLin2009cAsym:res-2 \
--mem=85G \
--skip_bids_validation
What version of fMRIPrep are you running?
23.2.0
How are you running fMRIPrep?
Docker
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
No response
Additional information / screenshots
No response