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:[email protected]] +61 8 6436 8728 | Fax: +61 8 6436 8559 | Mobile: [cid:[email protected]] +61 422 289 732 [email protected]<mailto:[email protected]> | 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.
<<inline: image001.gif>>
<<inline: image002.gif>>
<<inline: image003.gif>>
<<inline: image004.gif>>
_______________________________________________ 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
