diff options
Diffstat (limited to 'doxygen/dox/IntroHDF5.dox')
-rw-r--r-- | doxygen/dox/IntroHDF5.dox | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doxygen/dox/IntroHDF5.dox b/doxygen/dox/IntroHDF5.dox index ec46217..3ca7d00 100644 --- a/doxygen/dox/IntroHDF5.dox +++ b/doxygen/dox/IntroHDF5.dox @@ -124,7 +124,7 @@ It is a 2-dimensional 5 x 3 array (the dataspace). The datatype should not be co </ul> \subsubsection subsec_intro_desc_prop_dspace Dataspaces -A dataspace describes the layout of a dataset’s data elements. It can consist of no elements (NULL), +A dataspace describes the layout of a dataset's data elements. It can consist of no elements (NULL), a single element (scalar), or a simple array. <table> @@ -141,7 +141,7 @@ in size (i.e. they are extendible). There are two roles of a dataspace: \li It contains the spatial information (logical layout) of a dataset stored in a file. This includes the rank and dimensions of a dataset, which are a permanent part of the dataset definition. -\li It describes an application’s data buffers and data elements participating in I/O. In other words, it can be used to select a portion or subset of a dataset. +\li It describes an application's data buffers and data elements participating in I/O. In other words, it can be used to select a portion or subset of a dataset. <table> <caption>The dataspace is used to describe both the logical layout of a dataset and a subset of a dataset.</caption> @@ -602,8 +602,8 @@ Navigate back: \ref index "Main" / \ref GettingStarted @page HDF5Examples HDF5 Examples Example programs of how to use HDF5 are provided below. For HDF-EOS specific examples, see the <a href="http://hdfeos.org/zoo/index.php">examples</a> -of how to access and visualize NASA HDF-EOS files using IDL, MATLAB, and NCL on the -<a href="http://hdfeos.org/">HDF-EOS Tools and Information Center</a> page. +of how to access and visualize NASA HDF-EOS files using Python, IDL, MATLAB, and NCL +on the <a href="http://hdfeos.org/">HDF-EOS Tools and Information Center</a> page. \section secHDF5Examples Examples \li \ref LBExamples |