[Paraview] Pvbatch 4.1.0 core dumps when loading LIC plugin on server and client

2014-04-16 Thread Joe Borġ
Create a Python file with the following commands: from paraview.simple import * print 'Loading on server...' LoadPlugin('/opt/ParaView/ParaView-4.1.0-Linux-64bit/lib/paraview-4.1/libSurfaceLIC.so', True, globals()) print '...loaded.' print 'Loading on client...'

[Paraview] Optimise PNGs

2014-04-16 Thread Joe Borġ
Currently, when running pvbatch, I am running a thread with optipng running. When an image is saved from ParaView, optipng picks the image up and optimises it. Just wondering why there is no built in PNG optimisation? I'm saving ~50% per image. Regards, Joseph David Borġ josephb.org

Re: [Paraview] [ParaViewWeb]

2012-11-29 Thread Joe Borġ
? Oh wait, what OS are you trying that out ? Thanks, Seb On Wed, Nov 28, 2012 at 10:04 AM, Joe Borġ m...@jdborg.com wrote: Hi All, I'm trying to install ParaViewWeb. If I launch any of the example classes, I get Error: ReferenceError: Paraview is not defined Has anyone got any

Re: [Paraview] [ParaViewWeb]

2012-11-29 Thread Joe Borġ
- -- *type* Status report *message* *description* *The requested resource () is not available.* -- Apache Tomcat/6.0.24 Regards, Joseph David Borġ http://www.jdborg.com On 29 November 2012 11:45, Joe Borġ m...@jdborg.com wrote: Hi Seb, I've

[Paraview] [ParaViewWeb]

2012-11-28 Thread Joe Borġ
Hi All, I'm trying to install ParaViewWeb. If I launch any of the example classes, I get Error: ReferenceError: Paraview is not defined Has anyone got any ideas on what I've missed? Thanks, Regards, Joseph David Borġ http://www.jdborg.com ___

[Paraview] Equivalent to GetRenderView.ViewSize for CreateXYPlotView

2012-11-21 Thread Joe Borġ
It seems to be a valid attribute (CreateXYPlotView.ViewSize), but it's not having any affect when the image is saved (they all come out in the default 300x300. For a normal 3D view, this would be GetRenderView.ViewSize = [1200, 800], for example. But how is this done whilst in plot view?

Re: [Paraview] Converting an XML colour scale to a list for RGBPoints in batch

2012-11-08 Thread Joe Borġ
Hi David, All you get with that is the RGBPoints=[] (with populated RGB values), but not showing the actual method to convert the XML file into RGB values. Regards, Joseph David Borġ http://www.jdborg.com On 7 November 2012 16:58, David Thompson david.thomp...@kitware.com wrote: Hi Joe,

[Paraview] Extract indices not allowing multiple selection in 3.98

2012-11-08 Thread Joe Borġ
The screenshot posted to http://paraview.org/Bug/view.php?id=13630 shows the correct functionality in 3.14. This same, drag to select multiple, feature is not working in 3.98. On the surface, very trivial, but uses up a lot of time on large cases. Regards, Joseph David Borġ http://www.jdborg.com

[Paraview] PV 3.98 Large geometry representation being set to surface instead of outline by default

2012-11-08 Thread Joe Borġ
In ParaView 3.14, if you load a large dataset, the representation would automatically be set to Outline. If the dataset was smaller, or you use ExtractBlock to get the size down, ParaView selects Surface by default. In 3.98 however, everything is set to Surface, so if you load a dataset with a

Re: [Paraview] Can you use bands in colour maps?

2012-11-07 Thread Joe Borġ
Hi David, Thanks for the reply. I got the desired effect with the Use Discrete Colors method. I'll look forward to the later release with the discrete maps. Cheers, Joe Regards, Joseph David Borġ http://www.jdborg.com On 7 November 2012 00:46, David Thompson david.thomp...@kitware.com

Re: [Paraview] problem compiling Qt 4.6.2 (Ubuntu / Mint)

2012-11-07 Thread Joe Borġ
If it helps, I've installed the latest Qt (4.8.3) before compiling and it worked fine. Regards, Joseph David Borġ http://www.jdborg.com On 7 November 2012 10:25, Herbert J. MUTHSAM herbert.muth...@univie.ac.atwrote: Hi, when trying to install Qt 4.6.2 for later on compiling Paraview I

[Paraview] Can you use bands in colour maps?

2012-11-06 Thread Joe Borġ
Hi All, By default, all the colour maps in ParaView are continuous between points. I'd like to have only one colour in between points I set in the XML map, is this possible? Regards, Joseph David Borġ http://www.jdborg.com ___ Powered by

[Paraview] Converting an XML colour scale to a list for RGBPoints in batch

2012-11-06 Thread Joe Borġ
In the GUI, this is easy, you just click Edit color map - Choose preset - Import, select the xml file and you're away. I can't seem to be able to do this in batch though. Is there any way I can? Regards, Joseph David Borġ http://www.jdborg.com ___

Re: [Paraview] Inconsistent results with the stream trace filter

2012-11-05 Thread Joe Borġ
you set the Maximum Streamline Length to be large enough? The default is too small. Leo On Thu, Nov 1, 2012 at 12:04 PM, Joe Borġ m...@jdborg.com wrote: Hi Everyone, Seems the latest build (please check build number) has kept the problem. http://jdborg.com/images/paraview/pv_test.png

Re: [Paraview] Inconsistent results with the stream trace filter

2012-11-01 Thread Joe Borġ
this was indeed a bug in 3.14.1 but the bug has been fixed in the current development branch. I am not entirely sure which commit explicitly did it. Leo On Fri, Oct 19, 2012 at 5:54 AM, Joe Borġ m...@jdborg.com wrote: Hi, I am using 3.14.1 64-bit on a single core (if I enable multi-core

Re: [Paraview] problem using 'stream tracer with custom source' filter

2012-11-01 Thread Joe Borġ
Hi Hang, I had the same issue, try using the Tetrahedralize filter before the extracts. Regards, Joseph David Borġ http://www.jdborg.com On 23 October 2012 21:21, Hang Deng denghang2...@gmail.com wrote: Dear all, I was trying to plot streamlines in paraview (3.10.1 64bit) for my

Re: [Paraview] Inconsistent results with the stream trace filter

2012-10-24 Thread Joe Borġ
2012 13:55, Utkarsh Ayachit utkarsh.ayac...@kitware.comwrote: Joe, Use the latest revision of the wiki page to build the source from git-master (http://paraview.org/Wiki/ParaView:Build_And_Install). Utkarsh On Tue, Oct 23, 2012 at 7:18 AM, Joe Borġ m...@jdborg.com wrote: Thanks for the info

Re: [Paraview] Inconsistent results with the stream trace filter

2012-10-24 Thread Joe Borġ
, Joe Borġ m...@jdborg.com wrote: Hi guys, sorry to keep finding problems, but I'm stuck here: X11_Xt_LIB could not be found. Required for VTK X lib. Can you give me an example of a lib that should be in there so I can search for that to get the dir please? Regards, Joseph

Re: [Paraview] Inconsistent results with the stream trace filter

2012-10-23 Thread Joe Borġ
, It looks like this was indeed a bug in 3.14.1 but the bug has been fixed in the current development branch. I am not entirely sure which commit explicitly did it. Leo On Fri, Oct 19, 2012 at 5:54 AM, Joe Borġ m...@jdborg.com wrote: Hi, I am using 3.14.1 64-bit on a single core (if I enable

Re: [Paraview] Inconsistent results with the stream trace filter

2012-10-18 Thread Joe Borġ
ExtractBlock and compare with my image? Leo On Wed, Oct 17, 2012 at 10:51 AM, Magician f_magic...@mac.com wrote: Hi Joe, Tetrahedralize filter is applicable. All cells are splitted into Tetrahedral ones. Try it. Magician On 2012/10/17, at 23:40, Joe Borġ wrote: Thanks Magician

[Paraview] Open .cpal palette in ParaView / Convert to XML

2012-10-18 Thread Joe Borġ
Is there anyone who knows if this is possible? I've got the palette files from EnSight (.cpal) and would like to import them into ParaView which is expecting XML. Regards, Joseph David Borġ http://www.jdborg.com ___ Powered by www.kitware.com Visit

Re: [Paraview] Inconsistent results with the stream trace filter

2012-10-17 Thread Joe Borġ
Liu leo@kitware.com wrote: Hi, Is it possible for you to upload the data? By the way, if the cell type is polyhedron, then this is quite likely the same bug as this: http://paraview.org/Bug/view.php?id=13442 Leo On Thu, Oct 11, 2012 at 6:17 AM, Joe Borġ m...@jdborg.com wrote: Hi

Re: [Paraview] Inconsistent results with the stream trace filter

2012-10-17 Thread Joe Borġ
at kitware.com wrote: Hi, Is it possible for you to upload the data? By the way, if the cell type is polyhedron, then this is quite likely the same bug as this: http://paraview.org/Bug/view.php?id=13442 Leo On Thu, Oct 11, 2012 at 6:17 AM, Joe Borġ mail at jdborg.com wrote

[Paraview] Inconsistent results with the stream trace filter

2012-10-11 Thread Joe Borġ
Hi guys, I've got an odd issue with the stream trace and stream trace custom source filters in Paraview (3.14.1 64bit). No matter what settings I use, the traces die off very soon and some even carry on straight (even when there's no fluid). See the two screenshots I've got from Paraview.

[Paraview] PNG compression when making screenshot

2012-09-04 Thread Joe Borġ
I'm trying to reduce the size of the screenshots made in batch. Using trace, I found view = GetRenderView() view.CompressorConfig = 'vtkZlibImageCompressor 0 9 4 0' WriteImage('test.png') ...but they're the same size with and without the compression. The dimension is 1700x900 and I'm getting

Re: [Paraview] PNG compression when making screenshot

2012-09-04 Thread Joe Borġ
from the server to the client. They are used to fine tune remote rendering performance. Unfortunately the vtkPNGWriter does not expose any options for tuning compression. Burlen On 09/04/2012 06:16 AM, Joe Borġ wrote: I'm trying to reduce the size of the screenshots made in batch. Using

[Paraview] Different pvbatch results when not on host

2012-08-27 Thread Joe Borġ
Different results for ViewSize when running on remote station. See my test.py script. If I run that on a localhost, then the image gets made the correct size. If I run this on a remote station (of exactly the same spec and after setting the DISPLAY) I get a different size screenshot, even

[Paraview] Lighting

2012-08-24 Thread Joe Borġ
I am trying to renders pictures of a geometry in batch. However, when I play with the following view.BackLightAzimuth and view.BackLightElevation, the light on the object does not move. When I do these commands in the pyhton shell and then renders it works. This is the part of the script where

[Paraview] Use Immediate Mode Rendering in batch

2012-07-25 Thread Joe Borġ
Is there any way I can turn on *Use Immediate Mode Rendering *in batch? http://www.itk.org/Wiki/ParaView/Users_Guide/Settings Only explains about the GUI. Regards, Joseph David Borġ http://www.jdborg.com ___ Powered by www.kitware.com Visit other

[Paraview] Surface LIC with different variable on surface

2012-06-07 Thread Joe Borġ
As far as I can see, if I generate LIC with, say, shear then you have to use shear as the variable on the surface below the LIC itself. Would it be possible, for example, to create the LIC using shear but display pressure on the surface? Regards, Joseph David Borġ http://www.jdborg.com

Re: [Paraview] Surface LIC with different variable on surface

2012-06-07 Thread Joe Borġ
saying LIC with one variable and coloring with another? (Not sure what you mean by display pressure on the surface). You can indeed color using another variable. Utkarsh On Thu, Jun 7, 2012 at 6:51 AM, Joe Borġ m...@jdborg.com wrote: As far as I can see, if I generate LIC with, say, shear

Re: [Paraview] Surface LIC with different variable on surface

2012-06-07 Thread Joe Borġ
and what platform are you on? David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jun 7, 2012 at 10:46 AM, Joe Borġ m...@jdborg.com wrote: That is what I mean (so the surface of the object I've put LIC on to paint

Re: [Paraview] Surface LIC with different variable on surface

2012-06-07 Thread Joe Borġ
. Change the Vectors field to something other than what is set in the Color By field. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Jun 7, 2012 at 11:12 AM, Joe Borġ m...@jdborg.com wrote: Hi David, I'm on 3.14.1 (64-bit

Re: [Paraview] Surface LIC with different variable on surface

2012-06-07 Thread Joe Borġ
There is, thanks! Regards, Joseph David Borġ http://www.jdborg.com On 7 June 2012 16:46, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: On the display tab, I believe there's a setting that allows you to change the intensity of the LIC. On Thu, Jun 7, 2012 at 11:42 AM, Joe Borġ m