-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sophisticated PEPOLAR schemes are unsupported
error
#2719
Comments
Btw, this simple mentat005/sub-003$ tree
.
|-- anat
| |-- sub-003_acq-MPRAGE_run-1_T1w.json
| |-- sub-003_acq-MPRAGE_run-1_T1w.nii.gz
| |-- sub-003_acq-SPC_run-1_T2w.json
| `-- sub-003_acq-SPC_run-1_T2w.nii.gz
|-- fmap
| |-- sub-003_acq-cmrr2p0isomb3me2TR2095SBRef_dir-PA_run-1_epi.json
| `-- sub-003_acq-cmrr2p0isomb3me2TR2095SBRef_dir-PA_run-1_epi.nii.gz
`-- func
|-- sub-003_task-cmrr2p0isomb3me2TR2095_dir-AP_run-1_bold.json
|-- sub-003_task-cmrr2p0isomb3me2TR2095_dir-AP_run-1_bold.nii.gz
|-- sub-003_task-cmrr2p0isomb3me2TR2095_dir-AP_run-1_sbref.json
`-- sub-003_task-cmrr2p0isomb3me2TR2095_dir-AP_run-1_sbref.nii.gz
mentat005/sub-003$ grep -r IntendedFor
fmap/sub-003_acq-cmrr2p0isomb3me2TR2095SBRef_dir-PA_run-1_epi.json: "IntendedFor": "func/sub-003_task-cmrr2p0isomb3me2TR2095_dir-AP_run-1_sbref.nii.gz" The above only works without error if I change the |
I experience a very similar behavior in fMRIPrep 21.0.1. If one or both AP/PA sbref images are in the I can make it work by copying the sbref files to The problem I have with the second approach is that it requires silly copying of files, and I think having sbrefs in I don't know if the problem arises because one fmriprep does not tolerate both |
What happened?
I like to compute a pe-polar fieldmap from two AP/PA sbref images and apply it to bold images, the same way that is given as an example in this pull request. Here's how the fielmap data looks like:
What command did you use?
What version of fMRIPrep are you running?
21.0.1
How are you running fMRIPrep?
Singularity
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
No
Please copy and paste any relevant log output.
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: