Dear FreeSurfer experts,
I find that mri_convert will convert DICOM of structural scan to neurological orientation by default.
For example, mri_convert --in_type dicom --out_type mii <first file in the DICOM directory> <output.nii.gz>
Thus, the NII may need to be swapped in x for use in FSL.
In this the case?
Many thanks, Daniel
-- Daniel Yang, Ph.D. Yale Child Study Center E-mail: daniel.yj.yang@yale.edu
not necessarily. For FSL, the determinant must be less than 0 (see mri_info output). Having said that, even if the det<0, it may still show up funny in fslview
On 01/25/2016 12:11 PM, Yang, Daniel wrote:
Dear FreeSurfer experts,
I find that mri_convert will convert DICOM of structural scan to neurological orientation by default.
For example, mri_convert --in_type dicom --out_type mii <first file in the DICOM directory> <output.nii.gz>
Thus, the NII may need to be swapped in x for use in FSL.
In this the case?
Many thanks, Daniel
-- Daniel Yang, Ph.D. Yale Child Study Center E-mail: daniel.yj.yang@yale.edu
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Dear Doug,
Thanks for your reply. Is it possible to upload the raw DICOM to a server so that you can see if mri_convert is making the orientation in the output NII file neurological? I just want to make sure what my image orientation is and how mri_convert interacts with it.
Many thanks! Daniel
If the determinant is less than 0, then it is radiological (probably it will be radiological).
On 01/26/2016 04:20 PM, Yang, Daniel wrote:
Dear Doug,
Thanks for your reply. Is it possible to upload the raw DICOM to a server so that you can see if mri_convert is making the orientation in the output NII file neurological? I just want to make sure what my image orientation is and how mri_convert interacts with it.
Many thanks! Daniel
Thanks so much, I see that voxel-to-ras determinant is -1 in my file, so it’s most likely to be radiological.
Just curious, so determinant > 0 means neurological then?
Daniel
Just to note for people who are interested:
It does seem that when voxel-to-ras determinant > 0, then the file is neurological.
freesurfer@nmr.mgh.harvard.edu