Re: [Paraview] paraview module

2014-09-30 Thread Ioannis Vogiatzis Oikonomidis
Hi I have canopy installed on my Mac I would like to have paraview as a module to canopy my default python installation I have installed paraview using the dmg file I have added almost all the folders from the contents folder to my path When I am trying to From paraview.simple import * I get the

Re: [Paraview] Sphere benchmark runs and max number of polygons

2014-09-30 Thread Praveen Narayanan
On Sep 29, 2014, at 7:11 AM, David E DeMarle wrote: Thanks, I can patch that if you don't have the patience. See: http://www.paraview.org/Wiki/ParaView/Git/Develop for instructions. I can handle that. 2) Secondly, the number of polygons maxes out to 2 million taking about 90 MB. Is there a

Re: [Paraview] Edit xmf

2014-09-30 Thread Jason Fleming
Can you send a sample file? Cheers Jason On Tue, Sep 30, 2014 at 1:08 AM, Ilya Sukhachev lifeandf...@gmail.com wrote: Good day to all! Please tell me how to do. I need to create a simple shape of the lines in ParaView. Further save the file and open it in ParaViewWeb. But there is a

Re: [Paraview] Sphere benchmark runs and max number of polygons

2014-09-30 Thread David E DeMarle
... The number of polygons does not increase when the resolution is changed - (thetares,phires)=(1000,4000) gives 2044000 cells, with the memory used 87.82 MB and 135.73 MB for geometry. Screenshot at http://i.imgur.com/zF8vMHu.png I would like to use an image with let us say, 100 M cells

Re: [Paraview] PV 420 unable to read state file from PV 410

2014-09-30 Thread Richard Grenon
Hello, The problem in PV 420 seems to be related with the MergeBlocks filter: when I open two Tecplot files, I first make a group with these two datasets, then I apply MergeBlocks on the group, and I see that there is a missing part on the result of MergeBlocks between the two datasets. I

Re: [Paraview] Sphere benchmark runs and max number of polygons

2014-09-30 Thread Praveen Narayanan
Excellent information re. manta. Thanks David. On Sep 30, 2014, at 6:08 AM, David E DeMarle wrote: ... The number of polygons does not increase when the resolution is changed - (thetares,phires)=(1000,4000) gives 2044000 cells, with the memory used 87.82 MB and 135.73 MB for geometry.

[Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Hello, PV 4.2 superbuild make to completion. == [... snip ..] -- Up-to-date: /home/ssu/build/paraview/Build_osmesa-2014-09-29/ParaViewSuperbuild_4.2.0-bu

Re: [Paraview] Help me

2014-09-30 Thread Scott Wittenburg
Your client side request to the launcher is asking for the visualizer application, while the launcher (according to your launcher config) doesn't know about a command line to start that application. Try changing the pipeline key under the apps section to visualizer. Cheers, Scott On Mon, Sep

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread Utkarsh Ayachit
Glad to help :). Utkarsh On Mon, Sep 29, 2014 at 10:23 PM, B.W.H. van Beest b...@xs4all.nl wrote: Utkarsh, Thanks for the pointers. I'll follow-up according your suggestions. I'm only recently doing stuff with ParaView (i.e. plugin-development). Please accept my compliments for the way

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Ben Boeckel
On Tue, Sep 30, 2014 at 14:18:19 +, Su, Simon M CTR USARMY ARL (US) wrote: Any help is much appreciated. I added the appdata stuff; looking into it. --Ben ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Ben Boeckel
On Tue, Sep 30, 2014 at 11:03:56 -0400, Ben Boeckel wrote: On Tue, Sep 30, 2014 at 14:18:19 +, Su, Simon M CTR USARMY ARL (US) wrote: Any help is much appreciated. I added the appdata stuff; looking into it. Seems that the fact that ParaView's superbuild only builds the paraview

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread B.W.H. van Beest
Utkash, I followed-up on your suggestions, but apparently I am doing something wrong. I hope you or somebody else can point me to the solution. This is what I did. 1) new class: sphBoxSource. I extended class vtkCubeSource with one data member, with corresponding get/set method. (Code below)

[Paraview] viewing data files with different scales (apologies if this is posted twice)

2014-09-30 Thread Jeff Becker
Hi. I'd like to use Paraview 4.2 to overlay a dataset of air species concentration data (range 0 - 1e-16) over a map of earth elevation data (range -7700 to 7700). Is there a way to view both, e.g., with different colormaps and scales? Thanks. -jeff

[Paraview] viewing data files with different scales

2014-09-30 Thread Jeff Becker
Hi. I'd like to use Paraview 4.2 to overlay a dataset of air species concentration data (range 0 - 1e-16) over a map of earth elevation data (range -7700 to 7700). Is there a way to view both, e.g., with different colormaps and scales? Thanks. -jeff

[Paraview] Edit Color Map

2014-09-30 Thread Carlos Andrés Bernal Castro
To whom it may concern, Hello... my name is Andres Bernal and I am a London South Bank University student carrying out a thesis about the influence of the buildings shape onto the atmospheric pollutants concentration due to the innovative forms of them nowadays. I

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Su, Simon M CTR USARMY ARL (US)
Ben, can I safely ignore the error? Can we assume the binary installation is complete? or are there additional installation steps after appdata step that is needed for a proper ParaView binary installation? If so, how do I get around it? thanks -simon

Re: [Paraview] viewing data files with different scales

2014-09-30 Thread Utkarsh Ayachit
Jeff, Try applying the Calculator filter with an empty Function to create a second dataset which is simply pass through of the original dataset. Now, you can show both the original dataset and the output of the Calculator in the same view. Select different coloring arrays and ranges and you'd be

Re: [Paraview] PV 420 unable to read state file from PV 410

2014-09-30 Thread Utkarsh Ayachit
This is a little less surprising since this release does include some major refactors to VTK when relating to structured extents. Is it possible to get some other dummy dataset that would help reproduce this issue? That'll make the tracking down easier. Thanks Utkarsh On Tue, Sep 30, 2014 at

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Ben Boeckel
On Tue, Sep 30, 2014 at 19:36:13 +, Su, Simon M CTR USARMY ARL (US) wrote: can I safely ignore the error? Can we assume the binary installation is complete? or are there additional installation steps after appdata step that is needed for a proper ParaView binary installation? If so, how do

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Su, Simon M CTR USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE Ben, Have we talked about how to make the changes? The network setting at ARL is not letting me through the link... Thanks -simon -Original Message- From: Ben Boeckel [mailto:ben.boec...@kitware.com] Sent: Tuesday, September 30, 2014 5:16 PM

Re: [Paraview] PV 4.2.0 make install error (UNCLASSIFIED)

2014-09-30 Thread Utkarsh Ayachit
Simon, Attached is a patch. It basically disables the install failing components with the Qt components are not being built. Let me know if that works and I can have these changes merged into the repository. Utkarsh On Tue, Sep 30, 2014 at 5:24 PM, Su, Simon M CTR USARMY ARL (US)

Re: [Paraview] HOWto create / extend sources?

2014-09-30 Thread Utkarsh Ayachit
Bert, The problem is the CMakeLists.txt. The sphBoxSource needs to be added as SERVER_MANAGER_SOURCES, not SOURCES. A a rule of thumb, if it's a vtkObject subclass and not a Qt class, you generally want to put that under SERVER_MANAGER_SOURCES. This ensure that it will get wrapped so that

Re: [Paraview] python programmable filter via xml with multiple input

2014-09-30 Thread Utkarsh Ayachit
Ah, sorry I missed that. Yea, if you want to simply use the vtkPythonProgrammableFilter, I'm afraid you'll have to stick with 1 input port accepting multiple connections, rather than separate input ports. Thus, you'll need to change your XML to just have 1 InputProperty, however you can set the

[Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Fernando Paolo
Hello, I am receiving an error message saying that Paraview version 4.2 is not compatible with my OSX system 10.6 (does not open after installation). -fernando -- Fernando Paolo Institute of Geophysics Planetary Physics Scripps Institution of Oceanography University of California, San Diego

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Utkarsh Ayachit
There are two OsX binaries available on the download page. Pick the 2'nd binary, suffixed with Snow Leopard for 10.6. http://www.paraview.org/paraview-downloads/download.php?submit=Downloadversion=v4.2type=binaryos=osxdownloadFile=ParaView-4.2.0-Darwin-64bit-SnowLeopard.dmg On Tue, Sep 30, 2014

Re: [Paraview] paraview module

2014-09-30 Thread Utkarsh Ayachit
Assuming Canopy is built with the same Python 2.7.1 version that we build our binaries against, you'll need to setup several environment variables. Attached is an old script I used for ParaView 4.1 (which was build with Python 2.6), but that'll give you hints for the variables and the paths in

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Fernando Paolo
I am receiving the exact same error: Process: paraview [10851] Path:/Applications/paraview.app/Contents/MacOS/paraview Identifier: paraview Version: ??? (???) Code Type: X86-64 (Native) Parent Process: launchd [205] Date/Time: 2014-09-30 19:37:54.326

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Utkarsh Ayachit
Hmm...can you try downloading from the dashboard directly: http://open.cdash.org/viewFiles.php?buildid=3508570 Utkarsh On Tue, Sep 30, 2014 at 10:39 PM, Fernando Paolo fspa...@gmail.com wrote: I am receiving the exact same error: Process: paraview [10851] Path:

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Fernando Paolo
Isn't the Dashboard binary the one incompatible with OSX 10.6: ParaView-4.2.0-Darwin-64bit.dmg http://open.cdash.org/upload/8795bbbd55eda09914a36d2b92391e593195a560/ParaView-4.2.0-Darwin-64bit.dmg On Tue, Sep 30, 2014 at 7:43 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Hmm...can

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Utkarsh Ayachit
In theory, it shouldn't be. If it is, then we may have a configuration issue. I don't have immediate access to Snow Leopard to test it out. I am assuming it's not working for you even with the dashboard binary? Utkarsh On Tue, Sep 30, 2014 at 10:47 PM, Fernando Paolo fspa...@gmail.com wrote:

Re: [Paraview] Problem installing Paraview 4.2 in Mac OSX 10.6

2014-09-30 Thread Fernando Paolo
Correct, Utkarsh. Not working with the dashboard either. -fernando On Tue, Sep 30, 2014 at 8:17 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: In theory, it shouldn't be. If it is, then we may have a configuration issue. I don't have immediate access to Snow Leopard to test it out.