diff --git a/doxygen/dox/LearnBasics3.dox b/doxygen/dox/LearnBasics3.dox index ca9ba8bdc4a..3e9dd8ea090 100644 --- a/doxygen/dox/LearnBasics3.dox +++ b/doxygen/dox/LearnBasics3.dox @@ -48,6 +48,19 @@ Navigate back: \ref index "Main" / \ref GettingStarted / \ref LearnBasics
\section secLBDsetLayoutDesc Description of a Dataset +The Creating a Dataset tutorial topic defines a dataset as a multidimensional array of data elements together with supporting metadata, where: + +\li The array of elements consists of the raw data values that a user wishes to store in HDF5. +\li The supporting metadata describes that data. The metadata is stored in the dataset (object) header of a dataset. + +Datatype, dataspace, attribute, and storage layout information were introduced as part of the metadata associated with a dataset: + + + + +
+\image html tutr-lodset.png +
\section secLBDsetLayout Dataset Storage Layout The storage information, or storage layout, defines how the raw data values in the dataset are diff --git a/doxygen/img/tutr-lodset.png b/doxygen/img/tutr-lodset.png new file mode 100755 index 00000000000..456fc32e4ee Binary files /dev/null and b/doxygen/img/tutr-lodset.png differ