Hi,
Newbie question....I want to take FreeSurfer labels (from an atlas in fsaverage space) and convert it into a volumetric NIFTI mask. I ran the following command, but I must be missing something because the output is not in the right space (far too posterior):
$FREESURFER_HOME/bin/mri_label2vol \ --label $ll \ --temp $FSLDIR/data/standard/MNI152_T1_2mm.nii.gz \ --reg $FREESURFER_HOME/average/mni152.register.dat \ --fillthresh .5 \ --o $wd/${ll}.nii
Am I perhaps supposed to first create the volumetric file without mapping into MNI space and then use tkregister2?
Thanks in advance for any help or advice! Gina