We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hcph-dataset images preprocessed by fMRIPrep and casted to MNI152NLin2009cAsym space, do not all have the same affine.
MNI152NLin2009cAsym
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: