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

Schaefer_2018 atlas MNI152 space #46

Open
mobraine opened this issue Feb 8, 2023 · 1 comment
Open

Schaefer_2018 atlas MNI152 space #46

mobraine opened this issue Feb 8, 2023 · 1 comment

Comments

@mobraine
Copy link

mobraine commented Feb 8, 2023

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)

@rubykong
Copy link

rubykong commented Apr 4, 2023

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

No branches or pull requests

2 participants