[Paraview] reading timeseries with XDMFReader?

Guillaume.Duclaux at csiro.au Guillaume.Duclaux at csiro.au
Tue Jun 15 00:20:13 EDT 2010


Hi folks,

I'm trying to open a timeserie collection of hdf5 files in PV (3.8-RC2) and it doesn't seem to work for me...

I first tried opening a timeserie (XDMF...xmf) 'by hand'. It seems ok, but when I try to use the VCR controls the renderer is still rendering the same scene.

Also, I had a look at the trace created when opening timeseries and compared the XDMFReader property encoding with other VTK Readers.

+ the XDMFReader FileName property has only one argument (not the list I expected):
- XDMF_00 = XDMFReader( FileName='C:\\%PATH%\\XDMF.00001.xmf' )
+ and for comparison, the  XMLPartitionedStructuredGridReader encode an array with the list of files with similar extensions present in the directory:
- fields_0000 = XMLPartitionedStructuredGridReader( FileName=['C:\\%PATH%\\fields.00000.pvts', C:\\%PATH%\\fields.00001.pvts'] )

The user doco (http://paraview.org/OnlineHelpCurrent/XdmfReader.html) describes the FileName property value has to be a single file name. Is there a way to change this so one could load hdf5 timeseries?
i.e. don't get an error message when trying: XDMF_00 = XDMFReader( FileName=['C:\\%PATH%\\XDMF.00001.xmf', 'C:\\%PATH%\\XDMF.000010.xmf'] )

Otherwise, is there any known workaround available?

Cheers

Gilly


Dr Guillaume Duclaux
Mineral Down Under Flagship | AuScope Grid
CSIRO Earth Science and Resource Engineering

Phone: [cid:image002.gif at 01CB0C85.18C79DB0] +61 8 6436 8728  | Fax: +61 8 6436 8559  | Mobile: [cid:image002.gif at 01CB0C85.18C79DB0] +61 422 289 732
guillaume.duclaux at csiro.au<mailto:guillaume.duclaux at csiro.au> | www.csiro.au |
Address: Australian Resources Research Centre, 26 Dick Perry Avenue, Kensington WA 6151

PLEASE NOTE
The information contained in this email may be confidential or privileged. Any unauthorised use or disclosure is prohibited. If you have received this email in error, please delete it immediately and notify the sender by return email. Thank you. To the extent permitted by law, CSIRO does not represent, warrant and/or guarantee that the integrity of this communication has been maintained or that the communication is free of errors, virus, interception or interference.

Please consider the environment before printing this email.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100615/fd3c1da7/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 142 bytes
Desc: image001.gif
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100615/fd3c1da7/attachment-0004.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.gif
Type: image/gif
Size: 378 bytes
Desc: image002.gif
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100615/fd3c1da7/attachment-0005.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.gif
Type: image/gif
Size: 134 bytes
Desc: image003.gif
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100615/fd3c1da7/attachment-0006.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.gif
Type: image/gif
Size: 46 bytes
Desc: image004.gif
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100615/fd3c1da7/attachment-0007.gif>


More information about the ParaView mailing list