Brainnetome atlas in non-common space

Hi everyone,

I need Brainnetome atlas at MNI152NLin2009cAsym space.
Is there anyone available? What do you recommend?

Thanks,
Majid

Hi,

You can download the Brainnetome atlas in FSL space (= MNI152NLin6Asym) and convert the files you like to MNI152NLin2009cAsym with the transform MNI152NLin2009cAsym_from-MNI152NLin6Asym available in templateflow:

antsApplyTransforms --float --default-value 0  \
			--input BNA-maxprob-thr0-1mm.nii.gz -d 3 -e 3 \
			--interpolation NearestNeighbor \
			--output BNA-maxprob-thr0-1mm_space-MNI152NLin2009c.nii.gz \
			--reference-image tpl-MNI152NLin2009cAsym_res-01_T1w.nii.gz \
			-t tpl-MNI152NLin2009cAsym_from-MNI152NLin6Asym_mode-image_xfm.h5
1 Like