<html><body>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></body></html>