[Paraview] How to use variables for a loop in XDMF to read a HDF5 file

2013-09-19 Thread long zhao
Dear all, I have a huge h5 file which contains object information based on serial time. I want to show it on PV as an animation. The h5 file contains serial groups with time stamp. The issue now is I do not want to repeat the similar Grid one by one in XDMF, that would be a too large file and look

Re: [Paraview] paraviewweb error with master

2013-09-19 Thread Casey Goodlett
Utkarsh, On my linux system using next fixes that problem in a parview build directory. When running from a paraview install directory the problem remains. On Thu, Sep 19, 2013 at 4:07 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > This is related to the broken install rules in Pa

Re: [Paraview] Points Movements - Kilometrical extension x metrical movement

2013-09-19 Thread Moreland, Kenneth
I don't think there is any filter to automatically convert between spherical and Cartesian (although perhaps there should be). I usually just use the calculator filter. Turn on the Coordinate Results option (it is advanced) and use the following expression: coordsZ*(cos(0.01745*coordsX)*cos(0.0

Re: [Paraview] paraviewweb error with master

2013-09-19 Thread Utkarsh Ayachit
Dave, can you follow up with Casey please? Thanks On Thu, Sep 19, 2013 at 4:59 PM, Casey Goodlett wrote: > Utkarsh, > > On my linux system using next fixes that problem in a parview build > directory. > > When running from a paraview install directory the problem remains. > > > On Thu, Sep 19, 2

Re: [Paraview] paraviewweb error with master

2013-09-19 Thread David E DeMarle
Looking at it ... David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Sep 19, 2013 at 5:01 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Dave, can you follow up with Casey please? > > Thanks > > On Thu, Sep 19, 2013

Re: [Paraview] paraviewweb error with master

2013-09-19 Thread Utkarsh Ayachit
This is related to the broken install rules in ParaView "master" for Python. Once the dashboards clears, we'll do a gatekeeper review and we'd have the fixes in master. Utkarsh On Thu, Sep 19, 2013 at 4:05 PM, Paul Edwards wrote: > Btw I get this error from just loading pvpython with the master

[Paraview] paraviewweb error with master

2013-09-19 Thread Paul Edwards
I get this error when I try to run the paraviewweb example: $ ./bin/pvpython lib/paraview-4.0/site-packages/paraview/pipeline_manager.py --content lib/paraview-4.0/www --port 8080 --data-dir /home/paul/dev/ParaViewData-v4.0.1/DataError: Could not import vtkCommonComputationalGeometryPython Traceba

Re: [Paraview] paraviewweb error with master

2013-09-19 Thread Paul Edwards
Btw I get this error from just loading pvpython with the master build. On 19 September 2013 20:59, Paul Edwards wrote: > I get this error when I try to run the paraviewweb example: > > $ ./bin/pvpython > lib/paraview-4.0/site-packages/paraview/pipeline_manager.py --content > lib/paraview-4.0/ww

Re: [Paraview] make install fails on master

2013-09-19 Thread Paul Edwards
Thanks! On 19 September 2013 20:40, David E DeMarle wrote: > This should be fixed in next. > > > David E DeMarle > Kitware, Inc. > R&D Engineer > 21 Corporate Drive > Clifton Park, NY 12065-8662 > Phone: 518-881-4909 > > > On Thu, Sep 19, 2013 at 3:37 PM, Paul Edwards wrote: > >> ... >> -- Insta

Re: [Paraview] Saving vti file to NifTI format - resulting geometry not correct

2013-09-19 Thread Timothy Brown
Hi Utkarsh, Like you I suspect the NifTI/Analyze writers are not capturing the vtkImageData. I will do the tests you suggest, and let you know results. -Timothy On Thu, 19 Sep 2013, Utkarsh Ayachit wrote: Timothy, If you try saving out a vti file, is everything working correctly? Seems to m

Re: [Paraview] make install fails on master

2013-09-19 Thread David E DeMarle
This should be fixed in next. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Sep 19, 2013 at 3:37 PM, Paul Edwards wrote: > ... > -- Installing: ParaViewInstall/lib/paraview-4.0/paraview > -- Installing: ParaViewInstall/lib

[Paraview] make install fails on master

2013-09-19 Thread Paul Edwards
... -- Installing: ParaViewInstall/lib/paraview-4.0/paraview -- Installing: ParaViewInstall/lib/paraview-4.0/paraview/webgl.py CMake Error at cmake_install.cmake:36 (FILE): file INSTALL cannot copy file "ParaViewBuild/lib/site-packages/paraview/webgl.py" to "ParaViewInstall/lib/paraview-4.0/p

[Paraview] making connection between vtk and cgns in paraview

2013-09-19 Thread Бенидовский Иван
Hi everyone.I have a problem conecting results in vtk with results in cgns. The problem:1. moving contours are in vtk - single file per time step2. whole data for every step and mesh is in cgns.3. i don't know how connect one vtk file with appropriate time step because vtk have this kind of name: t

Re: [Paraview] Saving vti file to NifTI format - resulting geometry not correct

2013-09-19 Thread Utkarsh Ayachit
Timothy, If you try saving out a vti file, is everything working correctly? Seems to me the Nifti/Analyze writers are not respecting the spacing that vtkImageData is providing. I wonder if the writer was hard coded to use the meta-data provided by Nifti/Analyze readers to determine the spacing and

Re: [Paraview] Mac Paraview Bug

2013-09-19 Thread Adam Dershowitz
10.8.4 -- Adam On 9/19/13 9:32 AM, "Utkarsh Ayachit" wrote: >What OsX version are you trying this on? > >On Wed, Sep 18, 2013 at 3:57 PM, Adam Dershowitz > wrote: >> If I open paraview 4.0.1 and then I select python shell, it opens, but >>I get >> the following error: >> >> Python 2.6.7 (

Re: [Paraview] Mac Paraview Bug

2013-09-19 Thread Utkarsh Ayachit
What OsX version are you trying this on? On Wed, Sep 18, 2013 at 3:57 PM, Adam Dershowitz wrote: > If I open paraview 4.0.1 and then I select python shell, it opens, but I get > the following error: > > Python 2.6.7 (r267:88850, Oct 11 2012, 20:15:00) > > [GCC 4.2.1 Compatible Apple Clang 4.0 (ta