Which MNI brain is used for the fsaverage aseg?

No MNI brain is used for fsaverage. It was developed in 1999 prior to the MNI 152 template in 2001, so it’s its own space. Many people who use FreeSurfer’s pipeline are interested in transforming their parcellation/annotations to a surface. In AFNI/SUMA, we take advantage of FreeSurfer’s registration to the FSaverage on a spherical surface by transforming all the surfaces and corresponding data annotations and parcellations to a common standard mesh. Using @SUMA_Make_Spec_FS with a selection of a standard mesh surface definition provides nodewise correspondence across all subjects.

For surface analysis, that is all that is typically required. To go between MNI in the volume and the standard mesh, you can map from surface to volume spaces. You can map for a particular subject’s surface to their own volume or from a surface generated for the MNI 2009c asymmetric template (generated by @ptaylor) to that template as a volume. This method allows any FS registered dataset to be remapped to any subject or template for which FS has generated a surface and particularly the sphere.reg dataset.

The MNI surface for MNI 2009c asymmetric template is stored here:
https://afni.nimh.nih.gov/pub/dist/tgz/suma_MNI152_2009.tgz

We have used this method to transform datasets from HCP’s Contee through FSaverage space into MNI. A method to transform the HCP Glasser atlas is described here using this method.

https://afni.nimh.nih.gov/afni/community/board/read.php?1,160996,160996

Briefly, we use @surf_to_vol_spackle to map data from the 2009c surface into the cortical ribbon mask or a dilated version of that maks. The program fills the mask first along the projection lines between the pial and the smoothwm surfaces and then fills remaining voxels with a non-zero mode value in a neighborhood around each voxel.

1 Like