<div dir="ltr">Hello,<div><br></div><div>I coded my own reader that produces image data, which works fine. Next I wanted to load the data in a distributed system, where paraview spreads the data over the nodes. I created a pvd file containing a collection:</div>
<div><div>&lt;?xml version=&quot;1.0&quot;?&gt;</div><div>&lt;VTKFile type=&quot;Collection&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;</div><div>  &lt;Collection&gt;</div><div>    &lt;DataSet file=&quot;offset_0_0.vti&quot;/&gt;</div>
<div>    &lt;DataSet file=&quot;offset_0_1.vti&quot;/&gt;</div><div>  &lt;/Collection&gt;</div><div>&lt;/VTKFile&gt;</div><div style>Loading this file works just fine (with the vti-files). However, if I change to my own file format, my reader is not recognised anymore. From the code it seems that there is only a limited and fixed number of data formats supported.</div>
<div style><br></div><div style>What would be the best way to load and process the data in parallel? </div><div><br></div>-- <br>Nico Kruithof<div><font size="1"><a href="http://nghk.nl" target="_blank">nghk.nl</a></font></div>

</div></div>