I'm able to load it into paraview. Whether or not the data is as it supposed to be, I can't tell since I don't know what you're trying to represent and how you're hoping to do it. The grid you sent only has point data while the image you sent looked like cell data so something is inconsistent.
The only thing I can think is that maybe your writer is getting confused with the dimensions. For VTK structured grids like vtkRectilinearGrid, the dimensions are the number of points in each direction. Andy On Mon, Feb 27, 2012 at 11:13 AM, Alexander Grayver <[email protected] > wrote: > ** > Andy, > > Please find attached my data. > I suspect there might be something wrong with my way of writing VTK files. > Can you confirm this file is ok or not? > It is desirable to avoid my own filter since I'm not familiar with python > and ParaView filters. > > On 27.02.2012 16:20, Andy Bauer wrote: > > It looks like your cell data array that you're coloring by is not getting > created correctly. Can you share the data set? > > If this is really your data though and you want to change it then you'll > either have to write your own filter or use the python programmable filter > to make the adjustment. > > Andy > > On Mon, Feb 27, 2012 at 10:01 AM, Alexander Grayver < > [email protected]> wrote: > >> Hello, >> >> I'm visualizing structured rectilinear grid and noticed there is some >> inconsistency with shown values. Attached you will see two clips taken from >> one dataset. >> I want them to match however they do not. Can I do it somehow? >> >> -- >> Regards, >> Alexander >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> > > > -- > Regards, > Alexander > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
