Re: [Paraview] catalyst/copro ignoring camera position in exported python pipeline?

2013-08-20 Thread Vanmoer, Mark W
Hi Andy, yes that was clear. I'd been conveniently ignoring the bounding dimensions. Mark From: Andy Bauer [mailto:andy.ba...@kitware.com] Sent: Friday, August 16, 2013 1:09 PM To: Vanmoer, Mark W Cc: paraview@paraview.org Subject: Re: [Paraview] catalyst/copro ignoring camera position

[Paraview] catalyst/copro ignoring camera position in exported python pipeline?

2013-08-16 Thread Vanmoer, Mark W
Hello, is there a way to set up a coprocessing adaptor to work with RAW binary files? What I've done in the past is to first load a RAW binary in the GUI and export a coprocessing script to save a vti, run the simulation a single timestep writing the vti, then load that and save another script

Re: [Paraview] catalyst/copro ignoring camera position in exported python pipeline?

2013-08-16 Thread Andy Bauer
Hi Mark, The adaptor is meant to convert a simulation code's data structures into something that derives from vtkDataObject. So the adaptor could have a RAW binary file passed in and produce a vtkImageData for your case. As far as the Catalyst Python script is concerned, all it is expecting at