[Paraview] Utilisation of plugin ParaView in ParaViewWeb

2012-06-14 Thread Alex
Hi everybody,     I'm really new in ParaView. I have a question about utilisation of ParaView's plugin in ParaViewWeb: - My plugin has been imported to ParaView and work with ParaView. I did a simple image threshold filter (1 input and 1 output,derived de SimpleToSimpleImageFilter) and it works

Re: [Paraview] Utilisation of plugin ParaView in ParaViewWeb

2012-06-18 Thread Alex
real filter? Take in an image, do his work, and we have an image thresholded as ouput? Reason : when I called reader2 = ST.SimpleImageThreshold({proxy}); log file :  Traceback (most recent call last): File "", line 144, in handle_request TypeError: SimpleImageThresho

Re: [Paraview] Utilisation of plugin ParaView in ParaViewWeb

2012-06-18 Thread Alex
os import threading def SimpleImageThreshold(proxy):    servermanager.ActiveConnection.Modules.filters.SimpleImageThreshold(proxy)     def createSimpleThresholdView():    global dp    dp = GetDisplayProperties()    dp.LookupTable = MakeBlueToRedLT(37.35,276)    dp.ColorAttributeType = 'POINT_DA

Re: [Paraview] Utilisation of plugin ParaView in ParaViewWeb

2012-06-18 Thread Alex
hold(proxy)     ?.SimpleImageThreshold(proxy)    What is your advice in replace these        Thank you very much, Seb. From: Sebastien Jourdain To: Alex Cc: "paraview@paraview.org" Sent: Monday, June 18, 2012 4:51 PM Subject: Re: [Paraview] U

[Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
Hi everybody,    Well, I found that using vtk Filter (Threshold, Clip, etc.) is simple within ParaViewWeb, we have a list of filters so that we can use the filters @ http://paraview.org/Wiki/ParaView/Users_Guide/List_of_filters    We can use "threshold = paraview.Threshold({Input:proxy,Thresho

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
n To: Alex Cc: "paraview@paraview.org" Sent: Monday, June 25, 2012 11:08 PM Subject: Re: [Paraview] ParaViewWeb, vtk filters python description I'm not sure I understand what you mean by "Where is the python file which describes the way of using vtk Filters in ParaV

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
l the servermanager.Activeconnection.Modules.filters.MyImageThreshold(proxy) I wonder if they are the same thing? That why I ask if we have to write a MyImageThreshold.py so that our plugin is usable in ParaViewWeb.       Alex From: Sebastien Jourdain To: Alex Cc: "paraview@paraview.org"

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
That why I think that we have to use some kind of descriptor?      Alex ____ From: Alex To: Sebastien Jourdain Cc: "paraview@paraview.org" Sent: Tuesday, June 26, 2012 12:24 AM Subject: Re: [Paraview] ParaViewWeb, vtk filters python description T

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-25 Thread Alex
I think that is the problem too (plugin is properly loaded for PWServer). But which initialization script are you talking about? XML or .py? From: Sebastien Jourdain To: Alex Cc: "paraview@paraview.org" Sent: Tuesday, June 26, 2012 12:48

Re: [Paraview] ParaViewWeb, vtk filters python description

2012-06-26 Thread Alex
do your own "manta-init.py" file that will only load your plugin... And that's it... (You can rename the file, just make sure you keep the consistency.) Seb On Mon, Jun 25, 2012 at 6:52 PM, Alex wrote: > I think that is the problem too (plugin is properly loaded for

[Paraview] File in pipeline browser has changed; best way to reload

2015-05-04 Thread Alex Lindsay
in my version of paraview. Refresh times also doesn't seem to work. As you can tell, I'm a new paraview user! Thanks, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/open

Re: [Paraview] File in pipeline browser has changed; best way to reload

2015-05-29 Thread Alex Lindsay
I don't know what I'm doing wrong. Here is my code: Any help from anyone would be appreciated! Alex On 05/05/2015 01:07 AM, Schlottke, Michael wrote: Hi Alex, there is a thread from around 2 years ago that proposed a couple of solutions. Especially if you are using a c

[Paraview] Viewing data from multiple times on an xy-plot

2015-06-03 Thread Alex Lindsay
multiple time points on one static plot. Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://pa

Re: [Paraview] Viewing data from multiple times on an xy-plot

2015-06-03 Thread Alex Lindsay
ne/bar chart views allow you see multiple timesteps side by side. You can use the "Comparative View Inspector" to add "Time" as the parameter to compare and then setup the timestep values of interest for each of the views. Utkarsh On Wed, Jun 3, 2015 at 1:23 PM Alex Lindsa

[Paraview] Editing paraview (specifically ParaView/Python Scripting) wiki

2015-11-03 Thread Alex Lindsay
the figure produced by the first Render(), then subsequent Render() 's would work perfectly fine. Some doco on this might help other new users if they by chance like closing windows that are no longer needed and are then perplexed when they try and Render a new object. Anyways,

[Paraview] Why are multiple csv files written?

2015-11-04 Thread Alex Lindsay
en, with suffix *0.csv, *1.csv, ..., *4.csv. The *0.csv file contains the data I want; however, the other 4 files are empty. Why are these 4 empty files written, and how can I prevent it from happening? Alex ___ Powered by www.kitware.com Visit oth

[Paraview] Move LineChartView legend

2016-03-22 Thread Alex Lindsay
ne of them; now I can't find the option anywhere! Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki

[Paraview] Get color on color bar

2016-03-22 Thread Alex Lindsay
Hi all, In paraview 5.0, how do I get my color bar to actually have color instead of a solid blue like shown below? Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

[Paraview] Automatically scale color map

2016-03-22 Thread Alex Lindsay
Sorry for the barrage of questions guys. I've used Paraview a lot for 1D visualization, but now am wading into 2D... Based off Utkarsh's description here , I would think that toggling "Rescale on Visibility Changes" (t

Re: [Paraview] Automatically scale color map

2016-03-22 Thread Alex Lindsay
on evolve over time is useful for me. Cory's suggestion works well for this. Thanks again guys! On 03/22/2016 05:35 PM, Cory Quammen wrote: On Tue, Mar 22, 2016 at 4:25 PM, Moreland, Kenneth <mailto:kmo...@sandia.gov>> wrote: Alex, I'd like to supplement Cory&#

[Paraview] exodus refresh error

2016-04-07 Thread Alex Lindsay
Hi all, I switched to Paraview 5.0.1-RC2 from 4.1.0. I am now getting the following error when I try and refresh an exodus file (e.g. get new time steps): No problems with refresh in 4.1.0. Any suggestions? Alex ___ Powered by www.kitware.com

[Paraview] Reduce significant figures in time display

2016-04-25 Thread Alex Lindsay
Is there a way to reduce the number of significant figures in the time display? I can't see the exponential component of my scientific notation which makes it rather difficult to know where I actually am in my simulation. ___ Powered by www.kitware.

[Paraview] Change default color mapping

2016-04-25 Thread Alex Lindsay
Is there a way to change the default color mapping? The default is cool to warm, but I prefer blue to red rainbow. I saw in the manual directions for customizing properties, sources, filter, etc, but I think I need a little more help ___ Powered by ww

Re: [Paraview] Reduce significant figures in time display

2016-04-25 Thread Alex Lindsay
That's a bummer. I believe in version 4 the time display only showed a few sig figs which worked better for me. I wish I could combine my favorite features of versions 4 and 5 On 04/25/2016 01:56 PM, Cory Quammen wrote: Alex, I do not believe this is user customizable. Cory On Mon, A

[Paraview] Plotting Distances in Zoomed View (Python Scripting)

2012-02-22 Thread Alex Evanovic
main is from -10 to 10, I need to plot the distances only for the -2 to 2 part. Can someone please tell me how to go about this (in a python script)? Thanks & Regards, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [Paraview] Plotting Distances in Zoomed View (Python Scripting)

2012-02-22 Thread Alex Evanovic
Hi, Can someone please help me with this? I need it a bit urgently. Thanks, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the

[Paraview] Plotting Distances in Zoomed View

2012-02-23 Thread Alex Evanovic
main is from -10 to 10, I need to plot the distances only for the -2 to 2 part. Can someone please tell me how to go about this (in a python script)? Thanks & Regards, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects

[Paraview] Smoothen a Threshold View

2012-02-28 Thread Alex Evanovic
Hi Paraview Users, I have visualization problem. When I take a "Threshold" of my 3-D countour plot, I get a view which looks not smooth due the the *Finite Element Mesh*. Is there a way to smoothen the view? Regards, Alex ___ Powered by www.k

[Paraview] Smoothen a Threshold View in Paraview (FE Meshed)

2012-02-29 Thread Alex Evanovic
. Regards, Alex <>___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Fol

Re: [Paraview] Smoothen a Threshold View in Paraview (FE Meshed)

2012-02-29 Thread Alex Evanovic
Hi Menno, Thanks for your reply. My data is already point-based. I write my output as *vtkwriter.addVertexData(rho_i,"rho_i");* so the 'Cell data to point data' is disabled. Could you suggest an alternative to smoothen the data? Thanks & Regards, Alex On Wed, Feb 29

Re: [Paraview] [EXTERNAL] Smoothen a Threshold View

2012-02-29 Thread Alex Evanovic
suggestion. Regards, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView

[Paraview] Trouble with "information_only" GUI property in paraview filter

2012-06-08 Thread Alex Rattner
nd I cannot get this "output" GUI property to appear. Is this specific to the "filters" ProxyGroup - because I have found other plug-ins that use essentially the same xml code to output information? Do you have any suggestions on how to make such output propertie

Re: [Paraview] Trouble with "information_only" GUI property in paraview filter

2012-06-08 Thread Alex Rattner
d that the GetNumFeatures method was being called. It just seems that the property isn't being displayed. Could this really be a bug in paraview? Thanks, Alex On 06/08/2012 01:22 PM, Yumin Yuan wrote: Hi Alex, You can add the following to your xml to see if it helps. show="1&quo

Re: [Paraview] Trouble with "information_only" GUI property in paraview filter

2012-06-08 Thread Alex Rattner
named "ShowInMenu". So it seems that the hints data structure is not being set up correctly. Do you happen to have any other thoughts of ways to get this property to display? Thanks again, Alex On 06/08/2012 02:28 PM, Yumin Yuan wrote: Hi Alex, If you can debug into pqNamedWidget

Re: [Paraview] Trouble with "information_only" GUI property in paraview filter

2012-06-08 Thread Alex Rattner
. -Alex On 06/08/2012 03:35 PM, Alex Rattner wrote: Hi Yumin, Thank you for the suggestion. I debugged into pqNamedWidgets, and found that my property was being excluded from the propertiesToShow list, even with the show="1" setting. When I manually switched it in the debugger, th

[Paraview] Getting camera/view data in c++ filter

2012-06-13 Thread Alex Rattner
location, view direction, etc.) from a filter? I've seen some information on accessing this data in python, but I want to get it in a compiled c++ filter. Thank you, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Getting camera/view data in c++ filter

2012-06-14 Thread Alex Rattner
view = tempInstance->activeView(); vtkCamera* camera = vtkSMRenderViewProxy::SafeDownCast( view->getViewProxy() )->GetActiveCamera(); -Alex On 06/14/2012 01:33 AM, Jean-Noël Chiganne wrote: I forgot to mention that "this->viewProxy" is a vtkSMRenderViewProxy* 2012/6/14 Jean-

Re: [Paraview] Shaky 3D view

2012-06-16 Thread Alex Rattner
I think Utkarsh is suggesting that you might be suffering from roundoff error. Maybe try recentering your points about (0,0,0) to see if the issue goes away. -Alex On Jun 16, 2012, at 12:55 PM, Gregory Lewis-Paley wrote: On 12-06-16 02:28 PM, Utkarsh Ayachit wrote: What are the spatial

[Paraview] Plugin StringVectorProperty Array - string length display issue

2012-06-27 Thread Alex Rattner
27 chars or longer, it shows up blank in the selection window. Is there a way to increase the maximum name length (hopefully just an xml property). Thank you, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-01 Thread Alex Rattner
Camera Normal. Is this possible? Thanks, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org

Re: [Paraview] How to fill / cap tubular objects?

2012-08-01 Thread Alex Rattner
Hi Chris, If you generated them with the vtkTubeFilter you can set CappingOn. The documentation is in: http://www.vtk.org/doc/nightly/html/classvtkTubeFilter.html . You might be able to call this filter in a python script somehow. -Alex On Aug 1, 2012, at 4:19 PM, Chris wrote: Hallo

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Alex Rattner
Hi Sebastien, Thank you very much for the advice. I was able to incorporate the implicit_function plane property using this xml as a guide. -Alex On 08/01/2012 05:48 PM, Sebastien Jourdain wrote: Hi Alex, I don't fully understand what you mean but in ParaView the way clip or slic

Re: [Paraview] Incorporating ImplicitPlane widget into ServerManagerXML

2012-08-02 Thread Alex Rattner
Hi Burlen, Thank you for sharing the code. I will check it out soon. -Alex On 08/02/2012 10:16 AM, Burlen Loring wrote: In particular, I want a way to get the Camera Normal. You could get the camera normal inside a custom panel on the client side and communicate it to your filter on the

Re: [Paraview] CTH/Paraview/Cell Array error

2012-08-07 Thread Alex Rattner
It sounds like there is a data field called "Derived Volume" defined on cells that does not have values. What data format are you using? Can you manually remove that field from the data file(s)? -Alex On 08/07/2012 02:41 PM, B A wrote: I would like to use Paraview to visualize CTH

[Paraview] Integrate spatially and temporally

2017-02-07 Thread Alex Lindsay
oints" in either the `Render` or `Spreadsheet` views 3. `IntegrateVariables` (no longer grayed out) but this yields `0` for all of my fields. I ran across [this thread](http://marc.info/?l=paraview&m=128804494805006&w=2) from years ago but things aren't panning out for

[Paraview] ParaViewWeb in 5.2

2017-03-06 Thread alex razoumov
=ON \ but the resulting build does not include ParaViewWeb: $ ls paraview/share/ cmake and there is no pvw-visualizer.py anywhere. Am I missing something? Thank you, -- Alex Razoumov ___ Powered by www.kitware.com Visit other Kitware open-source

[Paraview] particle traces from point data

2017-11-29 Thread Alex Barrie
h particle in the list? Thanks, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wik

Re: [Paraview] particle traces from point data

2017-11-30 Thread Alex Barrie
Thanks, I see it now - I missed it because it wasn't in the "Temporal" tab. When I apply this filter, however, I get an error about a missing DATA_TIME_STEPS information key. Is this something I can specify or does it have to be in the raw data somehow? Thanks, Alex On Wed, No

Re: [Paraview] particle traces from point data

2017-11-30 Thread Alex Barrie
Yes, I have one file per timestep and each file is a list of points, X, Y, Z, C with one point per line. I am loading it with the 'Point3D' input. Thanks! Alex On Thu, Nov 30, 2017 at 9:18 AM, Joachim Pouderoux < joachim.pouder...@kitware.com> wrote: > Alex, > > Coul

Re: [Paraview] particle traces from point data

2017-12-01 Thread Alex Barrie
animate functionality uses? On Thu, Nov 30, 2017 at 9:26 AM, Alex Barrie wrote: > Yes, I have one file per timestep and each file is a list of points, X, Y, > Z, C with one point per line. I am loading it with the 'Point3D' input. > Thanks! > Alex > > > On Thu, N

Re: [Paraview] particle traces from point data

2017-12-01 Thread Alex Barrie
I can play the animation just fine with the VCR controls. Is there a different way to load them specifically as a series? On Fri, Dec 1, 2017 at 1:39 PM, Joachim Pouderoux < joachim.pouder...@kitware.com> wrote: > Alex, > > Again, could you specify how you are loading your files? >

Re: [Paraview] particle traces from point data

2017-12-01 Thread Alex Barrie
That got it, thanks! Alex On Fri, Dec 1, 2017 at 3:59 PM, Joachim Pouderoux < joachim.pouder...@kitware.com> wrote: > Alex, > > The problem appears because the output of this Visit-based reader is a > multiblock. > > Here is a workaround: apply a *Merge Block* filter on