Re: [Paraview] File-Save Data from python

2011-02-24 Thread Paul Edwards
Thanks Jean - I also found this example when looking through the mailing list: 8--- try: paraview.simple except: from paraview.simple import * Sphere() view = paraview.simple._create_view(SpreadSheetView) Show() Render() exporters =

Re: [Paraview] File-Save Data from python

2011-02-24 Thread Paul Edwards
d'oh accidentally click send! I've added the bug for python trace to mantis:- http://www.paraview.org/Bug/view.php?id=11892 http://www.paraview.org/Bug/view.php?id=11892Regards, Paul On 24 February 2011 09:42, Paul Edwards paul.m.edwa...@gmail.com wrote: Thanks Jean - I also found this

Re: [Paraview] Viewing volumetric images

2011-02-24 Thread Karl Battams
Agreed. I don't have the effects enabled. I should also add that this feature was new to the 3.10 release for me, too. It used to work. However... (and maybe this is a newbie mistake on my part?)... the problem goes away completely if I change the Volume mapper to GPU instead of Fixed Point. That

[Paraview] Parallel data, ghost points and clean to grid

2011-02-24 Thread Renato Elias
Hi everybody (long time no posting messages here...) I'm writing to revive a very old problem I have when visualizing parallel data. When we load parallel data (pieces of model given to several processes/cpus) the image appears with some artifacts. In fact, these artifacts are just the parallel

Re: [Paraview] File-Save Data from python

2011-02-24 Thread Utkarsh Ayachit
Also look at: http://www.vtk.org/Wiki/ParaView/Python_Scripting#Exporting_CSV_Data writer = CreateWriter(.../foo.csv, source) writer.FieldAssociation = Points # or Cells writer.UpdatePipeline() del writer Utkarsh On Thu, Feb 24, 2011 at 4:51 AM, Paul Edwards paul.m.edwa...@gmail.com wrote:

Re: [Paraview] Viewing of 3D image data on object data with paraview

2011-02-24 Thread Utkarsh Ayachit
I believe the problem stems from the fact that although ITK supports associating transforms with ImageData itself, VTK and subsequently ParaView do not. If you look at vtkImageData class (http://www.vtk.org/doc/nightly/html/classvtkImageData.html), you notice that there's no API for

Re: [Paraview] pvrenderserver segfault with more than 2 servers

2011-02-24 Thread Utkarsh Ayachit
Just to close the loop on this, this bug has been fixed a while ago and should be working fine with 3.10-RC1. Utkarsh 2010/12/9 Nicolas Niclausse nicolas.niclau...@inria.fr: Hello I have the following setup: 1 node with 12 cores and 4 GPU (tesla C2050). I want to start 8 dataserver and 4

[Paraview] running plugin with ParaView git + Qt 4.7.1

2011-02-24 Thread Xunlei Wu
Hello, I have built ParaView from source with Qt 4.7.1. Except CMake complaining about 4.7 is not officially supported, the building process went smoothly. Now I tried to load a plugin I developed which ran fine under ParaView git build + Qt 4.6.3. I did rebuild that plugin from the ground up by

Re: [Paraview] running plugin with ParaView git + Qt 4.7.1

2011-02-24 Thread Dr. X
Hi Odile, that's great to know. I was about to build a Qt4.6.3 versioned ParaView. What exactly the environment variables is your script setting up? Thanks a lot. Best, x On 2/24/2011 10:25 AM, Odile Lemay wrote: Hello, I recompiled everything including my plugins (readers, filters) and

Re: [Paraview] running plugin with ParaView git + Qt 4.7.1

2011-02-24 Thread Odile Lemay
Hello, I recompiled everything including my plugins (readers, filters) and every thing works fine. I use Qt 4.7.1, ParaView 3_9 git and I supported Windows XP and Linux Fedora 12 64 bits. I start ParaView using a script including all the required environment variables. For now, ParaView

Re: [Paraview] running plugin with ParaView git + Qt 4.7.1

2011-02-24 Thread Dr. X
Hi All, I got it to work by rebuilding all the dependent libraries of that plugin against Qt 4.7.1. Sorry for the noise. Best, x On 2/24/2011 10:29 AM, Dr. X wrote: Hi Odile, that's great to know. I was about to build a Qt4.6.3 versioned ParaView. What exactly the environment variables is

[Paraview] Coordinates adjustment

2011-02-24 Thread Hussein Ezzat
Hi All, I wonder if someone knows how to adjust saving the Paraview pictures according to certain coordinates and excluding everything else in the view so that its easily adjusted with Google Earth? Please let me know if you have information related to that. Thanks, -Hussein

[Paraview] building Xdmf2 submodule as a standalone library

2011-02-24 Thread Dr. X
Hi, Can I build Xdmf2 as a standalone library without building ParaView instead? I tried to configure Xdmf2 (git source under Utilities/Xdmf2) and encountered these CMake errors CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such

Re: [Paraview] building Xdmf2 submodule as a standalone library

2011-02-24 Thread Utkarsh Ayachit
The xdmf repository has two branches one for ParaView and other for standalone. You have to checkout master branch explicitly from the xmdf repository to build xdmf standalone. Utkarsh On Thu, Feb 24, 2011 at 2:12 PM, Dr. X xun...@renci.org wrote: Hi, Can I build Xdmf2 as a standalone

Re: [Paraview] building Xdmf2 submodule as a standalone library

2011-02-24 Thread Dr. X
Great. thanks, Utkarsh. Do you have the git URL for the master? x On 2/24/2011 2:41 PM, Utkarsh Ayachit wrote: The xdmf repository has two branches one for ParaView and other for standalone. You have to checkout master branch explicitly from the xmdf repository to build xdmf standalone. Utkarsh

[Paraview] Using pvrenderserver and pvdataserver

2011-02-24 Thread Mohammad Mirzadeh
Hi all, I am trying to understand how I can use pvrenderserver and pvdataserver instead of pvserver to handle rendering on my gpu node. This is going to be a Nvidia's Tesla Deskside Supercomputer which is connected, though an interface card/PCI Express connection, to my desktop. I have already