Skip to content
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

Pass a reference affine to fMRIPrep #406

Closed
Tracked by #417
celprov opened this issue Nov 29, 2023 · 0 comments
Closed
Tracked by #417

Pass a reference affine to fMRIPrep #406

celprov opened this issue Nov 29, 2023 · 0 comments
Labels

Comments

@celprov
Copy link
Collaborator

celprov commented Nov 29, 2023

The hcph-dataset images preprocessed by fMRIPrep and casted to MNI152NLin2009cAsym space, do not all have the same affine.

There are two groups of images, the one with affine:
[[ 2.1960001 0. 0. -96.5 ]
[ 0. 2.1960001 0. -132.5 ]
[ 0. 0. 2.20000005 -78.5 ]
[ 0. 0. 0. 1. ]]

and the one with affine:
[[ 2.19799995 0. 0. -96.5 ]
[ 0. 2.19799995 0. -132.5 ]
[ 0. 0. 2.20000005 -78.5 ]
[ 0. 0. 0. 1. ]]

If I understood correctly, we have to pass a reference affine to fMRIPrep when calling it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant