summaryrefslogtreecommitdiffstats
path: root/doc/html/Tools.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1999-05-03 21:54:10 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1999-05-03 21:54:10 (GMT)
commita3d84da7df8e3d4226eb937cbabd3384fabd2762 (patch)
tree8576203277e9ce7e64da91f858650917b326934b /doc/html/Tools.html
parent2ea07058c9fd49188d57b15699fbca05510b4da1 (diff)
downloadhdf5-a3d84da7df8e3d4226eb937cbabd3384fabd2762.zip
hdf5-a3d84da7df8e3d4226eb937cbabd3384fabd2762.tar.gz
hdf5-a3d84da7df8e3d4226eb937cbabd3384fabd2762.tar.bz2
[svn-r1244] Datatypes.html
DatatypesEnum.html EnumMap.gif Added enumeration datatypes -- First pass, only minimal editing. Intro paragraph in Datatypes.html; details in DatatypesEnum.html. EnumMap.gif is a figure for DatatypesEnum.html. Tools.html Added new h5toh4 supported object and data type. H5.intro.html Corrected transposed "start coordinates" in Example 1.
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r--doc/html/Tools.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 33ab227..fbbf31d 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -326,10 +326,9 @@ These tools enable the user to examine HDF5 files interactively.
<p>
The <code>-h</code> option causes the following
syntax summary to be displayed:<br>
- <dir><code>
- h5toh4 file.h5 file.hdf<br>
- h5toh4 file.h5<br>
- h5toh4 -m file1.h5 file2.h5 ...<br></code></dir>
+ <pre> h5toh4 file.h5 file.hdf
+ h5toh4 file.h5
+ h5toh4 -m file1.h5 file2.h5 ...</pre>
<p>
@@ -358,6 +357,11 @@ These tools enable the user to examine HDF5 files interactively.
be fixed or extendable. The members of the
compound datatype are constrained to be no more
than rank 4.
+ <li>HDF5 dataset objects of single dimension and fixed length string
+ datatype are converted into HDF4 Vdata objects. The HDF4 Vdata is a
+ single field whose order is the length of the HDF5 string type. The
+ number of records of the Vdata is the length of the single dimension
+ which may be fixed or extendable.
</ul>
Other objects are not converted and are not recorded
@@ -365,7 +369,7 @@ These tools enable the user to examine HDF5 files interactively.
<p>
Attributes associated with any of the supported HDF5
objects are carried over to the HDF4 objects.
- Attributes may be of integer or floating point datatype
+ Attributes may be of integer, floating point, or fixed length string datatype
and they may have up to 32 fixed dimensions.
<p>
All datatypes are converted to big-endian.
@@ -432,7 +436,7 @@ Tools&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 30 October 1998
+Last modified: 29 April 1999
</body>
</html>