Re: [Paraview] smooth a contour surface

2012-05-15 Thread Chr. Rossmanith
Hi, did you try shape based interpolation? It's not just an option in ParaView but you would have to implement it e.g. using ITK as a preprocessing step. Christina Am 14.05.2012 19:29, schrieb Tom Schoenemann: Hi all, I have figured out how to create a surface from a file (using

Re: [Paraview] Problems loading saved states

2012-05-15 Thread Chr. Rossmanith
Maybe the ° in °C is causing the trouble? Christina Am 14.05.2012 16:34, schrieb Christoph Meyer: Please find a little sample attached. The message I get when trying to open it is this here: ERROR: In ..\..\..\..\src\VTK\IO\vtkXMLParser.cxx, line 483 vtkPVXMLParser

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Tuan Ha Tran
Thank you very much Seb, I have another question : I read the simple.py and certainly, I found all the function about rendering, read file, etc. but I didn't find out anything about all the filters. So if a want to use these filter, in python and after, in javascript. Where can I find the

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Tuan Ha Tran
To use vtk we have to add from paraview import vtk ? - Original Message - From: Sebastien Jourdain sebastien.jourd...@kitware.com To: Tuan Ha Tran tuan-ha.t...@insa-lyon.fr Cc: paraview@paraview.org Sent: Mon, 14 May 2012 15:22:55 +0200 (CEST) Subject: Re: [Paraview] JavaScript API -

Re: [Paraview] Problems loading saved states

2012-05-15 Thread Christoph Meyer
Ooops – thanks for the hint. I did a test with a very basic setup, and reloading the state worked just fine. Hopefully, that was not only coincidence. Thanks again, Christoph Von: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] Im Auftrag von Chr. Rossmanith

Re: [Paraview] Screenshot resolution

2012-05-15 Thread Biddiscombe, John A.
did you try toggling the 'use offscreen rendering for screenshots' option in the mina options dialog. This often fixes dodgy results like the one you describe. JB From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Mohamad M. Nasr-Azadani Sent: 15 May 2012

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Sebastien Jourdain
Hi Tuan, The 'missing' documentation that you are looking for is inside the appendix of http://paraview.org/Wiki/ParaView/Users_Guide/Table_Of_Contents under List of Those API's are defined by some XML files that describe all the ParaView proxies. ParaView does not use VTK class directly but

Re: [Paraview] JavaScript API - ParaViewWeb - how to call function

2012-05-15 Thread Sebastien Jourdain
Using directly a VTK class on the python layer does not make it a proxy... You need to stick to the ParaView proxy that are defined inside the XML. OpenDataFile should be the correct method to call. Try to debug your script inside the Python shell of ParaView to see why it is complaining for. And

Re: [Paraview] [EXTERNAL] Basic Time Plot Questions

2012-05-15 Thread Scott, W Alan
D, First off, I would update ParaView. You are using a very old version. * I believe this functionality does not exist in 3.6.2. It does in 3.14.0. However, you should be able to open one file, then open the next file, etc. * No clue. Maybe open can.exo, save data as a csv file, and look at

Re: [Paraview] Screenshot resolution

2012-05-15 Thread Luis Martinez
Hi Mohamad, From the python shell you can try: WriteImage(/tmp/foo.png, Magnification=2)Magnification can be any number 1. Thanks, Tony From: biddi...@cscs.ch To: mmn...@gmail.com; paraview@paraview.org Date: Tue, 15 May 2012 09:50:04 + Subject: Re: [Paraview] Screenshot resolution

Re: [Paraview] Screenshot resolution

2012-05-15 Thread Mohamad M. Nasr-Azadani
Thanks Luis, I have played around with magnification factor as well. But that does not seem to solve the problem. I have used the same command with magnification=1, 2, and 4. This is what I get. http://me.ucsb.edu/~mmnasr/Files/foo.ziphttp://mee.ucsb.edu/~mmnasr/Files/foo.zip I would like to

Re: [Paraview] Screenshot resolution

2012-05-15 Thread Mohamad M. Nasr-Azadani
Thanks John. Please be patient be with me here. By mina options dialog, what do you exactly mean? Is it the same thing as compiling paraview with Mesa to have offscreen rendering mode? I alreay use that as well. Still a bit confused about zooming and high resolution images. Thanks, Mohamad On

[Paraview] pv 3.8 segfaults on opening raw binary files

2012-05-15 Thread Mohammad Mirzadeh
Hi guys, I have a problem getting pv open my binary file. It basically segfaults and terminates without any information. When I run in gdb I get: ERROR: In /build/buildd/paraview-3.8.1/VTK/IO/vtkDataReader.cxx, line 1910 vtkUnstructuredGridReader (0x19f6890): Unsupported data type: 1 Program