[vtkusers] Problems reading CT files from GE Hispeed NX
Mathieu Malaterre
mathieu.malaterre at kitware.com
Mon Jul 18 09:52:59 EDT 2005
Marcio,
vtkDICOMImageReader only support a very limited subset of DICOM files. Could you check for instance that your images are not compressed ? If they are, you cannot use vtkDICOMImageReader.
Mathieu
Ps: For a more complete solution to read DICOM V3, ACR-NEMA and even Papyrus, check this link:
http://www.creatis.insa-lyon.fr/Public/Gdcm/
>
> Hi,
>
> I have a set of CT images generated by the machine GE
> HiSpeed NX. I tried to render a volume using
> vtkDICOMImageReader but it does not worked. I got the
> message as follows:
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/20715340.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/20815350.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/20915360.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21015370.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21115380.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21215390.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21315400.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21415410.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21515420.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 119
> vtkDICOMImageReader (06A441B8): DICOMParser couldn't
> parse : ./files/21615430.250
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 241
> vtkDICOMImageReader (06A441B8): Couldn't get sorted
> files. Slices may be in wrong order!
>
> ERROR: In C:\work\VTK\IO\vtkDICOMImageReader.cxx, line
> 255
> vtkDICOMImageReader (06A441B8): Either a filename was
> not specified or the specified directory does not
> contain any DICOM images.
>
> ERROR: In C:\work\VTK\Graphics\vtkPolyDataNormals.cxx,
> line 94
> vtkPolyDataNormals (06A45EA8): No data to generate
> normals for!
>
>
> I do not know how to verify if the slices are in wrong
> order (and fix it). The pipeline is very similar to
> medical1.tcl example. I am replacing only the reader
> and specifying the data by its directoy name.
> Thanks for any help.
>
> Marcio.
>
>
>
>
>
>
> Marcio Antonio Mathias <marcio_mathias at yahoo.com>
> Registered Linux user number 248543
> Get counted: http://counter.li.org/
>
>
>
> ____________________________________________________
> Start your day with Yahoo! - make it your home page
> http://www.yahoo.com/r/hs
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list