Re: [Paraview] [EXTERNAL] Relative frequencies in Histogram plots

2015-01-09 Thread Scott, W Alan
Ethan, Pretty sure you didn’t get a reply. The simple answer is that it probably won’t work. Mind writing up a feature request? This is a pretty good idea. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Ethan Hereth Sent: Wednesday, January 07, 2015 2:04 PM To:

Re: [Paraview] Help with memory crash?

2015-01-09 Thread Burlen Loring
Hi Nikolaos, One thing that I would suggest is to restructure your script so that you do not create new objects inside your loop. You can usually construct your rendering pipeline first then loop over the files(times, arrays, etc) modifying the existing pipeline objects and then calling

Re: [Paraview] PV 420 unable to read state file from PV 410

2015-01-09 Thread Utkarsh Ayachit
There have been changes merged in git/master since RC1. It should be fixed in the next RC. On Fri, Jan 9, 2015 at 9:16 AM, Richard Grenon richard.gre...@onera.fr wrote: Hello, Same problem with PV 4.3.0 RC1 (tested on Linux 64 bits binaries) Best regards. Richard Le 01/10/2014 09:53,

[Paraview] paraview cmake can't find proper qt

2015-01-09 Thread Jeff Becker
Hi. My initial run of ccmake complained that my distro's qt was too old, so I downloaded and built/installed a supported version in /usr/local/Trolltech/Qt-4.8.6. Thus I set: //Where can the qmake-qt4 library be found QT_QMAKE_EXECUTABLE:FILEPATH=/usr/local/Trolltech/Qt-4.8.6/bin/qmake

Re: [Paraview] Python paraview.simple: Zoom To Data?

2015-01-09 Thread Liam
Hey guys, Just one more question. How do you define: far = config.camFac I cannot find in the code neither config nor camFac variable, so anybody could explain me how to compute far variable? This code has helped me so much. Yhanks in advance, Liam

Re: [Paraview] paraview cmake can't find proper qt

2015-01-09 Thread Burlen Loring
Hi Jeff, Here are the vars that I set: prepend-path PATH /work/apps/qt-4.8.2/bin prepend-path MANPATH :/work/apps/qt-4.8.2/man prepend-path LD_LIBRARY_PATH /work/apps/qt-4.8.2/lib prepend-path LD_RUN_PATH /work/apps/qt-4.8.2/lib after sourcing this, typing which

Re: [Paraview] paraview cmake can't find proper qt

2015-01-09 Thread Jeff Becker
Thanks Burlen. That helped! On 01/09/2015 11:10 AM, Burlen Loring wrote: Hi Jeff, Here are the vars that I set: prepend-path PATH /work/apps/qt-4.8.2/bin prepend-path MANPATH :/work/apps/qt-4.8.2/man prepend-path LD_LIBRARY_PATH /work/apps/qt-4.8.2/lib prepend-path

Re: [Paraview] [EXTERNAL] Re: Trace recorder missing color preset changes

2015-01-09 Thread Utkarsh Ayachit
Alan, Here;s an example to load a color map XML lut = GetColorTransferFunction(RTData) with open(/tmp/Blot.xml, r) as f: data = f.read() lut.ApplyColorMap(data) On Wed, Jan 7, 2015 at 3:34 PM, Scott, W Alan wasc...@sandia.gov wrote: Ping? *From:* ParaView

Re: [Paraview] [EXTERNAL] Re: Trace recorder missing color preset changes

2015-01-09 Thread Scott, W Alan
Thanks as always! Alan From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, January 09, 2015 12:58 PM To: Scott, W Alan Cc: Mauldin, Jeffrey A.; paraview@paraview.org Subject: Re: [Paraview] [EXTERNAL] Re: Trace recorder missing color preset changes Alan, Here;s an example

[Paraview] problem building ParaView Examples

2015-01-09 Thread Jeff Becker
Almost there - make output below. Any ideas? Thanks. -jeff Scanning dependencies of target ParaViewExamples [ 80%] Build examples as a separate project Not searching for unused variables given on the command line. Not searching for unused variables given on the command line. Internal cmake

Re: [Paraview] [EXTERNAL] paraview cmake can't find proper qt

2015-01-09 Thread Scott, W Alan
Jeff, I probably hit Qt with too big of a hammer, but try the following (Python, but you get the idea). I believe that the most important single line below is setting the MOC executable. Alan '-DQT_INCLUDE_DIR:PATH='+qtInstallDir+'/include '+\

Re: [Paraview] Programmable filter, looping over time steps and reimporting inputs

2015-01-09 Thread Omid Mahabadi
Thanks Utkarsh for your reply. I've gone through the blog a few times already but I still don't understand the whole procedure. I even tried to just run the example in the blog in a Programmable Source but it doesn't work ('No module named numpy_interface'). Part of the issue could be that I still

Re: [Paraview] PV 420 unable to read state file from PV 410

2015-01-09 Thread Richard Grenon
Hello, Same problem with PV 4.3.0 RC1 (tested on Linux 64 bits binaries) Best regards. Richard Le 01/10/2014 09:53, Richard Grenon a écrit : Hello Utkarsh. I attach an archive tar.gz file that contains two short structured datasets and two pvsm state files: * dataset1.tp = ASCII Tecplot