Hello,
I got an error below using mri_convert, please help
/////////////////////////////////////////// [Pom@pom-PC mri]$ mri_convert -it dicom -ot mgz /orig/i399386.MRDC.1 001.mgz mri_convert -it dicom -ot mgz /orig/i399386.MRDC.1 001.mgz $Id: mri_convert.c,v 1.166.2.2 2010/08/10 19:11:50 greve Exp $ reading from /orig/i399386.MRDC.1... Starting DICOMRead2() ERROR: file /orig/i399386.MRDC.1 does not exist. ///////////////////////////////////
I am in /usr/local/freesurfer/subjects/211-1029-MKA_elan/mri folder and there is subfolder orig and definitely contains the first GE DICOM file i399386.MRDC.1 and all users has permission to red and write in the subjects dir.
thanks for your input. pom
Hi Pom
try
mri_convert -it dicom -ot mgz \ /usr/local/freesurfer/subjects/211-1029-MKA_elan/mri/orig/i399386.MRDC.1 \ 001.mgz
On Fri, 25 Feb 2011, Pom Sailasuta wrote:
Hello,
I got an error below using mri_convert, please help
/////////////////////////////////////////// [Pom@pom-PC mri]$ mri_convert -it dicom -ot mgz /orig/i399386.MRDC.1 001.mgz mri_convert -it dicom -ot mgz /orig/i399386.MRDC.1 001.mgz $Id: mri_convert.c,v 1.166.2.2 2010/08/10 19:11:50 greve Exp $ reading from /orig/i399386.MRDC.1... Starting DICOMRead2() ERROR: file /orig/i399386.MRDC.1 does not exist. ///////////////////////////////////
I am in /usr/local/freesurfer/subjects/211-1029-MKA_elan/mri folder and there is subfolder orig and definitely contains the first GE DICOM file i399386.MRDC.1 and all users has permission to red and write in the subjects dir.
thanks for your input. pom
freesurfer@nmr.mgh.harvard.edu