Summary of what happened:
I am running fmriprep on two different subjects; one with ap/pa spin echo, and one with pa only gradient echo.
For the gradient echo, it works well (and only with one PA because my sequence is in ap), fmriprep does the distortion correction. In the fmap folder I see :
- sub-05_ses-1_task-priming_run-1_dir-pa_epi.nii.gz
- sub-05_ses-1_task-priming_run-1_dir-pa_epi.json
And in the json file it is intended for the task:
- "IntendedFor": ["bids::sub-05/ses-1/func/sub-05_ses-1_task-priming_run-1_bold.nii.gz"]
However, for the spin echo, fmriprep does not do distrortion corrections, and in a the fmap folder I see:
- sub-06_task-priming_run-1_dir-ap_epi.bval
- sub-06_task-priming_run-1_dir-ap_epi.bvec
- sub-06_task-priming_run-1_dir-ap_epi.json
- sub-06_task-priming_run-1_dir-ap_epi.nii.gz
and same for pa:
- sub-06_task-priming_run-1_dir-pa_epi.bval
- sub-06_task-priming_run-1_dir-pa_epi.bvec
- sub-06_task-priming_run-1_dir-pa_epi.json
- sub-06_task-priming_run-1_dir-pa_epi.nii.gz
Both intended for : “IntendedFor”: [“bids::sub-06/func/sub-06_task-priming_run-1_bold.nii.gz”]
Do you have any idea what is happening?
Thank you !!
Version:
24.1.0
Environment (Docker, Singularity / Apptainer, custom installation):
Ubuntu
Data formatted according to a validatable standard? Please provide the output of the validator:
PASTE VALIDATOR OUTPUT HERE
Relevant log outputs (up to 20 lines):
PASTE LOG OUTPUT HERE