Hi Liz,

(1) Given that the included MNI template lives in the 1mm isotropic space, the output will also live there. Your two commands seem to be the right for to achieve what you intend to do. 

(2) I suspect there was a dimensionality difference between your fMRI and sMRI images even before the CVS registration was run. You will need to register those two spaces in order to accurately align them. (I am not exactly sure what steps are involved in your FSL preprocessing)

Lilla

From: freesurfer-bounces@nmr.mgh.harvard.edu <freesurfer-bounces@nmr.mgh.harvard.edu> on behalf of Elizabeth Haris <e.haris@unsw.edu.au>
Sent: Wednesday, July 1, 2020 3:20 AM
To: Freesurfer support list <freesurfer@nmr.mgh.harvard.edu>
Subject: [Freesurfer] Bounding box dimensions for mri_cvs_register (MNI space)
 

        External Email - Use Caution        

Hi guys,

 

I have a couple of queries regarding the output dimensions for mri_cvs_register.

 

  1. If I am registering my images to MNI space, can the command give me a 2mm image, or will I only get a 1mm image which I then need to convert into a 2mm? I am currently getting a 1mm image and resampling it to a 2mm image afterwards (for fMRI analysis), using the following commands, and wanted to double check the procedure:
    1. CVS command: mri_cvs_register --mov <subjID> --mni
    2. FSL command:

flirt -in <final_CVSmorphed_tocvs_avg35_inMNI152_norm.nii> \

-ref < final_CVSmorphed_tocvs_avg35_inMNI152_norm.nii > -applyisoxfm 2.0 -nosearch \

-out <subject_MNI_2mm.nii>

 

  1. I also noticed that when I resample the image this way, though its dimensions are 2mm^3 the voxels in the bounding box are different to the voxels in my 2mm^3 functional image preprocessed in FSL (FS: 128^3 vs FSL: 109 91 109).
    1. Is this a problem?
    2. If so, is there a way to rectify this?

 

Many thanks!

Liz