Re: [Paraview] export Python script?

2010-04-08 Thread Randy Heiland
Pat, That did indeed work. Thanks! -Randy On Apr 7, 2010, at 10:21 PM, pat marion wrote: Ah, the trace state feature was added just after 3.6.2. Since trace is implemented completely in python, it is possible to grab smtrace.py and smstate.py from paraview's cvshead, and then run it

[Paraview] Paraview 3.8 binaries

2010-04-08 Thread Richard GRENON
Hello! I read on the news of April 5 that Paraview 3.8 binaries and sources are available: Kitware, Sandia National Laboratories and Los Alamos National Laboratory are proud to announce the release of ParaView 3.8. The binaries and sources are available for download from the ParaView

Re: [Paraview] Paraview 3.8 binaries

2010-04-08 Thread Utkarsh Ayachit
Richard, We are currently working on the binaries. We'll be sending announcements to the mailing list as the release candidates and the final release is built. Utkarsh On Thu, Apr 8, 2010 at 6:57 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello! I read on the news of April 5 that

Re: [Paraview] Paraview 3.8 binaries

2010-04-08 Thread Dave Partyka
The ParaView 3.8 branch was created April 5th. The Release announcement is probably a little premature :-p. Though you can checkout the 3.8 branch and build it yourself. I hope to have ParaView 3.8 release candidate binaries available for download by Friday/Monday and then final binaries shortly

[Paraview] running paraview from deb package

2010-04-08 Thread Cecile Forella
Hello, I'm trying to run paraview from deb package and when I run it, the window opens then vanishes and I've got the following error : ERROR: In /home/forella/Debian/build-area/paraview-3.6.2/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 405 vtkXOpenGLRenderWindow (0x25427f0): Could not

Re: [Paraview] Paraview 3.8 binaries

2010-04-08 Thread Richard GRENON
Utkarsh Ayachit wrote: Richard, We are currently working on the binaries. We'll be sending announcements to the mailing list as the release candidates and the final release is built. Utkarsh Utkarsh. Thank you for these good news. I will check the mailing list. Best regards. -- Richard

Re: [Paraview] Plotting an isosurface at two different density values from a standard gaussian CUBE file

2010-04-08 Thread Marcus D. Hanwell
On Thu, Apr 8, 2010 at 10:23 AM, Simon Su newsgroup4...@gmail.com wrote: Hi All, I am very new to CUBE data format. If I have a standard gaussian cube file which contains information of lattices, position of atoms and a spin-density. How can I plot iso surfaces at density value =0.008 and

[Paraview] questions re VTK-formatted file

2010-04-08 Thread Randy Heiland
I have some questions related to a specific datafile format (simple example below). Q1: what exactly is displayed by default when this file is opened? Q2: I can't seem to use a Contour filter on the data - is the format of the file causing problems or something else? Q3: how does one force

Re: [Paraview] Plotting an isosurface at two different density values from a standard gaussian CUBE file

2010-04-08 Thread Simon Su
Hi Marcus, Great!! Awesome. This is probably the most effortless visualization that I have created for my user base. I was getting ready to write a loader for it when I was approached with a CUBE data format. You mentioned I can do a lot more with ParaView, is there like a manual to help guide

Re: [Paraview] pvbatch offscreen rendering problems

2010-04-08 Thread Rick Angelini
The patch seems to have resolved the issue related to the DISPLAY variable. Thanks! Utkarsh Ayachit wrote: Looks like the patch should resolve this issue. I've committed it to CVS. Let me know if that doesn't work. We'll commit it to 3.8 branch soon. Utkarsh On Wed, Apr 7, 2010 at 2:20 PM,

Re: [Paraview] questions re VTK-formatted file

2010-04-08 Thread pat marion
For the color map question you asked inside your link, maybe you could double check the colormap you created. Paraview's colormap editor can be a bit touchy, and it's easy to accidentally add extra points. When I tried your example data, it correctly colored the point with scalar value 1 using

[Paraview] Installing ParaView libraries with my app

2010-04-08 Thread Ben Medina
Hello all, I have an app that is dependent on ParaView, so I need to install the ParaView libraries along with my application. I am, of course, using CMake and CPack. Is there an easy way to do this, or do I need to call install() for each of the libraries my app depends on? Thanks, Ben

Re: [Paraview] Installing ParaView libraries with my app

2010-04-08 Thread Utkarsh Ayachit
There are ways to include ParaView libraries in your package. Take a look at the following Wiki page for details: http://www.paraview.org/Wiki/Writing_Custom_Applications#Packaging Utkarsh On Thu, Apr 8, 2010 at 8:28 PM, Ben Medina ben.med...@gmail.com wrote: Hello all, I have an app that is