I am hoping to extract cortical thickness and volume data from FreeSurfer-processed subjects using the HCP-MMP1 atlas (Glasser et al 2016 Nature). I have found many discussions in the email list but I wasn’t able to understand whether this procedure can be reliably done using .annot files.
# Apply Glasser’s 2016 HCP-MMIP1.0 atlas
mri_surf2surf \
--hemi ${hemi} \
--srcsubject fsaverage \
--trgsubject ${id} \
--sval-annot fsaverage/label/${hemi}.HCPMMP1.annot \
--tval ${SUBJECTS_DIR}/${id}/label/${hemi}.HCPMMP1.annot
Then I extracted the stats using this command:
# Extract Thickness and Volume stats
mris_anatomical_stats \
-a ${SUBJECTS_DIR}/${id}/label/${hemi}.HCPMMP1.annot \
-f ${SUBJECTS_DIR}/${id}/stats/${hemi}.HCPMMP1.stats \
-b ${id} ${hemi}