Re: [Paraview] Two questions regarding animations in batch

2013-02-05 Thread Morten Olsen
Thank you, Utkarsh! It tried CameraAnimationCue, but it still segfaulted with the error No camera to animate. Therefore, I added Show(reader) Render() before creating a cue. Now it works. However, the resulting movie is just one black frame lasting for a fraction of a second. How can I tell the

[Paraview] FW: Value Range

2013-02-05 Thread the lily
Dear All I'm looking for a command that will get me the contour value ranges for the loaded data set I mean when you load the data on Paraview you can see the range of the contour values, so I would like to get that range using python scripting thanks

Re: [Paraview] [Xdmf] How to write voxel or image data xdmf file.

2013-02-05 Thread Michael Jackson
I finally got it to work, at least for Scalar values. The Dimensions in the topology section need to be 1 more than in the DataItem section because the Xdmf reader is creating a Rectilinear Grid and not ImageData. So once I finally figured that out then I could load up some of my scalar values.

Re: [Paraview] [Xdmf] How to write voxel or image data xdmf file.

2013-02-05 Thread Jens Kleimann
On 05.02.2013 13:27, Michael Jackson wrote: I finally got it to work, at least for Scalar values. The Dimensions in the topology section need to be 1 more than in the DataItem section because the Xdmf reader is creating a Rectilinear Grid and not ImageData. So once I finally figured that

Re: [Paraview] ParaView VTK Legacy File Questions

2013-02-05 Thread Michael Jackson
The only comment in a vtk legacy file is allowed on the second line of the file and must be 255 chars or less. As for the vectors, if you are creating POINT_DATA then you MUST include data for each of the points, whether or not you actually have any data there to represent. You may have to

Re: [Paraview] Value Range

2013-02-05 Thread Utkarsh Ayachit
Looks the DataInformation discussion here: http://paraview.org/Wiki/ParaView/Python_Scripting#Source_Proxies On Wed, Jan 30, 2013 at 4:23 AM, the lily the.1.l...@hotmail.com wrote: Dear All I'm looking for a command that will get me the contour value ranges for the loaded data set I mean

Re: [Paraview] [Xdmf] How to write voxel or image data xdmf file.

2013-02-05 Thread Michael Jackson
On Feb 5, 2013, at 10:23 AM, Jens Kleimann wrote: On 05.02.2013 13:27, Michael Jackson wrote: I finally got it to work, at least for Scalar values. The Dimensions in the topology section need to be 1 more than in the DataItem section because the Xdmf reader is creating a Rectilinear Grid

Re: [Paraview] ParaView VTK Legacy File Questions

2013-02-05 Thread Daniel Levitus
The vector data seemed to work fine. I thought I tried that before but must have had an error somewhere. As for the comments, does the XML VTK format allow comments? Or is there another file type that allows comments that is a similar format as the VTK Legacy File? Thank you Mike for your help.

Re: [Paraview] ParaView VTK Legacy File Questions

2013-02-05 Thread Michael Jackson
When you say comments are you just wanting some comments in your data file? or do you want these comments to be rendered/available inside paraview? If the first is what you want (just a way to demark the sections of data) then the XML based vtk files are standard XML so you can use the XML

Re: [Paraview] ParaView VTK Legacy File Questions

2013-02-05 Thread Daniel Levitus
Comments within my data file. I want to be able to describe the sections in detail such that people within my research group understand the purpose of the inputted data. I suppose then the XML format will be necessary. Thank you again for your help, it is much appreciated. Best, Dan -- Daniel

[Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-05 Thread Peter Schmitt
Hi, I am having trouble with running ParaView built via the SuperBuild. I've tried setting ParaView GIT_TAG in versions.cmake to v3.98.0 and master (as of Feb 4 at 5:00pm MST) on my Mac OSX-10.7.5 with Xcode-4.4.1. There are two problems I keep running into: 1. When I launch open

Re: [Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-05 Thread Michael Jackson
Some of this I can explain, I think. 2 Versions of HDF5. The actual version of HDF5 is 1.8.9 and the library version is the 7.3.0. If I remember correctly the way things work with HDF5 is that there should have been a bunch of symlinks that all finally link back to the libhdf5.1.8.9.dylib

[Paraview] ANN: ParaView 3.98.1, Release Candidate 2 now available for download

2013-02-05 Thread Utkarsh Ayachit
In preparation of the next ParaView release, the ParaView 3.98.1, RC2 is now available for download (http://paraview.org/paraview/resources/software.php). We will have a detailed summary for the new features and enhancements in this release soon. In the mean time, a complete list of features

[Paraview] XDMF Utilities

2013-02-05 Thread Pettey . Lucas
Hello everyone, I have had quite a bit of difficulty building 3.14.1 on my Mac with XDMF Utilities turned on. I will be reading files in XDMF format. Am I missing anything important if I don't build the utilities? There doesn't seem to be much documentation about what that CMake flag enables.

Re: [Paraview] XDMF Utilities

2013-02-05 Thread Utkarsh Ayachit
What's the exact name of the Cmake flag? I can do a grep to see what it does. On Tue, Feb 5, 2013 at 5:00 PM, Pettey . Lucas lpet...@drc.com wrote: Hello everyone, I have had quite a bit of difficulty building 3.14.1 on my Mac with XDMF Utilities turned on. I will be reading files in XDMF

Re: [Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-05 Thread Utkarsh Ayachit
Peter, The application generated under install/Applications in not supported to be used directly. Try running cpack once the build has completed to generate the complete app and that should work. cd superbuild-build dir make cpack -G DragNDrop Utkarsh On Tue, Feb 5, 2013 at 1:10 PM, Peter

Re: [Paraview] ParaView 3.98.x superbuild: hdf5 run time errors

2013-02-05 Thread Utkarsh Ayachit
(I should really reading email fully :) ) So, you've got the DragNDrop part correct. Now you need to fix your plugin similar to how ParaView fixes the plugins it packages. Look at what one of the plugins does e.g. vistrails.cmake and install_vistrails.cmake. install_vistrails.cmake uses