<b>Hi All, <br>I&#39;m trying to convert an existing data file into a VTK image data format. But I always have error :</b><br><br><i><b>ERROR: In /Users/kitware/Berk/ParaView3/VTK/IO/vtkXMLStructuredDataReader.cxx, line 92<br>
vtkXMLImageDataReader (0x1ebbcb40): ImageData element has no WholeExtent.</b></i><br><br><br><br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;VTKFile type=&quot;ImageData&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;<br>
&lt;ImageData WholeExtent=&quot;136.75 133.2 -1 1.575 -60000 -179546&quot; Origin=&quot;135 0.275 -117712&quot; Spacing=&quot;-0.025 0.025 -4122.29&quot;&gt;<br>&lt;Piece Extent=&quot;136.75 133.2 -1 1.575 -60000 -179546&quot;&gt;<br>
&lt;PointData Scalars=&quot;Speed&quot;&gt;<br>&lt;DataArray Name=&quot;Value&quot; type=&quot;float&quot; NumberOfComponents=&quot;1&quot; Format=&quot;ascii&quot;&gt;<br>.........<br>&lt;/DataArray&gt;<br>&lt;/PointData&gt;<br>
&lt;/Piece&gt;<br>&lt;/ImageData&gt;<br>&lt;/VTKFile&gt;<br><br><b><br>Can anyone tell me what is wrong with that file?</b><br><br>