[Paraview] help

2010-11-18 Thread 乔彦超
Hi: i want write my results into VTK format, then i can use the paraview. but i have some problem. my compute model is 700KM*700KM, there are 71*71 nodes. it's a Quadrilateral mesh. my matlab code as followed % Model size, m xsize=70; ysize=70; % Defining resolution xnum=71; ynum=71; NP=x

[Paraview] HELP

2017-03-21 Thread Dr. Sivakumar
Dear All, I would like to know about Paraview 3D visuvalization option, whether present version 5.3 of Paraview support the displaying global bathymetry data (.img, geotif) with projection information without customization? and how do I display the geocoded ocean parameters like ocean salinity dat

Re: [Paraview] help

2010-11-19 Thread Hom Nath Gharti
I think: 1. It should be "DATASET UNSTRUCTURED_GRID" not "DATASET STRUCTURED_GRID" 2. In CELLS it should be NC*5 not NC*4, because this represents the total number of integer values in the CELL list. In your case it is (Number of elements*(1 + Number of nodes per element)) 3. In the CELL list you

Re: [Paraview] help

2010-11-21 Thread Hom Nath Gharti
As I have already mentioned, please replace "DATASET STRUCTURED_GRID" with "DATASET UNSTRUCTURED_GRID" 2010/11/21 乔彦超 > Hi Hom: > > i followed your advice to change the code. > but it still have the problem. > as followed > ERROR: In > C:\berk\ReleaseBuilds\ParaView3\VTK\Parallel\vtkPDataSetRea

[Paraview] Help the newbie

2010-01-05 Thread Andrey Lomtev
Hi all, I am newbie in Paraview and I want to ask you something. Using Paraview I am going to realize the following mechanism. I've written a reader, where the additional thread receives the data from another program. How properly to update the reader? How to update the view? Thanks! Andrey.

[Paraview] help with plugin

2011-04-08 Thread 胡健
hi everyone: I want to add a new volume mapper to paraview! follow the steps on http://paraview.org/Wiki/Plugin_HowTo. But when I add my plugin in the paraview, I get the erro message "no match proxygroup="mapper" and proxyname="OpenGLHAVSVolumeMapper**

[Paraview] help with plugin

2011-09-25 Thread 胡健
hi everyone: I want to know why the plugin can not be used in paraview3.10.0? I use the example plugin Representation in paraview. When I have compiled it, it can not be loaded in paraview! Could you tell me why? thank you! ___ Powered by www.kitware.c

[Paraview] Help for DataObjectGenerator

2013-05-17 Thread Guillaume Jacquenot
Dear Paraview users, I would like to create, from a script file, some data (lines) with python/vtk instructions and display the result for a Paraview client. I know I can do it with Programmable Source. The wiki page here gives some examples http://www.paraview.org/Wiki/ParaView/Simple_ParaView_3

[Paraview] help with python!

2014-03-27 Thread Joshua Murphy
Hello all! Does someone have an example somewhere of how to make a structured grid source in python? I am trying to use the ProgrammableSource to create a 2-D structured grid. Does someone have an example that could help me along? What I am trying to make is a grid that is 180 points in the X

Re: [Paraview] Help me

2014-09-23 Thread Илья Сухачев
Good day! Prompt please. I used the instructions for deployment on Linux Ubuntu Paraviewweb ( http://paraviewweb.kitware.com/#!/guide/ubuntu_14_04) Unfolded, but for some reason I can not open in the web browser Visualizer (http: // localhost / apps / Visualizer /) When deployment by using the ( ht

Re: [Paraview] Help me

2014-09-24 Thread Sebastien Jourdain
Hi Sukhachev, The one thing that might not be explicit about the ubuntu_14_04 guide might be that the script "/data/pvw/bin/start.sh" should be launched with a DISPLAY setup. Otherwise, you will have to be more explicit on what you've done and what is not working. The log files usually helps to se

Re: [Paraview] Help me

2014-09-24 Thread Sebastien Jourdain
Moreover, the documentation that get's updated automatically can be found at the following address. (Which might be more accurate.) http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html This is the one you find when you go on paraview.org and go to the documentation section. Seb O

Re: [Paraview] Help me

2014-09-25 Thread Илья Сухачев
Hi, Sebastien Thank you. I just took advantage of this documentation and to deploy. I ran the script /data/pvw/bin/start.sh. But when entering the address: http://localhost/apps/Visualizer is only displayed only the green bar at the top of the window, and nothing more. That in this case? Sincerel

Re: [Paraview] Help me

2014-09-25 Thread Sebastien Jourdain
The top bar is not green anymore. Try to replace the directory /lib, /apps, /ext within the ParaView /www inside the directory you serve with Apache. Moreover, can you enable the development tools on your browser to see what kind of error you got? Did you look also at the different types of logs?

Re: [Paraview] Help me

2014-09-26 Thread Илья Сухачев
thank you, ok. try to understand. I put the stable version and not the release candidate. But there are a few more questions. Do files are responsible for localization? I need to replace the language in the design parawiewweb. And the second. Is there a possibility of the file from which the objec

Re: [Paraview] Help me

2014-09-26 Thread Sebastien Jourdain
ParaView 4.2 has been released, so that would be the latest stable version available. There is no localization per say but the filter names could be customized the way you want. For continuous live visualization it is possible but that will be a custom development. And for that you can contact Kit

Re: [Paraview] Help me

2014-09-28 Thread Илья Сухачев
Good day. Thank you. You may be able to explain. What kind of filter is it? Ilya 2014-09-26 20:18 GMT+06:00 Sebastien Jourdain < sebastien.jourd...@kitware.com>: > ParaView 4.2 has been released, so that would be the latest stable version > available. > There is no localization per say but the

Re: [Paraview] Help me

2014-09-29 Thread Илья Сухачев
And there is another question. Deployed software. I go to http://localhost/apps/Visualizer /. As a result, I see only the inscription ParaViewWeb and flailing wheel. And he gave me a list of errors in the console: Unhandled Error Traceback (most recent call last): File "/data/pv/pv-20140410/lib/p

Re: [Paraview] Help me

2014-09-29 Thread Scott Wittenburg
Can you share your launcher configuration file? It appears you may have no "visualizer" application command line configured. Cheers, Scott On Mon, Sep 29, 2014 at 1:43 AM, Илья Сухачев wrote: > > And there is another question. > Deployed software. I go to http://localhost/apps/Visualizer /. A

Re: [Paraview] Help me

2014-09-29 Thread Ilya Sukhachev
Good day! Yes, of course Attached. Also put the configuration file Apache. Ilya 2014-09-29 20:54 GMT+06:00 Scott Wittenburg : > Can you share your launcher configuration file? It appears you may have > no "visualizer" application command line configured. > > Cheers, > Scott > > > On Mon, Sep 2

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

Re: [Paraview] Help me

2014-10-01 Thread Ilya Sukhachev
Good day. For the settings I used your instruction online http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/ubuntu_14_04 . Did everything there. Would you say it does not work? Ilya 2014-09-30 20:43 GMT+06:00 Scott Wittenburg : > Your client side request to the launche

Re: [Paraview] Help me

2014-10-01 Thread Scott Wittenburg
The launcher config file you sent to the list was missing a "visualizer" entry, but those instructions have one. Other than that, are things working properly now? When we do find problems with the instructions, we try to fix them, but I'm not sure yet if this is one of those cases. Cheers, Scott

Re: [Paraview] Help me

2014-10-02 Thread Ilya Sukhachev
Good day. Sorry. Not the file sent. Attach desired. Everything worked. But there are a couple of questions. Why update the browser page when it loses the session? Starts a new process in nature. Is there any way to fix this? When you disable the client (browser), the session remains on the serve

Re: [Paraview] Help me

2014-10-02 Thread Ilya Sukhachev
Good day to all! Can someone help and filters are we talking about? Sincerely, Ilya 2014-09-29 10:30 GMT+06:00 Илья Сухачев : > Good day. > Thank you. > > You may be able to explain. What kind of filter is it? > > Ilya > > 2014-09-26 20:18 GMT+06:00 Sebastien Jourdain < > sebastien.jourd...@kit

Re: [Paraview] Help me

2014-10-02 Thread Scott Wittenburg
On Thu, Oct 2, 2014 at 2:48 AM, Ilya Sukhachev wrote: > Good day. > > Sorry. Not the file sent. > Attach desired. > Everything worked. > But there are a couple of questions. > > Glad you got something working. > Why update the browser page when it loses the session? Starts a new > process in na

Re: [Paraview] Help me

2014-10-02 Thread Scott Wittenburg
You can specify which filters you would like to make available to ParaViewWeb using the "--proxies" argument to the pv_web_visualizer.py. By default ParaViewWeb can use all the filters listed in "defaultProxies.json", which is located in your build or install tree under site-packages/paraview/web/

Re: [Paraview] Help me

2014-10-02 Thread Ilya Sukhachev
Good day! Thank. 2014-10-02 21:10 GMT+06:00 Scott Wittenburg : On Thu, Oct 2, 2014 at 2:48 AM, Ilya Sukhachev wrote: > > Why update the browser page when it loses the session? Starts a new > process in nature. Is there any way to fix this? > > I'm not sure what you are asking here. What do you

Re: [Paraview] Help me

2014-10-02 Thread Ilya Sukhachev
Good day! And how can I help with the localization? Locate each structure? Ilya 2014-10-02 21:19 GMT+06:00 Scott Wittenburg : > You can specify which filters you would like to make available to > ParaViewWeb using the "--proxies" argument to the pv_web_visualizer.py. By > default ParaViewWeb

Re: [Paraview] Help me

2014-10-03 Thread Scott Wittenburg
On Fri, Oct 3, 2014 at 12:03 AM, Ilya Sukhachev wrote: > Good day! > Thank. > > 2014-10-02 21:10 GMT+06:00 Scott Wittenburg > : > > > On Thu, Oct 2, 2014 at 2:48 AM, Ilya Sukhachev > wrote: >> >> Why update the browser page when it loses the session? Starts a new >> process in nature. Is there

[Paraview] Help on SPHVolumeInterpolator

2017-03-15 Thread Ellinger, Carola
Hello, I have astrophysical SPH (smoothed particle hydrodynamics) data that I want to interpolate for visualization in ParaView. I've found the SPHVolumeInterpolator filter to do that, but can this filter handle non-constant smoothing lengths of SPH particles for the interpolation? If so, how i

[Paraview] help with streamlines (units?)

2009-11-18 Thread Richard Beare
Hi, I'm hoping to examine some MRI derived blood flow velocity data using paraview. I've transformed the original data into a time series of vtk images, which have the velocity vector at each point. However I suspect I need to set up the units for velocity appropriately. Should I ensure that the di

Re: [Paraview] Help the newbie

2010-01-05 Thread David E DeMarle
It is not easy to make ParaView update automatically when the data changes because of VTK's demand driven nature, VTK's lack of thread safety, and due to ParaView's client server architecture. Doing it well is an active research topic. Search the mailing list (ex http://paraview.markmail.org/searc

[Paraview] interface for Paraview help?

2010-08-26 Thread Dan Lussier
I was wondering if the KitWare guys had considered a stackoverflow.com type of interface for Paraview help? The mailing list is great for some things, but doesn't work as well for those repeated 'how does this feature work' type of questions. This type of forum appears to w

[Paraview] [help ParaviewWeb] Load Plugin

2011-05-19 Thread le Anh Dung
Hello, I'm new to ParaviewWeb and need your help :) Here is my problem: (all paraview versions are 64bits for Linux) In ParaviewWeb: I want to load the AnalyzeReader and NIfTIReader to read the .img and .nii datas. My ParaviewWeb was compiled base on Paraview 3.11, I tried to load the plugins

[Paraview] Help with Programmable Filters

2016-04-15 Thread Scott, W Alan
>From a user: Hi I'm trying to get started with programmable filters and am having a little trouble putting it together from the material in the paraview user guide. I have a few questions below: 1. Is there any documentation generally describing the input and output data objects that

[Paraview] help about paraview macro

2012-08-29 Thread Zhijun Zhang
Dear all: My data has some vector properties and I would like to see them in several tabs. I would like to record a macro so I do not need to do this every time. I use the tools->start trace to record the macro, i did like this: I load in a dataset, then I open a tab, and add glyph1 for the vector

[Paraview] help with pvpython commands

2013-03-14 Thread Anton Shterenlikht
I'm trying to follow this example: Example 2 In the second example the python script reads a raw binary file with 3Dimensional data and creates a contour at the values 0.1 and -0.1. A Colour bar is also provided. from paraview.servermanager import * Connect() reader=sources.ImageReader(FilePre

[Paraview] Help with Glyph Colors

2013-05-22 Thread Scott, W Alan
I have a map on which I've placed numerous glyphs (circles at earthquake locations). I'd like to change the colors of the circles individually, and maybe the continent outlines as well. I also want to add some more data, maybe triangles, with a different color. I haven't figured out how to cha

[Paraview] Help with unstructured grid

2013-08-07 Thread George Howitt
Hi I have a fortran code that I'm trying to get streamlines from. The code generates a spherical grid of points and a velocity on each of those points. I have been using a structured grid but paraview doesn't seem to read the vectors, instead it thinks they are more grid points and plots them as

[Paraview] Help with web proxy

2014-06-17 Thread CLSA Mcmaster
Hello I feel I am very close to getting this but I need some help. I am using Paraview with Python and an Apache front end with proxying. My logs show as follows: [Tue Jun 17 14:18:34.353847 2014] [proxy:debug] [pid 5840] proxy_util.c(2035): AH00943: http: has released connection for ( dragonfly

[Paraview] Help with Programmable Filter

2014-08-04 Thread Dennis Conklin
I have the following script for a Paraview Programmable filter: import math import numpy # # Gdyr_Principal_Strains_ProgFilter #Rev 0 #Aug 1, 2014 # Dennis Conklin - Engineering Mechanics # # Paraview 4.0.1 Progammable Filter # Adds Cell Variables: # Principal Strains: str_P1,

[Paraview] Help: cannot run paraview

2014-09-24 Thread 李叶萌
Dear all, I got some problem when running paraview in terminal (under Linux mint). The terminal shows something wrong as follow,and I cannot see the paraview window. Do you have any ideals of what's going on? Reinstallation using Synaptic Package Manager does not do any help. Thank you Y

[Paraview] Help with memory crash?

2015-01-07 Thread Nikolaos Beratlis
I am trying to run a script on a cluster with Paraview in parallel. The cluster architecture is 16cores and 64GB per node. The script reads in two XMF files, one contains a grid of 2002x100x1000 points along with one variable. There is a loop to perform two iterations: try: paraview.simple except:

Re: [Paraview] Help on SPHVolumeInterpolator

2017-03-15 Thread Favre Jean
tell you how to edit the source code to enable the smoothing array.) - Jean/CSCS From: ParaView [paraview-boun...@paraview.org] on behalf of Ellinger, Carola [cellin...@lanl.gov] Sent: Wednesday, March 15, 2017 6:47 PM To: paraview@paraview.org Su

Re: [Paraview] Help on SPHVolumeInterpolator

2017-03-16 Thread Will Schroeder
rray.) > > - > Jean/CSCS > -- > *From:* ParaView [paraview-boun...@paraview.org] on behalf of Ellinger, > Carola [cellin...@lanl.gov] > *Sent:* Wednesday, March 15, 2017 6:47 PM > *To:* paraview@paraview.org > *Subject:* [Paraview] Hel

Re: [Paraview] Help on SPHVolumeInterpolator

2017-03-16 Thread Ellinger, Carola
y, March 16, 2017 at 05:37 To: Favre Jean mailto:jfa...@cscs.ch>> Cc: Carola Ellinger mailto:cellin...@lanl.gov>>, "paraview@paraview.org<mailto:paraview@paraview.org>" mailto:paraview@paraview.org>> Subject: Re: [Paraview] Help on SPHVolumeInterpolator Carola- What

[Paraview] Help needed debugging VTP file

2008-10-07 Thread Olumide
Hello - I'm having difficulty debugging the following brief VTP file generated by my custom exporter -- I can't seem to figure out why Paraview won't open it. Is there some sort of syntax error in it? Thanks, - Olumide VTP File

[Paraview] Paraview Help crashes on repacking

2009-01-06 Thread Robert Maynard
When I rebuild a custom version of ParaView 3.4 using cpack using the help fails. The error I get is that when I click on the help I get a vtkErrorMacro of  "Qt Assistant crashed".  What am I doing wrong? ___ ParaView mailing list ParaView@paraview.

[Paraview] ParaView Help fails on repacking

2009-01-07 Thread Robert Maynard
When I rebuild a custom version of ParaView 3.4 using cpack using the help fails. The error I get is that when I click on the help I get a vtkErrorMacro of "Qt Assistant crashed". What am I doing wrong? Sorry if I am reposting this question it seems some of my questions where getting bounced

[Paraview] Help stress tensor visualisation (glyphs)

2010-01-27 Thread J Cook
Hi I recently undertook a project visualising 2nd order symmetrical stress tensors. I am currently looking at how to use Paraview to visualise a structured grid of these tensors using glyphs (either elipsiods or hedgehogs) with data taken from the finite element program MSC NASTRAN. I was wondering

Re: [Paraview] interface for Paraview help?

2010-08-26 Thread Michael Wild
On 26. Aug, 2010, at 17:21 , Dan Lussier wrote: > I was wondering if the KitWare guys had considered a stackoverflow.com type > of interface for Paraview help? The mailing list is great for some things, > but doesn't work as well for those repeated 'how does this featu

Re: [Paraview] interface for Paraview help?

2010-08-26 Thread Dan Lussier
, but they won't make questions from users go away. On 26-Aug-10, at 10:31 AM, Michael Wild wrote: On 26. Aug, 2010, at 17:21 , Dan Lussier wrote: I was wondering if the KitWare guys had considered a stackoverflow.com type of interface for Paraview help? The mailing list is great

Re: [Paraview] interface for Paraview help?

2010-08-26 Thread Berk Geveci
s the documentation gap. -berk On Thu, Aug 26, 2010 at 11:31 AM, Michael Wild wrote: > > On 26. Aug, 2010, at 17:21 , Dan Lussier wrote: > >> I was wondering if the KitWare guys had considered a stackoverflow.com type >> of interface for Paraview help? The mailing list is grea

[Paraview] Help: Calculating Vorticity in paraview

2010-10-25 Thread Mubashir Ali
Hi, I have some transient Ensight gold data (cell data). I want to calculate vorticity for each time step. I checked the calculator option in paraview. there i see dot product tab but not cross product tab. Can anyone please help me with it. I am very very new to Paraview Kind Regards Mubashir A

Re: [Paraview] help with paraview plugin

2011-04-10 Thread Utkarsh Ayachit
Please subscribe to the paraview-users mailing list to post such queries (http://paraview.org/paraview/help/mailing.html) As far as the mapper question goes, the Wiki page needs to be updated. Refer to ParaViewSource/Examples/Plugins/Representation for the update example to add a new mapper

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-19 Thread Dominik Szczerba
Make sure everything has been compiled consistently, i.e. using the same compiler version etc. On Thu, May 19, 2011 at 1:05 PM, le Anh Dung wrote: > Hello, > I'm new to ParaviewWeb and need your help :) > > Here is my problem: (all paraview versions are 64bits for Linux) > In ParaviewWeb: I want

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-19 Thread Utkarsh Ayachit
What is the command you are using to load the plugin? Utkarsh On Thu, May 19, 2011 at 7:05 AM, le Anh Dung wrote: > Hello, > I'm new to ParaviewWeb and need your help :) > > Here is my problem: (all paraview versions are 64bits for Linux) > In ParaviewWeb: I want to load the AnalyzeReader and NI

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-19 Thread Frederic Cervenansky
I'm working with Le Anh Dung and he uses LoadPlugin command for the operation.  And yes we check about the compiler version. Frederic Le 19/05/2011 13:29, Utkarsh Ayachit a écrit : What is the command you are using to load the plugin?

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-19 Thread Utkarsh Ayachit
Here's what I use in pvpython: >>> from paraview.simple import * >>> LoadPlugin(".../libAnalyzeReader.so", False, globals()) >>> Analyzereader(FileName="...") On Thu, May 19, 2011 at 8:22 AM, le Anh Dung wrote: > Hi, > in PWConsole: paraview.LoadPlugin( {filename: '[PATH]/plugin.so', > remote:

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-20 Thread le Anh Dung
Thank you so much. By using your commands the plugin works! But how can we use it in PWConsole of ParaviewWeb ? (my goal is using paraviewWeb, so the use of javascript is important to me :) ) I tried with this but it didt work :( paraview.LoadPlugin( {filename: '.../libAnalyzeReader.so', remo

Re: [Paraview] [help ParaviewWeb] Load Plugin

2011-05-20 Thread le Anh Dung
Hello, I figured out how to load the plugin in paraviewWeb. Just create a python file in your plugin directory of ParaviewWeb, and then you can load your plugin in it. Have a nice day everybody :) Anh Dung LE. INSA de Lyon - Télécommunicati

[Paraview] [help] Volume rendering in ParaviewWeb

2011-05-24 Thread le Anh Dung
Hello everybody, I tried to write a plugin (renderVol.py attached) to do a volume rendering in PWConsole of ParaviewWeb. When I tried to set the ColorArrayName or Representation (functions in renderVol.py), I always got this: Traceback (most recent call last): File "", line 147, in handle_

[Paraview] [Paraview Help] error in building

2011-06-15 Thread le Anh Dung
Hello everybody, I'm trying to compile paraview to a sever without an X server, so the configuration is VTK_OPENGL_HAS_OSMESA = ON, VTK_USE_OFFSCREEN=ON and VTK_USE_X=OFF then I get this error: [ 97%] Built target vtkPVServerManagerPython Linking CXX executable ../../bin/vtkSMExtractDocumenta

Re: [Paraview] Help with Programmable Filters

2016-04-21 Thread Utkarsh Ayachit
> 1. Is there any documentation generally describing the input and output > data objects that form the programmable filter API? Chapter 14 from the ParaView Guide. And the following series of Berk's blog posts: https://blog.kitware.com/improved-vtk-numpy-integration/ https://blog.kitware.c

[Paraview] help with undefined symbol _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE

2012-03-05 Thread Chris Kees
I'm wondering if anybody has seen the following error (at runtime) with the current master (3.14) on a 64 bit Ubuntu machine: paraview: symbol lookup error: /paraview-3.14/libQVTK.so.pv3.14: undefined symbol: _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE It looks like a

[Paraview] Help with Particle Pathline filter...

2012-03-06 Thread Charles Boivin
Hello, I have a series of particle data files that I have written using the VTK XML PolyData file format (.vtp, I guess). I can use those to display the actual particles just fine with glyphs, but I'd like to also see a pathline being displayed for particles. I am therefore trying to use the '

Re: [Paraview] help about paraview macro

2012-09-04 Thread Utkarsh Ayachit
Alex, Look at http://paraview.org/Wiki/ParaView/Python_Scripting#Updating_View_Layout It explains how to update view layout from Python. Utkarsh On Wed, Aug 29, 2012 at 8:16 PM, Zhijun Zhang wrote: > Dear all: > > My data has some vector properties and I would like to see them in > several tab

[Paraview] help with a simple script?

2012-11-15 Thread Celia Bremer
Hello, I want to write a script that would open a saved state, select one of the objects, and save data from that object as a VTI file series. I can do this with the GUI, but it takes many hours to do this to each file and I have about 60 of them, so a script would be nice since I could loop

[Paraview] Help with Clip filter Annotation

2013-02-28 Thread Guðni Karl Rosenkjær
Hello all, I am making a Annotation for Clip filter that shows the current location. I have been trying to use the new PythonAnnotation filter but I am not able to access the Origin and Offset properties from the input to the filters Expression. This is the Expression I tried: 'At %.0f Northing' %

Re: [Paraview] help with pvpython commands

2013-03-14 Thread Utkarsh Ayachit
Anton, Try: > a = ImageReader() > help(a) 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 On Thu, Mar 14, 2013 at 8:20 AM, Anton Shterenlikht wrote: > I'm trying to follow this example

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

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] 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] Help with Glyph Colors

2013-05-24 Thread Utkarsh Ayachit
One way to color each of the glyphs differently is by coloring with a scalar array. Any point-data arrays present before the glyph filter was applied are copied over to the individual glyphs by the glyph filter. You can then color the glyphs using any of the point data arrays passed through. Utkar

Re: [Paraview] Help with unstructured grid

2013-08-18 Thread George Howitt
Thanks for the file Sam, but having looked into it some more I think that I need to be using a polydata format rather than unstructured grid, as the data I have is a point mesh. Could anyone let me know how the legacy files need to be set up for polydata using vertices? My code outputs a grid of

Re: [Paraview] Help with web proxy

2014-06-19 Thread Sebastien Jourdain
Hi, I'm not sure to understand that error either. Which setup did you followed? Which version of ParaView are you using? (release/master) Did you try with a direct connection without apache in the middle? Does that work? If so what is your apache setup and launcher.py configuration file? Any g

Re: [Paraview] Help with web proxy

2014-06-19 Thread Scott Wittenburg
Could you reply with your launcher configuration file as well as the relevant virtual hosts file? That information could help isolate what's going on. Thanks, Scott On Tue, Jun 17, 2014 at 12:21 PM, CLSA Mcmaster wrote: > Hello > > I feel I am very close to getting this but I need some help.

Re: [Paraview] Help with web proxy

2014-06-19 Thread Scott Wittenburg
At first glance, this doesn't seem right: ws://192.168.1.110:9103/ws?sessionId=c83abd36-f64b-11e3-b1d5-14feb5ee4ae2 This makes it look as if you're expecting to have the websocket proxying done at the port where a pvpython server is listening, when really Apache should be doing the ws proxy. I d

Re: [Paraview] Help with web proxy

2014-06-19 Thread CLSA Mcmaster
Hello I think I have found the problem. When I run the launcher from the CLI as follows: pvpython /data/pvw/paraview/lib/paraview-4.1/site-packages/paraview/web/pv_web_visualizer.py -d --content /data/pvw/www --data-dir /data/pvw/data --port 8080 And then access the URL I get the following erro

Re: [Paraview] Help with web proxy

2014-06-19 Thread Sebastien Jourdain
Hi Sean, if you have a user logged in with a "DISPLAY", you just need to run "export DISPLAY=:0.0" before running your launcher. So when your launcher trigger a new viz job, it inherits that property. You can try again with your command line and see if you get the same error when you export the d

Re: [Paraview] Help with web proxy

2014-06-19 Thread CLSA Mcmaster
Hello Sebastien Thank you for the very quick reply. I am following this document: http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/#!/guide/ubuntu_14_04 I am using paraview version 4.1.0. I get the same result if I go directly to port 8080. I am running in debug mode but I am not seeing

Re: [Paraview] Help with web proxy

2014-06-19 Thread CLSA Mcmaster
Almost there. Got it to load. On Jun 19, 2014 10:57 AM, "Sebastien Jourdain" < sebastien.jourd...@kitware.com> wrote: > Hi Sean, > > if you have a user logged in with a "DISPLAY", you just need to run > "export DISPLAY=:0.0" before running your launcher. > So when your launcher trigger a new viz j

Re: [Paraview] Help with web proxy

2014-06-19 Thread CLSA Mcmaster
Hello Sebastien I am able to access Paraview web. The one remaining issue is only one user can access at a time. So my last question, hopefully, is with regard to port ranges. The launch.json file from the example looks like this: "port_range": [9001, 9103] For clarification, is that a range fro

Re: [Paraview] Help with web proxy

2014-06-19 Thread Scott Wittenburg
Hi Sean, Your setup should allow for multiple uses to connect simultaneously. If you tried this and it failed, can you let us know what error you saw? Also, that "port_range" is inclusive of all the ports in between 9001 and 9103. Cheers, Scott On Thu, Jun 19, 2014 at 2:11 PM, CLSA Mcmaster

Re: [Paraview] Help with web proxy

2014-06-23 Thread CLSA Mcmaster
Hi Scott, Could this be the problem: [Mon Jun 23 14:55:26.475835 2014] [mpm_prefork:info] [pid 5029] AH00164: Server built: Apr 3 2014 12:20:28 [Mon Jun 23 14:55:26.475847 2014] [core:notice] [pid 5029] AH00094: Command line: '/usr/sbin/apache2' [Mon Jun 23 14:55:26.475852 2014] [mpm_prefork:deb

Re: [Paraview] Help with web proxy

2014-06-23 Thread Scott Wittenburg
Hi Sean, Yeah, that could be a problem, though I'm not an Apache expert. I looked up the mpm prefork version you appear to be running: http://httpd.apache.org/docs/current/mod/prefork.html The docs there say that it is important to set the "MaxRequestWorkers" directive so that it is "big

Re: [Paraview] Help with web proxy

2014-06-23 Thread Sebastien Jourdain
Hi Sean, can you explain what you mean by "keeping you from handling multiple simultaneous requests." ? Moreover, is your URLs in your configuration consistent? Seb On Mon, Jun 23, 2014 at 2:43 PM, Scott Wittenburg < scott.wittenb...@kitware.com> wrote: > Hi Sean, > >Yeah, that could be a

Re: [Paraview] Help with web proxy

2014-06-24 Thread CLSA Mcmaster
Hi Sebastien I think I see my problem. This is a log entry from the launcher: [Tue Jun 24 09:46:15.948241 2014] [proxy_wstunnel:error] [pid 2326] [client 192.168.1.30:60637] AH02439: error parsing URL //: Invalid host/port So it is indicating an invalid host/port but I'm not sure what to do with

Re: [Paraview] Help with Programmable Filter

2014-08-05 Thread David E DeMarle
for i in range(block.GetNumberOfCells() >sigma = numpy.array([ [xx[i],xy[i],xz[i]], > [xy[i],yy[i],yz[i]], > [xz[i],yz[i],zz[i]] > ]) > > Missing a ":" here maybe? Try some print debugging to see what is r

Re: [Paraview] Help with Programmable Filter

2014-08-05 Thread David E DeMarle
t; Dennis Conklin, PE > RDE&Q Senior Engineer > Goodyear Innovation Center, 5th Floor South, Pillar M34 > Phone: 330-796-5701 > Email: dennis_conk...@goodyear.com > -- > *From:* David E DeMarle > *Sent:* Tuesday, August 05, 2014 2:03 PM > *T

Re: [Paraview] Help with Programmable Filter

2014-08-12 Thread Casey Goodlett
Hi Dennis, I took a look at the filter to see what might be wrong, but I seem to be missing a couple of things: 1) Are you using the "Copy Arrays" option of the programmable filter? Otherwise you will need to reference the input data as well. 2) Where are the P1,P2,P3, etc vectors created? What

Re: [Paraview] Help with Programmable Filter

2014-08-13 Thread Dennis Conklin
mail: dennis_conk...@goodyear.com From: Casey Goodlett Sent: Tuesday, August 12, 2014 5:26 PM To: Dennis Conklin Cc: paraview@paraview.org Subject: Re: [Paraview] Help with Programmable Filter Hi Dennis, I took a look at the filter to see what might be wrong, but I seem to be missi

Re: [Paraview] Help with Programmable Filter

2014-08-13 Thread Casey Goodlett
> I wasn't sure if I had to convert to numpy arrays for this to work so I > tried > xx = vtkDataArrayToVTKArray(block.CellData['USTRTOTXX']) > ... > > to get numpy arrays to use in sigma, but that doesn't work either. > > I do not think you should need that when you access the cell data as you

Re: [Paraview] Help with Programmable Filter

2014-08-13 Thread Dennis Conklin
conk...@goodyear.com From: Casey Goodlett Sent: Tuesday, August 12, 2014 5:26 PM To: Dennis Conklin Cc: paraview@paraview.org Subject: Re: [Paraview] Help with Programmable Filter Hi Dennis, I took a look at the filter to see what might be wrong, but I seem to be missi

Re: [Paraview] Help with memory crash?

2015-01-07 Thread Nikolaos Beratlis
So I did some more tests by running the script interactively. I used a smaller grid first, 2002 x 20 x 1000 points and ran it only for 1 iteration. When Paraview loaded the memory usage on the server was 1.04GB. After doing one iteration the memory usage spiked to 10.42GB and remained like that whe

Re: [Paraview] Help with memory crash?

2015-01-08 Thread Nikolaos Beratlis
After reading about memory leaks I modified the script at the end by adding "del" after "Delete": Delete(DataRepresentation4) del DataRepresentation4 Delete(Contour2) del Contour2 Delete(DataRepresentation3) del DataRepresentation3 Delete(Q_VP_xmf) del Q_VP_xmf Delete(DataReprese

Re: [Paraview] Help with memory crash?

2015-01-09 Thread Burlen Loring
Hi Nikolaos, One thing that I would suggest is to restructure your script so that you do not create new objects inside your loop. You can usually construct your rendering pipeline first then loop over the files(times, arrays, etc) modifying the existing pipeline objects and then calling Render

Re: [Paraview] Help needed debugging VTP file

2008-10-07 Thread Olumide
Here's another small vtp file that Paraview won't open. I'm getting the error: "Cannot read cell connectivity from Polys in piece 0 because the "connectivity" array is not long enough." Can someone please tell me what I'm missing. Thanks % Small File %

  1   2   3   >