Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-28 Thread Jens
Hi Utkarsh, thank you for that hint. I can see the bounding box now ... But somehow it does not refresh the whole pipeline. What do I have to do, that all parts of pipeline are updated before I write the image. Any idea? Greetings Jens Utkarsh Ayachit schrieb: Jens Here's an updated

Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-28 Thread Utkarsh Ayachit
Jens, Is the non-refreshed part of the pipeline visible in the view? Utkarsh On Fri, May 28, 2010 at 3:23 AM, Jens jens-de...@gmx.de wrote: Hi Utkarsh, thank you for that hint. I can see the bounding box now ... But somehow it does not refresh the whole pipeline. What do I have to do,

Re: [Paraview] pvserver -display on windows

2010-05-28 Thread Dr. X
So before vtkWin32OpenGLRenderWindow comes online, what is the best practice handling multiple cpu cores and multiple gpus on windows? Thanks a lot. Best, x On 5/28/2010 8:47 AM, Francois Bertel wrote: Paraview cannot provide this mechanism because VTK does not. It will requires some non

Re: [Paraview] ParaView 3.8.0 Not Installing Client Plugins correctly.

2010-05-28 Thread Dave Partyka
Okay I pushed both d48e13e489e35be17a6a881e2f0c94649dec1622 9514b8974df55064bf54a4d27816cdffeaa71723 to the release branch. On Fri, May 28, 2010 at 9:28 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Alright, I've committed it to master. Dave, can you move this to the release branch

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread Andy Bauer
My guess is that you'll want to use a filter to get access to the cell locator. What's the desired output for this? You could also fetch the data set to the client and then use the vtk wrapped classes in paraview.vtk to use the cell locator if the class has been wrapped but the fetch operation

Re: [Paraview] Bug export vrml from ParaView 3.8.0

2010-05-28 Thread Robert Maynard
Hi, Would you be able to provide a dataset that fails to be visualized. I have been unable to replicate the problem locally. On Fri, May 28, 2010 at 8:16 AM, bassaidai bassaid...@gmail.com wrote: As I noticed some weeks ago, VRML format files exported from Paraview 3.8.0 (and 3.8.0 RC2) seems

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread Utkarsh Ayachit
Andy, Bastian wants to use the cell locator in a python programmable -- which won't involve any fetching. Bastian, You can create a cell locator in your programmable filter simply by: locator = vtk.vtkCellLocator() Utkarsh On Fri, May 28, 2010 at 10:22 AM, Andy Bauer

[Paraview] Murron OS Update

2010-05-28 Thread Kevin H. Hobbs
The operating system on the dashboard site murron.hobbs-hancock has been updated from fedora 12 to fedora 13 and all of the build names have been changed to show the new OS. signature.asc Description: OpenPGP digital signature ___ Powered by

Re: [Paraview] Problems running pvserver in parallel

2010-05-28 Thread Moreland, Kenneth
I captured this on the wiki: http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#Server_reports:_Failed_to_set_up_server_socket -Ken On 5/26/10 2:07 AM, Natalie Happenhofer natalieh...@hotmail.com wrote: Great, thanks a lot! Natalie Date: Wed, 26 May 2010 09:57:18 +0200 From:

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread pat marion
Unfortunately some of the locator api is pass by reference and therefore not wrapped by python. Bastian, let us know if you run into missing methods when trying to use the cell locator in python. Pat On Fri, May 28, 2010 at 10:31 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Andy,

Re: [Paraview] ParaView Tiled Display Mode Query

2010-05-28 Thread Moreland, Kenneth
There are some technical nuances here, but the short answer is no. ParaView does not support tiles of different sizes. Your idea of treating the 3200x1200 as two 1600x1200 displays is a good one and probably the easiest way to get this to work. -Ken On 5/27/10 4:48 AM, Kumar, Shree

[Paraview] PV 3.80. understanding plot over line

2010-05-28 Thread Stephen Wornom
I plot over a line in the y-direction (ymax= 7, ymin= -7) using arclength (default). The plot is correct but the y-direction values on the figure goes from 0-14 and not -7 to 7. I then use points(1) The plot id correct but I only see the y=0-7 portion. Am I doing something wrong? Stephen --

Re: [Paraview] PV 3.80. understanding plot over line

2010-05-28 Thread Utkarsh Ayachit
By default the x-axis is the arc-length, which is measured as the sum of lengths of line segments from the first point, hence it goes from 0-14. When you change the X Axis Data to Use Data Array and pick Points (1) you should indeed get the x-axis to range from [-7, 7] unless your probed data

Re: [Paraview] Temporal Interpolator + Append Attributes

2010-05-28 Thread Utkarsh Ayachit
Xunlei, That's a bug with current VTK/ParaView pipeline. Whenever a temporal interpolator is involved, it results in the data type from the input's output to become vtkTemporalDataSet. Utkarsh On Fri, May 28, 2010 at 12:35 PM, Dr. X xun...@renci.org wrote: Hi All, I have two data sets with

Re: [Paraview] plot over line question (save data)

2010-05-28 Thread Utkarsh Ayachit
Apply Extract Selection filter to extract the selected data and then save data as csv. Utkarsh On Fri, May 28, 2010 at 11:39 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: When I save data in the format .csv, I would like to save only the values that I select. But save.data writes

Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-28 Thread Jens
Hi Utkarsh, if I reload the state in paraview-gui it does not refresh ether. I have to walk through the pipeline (bottom to top) and call Apply. Greetings Jens Utkarsh Ayachit schrieb: Jens, Is the non-refreshed part of the pipeline visible in the view? Utkarsh On Fri, May 28, 2010

Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-28 Thread Utkarsh Ayachit
Jens, It would be great if you could post a state to reproduce this issue. Utkarsh On Fri, May 28, 2010 at 1:31 PM, Jens jens-de...@gmx.de wrote: Hi Utkarsh, if I reload the state in paraview-gui it does not refresh ether. I have to walk through the pipeline (bottom to top) and call Apply.

Re: [Paraview] Temporal Interpolator + Append Attributes

2010-05-28 Thread Utkarsh Ayachit
It's already there on the bug tracker: http://paraview.org/Bug/view.php?id=6662 Utkarsh On Fri, May 28, 2010 at 1:31 PM, Dr. X xun...@renci.org wrote: Thanks, Utkarsh. Shall I report it? Or it is already in the bug tracker. x On 5/28/2010 1:21 PM, Utkarsh Ayachit wrote: Xunlei, That's a  

Re: [Paraview] Temporal Interpolator + Append Attributes

2010-05-28 Thread Biddiscombe, John A.
I've been working on a fix for this and when I have it fully tested, I'll let you know. JB -Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent: 28 May 2010 19:34 To: Dr. X Cc: Hannah Petersen;

[Paraview] XDMF +hyperslab = segfault

2010-05-28 Thread Jens
Hi, pv 3.8.0 segfaults if xdmf-files try to load datasets partly from hdf5-files (using DataItem ItemType=HyperSlab). This can be done by defining hyperslabs in the xdmf-file and is a very nice feature if the whole grid is simply to large to fit in memory. I attached a small example (test.xmf).

[Paraview] Paraview output in a latex document

2010-05-28 Thread marco restelli
Hi all, I'd like to use paraview images in a latex document. So far, I can see two options: 1) Save Screeshot as pdf - works, but I would prefer eps files 2) Save Screeshot in whatever format and convert it to eps - this works but the quality of the eps is very bad. Does anybody have any

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Andy Bauer
Another option is to use pdflatex which can take in png files that ParaView can save a screenshot as. Not sure if this is what you're looking for though. Andy On Fri, May 28, 2010 at 3:11 PM, marco restelli mreste...@gmail.com wrote: Hi all, I'd like to use paraview images in a latex

Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-28 Thread Jens
Hi Utkarsh, The problem is related to bug 10775 (http://public.kitware.com/Bug/view.php?id=10775) and hyperslabs in XDMF. I attached an example which should reproduce the problems I discribe now: hyperslab on its own: pv 3.6.2: loading test.xmf-dataset u_without_hyperslab works fine pv 3.8.0:

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Moreland, Kenneth
When you save an image of a 3D image, it is a raster image regardless whether you save it in pdf. As such, you are much better off saving as a png file where the resolution is explicit. You can then convert it (with, for example, ImageMagick) to any format that you chose and keep that

Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-28 Thread Utkarsh Ayachit
Jens, I'd recommend not relying on Xdmf state loading or Python API in 3.6 (or before) since that was broken. It has since been fixed for 3.8. I have requested the ARL/Xdmf folks to take a look at the hyperslab issue. I'll keep you posted. Once that segfault is fixed, state loading should not be

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Marcus D. Hanwell
I used the approach Andy suggested very successfully (it can also take a PDF as an image). I am guessing you are taking screenshots of the 3D scene and including them in papers/reports. Marcus On Fri, May 28, 2010 at 3:22 PM, Andy Bauer andy.ba...@kitware.com wrote: Another option is to use

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread burlen
Any specific reason you prefer eps files? PV is only going to give you raster images, so eps isn't an advantage as far as I can tell. I think you can get quite good results with png's. Save your PV image in .png format (File-Save Screen Shot), in as high resolution as you can. In other words,

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread BastiL2001
Thanks Andi, I will do this. What I am planning to do is to create a scalr field with some distance information as an output. Another issue: I want to loop oder a multi-block dataset with an iterator in a programmable filter (works) and find out the name of the currently visited block. Is

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Marcus D. Hanwell
On Fri, May 28, 2010 at 4:13 PM, marco restelli mreste...@gmail.com wrote: Andy, Kenneth, Hanwell, burlen, thank you for the quick and detailed replies! On Fri, May 28, 2010 at 9:40 PM, burlen burlen.lor...@gmail.com wrote: Any specific reason you prefer eps files? PV is only going to

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread David Doria
You might consider  LaTeX beamer, I have had great results with it and it uses pdflatex. http://bitbucket.org/rivanvx/beamer/wiki/Home I second Beamer. My colleagues and I have made many presentations with it. I believe it is the accepted replacement of Prosper. David