External Email - Use Caution
I have a couple of questions regarding CVS register. I'm using Freesurfer 7.1 and I want to align some QSM images in order to analyze some sub-cortical structures that are not defined by Freesurfer (red nucleus, substantia nigra). I ran CVS register to register a subject to MNI152 space and the "final_CVSmorph_tocvs_avg35_inMNI152_norm.mgz file was in excellent registration with the mni152 brain, but when I looked at the corresponding aseg file (final_CVSmorphed_tocvs_avg35_inMNI152_aseg.mgz) the general registration was good but it appears to be slightly smaller than the MNI152 brain (see image below), is that to be expected?
[cid:image002.png@01D72BAA.D8C3E330][cid:image004.png@01D72BAA.D8C3E330]
To move the QSM image into MNI space I can use one of the echoes used as the input for the QSM processing to derive the registration between the QSM image and the T1 volume using BBR register to give me a transformation file "qsm2anat.dat". Looking at the documentation it seems I have to use CreateMorph to recreate the morph required to shift the QSM data from freesurfer to MNI space (and I'm a little confused about exactly what the morph final_CVSmorph_tocvs_avg35_inMNI152.m3z actually does). For CreateMorph I'm a little uncertain which of the files shown above I should use for the -in option to CreateMorph and for the -template option do I just specify the brain.mgz from /subjects/cvs_avg35_inMNI152/mri directory? Having created the morph file "my _morph_file.m3z" I could use apply_morph having first transformed the QSM image into freesurfer space, but would it be easier to use mri_vol2vol with the following options:-
mri_vol2vol --targ $FREESURFER_HOME/subjects/cvs_avg35/mri/norm.mgz --m3z $SUBJECTS_DIR/my_subject/cvs/my _morph_file.m3z --noDefM3zPath \ -reg qsm2anat.dat --mov my_qsm_image.nii -out my_qsm_image_in_mni152.nii --interp trilin --no-save-reg
Thanks,
Richard