[vtkusers] Problem with lookup table
Eugen Wintersberger
eugen.wintersberger at jku.at
Fri Mar 20 04:19:46 EDT 2009
Hi there
I wrote a small Python script that should visualize a vtk data file.
The script you find attached to this mail. The output of the script
looks like this:
vtkPointData (0x94d9e0)
Debug: Off
Modified Time: 178
Reference Count: 2
Registered Events: (none)
Number Of Arrays: 4
Array 0 name = u
Array 1 name = v
Array 2 name = w
Array 3 name = xGe
Number Of Components: 4
Number Of Tuples: 571460
Copy Tuple Flags: ( 1 1 1 1 1 0 1 )
Interpolate Flags: ( 1 1 1 1 1 0 0 )
Pass Through Flags: ( 1 1 1 1 1 1 1 )
Scalars:
Debug: Off
Modified Time: 132
Reference Count: 2
Registered Events: (none)
Name: v
Data type: float
Size: 571460
MaxId: 571459
NumberOfComponents: 1
Information: 0
Name: v
Number Of Components: 1
Number Of Tuples: 571460
Size: 571460
MaxId: 571459
LookupTable: (none)
Array: 0x17bfde0
Vectors: (none)
Normals: (none)
TCoords: (none)
Tensors: (none)
GlobalIds: (none)
PedigreeIds: (none)
(-0.12224852293729782, 0.12240850925445557)
vtkLookupTable (0xc05670)
Debug: Off
Modified Time: 188
Reference Count: 1
Registered Events: (none)
Alpha: 1
VectorMode: Component
VectorComponent: 0
TableRange: (-0.122249, 0.122409)
Scale: Linear
HueRange: (0, 0.66667)
SaturationRange: (1, 1)
ValueRange: (1, 1)
AlphaRange: (1, 1)
NumberOfTableValues: 256
NumberOfColors: 256
Ramp: Linear
InsertTime: 0
BuildTime: 189
Table:
Debug: Off
Modified Time: 186
Reference Count: 1
Registered Events: (none)
Name: (none)
Data type: unsigned char
Size: 1024
MaxId: 1023
NumberOfComponents: 4
Information: 0
Name: (none)
Number Of Components: 4
Number Of Tuples: 256
Size: 1024
MaxId: 1023
LookupTable: (none)
Array: 0xc06bb0
So it seems that the color scale should run over the entire
range. However, as can be seen from the output (see attached image file)
the scale runs only from 0 to 1. I am running VTK 5.2.1 on a Ubuntu 8.10
AMD 64 installation. The funny thing is that I observe this problem when
I import the data into paraview too.
Is there some miss-configuration of VTK? Has anyone an idea whats going
wrong here?
regards
Eugen Wintersbeger
--
--------------------------------------------
| |
| Dipl. Ing. Eugen Wintersberger |
| Department of semicondutor physics |
| University of Linz |
| Altenbergerstrasse 69 |
| A-4040 Linz |
| Austria |
| |
| Mobile.: +43 664 3112861 |
| Tel.: +43 732 2468 9605 |
| E-Mail.: eugen.wintersberger at jku.at |
| Skype: eugen20056221 |
| ICQ: 214418739, nickname: thot |
| |
--------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3dview.py
Type: text/x-python
Size: 1561 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090320/adba764a/attachment.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtk_scale_problem.jpg
Type: image/jpeg
Size: 10544 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090320/adba764a/attachment.jpg>
More information about the vtkusers
mailing list