You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, thanks for this amazing work! I have a question about the exact MNI152 template used here. I thought MNI152NLin6Asym was used, which has an affine matrix of this:
array([[ 1., 0., 0., -91.],
[ 0., 1., 0., -126.],
[ 0., 0., 1., -72.],
[ 0., 0., 0., 1.]])
Actual situation
But after fetching the Schaefer_2018 atlas, the affine matrix I got is the following:
array([[ -1., 0., 0., 90.],
[ 0., 1., 0., -126.],
[ 0., 0., 1., -72.],
[ 0., 0., 0., 1.]])
I also found the same affine matrix in UK Biobank neuroimaging data, but they mentioned that MNI152NLin6Asym space was used when generating T1 nii images. Could you let me know which MNI152 space was used in Schaefer_2018 atlas? Thank you very much!
Steps to reproduce the issue (optional)
The text was updated successfully, but these errors were encountered:
Expected situation
Hi there, thanks for this amazing work! I have a question about the exact MNI152 template used here. I thought MNI152NLin6Asym was used, which has an affine matrix of this:
array([[ 1., 0., 0., -91.],
[ 0., 1., 0., -126.],
[ 0., 0., 1., -72.],
[ 0., 0., 0., 1.]])
Actual situation
But after fetching the Schaefer_2018 atlas, the affine matrix I got is the following:
array([[ -1., 0., 0., 90.],
[ 0., 1., 0., -126.],
[ 0., 0., 1., -72.],
[ 0., 0., 0., 1.]])
I also found the same affine matrix in UK Biobank neuroimaging data, but they mentioned that MNI152NLin6Asym space was used when generating T1 nii images. Could you let me know which MNI152 space was used in Schaefer_2018 atlas? Thank you very much!
Steps to reproduce the issue (optional)
The text was updated successfully, but these errors were encountered: