mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1894] Tools.html h5dump: Added -V option.
Glossary.html selection: added 2nd definition. Filters.html Added reference in section 4 to zlib website.
This commit is contained in:
parent
c85c62fcd0
commit
4ee64d4c71
@ -308,6 +308,9 @@
|
||||
permanent output pipeline but was automatically excluded because
|
||||
it didn't exist when the data was written.
|
||||
|
||||
<p><code>zlib</code> can be acquired from
|
||||
<code><a href="http://www.cdrom.com/pub/infozip/zlib/">http://www.cdrom.com/pub/infozip/zlib/</a></code>.
|
||||
|
||||
<h2>5. Example</h2>
|
||||
|
||||
<p>This example shows how to define and register a simple filter
|
||||
|
@ -456,8 +456,9 @@ HDF5 Glossary
|
||||
<P>
|
||||
|
||||
<dt><strong><a name="Glossary-Selection">selection</a></strong>
|
||||
<dd>A subset of a dataset or a dataspace, up to the entire dataset or
|
||||
<dd>(1) A subset of a dataset or a dataspace, up to the entire dataset or
|
||||
dataspace.
|
||||
(2) The elements of an array or dataset that are marked for I/O.
|
||||
<P>
|
||||
|
||||
<dt><strong><a name="Glossary-Serialization">serialization</a></strong>
|
||||
|
@ -77,6 +77,7 @@ These tools enable the user to examine HDF5 files interactively.
|
||||
[-h]
|
||||
[-bb]
|
||||
[-header]
|
||||
[-V]
|
||||
[-a </code><em>names</em><code>]
|
||||
[-d </code><em>names</em><code>]
|
||||
[-g </code><em>names</em><code>]
|
||||
@ -127,12 +128,14 @@ These tools enable the user to examine HDF5 files interactively.
|
||||
<dt><strong>Options and Parameters:</strong>
|
||||
<dl>
|
||||
<dt><code>-h</code>
|
||||
<dd>Prints information on this command.
|
||||
<dd>Prints information on this command and exits.
|
||||
<dt><code>-bb</code>
|
||||
<dd>Displays the contents of the boot block. The default is
|
||||
not to display.
|
||||
<dt><code>-header</code>
|
||||
<dd>Displays header information only; no data is displayed.
|
||||
<dt><code>-V</code>
|
||||
<dd>Displays version information and exits.
|
||||
<dt><code>-a</code> <em>names</em>
|
||||
<dd>Displays the specified attribute(s).
|
||||
<dt><code>-d</code> <em>names</em>
|
||||
|
Loading…
x
Reference in New Issue
Block a user