Re: [Paraview] How to do volume rendering of image data?

2010-07-19 Thread Steve Huntley
The alpha values are in the lookup table. Each line in the lookup table has four values: red, green, blue, opacity. That's my understanding of a properly formatted lookup table in a vtk file. I used: http://www.vtk.org/VTK/img/file-formats.pdf as a reference. All opacity values are set to 1

Re: [Paraview] Plot3D reader

2010-07-19 Thread Berk Geveci
Hi Hugo, Can you post an example file? A small one if possible... -berk On Mon, Jul 19, 2010 at 3:10 PM, Hugo Gagnon wrote: > Hi, > Both of my .xyz and .q files won't open with the Plot3D file reader. > I got my .xyz file with ICEMCFD, with the following output options: >  -Output type: unforma

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 wrote: > >> Hey Phil

[Paraview] Plot3D reader

2010-07-19 Thread Hugo Gagnon
Hi, Both of my .xyz and .q files won't open with the Plot3D file reader. I got my .xyz file with ICEMCFD, with the following output options: -Output type: unformatted -Data layout: "whole" -Precision: Double -Include IBLANK array: no -Scaling: no My .q file follows the "3D, Whole, Unformatted,

Re: [Paraview] PV 3.8.0 refining a solution using triangulate

2010-07-19 Thread Moreland, Kenneth
I'm not sure I understand the question. You should be able to create mesh 2 by running mesh 1 through the Tetrahedralize filter. After that you visualize it like any other mesh. -Ken On 7/19/10 7:12 AM, "Stephen Wornom" wrote: read solution 1 (mesh 1) Let mesh 2 = mesh 1 triangulated. 1-Ho

Re: [Paraview] How to do volume rendering of image data?

2010-07-19 Thread Moreland, Kenneth
The data you sent has RGB values but no alpha values that I can see. Volume rendering is generally not very useful if you do not have some representation of opacity. If you were to assume a homogeneous opacity, you would get a mostly black box with a blob of color in the middle if you looked h

Re: [Paraview] calculation in a temporal dataset..

2010-07-19 Thread Moreland, Kenneth
Vishwa, I'm not familiar with that particular calculation. ParaView does come with a "Temporal Statistics" filter that will compute the average of each point and cell value over time, which looks like about half of the calculation you want to perform. The simplest way I can think of to comple

Re: [Paraview] PV 3.8-rc run via ssh crashes X - GLX bug?

2010-07-19 Thread Utkarsh Ayachit
I don't think this could be related to BUG #10621. You would have seen the crash on startup, rather than closing a window, if it was due to the issue in BUG #10621. Utkarsh On Mon, Jul 19, 2010 at 10:38 AM, Anton Shterenlikht wrote: > I run PV 3.8-rc on linux 2.6.18-164.6.1.el5 x86_64 via ssh -X

[Paraview] PV 3.8-rc run via ssh crashes X - GLX bug?

2010-07-19 Thread Anton Shterenlikht
I run PV 3.8-rc on linux 2.6.18-164.6.1.el5 x86_64 via ssh -X. I run X server on FreeBSD 9.0-current amd64. Closing any PV pop up window, or the main PV window crashes X. I understand this could be nothing to do with PV, but could this be related to this GLX bug: http://cmake.org/Bug/vie

Re: [Paraview] The Paraview Guide is out of date

2010-07-19 Thread David E DeMarle
Yes we are starting to work on the new book and online/in tool user's manual and hope to have them ready between 3.10 and 3.12(or 4.0 as the case may be). Also, yes, that tutorial is the most up to date. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Pho

[Paraview] PV 3.8.0 refining a solution using triangulate

2010-07-19 Thread Stephen Wornom
read solution 1 (mesh 1) Let mesh 2 = mesh 1 triangulated. 1-How do I interpolate solution 1 to mesh 2 (solution 2)? 2-How do I visualize solution 2? Hope my questions are clear, Thanks, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX

Re: [Paraview] Reading several Tecplot files at a time

2010-07-19 Thread Richard GRENON
Thank you Berk for this useful script. I had just to modify this line: r.FileNames = "/myfile%d.tp" % tp In fact, it must end with "% i" which is the index of the loop, not with "% tp". And finally a remark: before building the Tecplot files names, it must be kept in mind that the index of th