<div dir="ltr"><div>Hi Petr,</div><div><br></div><div>Could you try adding in the following to your Python script after the coprocessor.RegisterWriter() line:</div><div>writer.DataMode = 'Ascii'</div><div><br></div><div>Please let me know if that fixes the issue for you. This isn't the desired fix but something to at least verify that I can reproduce your issue.<br></div><div><br></div><div>Thanks,</div><div>Andy<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, May 21, 2018 at 12:16 PM Petr Valenta <<a href="mailto:valenpe7@email.cz">valenpe7@email.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello,<div><br></div><div>the code which I am using is instrumented with Catalyst.</div><div>I am trying to process simulation data using ResampleToImage filter and then to store the result on a disk.</div><div><br></div><div>In the Python pipeline I have something like:</div><div><br></div><div>adaptor_input = coprocessor.CreateProducer(datadescription, 'input')</div><div>resample = ResampleToImage(Input=adaptor_input)<br></div><div><div>resample.UseInputBounds = True</div></div><div>resample.SamplingDimensions = [256, 256, 256]</div><div><div>writer = servermanager.writers.XMLPImageDataWriter(Input=resample)</div><div>coprocessor.RegisterWriter(writer, filename='resample_%t.pvti', freq=10)</div></div><div><br></div><div>When I check the results in ParaView, the grid is correct but the data array appended on it contains only zeros. When I skip the filter and dump directly the adaptor_input, the data array contains correct values. Could you, please, help me to resolve this issue?</div><div><br></div><div>Thank you.</div><div><br></div><div>Kind regards,</div><div>Petr</div><div><br></div><div><br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div>