[Paraview] Error in Make Paraview

2013-03-15 Thread Hedieh Ebrahimi
Hello everyone, I am trying to ccmake, make and then make install Paraview Superbuild from the Paraview Website, but unfortunatle I find the instructions not very clear. I would appreciate any help with my questions below: http://paraview.org/Wiki/ParaView:Superbuild 1. CMAKE In the Web page it s

[Paraview] (no subject)

2013-03-15 Thread Hedieh Ebrahimi
Hello everyone, I am trying to ccmake, make and then make install Paraview Superbuild from the Paraview Website, but unfortunatle I find the instructions not very clear. I would appreciate any help with my questions below: http://paraview.org/Wiki/ParaView:Superbuild 1. CMAKE In the Web page it s

Re: [Paraview] (no subject)

2013-03-15 Thread Hedieh Ebrahimi
PS. I have attached the CMakeCache.txt. Thank you On 15 March 2013 12:53, Hedieh Ebrahimi wrote: > Hello everyone, I am trying to ccmake, make and then make install Paraview > Superbuild from the Paraview Website, but unfortunatle I find the > instructions not very clear. I would appreciate any

Re: [Paraview] Observations regarding ParaView 3.98.1

2013-03-15 Thread Richard GRENON
Hello. Regarding the camera link state, the problem existed with PV 3.98.0 and a bug has been reported on 2013-01-31: http://paraview.org/Bug/view.php?id=13842 But it is not said in which version it will be fixed ! -- Richard GRENON ONERA Departement d'Aerodynamique Appliquee - DAAP/ACI 8

Re: [Paraview] (no subject)

2013-03-15 Thread Utkarsh Ayachit
Can you post the errors that you're getting as well please? Utkarsh On Fri, Mar 15, 2013 at 8:40 AM, Hedieh Ebrahimi wrote: > PS. I have attached the CMakeCache.txt. > > Thank you > > > On 15 March 2013 12:53, Hedieh Ebrahimi > wrote: >> >> Hello everyone, I am trying to ccmake, make and then m

Re: [Paraview] help with pvpython commands

2013-03-15 Thread Anton Shterenlikht
From utkarsh.ayac...@kitware.com Fri Mar 15 11:58:39 2013 Try: > a = ImageReader() > help(a) I get: >>> from paraview.servermanager import * paraview version 3.10.1, Date: 2011-01-28 >>> a=ImageReader() Traceback (most recent call last): File "", line 1, in Na

Re: [Paraview] help with pvpython commands

2013-03-15 Thread Utkarsh Ayachit
Try what I suggested after a "from paraview.simple import *" Utkarsh On Mar 15, 2013, at 2:51 PM, Anton Shterenlikht wrote: >From utkarsh.ayac...@kitware.com Fri Mar 15 11:58:39 2013 > >Try: > >> a = ImageReader() >> help(a) > > I get: > from paraview.servermanager i

[Paraview] simple vs servermanager python module

2013-03-15 Thread Anton Shterenlikht
In my paraview book (2007) python scripting chapter always refers to servermanager module. In this (presumably much more recent) python tutorial: http://www.paraview.org/Wiki/ParaView/Python_Scripting the reference is always to module "simple", however, lines like this are confusing: *quote* When

Re: [Paraview] help with pvpython commands

2013-03-15 Thread Anton Shterenlikht
From utkarsh.ayac...@kitware.com Fri Mar 15 15:36:54 2013 Try what I suggested after a "from paraview.simple import *" yes, that works. So what's the difference between simple and servermanager modules? Thanks Anton On Mar 15, 2013, at 2:51 PM, Anton Shterenlikht wr

Re: [Paraview] paraview guide 4th edition print version?

2013-03-15 Thread David E DeMarle
We are not planning a print version. cheers David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Mar 14, 2013 at 6:24 AM, Anton Shterenlikht wrote: > Hi > > http://kitware.stores.yahoo.net/paraviewebook.html > > Will there be a p

Re: [Paraview] help with pvpython commands

2013-03-15 Thread Maximilian Albert
2013/3/15 Anton Shterenlikht : > FYI, I'm hoping to setup a Python docs webpage soon that will document > all of ParaView's Python module API similar to Python's module > documentation. > > Utkarsh > > Thanks, that would be most welcome. +1 Best regards, Max _

Re: [Paraview] ParticlePathLines Filter

2013-03-15 Thread Ryan Abernathey
Sorry to resurrect this thread. I recently sent an email to the list but didn't receive a response. I am trying to use the Temporal Particles to Pathlines filter. But it doesn't produce any pathlines, only instantaneous particles. Any advice? Thanks, Ryan On Tue, Jan 1, 2013 at 2:34 AM, Christ

Re: [Paraview] [vtkusers] Annotate global data in paraview

2013-03-15 Thread William Oquendo
The issue also happens to me. Running paraview with gdb gives a segfault when trying to apply the annotate global data filter : Program received signal SIGSEGV, Segmentation fault. 0x000113d8aa4e in PyArray_Item_INCREF () from /Applications/paraview.app/Contents/Python/numpy/core/multiarray.so

Re: [Paraview] [Hdf-forum] Fortran wrapper of HDF5

2013-03-15 Thread Pradeep Jha
Hello everyone, thanks for the responses. I want to confirm the following once with ParaView users: 1) I write a 3D data in the file "data.dat" using Fortran. 2) I use HDF fortran wrapper to read and convert the file format to "data.h5" 3) I use and XDMF file to visualize "data.h5" using ParaView

[Paraview] python scripting

2013-03-15 Thread Chukwudi Chukwudozie
Hi, I want help to be able to do the following two things using my mac OS X 10.7.5 but I have not been successful. 1. Run a paraview python script on terminal using pvpython. 2. Run the same script on terminal using python. For (1) above, I saved the trace for a particular operation and ran it u