>From the gcaFormat freesurfer wiki page I know that: 
The .gca file is composed of three volumes, which can be extracted like this:

mri_convert atlas.gca -nth 0 means.mgz
mri_convert atlas.gca -nth 1 labels.mgz
mri_convert atlas.gca -nth 2 priors.mgz

where:


Is it possible to go the other way? I want to create the labels.mgz file and the others manually, and turn that into the .gca file with mri_convert.

Can this be done?

Thank you,

Jeff Thompson