Re: [Paraview] Resample To Image with Catalyst

2018-05-22 Thread Andy Bauer
Hi Petr, Could you try adding in the following to your Python script after the coprocessor.RegisterWriter() line: writer.DataMode = '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,

[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')