blob: 5e8321a23215a0a5cbd131858337387fb2f470a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#############################
Expected output for 'h5dump --xml tnodata.h5'
#############################
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HDF5-File PUBLIC "HDF5-File.dtd" "http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.dtd">
<HDF5-File>
<RootGroup OBJ-XID="root">
<Dataset Name="dset1" OBJ-XID="/dset1" Parents="root">
<Dataspace>
<SimpleDataspace Ndims="1">
<Dimension DimSize="5" MaxDimSize="5"/>
</SimpleDataspace>
</Dataspace>
<DataType>
<AtomicType>
<IntegerType ByteOrder="BE" Sign="true" Size="4" />
</AtomicType>
</DataType>
<Data>
<DataFromFile>
0 0 0 0 0
</DataFromFile>
</Data>
</Dataset>
</RootGroup>
</HDF5-File>
|