[Paraview] Plotting sphere data

2010-08-05 Thread Lester Anderson
Hello I have a global seismic tomography dataset which has the column format: Longitude (degrees), Latitude (degrees). depth (km), velocity anomaly (delta_v) Because the data map out the structure of the Earth's mantle it is a simple process to convert the depths to Earth radius distances, thu

[Paraview] Suggestion about a new feature

2010-08-05 Thread bassaidai
Hi, do you think may be possible to select a background image (bmp, png, ...) in the next releases of ParaView (now is possible to change only the background color)? Thank you very much ___ Powered by www.kitware.com Visit other Kitware open-source proj

Re: [Paraview] Suggestion about a new feature

2010-08-05 Thread Utkarsh Ayachit
Actually, that's already supported (although only in builtin mode currently). Go to Edit | View Settings and the same place where you specify the background color, there are options to load an image. This has been supported since ParaView 3.8. Utkarsh On Thu, Aug 5, 2010 at 9:29 AM, bassaidai w

Re: [Paraview] Gathering information about python wrappers

2010-08-05 Thread Berk Geveci
Hi Erik, The proxy classes override getattr and in some instances, they do extra work when an attribute is requested. For example, any attribute related to data causes the underlying filter to execute RequestInformation, which causes it to execute RequestDataObject. Some filters require that the i

Re: [Paraview] Contour on a 2d plot

2010-08-05 Thread Marcus D. Hanwell
On Wed, Aug 4, 2010 at 7:08 AM, Emanuele T. wrote: > Hi, i have some data in vtk in 3d. I made a slice and then a contour of a > variable (a single value contour). Now i d like to plot this contour in a 2d > plot with x-y axis > > This is the screenshot http://dl.dropbox.com/u/3617688/Screenshot.

[Paraview] ensight and parallel paraview

2010-08-05 Thread Ricardo Reis
Hi all I'm writing my files using the Ensight Gold format. I've also created an ensight .sos file because I split my domain in several files. Paraview version is 3.9.0, compiled from git When running pvserver in parallel (mpirun -np 2 etc) the domain division that paraview uses is compl

Re: [Paraview] ensight and parallel paraview

2010-08-05 Thread Berk Geveci
Interesting. Can you provide an example? On Thu, Aug 5, 2010 at 10:36 AM, Ricardo Reis wrote: > >  Hi all > >  I'm writing my files using the Ensight Gold format. I've also created an > ensight .sos file because I split my domain in several files. > >  Paraview version is 3.9.0, compiled from git

Re: [Paraview] ensight and parallel paraview

2010-08-05 Thread Ricardo Reis
On Thu, 5 Aug 2010, Berk Geveci wrote: Interesting. Can you provide an example? yes but the files are quite big (1.3 Gb x 2)... I can try to fix some smaller size example if needed... Ricardo Reis 'Non Serviam' PhD candidate @ Lasef Computational Fluid Dynamics, High Performance Comp

Re: [Paraview] ensight and parallel paraview

2010-08-05 Thread Berk Geveci
That would be great. On Thu, Aug 5, 2010 at 2:11 PM, Ricardo Reis wrote: > On Thu, 5 Aug 2010, Berk Geveci wrote: > >> Interesting. Can you provide an example? > > yes but the files are quite big (1.3 Gb x 2)... I can try to fix some > smaller size example if needed... > > >  Ricardo Reis > >  'N

Re: [Paraview] ensight and parallel paraview

2010-08-05 Thread Robert Maynard
It would be useful to have a smaller sized example dataset so I can investigate the bug. On Thu, Aug 5, 2010 at 2:11 PM, Ricardo Reis wrote: > On Thu, 5 Aug 2010, Berk Geveci wrote: > > Interesting. Can you provide an example? >> > > yes but the files are quite big (1.3 Gb x 2)... I can try to

[Paraview] ANNOUNCE: Kitware is hiring

2010-08-05 Thread Berk Geveci
Hi folks, Kitware, Inc. is actively seeking a talented HPC Visualization and Data Analysis Software Developer to join our team. Candidates will create, develop and improve leading edge visualization software solutions in the context of an open-source and highly collaborative development model. B

Re: [Paraview] Orbiting camera

2010-08-05 Thread David Doria
On Tue, Jun 22, 2010 at 7:38 PM, David Doria wrote: > When I add a camera (orbit) to the animation view, it seems to pick an > orientation (not the current view) and then orbits around and returns > to the same point. Is there a way to make it start the orbit at the > current view? > > Thanks, > >

[Paraview] Centering data

2010-08-05 Thread David Doria
Is there a way to center a data set? That is, simply subtract the center of mass from the data set? This would be helpful because when applying rotations it is much easier to hand-input the rotation parameters when the data is at the origin. Thanks, David

Re: [Paraview] Orbiting camera

2010-08-05 Thread Moreland, Kenneth
I agree that this is stupid behavior and should be considered a bug. To demonstrate more specifically, do the following: 1. Create a Superquadric source. Apply. 2. Click the +Y camera view button. 3. Open the Animation View. 4. Create a Camera Orbit track. Accept the default values.

[Paraview] Announcing: VisTrails Plugin for ParaView Users Guide

2010-08-05 Thread Emanuele Santos
Hello, Some of you already noticed that the VisTrails Plugin for ParaView is included in some of the binary releases of ParaView 3.8.0. We would like to let you know that we have just released a users guide that shows how to use the plugin and also explains its main features. The users guide is

Re: [Paraview] Centering data

2010-08-05 Thread Andy Bauer
Use the calculator filter to create a vector array from the coordinates, then point to cell data, then integrate attributes to get the result divided by the volume/area to give the desired input to the transform filter. Andy On Thu, Aug 5, 2010 at 4:58 PM, David Doria wrote: > Is there a way to