Re: [Paraview] [EXTERNAL] Geometric center of Dataset

2013-03-29 Thread Favre Jean
If you are looking for the Centroid of the dataset, then I would propose 3 lines of python in a Programmable Filter, using numpy's mean. Cut and paste in the script section of a PF: from paraview.vtk.dataset_adapter import numpyTovtkDataArray coords = inputs[0].Points print mean(coords)

[Paraview] Failed to locate server for newly registered proxy ( animation , AnimationScene2 )

2013-03-29 Thread Chris Kees
Hi, I've been having an intermittent failures initiating connections to remove servers. That is, I have successfully used paraview in cliient/server mode many times but also had many connection failures. All I get is the error: Failed to locate server for newly registered proxy ( animation ,

Re: [Paraview] Quadrature in Paraview

2013-03-29 Thread Burlen Loring
Hi afad sfgsfdgsfd, Fixes for bugs introduced by changes in VTK's xml file format are in the pipeline, so you'll have to checkout the latest git HEAD and build ParaView from source to get the bug fixes. If that's something you're willing to do, here are first steps # get sources $ git clone

Re: [Paraview] Quadrature in Paraview

2013-03-29 Thread Andy Bauer
Hi, FYI: We now generate installers for ParaView nightly for git HEAD. They're available at http://www.paraview.org/paraview/resources/software.php and by choosing Nightly for Version of ParaView. Andy On Fri, Mar 29, 2013 at 12:43 PM, Burlen Loring blor...@lbl.gov wrote: Hi afad sfgsfdgsfd,

Re: [Paraview] Quadrature in Paraview

2013-03-29 Thread Burlen Loring
That's good to know, however, you should follow my instructions for now since you have to apply the patch I sent. On 03/29/2013 09:49 AM, Andy Bauer wrote: Hi, FYI: We now generate installers for ParaView nightly for git HEAD. They're available at

[Paraview] Gatekeeper Review Summary

2013-03-29 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: (VTK) 13950-gl2ps-size-factors 13973_do_not_auto_replace_algorithm_executive 13976_api_for_extra_catalyst_scripts fix-paraviewweb-view-update renable_catalyst_tests

Re: [Paraview] Line thickness vector image

2013-03-29 Thread David Lonie
Hi Nikolay, The new GL2PS line and point scaling factor branch has been merged into ParaView's master branch today. The easiest way to use the feature is to go to File Export Scene and select one of the vector graphics formats (ps, eps, svg, or pdf), and the configuration dialog that pops up

Re: [Paraview] Time series of files with different dimensions

2013-03-29 Thread Berk Geveci
Hi Jiri, Unfortunately, this particular feature is not currently supported in ParaView. There are various reasons behind this and it is too complex to explain here. You can get around this however. You can create a multi-block dataset (a vtm file) that points to the rectilinear grid. Too see what