Re: [Paraview] Dose pvpython work with python 3.x ?

2016-11-23 Thread Marcus D. Hanwell
On Mon, Nov 21, 2016 at 2:21 PM, Marcus D. Hanwell <marcus.hanw...@kitware.com> wrote: > > On Mon, Nov 21, 2016 at 1:24 PM, Cory Quammen <cory.quam...@kitware.com> > wrote: > > > > I'm not sure what the problem is. We've barely tested building against > >

Re: [Paraview] Dose pvpython work with python 3.x ?

2016-11-21 Thread Marcus D. Hanwell
On Mon, Nov 21, 2016 at 1:24 PM, Cory Quammen wrote: > > I'm not sure what the problem is. We've barely tested building against Python > 3, and I personally have never built with Python 3, so it's quite possible > you have uncovered a problem. Unfortunately, I don't

Re: [Paraview] OpenGL Backend Identification

2015-12-10 Thread Marcus D. Hanwell
an put the VTK_OPENGL2 definition in there. > > > On Wed, Dec 9, 2015 at 12:43 PM, Marcus D. Hanwell > <marcus.hanw...@kitware.com> wrote: >> >> vtkConfigure.h is definitely not the right place for this, and we >> worked pretty hard to move things out of it that didn

Re: [Paraview] OpenGL Backend Identification

2015-12-09 Thread Marcus D. Hanwell
vtkConfigure.h is definitely not the right place for this, and we worked pretty hard to move things out of it that didn't need to be there. It will cause almost all classes to recompile, and nothing in common is even aware of rendering backends. There is a configured header in the modules that

[Paraview] Tomviz 0.6.1 released - custom ParaView application tomography/volume rendering

2015-08-31 Thread Marcus D. Hanwell
Hi, I wanted to let ParaView users know that we have released tomviz 0.6.1. It is a ParaView based application with a focus on visualization and analysis of volumetric data, with a particular focus on materials tomography. It features a simplified interface, and an extended Python environment

Re: [Paraview] Cannot get parallelism working in paraview 4.2.0 on our clusters (works with 4.1.0)

2014-11-25 Thread Marcus D. Hanwell
Hi, I think I know the cause, the PDB reader was modified to produce a vtkMolecule in addition to the vtkPolyData I think it has always produced. It looks like there is a packaging issue, and the XML file cannot be found. We should probably just statically compile the file in, or convert it to a

Re: [Paraview] [ParaView] Unofficial ParaView 4.1.0 SDK for Windows 32 and 64-bit

2014-08-14 Thread Marcus D. Hanwell
If we want the newest/latest compiler we need to make sure everything in the superbuild will compile there too. It would be great to use the Qt and Python installers though if that was possible, it would even reduce the build time for our superbuilds. If we can, why not move to the latest compiler

[Paraview] Volume focused application for materials STEM tomography

2014-08-14 Thread Marcus D. Hanwell
Hi, We have been working on a branded ParaView-based application, called tomviz. The focus is on STEM tomography at atomic resolutions for materials, but it is also exploring how to make a focused application that enables visualization and analysis of volumes. http://www.tomviz.org/ We are

Re: [Paraview] Using JOIN to load images from Many HDF files.

2014-07-18 Thread Marcus D. Hanwell
. Note that we also have some Tomography beamlines here. Their data is captured in a similar but different HDF format (can't see to find the link at the moment). John On 7/11/2014 2:42 PM, Marcus D. Hanwell wrote: On Fri, Jul 11, 2014 at 10:51 AM, John Hammonds jphammo...@anl.gov wrote: I

Re: [Paraview] Using JOIN to load images from Many HDF files.

2014-07-11 Thread Marcus D. Hanwell
On Fri, Jul 11, 2014 at 10:51 AM, John Hammonds jphammo...@anl.gov wrote: I tried posting this to the XDMF mailing list and have received no response. Hoping someone here can help... I have a number of images(a few hundred) , each collected in an individual HDF file, that I am trying to read

Re: [Paraview] [EXTERNAL] Memory explosion and strange behavior -- Linux -- 'clip' -- 360 MB file needs 60 GB ??

2014-06-03 Thread Marcus D. Hanwell
On Mon, Jun 2, 2014 at 1:31 PM, robert.atw...@diamond.ac.uk wrote: Aren't you glad I already reduced the data to 8bit grayscale and clipped out only 850x850x500 out of 4008x4008x2672 32-bit floating point values??? They keep building bigger cameras ... Did I mention it is part of a

[Paraview] VTK accepted for Google Summer of Code

2014-02-24 Thread Marcus D. Hanwell
Hi, I am very pleased to announce that VTK has been accepted as a mentoring organization in this year's Google Summer of Code! Our ideas page is http://vtk.org/Wiki/VTK/GSoC_2014, and we would be happy to discuss other ideas and may add more during the student application period. Interested

[Paraview] Plugin developers: update to target_link_libraries calls in CMake code

2013-08-28 Thread Marcus D. Hanwell
Hi, We recently merged in some changes to VTK and ParaView that make use of the new target_link_libraries command signature, these offer much better control over what is a public interface library and what is a private link. This is largely dictated by whether the thing being linked to is exposed

Re: [Paraview] Molecular viz with PV?

2012-04-07 Thread Marcus D. Hanwell
On Fri, Apr 6, 2012 at 1:44 PM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: On Tue, Apr 3, 2012 at 7:23 AM, Valdo Meyer stan1...@hotmail.fr wrote: Hello, I would like to get pointers on previous or current works on visualizing molecules and especially molecules dynamics with PV, any

Re: [Paraview] Molecular viz with PV?

2012-04-06 Thread Marcus D. Hanwell
On Tue, Apr 3, 2012 at 7:23 AM, Valdo Meyer stan1...@hotmail.fr wrote: Hello, I would like to get pointers on previous or current works on visualizing molecules and especially molecules dynamics with PV, any help? Hi, Last year a Google Summer of Code project added some new data types and

Re: [Paraview] Gaussian cube files

2012-03-15 Thread Marcus D. Hanwell
On Thu, Mar 15, 2012 at 11:29 AM, Roberto Di Remigio roberto.diremi...@gmail.com wrote: Sorry for taking the discussion out of the mailing list! I hadn't noticed. I tried with the Resample filter and it worked. For future use, I summarize what I did: 1. open first cube file (containing the

Re: [Paraview] Gaussian cube files

2012-03-15 Thread Marcus D. Hanwell
mean, I am working with an electronic structure package and it would be great if there was a way to interface it with ParaView. Il giorno 15 marzo 2012 16:48, Marcus D. Hanwell marcus.hanw...@kitware.com ha scritto: On Thu, Mar 15, 2012 at 11:29 AM, Roberto Di Remigio roberto.diremi

Re: [Paraview] [EXTERNAL] Re: 2d selections

2012-03-14 Thread Marcus D. Hanwell
up a bug report. Alan -Original Message- From: Marcus D. Hanwell [mailto:marcus.hanw...@kitware.com] Sent: Tuesday, March 13, 2012 7:43 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] 2d selections On Tue, Mar 13, 2012 at 7:50 PM, Scott, W Alan

Re: [Paraview] Weird boost error during ccmake

2011-07-11 Thread Marcus D. Hanwell
On Fri, Jul 1, 2011 at 10:02 PM, Cook, Rich coo...@llnl.gov wrote: I got this error.  I hope it's obvious why I think it's weird.  I'm building against boost 1.46.  Or thought I was.  This message seems to imply it's looking at the system boost in /usr/include/boost  Your system is using an

Re: [Paraview] Weird boost error during ccmake

2011-07-11 Thread Marcus D. Hanwell
 processing filters require version 1.36.0 or later to build on 64-bit  platforms.  The system will still compile but those filters will be disabled.  Please see  ParaView3/VTK/Infovis/CMakeLists.txt for more information. On Jul 11, 2011, at 12:44 PM, Marcus D. Hanwell wrote: On Fri, Jul 1, 2011

Re: [Paraview] Weird boost error during ccmake

2011-07-11 Thread Marcus D. Hanwell
. Marcus On Mon, Jul 11, 2011 at 5:19 PM, Cook, Rich coo...@llnl.gov wrote: Yes, it says: Boost_LIB_VERSION:INTERNAL=1_33_1 Boost_VERSION:INTERNAL=103301 On Jul 11, 2011, at 1:23 PM, Marcus D. Hanwell wrote: If you look in your CMakeCache.txt do you see a Boost_VERSION variable set

Re: [Paraview] Change the font in the Line Chart/XY plot

2011-06-07 Thread Marcus D. Hanwell
font.  I'm not sure what the vtk api for setting legend font is... Pat On Wed, Apr 21, 2010 at 10:20 AM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: On Mon, Apr 19, 2010 at 4:03 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, Is there a way to change the font for the legend

Re: [Paraview] vtkAbstractContextItem.cxx Build Error 3.10.1 on OS X 10.6.7 Intel x86_64

2011-05-09 Thread Marcus D. Hanwell
It looks like the reverse iterator issue, I wonder if it is a caching issue, as a compile test is done to determine if reverse_const_iterator is usable. If you configure on 10.6, and then change to 10.5 you might see this issue as the STL has changed and I don't think CMake knows to invalidate

Re: [Paraview] Build failing

2010-11-07 Thread Marcus D. Hanwell
On Sun, Nov 7, 2010 at 11:58 AM, David Doria daviddo...@gmail.com wrote: Ah, I thought vtkCommunicator was a ParaView class. I made a fresh clone (which got the updated submodule) and then it built fine. Is there ever a reason to pull ParaView without also updating the submodules? If not, can

Re: [Paraview] dashboards run with installed version?

2010-10-27 Thread Marcus D. Hanwell
On Wed, Oct 27, 2010 at 3:12 PM, Favre Jean jfa...@cscs.ch wrote: Turning  PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES to OFF fixes my install issue. Thanks for the tip. btw, is there any reason the hdf5 libs get installed in /fullpath/lib instead of /fullpath/lib/paraview-3.9? There are the

Re: [Paraview] git bisect results hooperlab OSMesa build failures

2010-10-20 Thread Marcus D. Hanwell
On Oct 20, 2010, at 12:33 PM, Kevin H. Hobbs wrote: The hooperlab OSMesa builds have been failing for two days. I did a git bisect on ParaView (VTK OSMesa isn't failing) and came up with : 25ea37421df423f132e014da31d6cbdca5caad2a is the first bad commit commit

Re: [Paraview] vtkParsePreprocess.c missing

2010-08-21 Thread Marcus D. Hanwell
pull, and then update the submodules (the pull is what may push the submodule forward). I hope that makes things clearer. I agree that we need to provide very brief, minimal instructions for people that just want to get up and running as quickly as possible. Thanks, Marcus -- Marcus D. Hanwell

Re: [Paraview] Contour on a 2d plot

2010-08-05 Thread Marcus D. Hanwell
/3617688/Screenshot.png I want the pic on the left on a plot similar to the pic on the right Thanks in advance This is something I am working towards, but it is not currently possible. Thanks, Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937

Re: [Paraview] histograms on time dependant datasets (pvd) with PV 3.8.0

2010-07-19 Thread Marcus D. Hanwell
This is now fixed in master by commit 305cfd0, I updated the bug report. Please let me know if this does not address your issue. Marcus On Tue, Jul 13, 2010 at 10:12 AM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: On Tue, Jul 13, 2010 at 10:08 AM, Eric E. Monson emon

Re: [Paraview] histograms on time dependant datasets (pvd) with PV 3.8.0

2010-07-13 Thread Marcus D. Hanwell
at present in preparation for ParaView 3.8.1. Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937 On Jul 13, 2010, at 9:30 AM, Philippe David wrote: Eric, Actually this is a regular binary downloaded from Paraview.org. (windows 32 , same problem on linux 64) the play

Re: [Paraview] VTK version

2010-07-09 Thread Marcus D. Hanwell
. If you have a checkout of VTK, the following would give you a diff between the tag and the hash used in ParaView, git diff v5.6.0..8b2449 You can also replace diff with log to see the commits, or log -p to see the commits with diffs for each commit. I hope that help. Thanks, Marcus -- Marcus D

Re: [Paraview] Qt Creator as IDE for ParaView

2010-06-24 Thread Marcus D. Hanwell
the build options and pass -j8 (or whatever is appropriate), and change the binary to ParaView. They also just released Qt Creator 2, and I highly recommend the upgrade. Thanks, Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937

Re: [Paraview] Indication of delay between interactive and still render?

2010-06-24 Thread Marcus D. Hanwell
On Thu, Jun 24, 2010 at 8:31 PM, David Thompson dcth...@sandia.gov wrote: That is really a good point. The more I use it, the more I realize this is absolutely essential. But how ? :). What could serve as a good indication? 1. Different colors on the border surrounding the pane (but this

Re: [Paraview] openGL ERROR with chart views

2010-06-21 Thread Marcus D. Hanwell
On Mon, Jun 21, 2010 at 4:12 AM, Luc Bordier luc.bord...@sirehna.comwrote: Hi, Using paraview 3.8.0 on windows 32 bits, raise me the following error when opening a new chart window : ERROR: In ..\..\..\src\VTK\Rendering\vtkOpenGLExtensionManager.cxx, line 358 vtkOpenGLExtensionManager

Re: [Paraview] Problems with the Plot Over Line Filter in PV 3.8.0

2010-06-17 Thread Marcus D. Hanwell
Hi, On Thu, Jun 17, 2010 at 11:06 AM, Natalie Happenhofer natalieh...@hotmail.com wrote: Hi! Well, I'm using Windows XP, my graphics card is the Intel 82945G Express Chipset Family. The ParaView I'm using is located on a remote computer with Gentoo Linux, kernel version

Re: [Paraview] QGraphicsView +vtkRenderWindow = ParaView 4?

2010-06-14 Thread Marcus D. Hanwell
Clinton Stimpson has been exploring some of the possibilities here. Thanks, Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [Paraview] Problems with the Plot Over Line Filter in PV 3.8.0

2010-06-02 Thread Marcus D. Hanwell
On Wed, Jun 2, 2010 at 8:37 AM, Natalie Happenhofer natalieh...@hotmail.com wrote: Hi! It seems that the Plot Over Line filter is buggy in 3.8.0 - I built ParaView from source and applying the Plot Over Line filter to a 2D dataset, I get the following error message: X Error:

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Marcus D. Hanwell
I used the approach Andy suggested very successfully (it can also take a PDF as an image). I am guessing you are taking screenshots of the 3D scene and including them in papers/reports. Marcus On Fri, May 28, 2010 at 3:22 PM, Andy Bauer andy.ba...@kitware.com wrote: Another option is to use

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Marcus D. Hanwell
On Fri, May 28, 2010 at 4:13 PM, marco restelli mreste...@gmail.com wrote: Andy, Kenneth, Hanwell, burlen, thank you for the quick and detailed replies! On Fri, May 28, 2010 at 9:40 PM, burlen burlen.lor...@gmail.com wrote: Any specific reason you prefer eps files? PV is only going to

Re: [Paraview] reading .cube or .pdb File

2010-04-27 Thread Marcus D. Hanwell
On Tue, Apr 27, 2010 at 3:54 AM, Christian Wohlschlager christian.wohlschla...@jku.at wrote: Hy ! I *m using Paraview 3.8 but reading any kind of .cube file made from Gaussian 03 , crashes paraview also if i read a .pdb file there is nothing or just one line. thank you christian

Re: [Paraview] 3.8 RC1 regression in line chart ?

2010-04-22 Thread Marcus D. Hanwell
You beat me to replying to this ;-) On Thu, Apr 22, 2010 at 3:44 PM, Scott, W Alan wasc...@sandia.gov wrote: Richard, 1) This seems to work fine on the trunk from a few days ago. 2) This seems to work fine on the trunk from a few days ago. Utkarsh and I tracked these issues down, and the

Re: [Paraview] Plotting an isosurface at two different density values from a standard gaussian CUBE file

2010-04-09 Thread Marcus D. Hanwell
bugging you for it? Thanks, Simon On Thu, Apr 8, 2010 at 11:10 AM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: On Thu, Apr 8, 2010 at 10:23 AM, Simon Su newsgroup4...@gmail.comwrote: Hi All, I am very new to CUBE data format. If I have a standard gaussian cube file which contains

Re: [Paraview] Plotting an isosurface at two different density values from a standard gaussian CUBE file

2010-04-08 Thread Marcus D. Hanwell
in the pipeline browser to see the atoms. I hope this gets you started - there is lots more that you can do in ParaView with the data. Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937 ___ Powered by www.kitware.com Visit other

Re: [Paraview] Plugins in Windows 3.6.2 binary

2010-01-06 Thread Marcus D. Hanwell
Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [Paraview] Plugins in Windows 3.6.2 binary

2010-01-06 Thread Marcus D. Hanwell
at 6:16 PM, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: I did this in the past and it seemed to work well. You can add a line to the CMakeLists file to instruct CMake not to do this. On Wednesday 06 January 2010 18:06:01 Dave Partyka wrote: So you're saying that if I don't embed

Re: [Paraview] Plugins in Windows 3.6.2 binary

2010-01-06 Thread Marcus D. Hanwell
, Marcus D. Hanwell marcus.hanw...@kitware.com wrote: Something like, if (MSVC) # Do not generate manifests for the plugins - caused issues loading plugins set(CMAKE_MODULE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} /MANIFEST:NO) endif(MSVC) That was enough to fix the majority

Re: [Paraview] XY Plot question

2009-11-03 Thread Marcus D. Hanwell
? -eric On Oct 30, 2009, at 2:07 PM, Marcus D. Hanwell wrote: Hi Eric, I just tried reversing the axis direction, and using my new, experimental line chart code. Simply setting the y axis minimum to 1.0 and the maximum to -1.0 did the right thing. That was very encouraging

Re: [Paraview] XY Plot question

2009-10-30 Thread Marcus D. Hanwell
to confirm. So something akin to setting the minimum Y value to 5.0 and the maximum Y value to 0.0? Any example plots you may be able to point out would help me. Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937 ___ Powered

Re: [Paraview] XY Plot question

2009-10-30 Thread Marcus D. Hanwell
. Marcus On Friday 30 October 2009 15:28:30 Eric Allison wrote: Thanks for your replies. This example (from ensight) is somewhat ugly, but indicative of what I am after: http://legacy.ensight.com/products/cpplot.html -eric On Oct 30, 2009, at 11:29 AM, Marcus D. Hanwell wrote

Re: [Paraview] Fwd: [ParaView3-Developer] Fwd: [Still having Problems] Re: Generating a distribution of ParaView with Plugin

2009-03-24 Thread Marcus D. Hanwell
Berk Geveci wrote: Forwading from developers list. -- Forwarded message -- From: Burlen Loring burlen.lor...@kitware.com Date: Tue, Mar 24, 2009 at 2:55 PM Subject: Re: [ParaView3-Developer] Fwd: [Paraview] [Still having Problems] Re: Generating a distribution of ParaView