Re: [Paraview] Resample To Image with Catalyst

2018-05-23 Thread Petr Valenta
e = 'Ascii' 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. Thanks, Andy On Mon, May 21, 2018 at 12:16 PM Petr Valenta valen...@email.cz wrote: Hello, the code which I am u

[Paraview] Resample To Image with Catalyst

2018-05-21 Thread Petr Valenta
Hello, the code which I am using is instrumented with Catalyst. I am trying to process simulation data using ResampleToImage filter and then to store the result on a disk. In the Python pipeline I have something like: adaptor_input = coprocessor.CreateProducer(datadescription, 'input')