-
Notifications
You must be signed in to change notification settings - Fork 26
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
Processing native-resolution runs with different voxel sizes will fail #1069
Comments
I'm not sure what the best way to handle this is. Here are a few options:
|
@mattcieslak proposed initially warping the atlases with ANTs to the highest resolution available (not sure if you meant 1 mm3 or the highest resolution of the available runs) and then relying on Nilearn's maskers' resampling capability to do the final resolution-based resampling. |
I say we raise an error for the immediate future and then figure out a better strategy later. |
Summary
When processing multiple runs in the same standard space (MNI152NLin2009cAsym) with the native BOLD resolution, if the different runs have different native resolutions (in this case, 1.625 x 1.625 x 3.992 mm voxels in one run and 1.625 x 1.625 x 3.99 mm in another), then XCP-D will fail with the following error:
This was originally brought up in this NeuroStars post.
The text was updated successfully, but these errors were encountered: