Hi all, I have a question on the mri_convert command. I should up-sample my dataset (a list of COR files contained in the folder T1) that has a matrix of 256 x 256 x 256 and a voxel size of 1 mm. I'm using the command mri_convert --in_orientation LIA -ois 0.1 -ojs 0.1 -oks 0.1 T1 T1_resampled.nii In effect I obtained the resampled image but the final dimension is still 256 x 256 x 256, so my image result cropped. how can I obtain the entire field of view? Thanks in advance for your help
Paolo Landini _________________________________________________________________ Spazio gratis di 25 Gigabyte per archiviare ciò che vuoi http://www.windowslive.it/skyDrive.aspx
For upsampling you can try the command,
mri_convert -vs 0.1 0.1 0.1 <input_volume> <output_volume>
On Mon, 24 May 2010, EDSB EDSB wrote:
Hi all, I have a question on the mri_convert command. I should up-sample my dataset (a list of COR files contained in the folder T1) that has a matrix of 256 x 256 x 256 and a voxel size of 1 mm. I'm using the command mri_convert --in_orientation LIA -ois 0.1 -ojs 0.1 -oks 0.1 T1 T1_resampled.nii In effect I obtained the resampled image but the final dimension is still 256 x 256 x 256, so my image result cropped. how can I obtain the entire field of view? Thanks in advance for your help
Paolo Landini _________________________________________________________________ Spazio gratis di 25 Gigabyte per archiviare ciò che vuoi http://www.windowslive.it/skyDrive.aspx
freesurfer@nmr.mgh.harvard.edu