Hi Folks
In my dataset each MRI exam is 256*256*180.
I would like to convert wmparc.mgz back to 256*256*180.
Since this is the segmentation output, I think I should use set the resample type to nearest and use a command like
mri_convert -rl mri/orig/001.mgz -rt nearest mri/wmparc.mgz mri/wmparc.nii
Does this look correct or is there anything else I need to specify?
Thanks
Mehul