External Email - Use Caution
I used --regheader to move PET to T1.mni152reg in mri_vol2vol as follows:mri_vol2vol --mov PET.nii.gz --mni152reg --targ $FSL_DIR/data/standaard/MNI152_2mm_brain.nii.gz --o PET_MNI.nii.gzthis command moved PET to MNI but it crop the image and the orientation is not MNI so Ima not sure what I am doing wrong. Any highlights are appreciated.My understanding is to move PET to MNI, I need to move PET to T1 then move T1 to MNI the merge the two matrices PET2T1 and T12MNI finally apply warp of PET using this merged matrix but I don't know how I can do it in Freesurfer (if correct).Thanks for any advice.JohnWhy did you use --regheader in vol2vol? You will probably need to do a registration (mri_coreg). Did you check the mni152 reg?On 2/26/19 10:01 AM, john Anderson wrote:
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐On Tuesday, February 26, 2019 10:01 AM, john Anderson <John.anderso@protonmail.com> wrote:Dear FS experts,I would like to move PET image to MNI152. What is the correct command to do so. I triedmri_vol2vol --mov PET.nii.gz --s subjID --targ $SUBJECTS_DIR/subjID/mri/orig.mga --regheader --o PET_T1.nii.gzmni152reg --s subjIDthenmri_vol2vol --inv --targ PET_T1.nii.gz --mov $FSL_DIR/data/standard/MNI152_T1_2mm_brain.nii.gz --o PET_T1_2MNI153_2mm.nii.gz --interp nearest --reg $SUBJECTS_DIR/subjID/mri/transforms/reg.mni152.reg.datI still not happy with thresults. PET not perfectly moved to MNI.please are the steps above correct? Can you kindly suggest any ideas to improve PET registration to MNI?ThanksJohn