Hello everyone,

I've been trying to do the following:

- Write some data like:

foo01_01_2013_00_00_00.vtk
foo01_01_2013_06_00_00.vtk
foo01_01_2013_12_00_00.vtk
foo01_01_2013_18_00_00.vtk
foo02_01_2013_00_00_00.vtk
foo02_01_2013_06_00_00.vtk
foo02_01_2013_12_00_00.vtk
foo02_01_2013_18_00_00.vtk

Template: foo[day]_[month]_[year]_[hour]_[minute]_[second]

In a way that paraview recognizes as file series. But I can't get it done.

Can someone help me?

The wiki says the following:

ParaView recognizes file series named using certain patterns including:

   - foo*N*.vtk
   - foo_*N*.vtk
   - foo-*N*.vtk
   - foo.*N*.vtk
   - *N*foo.vtk
   - *N*.foo.vtk
   - foo.vtk.*N*
   - foo.vtk-s*N*

Where N is an integer (with any number of leading zeros). To load a file
series, first make sure that the file names match one of the patterns
described above. Next, navigate to the directory where the file series is.
The file browser should look like this:
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to