External Email - Use Caution
Dear All, I would like to transform individual wmparc.mgz into MNI space for each of my subjects. I have tried using this command:mri_vol2vol --targ /data/mri/wmparc.mgz --mov /usr/local/fsl/data/standard/MNI152_T1_2mm.nii.gz --inv --reg /usr/local/freesurfer/subjects/fsaverage/mri/transforms/reg.mni152.2mm.dat --o test.mgz
However, when I compare this output file with my FSL normalized functional data (MNI space), they didn't really match well - not a one-to one exact match (orientation slightly different), although the dimension and space are all in MNI 2mm. Do I need to use bbregister or other commands to transform it better? Thanks!Catherine
Use mni152reg to register to the MNI 152 space. Then use mri_label2vol with --seg wmparc.mgz to convert it into mni space
On 04/28/2018 09:28 PM, Rongxiang Tang wrote:
Dear All,
I would like to transform individual wmparc.mgz into MNI space for each of my subjects. I have tried using this command: mri_vol2vol --targ /data/mri/wmparc.mgz --mov /usr/local/fsl/data/standard/MNI152_T1_2mm.nii.gz --inv --reg /usr/local/freesurfer/subjects/fsaverage/mri/transforms/reg.mni152.2mm.dat --o test.mgz
However, when I compare this output file with my FSL normalized functional data (MNI space), they didn't really match well - not a one-to one exact match (orientation slightly different), although the dimension and space are all in MNI 2mm.
Do I need to use bbregister or other commands to transform it better?
Thanks! Catherine
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu