|
|
||
|
|
| HDF data format Version 5. General purpose format for representing multidimensional datasets and images. Used for storage, management, and exchange of scientific data. HDF is an acronym for Hierarchical Data Format. Developed by the U.S. National Center for Supercomputing Applications (NCSA). Binary file format. Incompatible with HDF Version 4 and earlier. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Annotations" | meta-information for each dataset | |
| "DataEncoding" | specifies how each dataset is compressed | |
| "DataFormat" | type used to represent each dataset | |
| "Dimensions" | data dimensions of each dataset |
| "Integer8" | 8-bit integers | |
| "Integer16" | 16-bit integers | |
| "Integer32" | 32-bit integers | |
| "Integer64" | 64-bit integers (Import only) | |
| "Integer128" | 128-bit integers (Import only) | |
| "UnsignedInteger8" | 8-bit unsigned integers | |
| "UnsignedInteger16" | 16-bit unsigned integers | |
| "UnsignedInteger32" | 32-bit unsigned integers | |
| "UnsignedInteger64" | 64-bit unsigned integers (Import only) | |
| "UnsignedInteger128" | 128-bit unsigned integers (Import only) | |
| "Real32" | IEEE single-precision numbers | |
| "Real64" | IEEE double-precision numbers | |
| "Real128" | IEEE quad-precision numbers (Import only) |
Show the datasets stored in a sample file:
Import an 8-bit RGB raster as an array of color triples:
Render as raster graphics with normalized color values:
Generate a random matrix and export it to HDF5:
Show the datasets contained in this file:
Import the dataset:
|
| © 2008 Wolfram Research, Inc. |