[Paraview] Manta on Mac OS X

2013-04-24 Thread Florian Fahrenberger
Hi everyone! First of all: Great software! Just getting started with it, but this is so helpful! And then: We have paraview installed on our institute Linux computers, and everything (including the Manta renderer) runs smoothly. But sometimes, I would like to work on some graph on my laptop, whic

[Paraview] Update time range and steps

2013-04-24 Thread Christian Andreas
Hello, our group uses paraview to visualize dynamic data obtained by a simulation program mainly used after the simulation is finished. Our program generates for every time step a new file and updates a log file, which are processed by the reader. To monitor the results during a simulation run

[Paraview] Accessing GetAnimationScene() from the ProgrammableSource

2013-04-24 Thread Bill Sherman
Hello, I have a question about how to access internal ParaView data from the Programmable Source source. Specifically, I want to have a source that changes based on the animation time, and so I would like to know how to get the current data-time from within the python code of a Programmable Sour

Re: [Paraview] Accessing GetAnimationScene() from the ProgrammableSource

2013-04-24 Thread Utkarsh Ayachit
Bill, You cannot access animation scene from ProgrammableSource. Anything from simple.py/servermanager.py cannot be accessed in ProgrammableSource/Filter. You can add Python scripts as an animation track, however. In the animation view, choose "Python" in the first combo-box next to the "+" button

[Paraview] (no subject)

2013-04-24 Thread Hedieh Ebrahimi
Hello, I am trying to use the StreamTracer with custom source on my dataset, but my Dataset has 100,000,000 cells. First StreamTracer with custom source is not active on cell data so I had to convert using "Cell Data to Point Data" filter. Then, as my dataset is so big, I can not apply the "Str

[Paraview] StreamTracer filter on top of the Mask Points filter

2013-04-24 Thread Hedieh Ebrahimi
Hello, I am trying to use the StreamTracer with custom source on my dataset, but my Dataset has 100,000,000 cells. First StreamTracer with custom source is not active on cell data so I had to convert using "Cell Data to Point Data" filter. Then, as my dataset is so big, I can not apply the "Str

Re: [Paraview] StreamTracer filter on top of the Mask Points filter

2013-04-24 Thread Andy Bauer
Hi, The mask points filter gets rid of all of the cells so there is no way for the stream tracer filter to find velocity values at arbitrary points in the domain. The best way is to find a machine with more memory to run on. Barring this, you'll have to reduce the size of your data set in some way

[Paraview] Plugin readers and writers

2013-04-24 Thread Steven Vasquez (VDG)
Hello, What plugin do i need to read/write other format files like GXF, Gemcom, Vulcan, Datamine, ESRI Shape and Gocad? In Supported Readers section at http://paraviewgeo.objectivity.ca/documentation/user-manua

Re: [Paraview] Plugin readers and writers

2013-04-24 Thread Robert Maynard
Hi, ParaViewGeo is a direct off shoot of ParaView and you should use the plugins provided by ParaViewGeo. You can find those plugins at: https://sites.google.com/a/objectivity.ca/paraviewgeo/downloads/paraviewgeo-plugins On Wed, Apr 24, 2013 at 10:33 AM, Steven Vasquez (VDG) wrote: > Hello, > >

Re: [Paraview] "WriteAllImages" fails when doing phasta in-situ viz linked with ParaView v3.98.1 coprocessing lib

2013-04-24 Thread Andy Bauer
Hi Hong, Please keep the discussion on the mailing list so that everyone can benefit. Were you able to run the fake version and output images from there? You probably already know this but you can do "make VERBOSE=1" to see the full build output so you don't have to go through CMake generated Mak

Re: [Paraview] Accessing GetAnimationScene() from the ProgrammableSource

2013-04-24 Thread Bill Sherman
Hello again Utkarsh, ParaView list people, You cannot access animation scene from ProgrammableSource. Anything from simple.py/servermanager.py cannot be accessed in ProgrammableSource/Filter. You can add Python scripts as an animation track, however. In the animation view, choose "Python" in the

Re: [Paraview] Update time range and steps

2013-04-24 Thread Andy Bauer
Hi, You may want to look at Catalyst (catalyst.paraview.org). There is some ability to interact live with simulation data and that's something I'm hoping to improve upon in the near future. It may not be exactly what you're looking for but it's the closest thing that I can think of. Andy On Wed

Re: [Paraview] Accessing GetAnimationScene() from the ProgrammableSource

2013-04-24 Thread Utkarsh Ayachit
I'm am little confused, what is that you exactly want to see? I can figure out how to show that. Utkarsh On Wed, Apr 24, 2013 at 5:54 PM, Bill Sherman wrote: > Hello again Utkarsh, ParaView list people, > > >> You cannot access animation scene from ProgrammableSource. Anything >> from simple.py/

Re: [Paraview] Accessing GetAnimationScene() from the ProgrammableSource

2013-04-24 Thread William Sherman
On 4/24/13 11:09 PM, Utkarsh Ayachit wrote: I'm am little confused, what is that you exactly want to see? I can figure out how to show that. Nothing visually complicated. In my animation sequence I have data time repeat over and over again as I represent it using different methods. I currentl