[Insight-users] Errors with Insight Applications on the Mac
Luis Ibanez
luis.ibanez@kitware.com
Tue, 18 Mar 2003 23:01:50 -0500
Hi Robb,
Mathieu Malaterre recently contributed a fix
for an endianness problem in the VTKImageIO
object.
I'm wondering if this may also help to solve
the problem that you reported.
If you have a chance, could you please give
it a try to see if this fix helps to solve
the reading problem you were encountering
in the Mac,
Thanks
Luis
------------------------------
Robb Brown wrote:
>
> Here's the header for one of the VTK files. Written with VTK 4.2.
>
> # vtk DataFile Version 3.0
> vtk output
> ASCII
> DATASET STRUCTURED_POINTS
> DIMENSIONS 256 256 16
> SPACING 0.9375 0.9375 4
> ORIGIN 0 0 0
> CELL_DATA 975375
> POINT_DATA 1048576
> COLOR_SCALARS scalars 1
>
> I've also tried the same file in binary format (header is the same
> except for the ASCII). The exception produced is:
>
> itk::ERROR: VTKImageIO(0x121b2d0): Unrecognized type
> Insight-1.2/Code/IO/itkVTKImageIO.cxx line 318
>
>
> Attached is an Analyze file pair that gives the exception:
>
> Unexpected end of file
> Insight-1.2/Code/IO/itkAnalyzeImageIO.cxx line 1009
>
>
>