HDF5
The HDF5 module provides support for working with Hierarchical Data Format (HDF5) files in Nelson.
It allows users to create datasets, read and write data and attributes, and explore file contents.
In addition to standard HDF5 support, it includes utilities for Nelson's native .nh5 format, enabling users to save, load, and inspect workspace variables efficiently.
This module is essential for managing large, structured, and portable scientific data.
Functions
- h5create - Creates a data set. 
- h5dump - dump the content of hdf5 file as text. 
- h5ls - List the content of an HDF5 file. 
- h5read - Read HDF5 data set. 
- h5readatt - Read HDF5 attribute. 
- h5write - Writes HDF5 data set. 
- h5writeatt - Writes HDF5 attribute. 
- isnh5file - Checks if filename a valid .nh5 file 
- loadnh5 - load data from .nh5 file into Nelson's workspace. 
- savenh5 - save workspace variables to .nh5 file 
- whonh5 - List variables in an valid .nh5 file. 
- whosnh5 - List variables in an valid .nh5 file with sizes and types. 
Last updated
Was this helpful?
