Hi, I am wondering if fmriprep can handle only one blip file as afni does: " For users who have acquired only a single blip-reversed dataset, the script can still be used by providing the -blip_reverse_dset flag
Thanks
Command used (and if a helper script was used, a link to the helper script or the command generated):
To clarify, do you mean when only, for example, a PA scan was acquired but you only have a AP epi to correct it with SDC? If so I believe the answer is no.
EDIT: Previous statement is incorrect. That is supported.
To be more specific about my problem. Below is my current fmap dir structure. These are blip files in the opposite encoding direction of my functional data. (I adjusted the names so it matches BIDS expected fmaps)
Only for the echo-1 corresponding epi file, I added these to the json:
(I only added the info to the echo-1, under the assumption that only the echo-1 is used for the preprocessing in me)
You are missing the session folder at the beginning of the path. Also IntendedFor will automatically be ignored if any B0Field metadata is provided (even if it is not correct).
We would need to see what your B0FieldSource is for your BOLD data to make sure the linking happened correctly.
I do not do multi echo work so I cannot say if that assumption is correct or not.
As you mentioned, I added ses-01/func/... to the “IntendedFor” (also saw a discussion here: IntendedFor fmriprep).
I removed “B0FieldIdentifier”: “pepolar_fmap0”, since it was throwing an error.
Following a BIDS validator error: I renamed the echo-1 files, and now the fmap directory looks like:
fmap]$ tree
.
├── sub-020_ses-01_dir-PA_epi.json
└── sub-020_ses-01_dir-PA_epi.nii.gz
I think this is correct, because with multi-echo data the suggestion is to use the echo-1 to derive motion correction and distortion correction parameters and apply the transformations to the other echos. In other words, all echos needs to be corrected with the same parameters.