-
Notifications
You must be signed in to change notification settings - Fork 27
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
MultiRegistration::loadMovables: voxel size is different for EPI data during SYN SDC #255
Comments
Update: It turns out that in one scan has a different voxel resolution (3X3X3.3) than the other acquisition, and the subjects who do not have that scan are the ones succeeding. |
@effigies, do you know whether this is expected from |
Yes, we had to add in the conform interface for anatomicals (nipreps/fmriprep#545) to handle this. (In nipreps/fmriprep#601, we limited the up-sampling to <3x.) |
We can probably just select the highest resolution (or most numerous resolution) BOLD files and drop the others. Splitting by field strength would probably also make sense, so if we have a 7T high-res fMRI we should get a different estimated fieldmap from 3T. |
I get the same error after adding a |
We're having this issue as well.
Is there any possible temporary workaround? |
Hi @dmd, I work around this by creating mini BIDS directories consisting of single subjects and single tasks, and then passing that in as the BIDS root directory. That is, these temporary files have just |
Thanks, we'll try that. |
What happened?
Error during SYN SDC (node is named
epi_merge
). Crash is not isolated to any participant in particular, as most subjects fail (but a few make it to the end without errors; hard to find differences in these few subjects). This issue looks similar to previous reports on T1 images (#538, nipreps/fmriprep#599, nipreps/fmriprep#777).What command did you use?
What version of fMRIPrep are you running?
21.0.0rc2
How are you running fMRIPrep?
Singularity
Is your data BIDS valid?
Yes
Are you reusing any previously computed results?
FreeSurfer
Please copy and paste any relevant log output.
Additional information / screenshots
The correct native resolution for all BOLD images are 3X3X3.6.
The text was updated successfully, but these errors were encountered: