[Paraview] Re: Problem with paraview rendering HDF5 Image data
谢鸿飞
fhxie at tom.com
Sat Apr 16 22:45:03 EDT 2005
I have done some test.I store three HDF5 files with the same metadata and only different is the dimensions of dataset.The results is like this:
1) When I loaded the HDF5 image data of 2D (2 Dims data )
Paraview said " Found supported dataset:..."
but in the "Imformation" tab of paraview as like this
The Statics
Type: Volume (Uinform Rectilinear)
Number of cells: 0
Number of points: 0
2) When I loaded the HDF5 image data of 4D(4 Dims data )
anybody have advise ?
# Error or warning: There was a VTK Error in file: /usr/local/paraview-1.8.2/Servers/Filters/vtkHDF5RawImageReader.cxx (251)
File "/usr/local/bin/SDS2.h5" contains no supported data sets.
ErrorMessage end
In the "Imformation" tab of paraview as like this
The Statics
Type: Volume (Uinform Rectilinear)
Number of cells: 0
Number of points: 0
3) When I loaded the HDF5 image data of 3D (3 Dims data)
paraview can rendering it.
HDF5 "SDS.h5" {
GROUP "/" {
DATASET "IntArray" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 5, 6 ) / ( 5, 6 ) }
DATA {
(0,0): 0, 1, 2, 3, 4, 5,
(1,0): 1, 2, 3, 4, 5, 6,
(2,0): 2, 3, 4, 5, 6, 7,
(3,0): 3, 4, 5, 6, 7, 8,
(4,0): 4, 5, 6, 7, 8, 9
}
}
}
}
HDF5 "SDS1.h5" {
GROUP "/" {
DATASET "IntArray" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 5, 6, 3 ) / ( 5, 6, 3 ) }
DATA {
(0,0,0): 0, 0, 0,
(0,1,0): 1, 1, 1,
(0,2,0): 2, 2, 2,
(0,3,0): 3, 3, 3,
(0,4,0): 4, 4, 4,
(0,5,0): 5, 5, 5,
(1,0,0): 1, 1, 1,
(1,1,0): 2, 2, 2,
(1,2,0): 3, 3, 3,
(1,3,0): 4, 4, 4,
(1,4,0): 5, 5, 5,
(1,5,0): 6, 6, 6,
(2,0,0): 2, 2, 2,
(2,1,0): 3, 3, 3,
(2,2,0): 4, 4, 4,
(2,3,0): 5, 5, 5,
(2,4,0): 6, 6, 6,
(2,5,0): 7, 7, 7,
(3,0,0): 3, 3, 3,
(3,1,0): 4, 4, 4,
(3,2,0): 5, 5, 5,
(3,3,0): 6, 6, 6,
(3,4,0): 7, 7, 7,
(3,5,0): 8, 8, 8,
(4,0,0): 4, 4, 4,
(4,1,0): 5, 5, 5,
(4,2,0): 6, 6, 6,
(4,3,0): 7, 7, 7,
(4,4,0): 8, 8, 8,
(4,5,0): 9, 9, 9
}
}
}
}
HDF5 "SDS2.h5" {
GROUP "/" {
DATASET "IntArray" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 5, 6, 3, 4 ) / ( 5, 6, 3, 4 ) }
DATA {
(0,0,0,0): 0, 0, 0, 0,
(0,0,1,0): 0, 0, 0, 0,
(0,0,2,0): 0, 0, 0, 0,
(0,1,0,0): 1, 1, 1, 1,
(0,1,1,0): 1, 1, 1, 1,
(0,1,2,0): 1, 1, 1, 1,
(0,2,0,0): 2, 2, 2, 2,
(0,2,1,0): 2, 2, 2, 2,
(0,2,2,0): 2, 2, 2, 2,
(0,3,0,0): 3, 3, 3, 3,
(0,3,1,0): 3, 3, 3, 3,
(0,3,2,0): 3, 3, 3, 3,
(0,4,0,0): 4, 4, 4, 4,
(0,4,1,0): 4, 4, 4, 4,
(0,4,2,0): 4, 4, 4, 4,
(0,5,0,0): 5, 5, 5, 5,
(0,5,1,0): 5, 5, 5, 5,
(0,5,2,0): 5, 5, 5, 5,
(1,0,0,0): 1, 1, 1, 1,
(1,0,1,0): 1, 1, 1, 1,
(1,0,2,0): 1, 1, 1, 1,
(1,1,0,0): 2, 2, 2, 2,
(1,1,1,0): 2, 2, 2, 2,
(1,1,2,0): 2, 2, 2, 2,
(1,2,0,0): 3, 3, 3, 3,
(1,2,1,0): 3, 3, 3, 3,
(1,2,2,0): 3, 3, 3, 3,
(1,3,0,0): 4, 4, 4, 4,
(1,3,1,0): 4, 4, 4, 4,
(1,3,2,0): 4, 4, 4, 4,
(1,4,0,0): 5, 5, 5, 5,
(1,4,1,0): 5, 5, 5, 5,
(1,4,2,0): 5, 5, 5, 5,
(1,5,0,0): 6, 6, 6, 6,
(1,5,1,0): 6, 6, 6, 6,
(1,5,2,0): 6, 6, 6, 6,
(2,0,0,0): 2, 2, 2, 2,
(2,0,1,0): 2, 2, 2, 2,
(2,0,2,0): 2, 2, 2, 2,
(2,1,0,0): 3, 3, 3, 3,
(2,1,1,0): 3, 3, 3, 3,
(2,1,2,0): 3, 3, 3, 3,
(2,2,0,0): 4, 4, 4, 4,
(2,2,1,0): 4, 4, 4, 4,
(2,2,2,0): 4, 4, 4, 4,
(2,3,0,0): 5, 5, 5, 5,
(2,3,1,0): 5, 5, 5, 5,
(2,3,2,0): 5, 5, 5, 5,
(2,4,0,0): 6, 6, 6, 6,
(2,4,1,0): 6, 6, 6, 6,
(2,4,2,0): 6, 6, 6, 6,
(2,5,0,0): 7, 7, 7, 7,
(2,5,1,0): 7, 7, 7, 7,
(2,5,2,0): 7, 7, 7, 7,
(3,0,0,0): 3, 3, 3, 3,
(3,0,1,0): 3, 3, 3, 3,
(3,0,2,0): 3, 3, 3, 3,
(3,1,0,0): 4, 4, 4, 4,
(3,1,1,0): 4, 4, 4, 4,
(3,1,2,0): 4, 4, 4, 4,
(3,2,0,0): 5, 5, 5, 5,
(3,2,1,0): 5, 5, 5, 5,
(3,2,2,0): 5, 5, 5, 5,
(3,3,0,0): 6, 6, 6, 6,
(3,3,1,0): 6, 6, 6, 6,
(3,3,2,0): 6, 6, 6, 6,
(3,4,0,0): 7, 7, 7, 7,
(3,4,1,0): 7, 7, 7, 7,
(3,4,2,0): 7, 7, 7, 7,
(3,5,0,0): 8, 8, 8, 8,
(3,5,1,0): 8, 8, 8, 8,
(3,5,2,0): 8, 8, 8, 8,
(4,0,0,0): 4, 4, 4, 4,
(4,0,1,0): 4, 4, 4, 4,
(4,0,2,0): 4, 4, 4, 4,
(4,1,0,0): 5, 5, 5, 5,
(4,1,1,0): 5, 5, 5, 5,
(4,1,2,0): 5, 5, 5, 5,
(4,2,0,0): 6, 6, 6, 6,
(4,2,1,0): 6, 6, 6, 6,
(4,2,2,0): 6, 6, 6, 6,
(4,3,0,0): 7, 7, 7, 7,
(4,3,1,0): 7, 7, 7, 7,
(4,3,2,0): 7, 7, 7, 7,
(4,4,0,0): 8, 8, 8, 8,
(4,4,1,0): 8, 8, 8, 8,
(4,4,2,0): 8, 8, 8, 8,
(4,5,0,0): 9, 9, 9, 9,
(4,5,1,0): 9, 9, 9, 9,
(4,5,2,0): 9, 9, 9, 9
}
}
}
}
HongfeiXie
===============================================
诺基亚铃声 http://sms.tom.com/index2.php?inc=3&type=24
摩托罗拉铃声 http://sms.tom.com/index2.php?inc=3&type=26
西门子铃声 http://sms.tom.com/index2.php?inc=3&type=25
诺基亚小图 http://sms.tom.com/index2.php?inc=2
诺基亚大图 http://sms.tom.com/index2.php?inc=2&type=3740
西门子图片 http://sms.tom.com/index2.php?inc=2&type=30
手机点歌 http://sms.tom.com/index2.php?inc=song
===============================================
More information about the ParaView
mailing list