[Paraview] Xdmf versus XML image data reader

2011-05-26 Thread Dominik Szczerba
Hi, I have found experimentally that the same image data takes much longer to read and write using XdmfReader/Writer as compared to XMLImageDataReader/Writer. Does anyone have similar findings? What could be the reason? PS. I am on Ubuntu 10.10 and 11.04 both 64 bits, Xdmf as of git, vtk 5.6.1 Pa

Re: [Paraview] Xdmf versus XML image data reader

2011-05-27 Thread Dominik Szczerba
Here some numbers. Data generated as source = vtkImageSinusoidSource() source.SetWholeExtent(0,512,0,512,0,512) source.Update() is saved as: VTI uncompressed, VTI compressed, XDMF. The sizes on disk are, respecitvely 1080046108,105356654 and 1080047720 (h5 part). The files are then read back. It