opinf.utils#

Miscellaneous utility functions.

Load/Save HDF5 Utilities#

Many opinf classes have save() methods that export the object to an HDF5 file and a load() class method for importing an object from an HDF5 file. The following functions facilitate that data transfer.

hdf5_loadhandle

Get a handle to an open HDF5 file to read from.

hdf5_savehandle

Get a handle to an open HDF5 file to write to.