[Paraview] View size and writing an image

2013-02-13 Thread the lily
Dear all I'm extracting the depth map and the png image from paraview and I want both of them to be the same size which is 1600*1600 any way I did something like this file_load = XDMFReader( FileName= .. ) Applied some filters then RenderView = GetRenderView() # to get the dpeth

Re: [Paraview] Changing the size of vtkXOpenGLRenderWindow

2013-02-13 Thread the lily
Dear Utkarsh it turns out that I was writing the command after the Render which was not working here how I did it in case someone needed that view = GetActiveView().GetRenderWindow() view.SetSize(wid,hig) Render() Date: Tue, 12 Feb 2013 08:54:11 -0500 Subject: Re: [Paraview] Changing the

Re: [Paraview] Changing the size of vtkXOpenGLRenderWindow

2013-02-13 Thread the lily
Dear Utkarsh I tried changing the size with both ways yours and the one I wrote but in both cases when the size changes the top of the image and the depth map is filled with noise, is there a reason for that ? or how can it be fixed ? From: the.1.l...@hotmail.com To:

Re: [Paraview] Is there any point to compiling with MPI but without offscreen rendering?

2013-02-13 Thread Kevin H. Hobbs
On 02/12/2013 04:44 PM, Utkarsh Ayachit wrote: Oops sorry, use pvbatch. You'll have to specify the script in a file on the command line however. $ export LD_LIBRARY_PATH=/home/kevin/drm_nightly/lib/:$LD_LIBRARY_PATH $ export LIBGL_DEBUG=verbose $ kitware/ParaView_Dual_Build/bin/pvbatch

[Paraview] Compilation error

2013-02-13 Thread Anton Gladky
Hi all, the latest 3.98.1 version fails to build on Debian, when the option VTK_USE_SYSTEM_JPEG is ON. === /tmp/buildd/paraview-3.98.1/VTK/IO/Image/vtkJPEGReader.cxx: In function 'void jpeg_mem_src(j_decompress_p tr, void*, long int)':

Re: [Paraview] running paraview in parallel with a batch script/MPI

2013-02-13 Thread Cook, Rich
OK, so what I'm hearing is that the pvbatch process will use its MPI rank to decompose the data correctly. Does this decomposition work correctly for all data formats? I suspect not, so is there a way to confirm that decomposition is working for a particular type of data? In the GUI, I can

Re: [Paraview] ParaView VTK Legacy File Questions

2013-02-13 Thread Daniel Levitus
I was curious if anyone has had experience with creating their own reader/editing an existing reader for ParaView or could tell me if it was even possible. Thank you. Best, Dan Levitus -- Daniel Levitus University of Illinois Champaign-Urbana B.S Civil Engineering 2013 American Society of Civil

Re: [Paraview] Compilation error

2013-02-13 Thread Utkarsh Ayachit
What is the system version of jpeg? On Wed, Feb 13, 2013 at 12:09 PM, Anton Gladky gladky.an...@gmail.com wrote: Hi all, the latest 3.98.1 version fails to build on Debian, when the option VTK_USE_SYSTEM_JPEG is ON. === /tmp/buildd/paraview-3.98.1/VTK/IO/Image/vtkJPEGReader.cxx: In

Re: [Paraview] ParaView VTK Legacy File Questions

2013-02-13 Thread Karl König
Dan, Apart from the quite large list of readers ParaView ships with (see http://paraview.org/Wiki/ParaView/Users_Guide/List_of_readers) it is indeed possible to extend ParaView with custom readers, by using a reader plugin or extending the ParaView source. You will need to compile ParaView from

[Paraview] Changing orientation axis color

2013-02-13 Thread James Thunes
I'm using paraview 3.98.0 64 bit on OS X 10.7.5. Orientation axis label color defaults to cyan. Changing color via Edit-View Settings-Annotation-Axis Label Color works for current session, but changes when reopened. Does anybody have an idea on what is wrong / a solution? Thanks

Re: [Paraview] Compilation error

2013-02-13 Thread Anton Gladky
libjpeg8 2013/2/13 Utkarsh Ayachit utkarsh.ayac...@kitware.com: What is the system version of jpeg? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [Paraview] Compilation error

2013-02-13 Thread Orion Poplawski
Similar on Fedora Rawhide. See http://paraview.org/Bug/view.php?id=13870 On 02/13/2013 12:57 PM, Utkarsh Ayachit wrote: What is the system version of jpeg? On Wed, Feb 13, 2013 at 12:09 PM, Anton Gladky gladky.an...@gmail.com wrote: Hi all, the latest 3.98.1 version fails to build on

Re: [Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-13 Thread Peter Schmitt
Hi Michael, On Wed, Feb 13, 2013 at 1:46 PM, Michael Jackson mike.jack...@bluequartz.net wrote: If you look at /Users/schmitt/paraview/opt/ParaView-3.98.1_RC1_OSX-10.7/paraview/src/paraview-build/lib/libvtkpqComponents-pv3.98.1.dylib what does the RPATH to HDF5 library look like? It should

Re: [Paraview] running paraview in parallel with a batch script/MPI

2013-02-13 Thread Pat Marion
Right, the decomposition is up to the reader, so you need a reader that is parallel aware. If you're starting with a .pvtu file, then you should be all set. If you look inside the pvtu file, it should just be an xml format that lists all the pieces, and the pieces are .vtu. Each rank will read