On Mon, Aug 3, 2009 at 6:51 PM, Rafael Pacheco<[email protected]> wrote: > Berk > > regarding your email below, could you please be kind to provide me an > example on how to load the ascii file in ParaView and saving it as binary > format using a python script? I have a series of output files a00*.vtk (vtk > legacy) written in fortran and I would like to create movie, but loading > the files take long time and space.
You can use the visit_writer: http://certik.github.com/visit_writer/ that I extracted from Visit. I can write binary vtk files and works very nice for me. Ondrej _______________________________________________ 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
