diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-12-01 21:56:14 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-12-01 21:56:14 (GMT) |
commit | bdc304d6128607b6ee00e822be850416959d0732 (patch) | |
tree | cb76db86afb10f7b90ec3855c36abba50e867bc9 /tools/testfiles/tcompound2.dmp | |
parent | 5bbc648241695fc07e0c65ce7de5f30e70efb3c4 (diff) | |
download | hdf5-bdc304d6128607b6ee00e822be850416959d0732.zip hdf5-bdc304d6128607b6ee00e822be850416959d0732.tar.gz hdf5-bdc304d6128607b6ee00e822be850416959d0732.tar.bz2 |
[svn-r958] Purpose:
New feature
Solution:
Testing of Extendable Dataset support in h5toh4 converter when
extendable dimension is first dimension.
Platform tested:
Solaris2.5
Diffstat (limited to 'tools/testfiles/tcompound2.dmp')
-rw-r--r-- | tools/testfiles/tcompound2.dmp | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/tools/testfiles/tcompound2.dmp b/tools/testfiles/tcompound2.dmp new file mode 100644 index 0000000..4a16d87 --- /dev/null +++ b/tools/testfiles/tcompound2.dmp @@ -0,0 +1,118 @@ +File name: testfiles/tcompound2.hdf + + +Vgroup:0 + tag = 1965; reference = 2; + name = /; class = HDF5; + number of entries = 2; + number of attributes = 0 +Entries:- + #0 (Vgroup) + tag = 1965;reference = 4; + number of entries = 0; + name = group1; class = HDF5 + number of attributes = 0 + #1 (Vgroup) + tag = 1965;reference = 10; + number of entries = 0; + name = group2; class = HDF5 + number of attributes = 0 + + +Vgroup:1 + tag = 1965; reference = 4; + name = group1; class = HDF5; + number of entries = 0; + number of attributes = 0 +Entries:- + None. + + +Vgroup:2 + tag = 1965; reference = 10; + name = group2; class = HDF5; + number of entries = 0; + number of attributes = 0 +Entries:- + None. + + +Graphical representation of the file:- +(vg#: vgroup; vd: vdata) + + vg0 -- vg1 + -- vg2 + + vg1 + + vg2 + +File name: testfiles/tcompound2.hdf + +Vdata: 0 + tag = 1962; reference = 3; + number of records = 6; interlace = 0; + fields = [a_name, b_name, c_name]; + record size (in bytes) = 16; + name = dset1; class = HDF5; + number of attributes = 0 +- field index 0: [a_name], type=24, order=1 + number of attributes = 0 +- field index 1: [b_name], type=5, order=1 + number of attributes = 0 +- field index 2: [c_name], type=6, order=1 + number of attributes = 0 +Loc. Data +0 0 0.000000 1.000000 ; 1 1.000000 0.500000 ; 2 4.000000 0.333333 ; +3 3 9.000000 0.250000 ; 4 16.000000 0.200000 ; 5 25.000000 0.166667 ; + + +Vdata: 1 + tag = 1962; reference = 5; + number of records = 6; interlace = 0; + fields = [int_name, float_name]; + record size (in bytes) = 8; + name = dset2; class = HDF5; + number of attributes = 0 +- field index 0: [int_name], type=24, order=1 + number of attributes = 0 +- field index 1: [float_name], type=5, order=1 + number of attributes = 0 +Loc. Data +0 0 0.000000 ; 1 1.100000 ; 2 2.200000 ; +3 3 3.300000 ; 4 4.400000 ; 5 5.500000 ; + + +Vdata: 2 + tag = 1962; reference = 7; + number of records = 6; interlace = 0; + fields = [int, float]; + record size (in bytes) = 8; + name = dset4; class = HDF5; + number of attributes = 0 +- field index 0: [int], type=24, order=1 + number of attributes = 0 +- field index 1: [float], type=5, order=1 + number of attributes = 0 +Loc. Data +0 0 0.000000 ; 1 1.000000 ; 2 2.000000 ; +3 3 3.000000 ; 4 4.000000 ; 5 5.000000 ; + + +Vdata: 3 + tag = 1962; reference = 11; + number of records = 6; interlace = 0; + fields = [int, float]; + record size (in bytes) = 8; + name = dset5; class = HDF5; + number of attributes = 0 +- field index 0: [int], type=24, order=1 + number of attributes = 0 +- field index 1: [float], type=5, order=1 + number of attributes = 0 +Loc. Data +0 0 0.000000 ; 1 1.000000 ; 2 2.000000 ; +3 3 3.000000 ; 4 4.000000 ; 5 5.000000 ; + + +File name: testfiles/tcompound2.hdf |