[Paraview] Looking for paper on viz cluster usage

2014-01-27 Thread Biddiscombe, John A.
Does anyone know of a paper which gives statistics on usage of viz clusters? In particular - I'm interested in knowing what the % usage of typical clusters is. Since they are often reserved for interactive use, they can spend a lot of time idle between reservations (and when nodes are reserved,

[Paraview] Table to Points and Threshold filter

2014-01-27 Thread Fabian Nick
Hi everyone, I am new to ParaView and the following question has come up: I have a file with a certain number of points as coordinates and integers between 1 and 5 assigned to every point. I.e. each row of the file looks like x,y,int x and y being the 2D coordinates, int the integer between 1

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Cory Quammen
I think Paul is right. As an alternative to creating glyphs, you can use VTK's threshold points filter, which you can expose in ParaView by loading this XML plugin: https://raw.github.com/MADAI/MADAIWorkbench/master/Plugins/ThresholdPointsFilter/ThresholdPoints.xml Best, Cory On Mon, Jan 27,

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Utkarsh Ayachit
Fabian, I don't see anything wrong with what you described. Mind attaching a sample to illustrate the problem? Utkarsh On Mon, Jan 27, 2014 at 6:06 AM, Fabian Nick fabian.n...@scai.fraunhofer.de wrote: Hi everyone, I am new to ParaView and the following question has come up: I have a

[Paraview] Extract Selection using Python

2014-01-27 Thread Albrecht Kyrieleis
Hi, I am trying to write a Python function that can be used in ParaviewWeb to extract the values of a point data set after a selection has been made (I am using basically pv_web_visualizer with a custom protocol that contains my python functions). I am struggling with 2 problems: 1) I cannot

Re: [Paraview] WebSocket Connection lost in ParaviewWeb

2014-01-27 Thread Scott Wittenburg
Hi Arya, That looks like a problem with the version of Python you were trying to use. I don't think ParaViewWeb supports Python versions lower than 2.7, so you could check the version you were using before you switched to the binary. Maybe you were trying to use Python 2.6 or lower? At any

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Paul Edwards
I think it is because the threshold filter operates on cells (and you don't have any). You could use the glyph filter to create a vertex for each point and then it should work (e.g. select 2D Glyph and Vertex). Regards, Paul On 27 January 2014 11:06, Fabian Nick

[Paraview] MouseInteraction ParaviewWeb

2014-01-27 Thread Albrecht Kyrieleis
Hi, I am usign ParaviewWeb (4.1) iwth a custom protocol in order to implemnet some tools for my visualisation. I would like to read the mouse position (at left-click) and use it. In protocols.py there is the class ParaViewMouseHandler with the routine mouseInteraction. I was wondering if

Re: [Paraview] ParaView 4.1.0 server-side reader plugin

2014-01-27 Thread Burlen Loring
here it is, assigned to you. http://paraview.org/Bug/view.php?id=14542 On 01/20/2014 06:51 AM, Utkarsh Ayachit wrote: Burlen, That's a good point. Mind reporing a bug for this? Upgrading the ParaViewPlugins.cmake file has been on my wish list for a while now. They macros have never been

Re: [Paraview] Extract Selection using Python

2014-01-27 Thread Sebastien Jourdain
Hi Kyr, 1) The rectangle should show up with master or 4.1 release. 2) The version 4.1 does have a protocol that manage selection, you may want to start looking into that. Seb On Mon, Jan 27, 2014 at 7:18 AM, Albrecht Kyrieleis akyriel...@gmail.comwrote: Hi, I am trying to write a Python

[Paraview] Comparing results computed with 2 different meshes

2014-01-27 Thread Evan Kao
Hello all, I'm trying to compare the results of 2 CFD simulations (which are imported into Paraview as Ensight data) point-by-point but I'm having trouble figuring out how to even combine the data into a single Pipeline object so that I can do some simple calculations with the Calculator Filter.

Re: [Paraview] Extract Selection using Python

2014-01-27 Thread Albrecht Kyrieleis
I have noticed the class with the StartSelection and EndSelection methods. If I only use the StartSelection routine the InteractionMode is set correctly, but I don't get the rectangle. Do I have to set any visibility ? Where can I find an example where the MouseInteraction method is used in a

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Fabian Nick
Thanks, the Glyph+Treshold version worked, although I had to uncheck a couple of things (Mask Points, Random Mode, Keep Random Points) in the Glyph filter. Regards, Fabian - Original Message - From: Cory Quammen cory.quam...@kitware.com To: Paul Edwards paul.m.edwa...@gmail.com Cc: