History of AFNI updates  

|
February 24, 2021 01:34PM
Hi, Dane-

When you think of an atlas, you can never think of it in isolation. It is *always* tied to a particular space, or more specifically template.

The standard Brainnetome and Glasser atlases can *only* be overlaid and used on the MNI template (probably specifically the MNI 2009c, as you note, because "MNI" has become a family of spaces, grids and templates).

The voxel dimensions and matrix dimensions of the Brainnetome and MNI_Glasser* atlases appear to be:
$ 3dinfo -ad3 -n4 -prefix BN_Atlas_246_1mm.nii.gz MNI_Glasser_HCP_v1.0.nii.gz 
1.000000	1.000000	1.000000	182	218	182	1	    BN_Atlas_246_1mm.nii.gz
1.000000	1.000000	1.000000	256	256	256	1	MNI_Glasser_HCP_v1.0.nii.gz

The Glasser atlas matches the MNI template well, but the grid dimensions are a bit different than MNI2009c. To make it match better the @SSwarper base volume MNI, I once ran:
3dZeropad -master MNI152_2009_template_SSW.nii.gz -prefix MNI_Glasser_HCP_v1.0_LPI_2009c.nii.gz MNI_Glasser_HCP_v1.0_LPI.nii.gz
3drefit -copytables MNI_Glasser_HCP_v1.0.nii.gz MNI_Glasser_HCP_v1.0_LPI_2009c.nii.gz
3drefit -cmap INT_CMAP MNI_Glasser_HCP_v1.0_LPI_2009c.nii.gz
... where the 3drefits are to copy of the labeltables and then to make the default colorbar be "integer"y, respectively.

The BN_Atlas_246_1mm.nii.gz appears to mostly match the MNI*2009c* well, but at the edges it seems a bit "rounded in", oddly.

Re. Q1) Yes.

Re. Q2) It would be non-optimal re warp all functionals from TT27 space to MNI space, because they have already been re-gridded once from their native space, and warping them all again would smooth them additionally. It would be better to use the appropriate MNI template as a reference base for the dsets directly (e.g., make it the template base in @SSwarper for skullstripping and nonlinear warping and then providing that info to afni_proc.py).

Re. Q3) One would want to have a good atlas in that TT27 template space. Offhand, I don't know of one (Daniel might?).
-> One *could* warp one of the MNI templates to TT27 space, and then use it there. One will have to do a bit of regridding and ROI smoothing; that might be better than warping the TT27 space EPI data to MNI, because the ROI voxels are smaller.

--pt
Subject Author Posted

Download an anatomical mask on MNI space Attachments

Dan August 30, 2020 08:21AM

Re: Download an anatomical mask on MNI space Attachments

Daniel Glen August 30, 2020 01:32PM

Re: Download an anatomical mask on MNI space

Dan September 03, 2020 09:19AM

Re: Download an anatomical mask on MNI space Attachments

daanderson February 16, 2021 03:35AM

Re: Download an anatomical mask on MNI space Attachments

Daniel Glen February 16, 2021 01:50PM

Re: Download an anatomical mask on MNI space

Doughboys February 23, 2021 03:44PM

Re: Download an anatomical mask on MNI space Attachments

daanderson February 24, 2021 03:06AM

Re: Download an anatomical mask on MNI space

ptaylor February 24, 2021 01:34PM

Re: Download an anatomical mask on MNI space

Peng Ren April 29, 2021 02:52AM

Re: Download an anatomical mask on MNI space

Daniel Glen April 30, 2021 03:59PM