Re: importing DICOM files
- To: mathgroup at smc.vnet.net
- Subject: [mg116052] Re: importing DICOM files
- From: Bob <deepyogurt at gmail.com>
- Date: Mon, 31 Jan 2011 03:22:46 -0500 (EST)
- References: <ihu8at$1i0$1@smc.vnet.net>
On Jan 28, 4:12 am, eric g <eric.p... at gmail.com> wrote: > Hello Guys, > I cannot import dicom files in version 8.0 in linux platform. Could you try in help/DICOM to import the DiCOM image there in other platforms Mac or Windows to see if is platform dependent?? > thnks in advace, > Eric I put the command Import["ExampleData/head.dcm.gz", ImageSize -> Small] in a notebook and it ran fine on a Mac with 8.0.0 - is this what you need? This is the command in the "ref/format/DICOM" section of the Documentation Center. Are you trying to import a file of type "dcm" or "gz" or what? -Bob