mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
1091cab2e6
Purpose: Add short copyright notice. Update release tag line. Description: Added short copyright notice as comment in source files; does not display in browser. Updated release tag line in footers to read as follows: Describes HDF5 Release 1.6.0, July 2003 Platforms tested: IE 5
236 lines
9.3 KiB
HTML
236 lines
9.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>
|
|
HDF5 User's Guide
|
|
</title>
|
|
|
|
<!-- #BeginLibraryItem "/ed_libs/styles_UG.lbi" -->
|
|
<!--
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
* Copyright by the Board of Trustees of the University of Illinois. *
|
|
* All rights reserved. *
|
|
* *
|
|
* This file is part of HDF5. The full HDF5 copyright notice, including *
|
|
* terms governing use, modification, and redistribution, is contained in *
|
|
* the files COPYING and Copyright.html. COPYING can be found at the root *
|
|
* of the source code distribution tree; Copyright.html can be found at the *
|
|
* root level of an installed copy of the electronic HDF5 document set and *
|
|
* is linked from the top-level documents page. It can also be found at *
|
|
* http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have *
|
|
* access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
|
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
-->
|
|
|
|
<link href="ed_styles/UGelect.css" rel="stylesheet" type="text/css">
|
|
<!-- #EndLibraryItem --></head>
|
|
|
|
<body bgcolor="#FFFFFF">
|
|
|
|
|
|
<!-- #BeginLibraryItem "/ed_libs/NavBar_UG.lbi" --><hr>
|
|
<center>
|
|
<table border=0 width=98%>
|
|
<tr><td valign=top align=left>
|
|
<a href="index.html">HDF5 documents and links</a> <br>
|
|
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
|
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
|
<!--
|
|
<a href="Glossary.html">Glossary</a><br>
|
|
-->
|
|
</td>
|
|
<td valign=top align=right>
|
|
And in this document, the
|
|
<a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a>
|
|
<br>
|
|
<a href="Files.html">Files</a>
|
|
<a href="Datasets.html">Datasets</a>
|
|
<a href="Datatypes.html">Datatypes</a>
|
|
<a href="Dataspaces.html">Dataspaces</a>
|
|
<a href="Groups.html">Groups</a>
|
|
<br>
|
|
<a href="References.html">References</a>
|
|
<a href="Attributes.html">Attributes</a>
|
|
<a href="Properties.html">Property Lists</a>
|
|
<a href="Errors.html">Error Handling</a>
|
|
<br>
|
|
<a href="Filters.html">Filters</a>
|
|
<a href="Caching.html">Caching</a>
|
|
<a href="Chunking.html">Chunking</a>
|
|
<a href="MountingFiles.html">Mounting Files</a>
|
|
<br>
|
|
<a href="Performance.html">Performance</a>
|
|
<a href="Debugging.html">Debugging</a>
|
|
<a href="Environment.html">Environment</a>
|
|
<a href="ddl.html">DDL</a>
|
|
</td></tr>
|
|
</table>
|
|
</center>
|
|
<hr>
|
|
<!-- #EndLibraryItem --><center><h1>A User's Guide for HDF5</h1></center>
|
|
|
|
<p>The following documents form a loosely organized user's guide
|
|
to the HDF5 library.
|
|
<p>
|
|
|
|
<center>
|
|
<table border=0>
|
|
|
|
<tr><td valign=top><a href="Files.html">HDF5 Files</a>
|
|
</td><td> </td>
|
|
<td valign=top>A guide to the <strong>H5F</strong> interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Datasets.html">Datasets</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5D</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Datatypes.html">Datatypes</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5T</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Dataspaces.html">Dataspaces</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5S</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Groups.html">Groups</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5G</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="References.html">References and
|
|
Identifiers</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5R</strong>
|
|
and <strong>H5I</strong> interfaces.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Attributes.html">Attributes</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5A</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Properties.html">Property Lists</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5P</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Errors.html">Error Handling</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5E</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Filters.html">Filters</a>
|
|
</td><td></td><td valign=top>A guide to the <strong>H5Z</strong>
|
|
interface.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Caching.html">Caching</a>
|
|
</td><td></td><td valign=top>A guide for meta and raw data caching.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Chunking.html">Dataset Chunking</a>
|
|
</td><td></td><td valign=top>A guide to the issues and pitfalls
|
|
of dataset chunking.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="MountingFiles.html">Mounting Files</a>
|
|
</td><td></td><td valign=top>A guide to mounting files containing
|
|
external HDF5 datasets.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Performance.html">Performance</a>
|
|
</td><td></td><td valign=top>A guide to performance issues and
|
|
analysis tools.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Debugging.html">Debugging</a>
|
|
</td><td></td><td valign=top>A guide to debugging HDF5 API calls.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="Environment.html">Environment Variables
|
|
and</a>
|
|
<br> <a href="Environment.html">Configuration
|
|
Parameters</a>
|
|
</td><td></td><td valign=top>A list of HDF5 environment variables
|
|
and configuration <br> parameters.
|
|
</td></tr>
|
|
<tr><td valign=top><a href="ddl.html">DDL for HDF5</a>
|
|
</td><td></td><td valign=top>A DDL in BNF for HDF5.
|
|
</td></tr>
|
|
</table>
|
|
</center>
|
|
<br>
|
|
<!--
|
|
<p>The following documents form a loosely organized developer's guide to
|
|
aspects of the HDF5 library. (Some of the following documents
|
|
may be rather out of date as they were working papers for design
|
|
goals.)
|
|
|
|
<ul>
|
|
<li><a href="Version.html">Version Numbers</a> -
|
|
A description of HDF5 version numbers.
|
|
<li><a href="IOPipe.html">I/O Pipeline</a> -
|
|
A description of the raw data I/O pipeline.
|
|
<li><a href="ExternalFiles.html">Working with External Files</a> -
|
|
A guide to the use of multiple files with HDF5.
|
|
<li><a href="Big.html">Large Datasets</a> -
|
|
A guide to accessing large datasets on small computers.
|
|
<li><a href="MemoryManagement.html">Memory Management</a> -
|
|
A white paper about memory management issues in HDF5.
|
|
<li><a href="Coding.html">Coding Style</a> -
|
|
A white paper about coding style in the HDF5 library code.
|
|
<li><a href="compat.html">HDF4/HDF5 Compatibility</a> -
|
|
A white paper about compatibility issues between HDF4 and HDF5.
|
|
<li><a href="study.html">Chunking Performance Study</a> -
|
|
A white paper describing the HDF5 chunking performance.
|
|
</ul>
|
|
-->
|
|
|
|
|
|
<!-- #BeginLibraryItem "/ed_libs/NavBar_UG.lbi" --><hr>
|
|
<center>
|
|
<table border=0 width=98%>
|
|
<tr><td valign=top align=left>
|
|
<a href="index.html">HDF5 documents and links</a> <br>
|
|
<a href="H5.intro.html">Introduction to HDF5</a> <br>
|
|
<a href="RM_H5Front.html">HDF5 Reference Manual</a> <br>
|
|
<!--
|
|
<a href="Glossary.html">Glossary</a><br>
|
|
-->
|
|
</td>
|
|
<td valign=top align=right>
|
|
And in this document, the
|
|
<a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a>
|
|
<br>
|
|
<a href="Files.html">Files</a>
|
|
<a href="Datasets.html">Datasets</a>
|
|
<a href="Datatypes.html">Datatypes</a>
|
|
<a href="Dataspaces.html">Dataspaces</a>
|
|
<a href="Groups.html">Groups</a>
|
|
<br>
|
|
<a href="References.html">References</a>
|
|
<a href="Attributes.html">Attributes</a>
|
|
<a href="Properties.html">Property Lists</a>
|
|
<a href="Errors.html">Error Handling</a>
|
|
<br>
|
|
<a href="Filters.html">Filters</a>
|
|
<a href="Caching.html">Caching</a>
|
|
<a href="Chunking.html">Chunking</a>
|
|
<a href="MountingFiles.html">Mounting Files</a>
|
|
<br>
|
|
<a href="Performance.html">Performance</a>
|
|
<a href="Debugging.html">Debugging</a>
|
|
<a href="Environment.html">Environment</a>
|
|
<a href="ddl.html">DDL</a>
|
|
</td></tr>
|
|
</table>
|
|
</center>
|
|
<hr>
|
|
<!-- #EndLibraryItem --><address>
|
|
<table width=100% border=0>
|
|
<tr><td align=left valign=top>
|
|
|
|
<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
|
|
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
|
<br>
|
|
Describes HDF5 Release 1.6.0, July 2003
|
|
</address><!-- #EndLibraryItem -->
|
|
|
|
Last modified: 19 January 2001
|
|
|
|
|
|
</td><td align=right valign=top>
|
|
<a href="Copyright.html">Copyright</a>
|
|
</td></tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|