Re: [Freesurfer] MPRAGE images dimension different {Disarmed}

2017-04-03 Thread Bruce Fischl
the latter is easier than the former. You can use mri_convert with the -rl flag ("reslice like"). From the subject's mri dir you could do: mri_convert -rt nearest -rl rawavg.mz aseg.mgz aseg.orig_space.mgz or mri_convert -rl rawavg.mgz norm.mg norm.orig_space.mgz where -rt nearest tells mri_c

Re: [Freesurfer] MPRAGE images dimension different {Disarmed}

2017-04-03 Thread Dhaval Shah
Hi Bruce, Thank you for the message. My image has isotropic voxel size 1mm3. Is there a way where i can keep the original matrix size (256x256x160) instead of re-sampling to (256x256x256)? or is there a way where i can resample the data to my original matrix size after i run recon-all? Thank you.