Can you post an example dataset (or send it to me directly)? -berk
On Tue, Dec 1, 2009 at 8:00 AM, Fred Fred <[email protected]> wrote: > My code: > > reader = LegacyVTKReader(FileNames=args[0]) > > filter = CleantoGrid(Input=reader) > > writer = DataSetWriter(Input=filter, FileName=args[1]) > if options.ascii: > writer.FileType = 1 > > writer.UpdatePipeline() > > > First dataset has 2 vector data and 3 scalar data, no warning when reading > with interactive PV, all associated data are here. > No warning during code execution. > If I read the resulting dataset with interactive PV, I get this warning: > > > Generic Warning: In /usr/local/ParaView3/VTK/IO/vtkDataReader.cxx, line 1383 > > Error reading ascii data. Possible mismatch of datasize with declaration. > > and only 1 scalar data and 1 vector data have been loaded. > >> Date: Tue, 1 Dec 2009 06:52:28 -0500 >> Subject: Re: [Paraview] CleanToGrid python version vs interactive version >> From: [email protected] >> To: [email protected] >> CC: [email protected] >> >> I don't think that what you are describing is possible. That filter >> does not have an option to process fewer than all of the arrays. Can >> you tell us how to reproduce it? >> >> -berk >> >> On Tue, Dec 1, 2009 at 6:47 AM, Fred Fred <[email protected]> wrote: >> > If a apply CleanToGrid to a dataset with several scalar and vector point >> > data, I get an unstructured grid with all the associated variables. >> > But if I apply the same process in Python, only 1 scalar and 1 vector >> > data >> > are sent to the resulting dataset. >> > How to ask CleanToGrid to include all associated data? >> > >> > >> > ________________________________ >> > Gagnez au cadeau par jour avec Hotmail Magic Moment ! Cliquez ici ! >> > _______________________________________________ >> > 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 >> > >> > > > ________________________________ > PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail ! C'est > ici ! _______________________________________________ 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
