scipp.io.hdf5.load_hdf5#
- scipp.io.hdf5.load_hdf5(filename)#
Load a Scipp-HDF5 file.
The file must have been written by
scipp.io.save_hdf5()or be compatible with Scipp’s HDF5 format.- Parameters:
filename (
str|PathLike[str] |StringIO|BytesIO|Group) – Path to the input file or an open HDF5 group.- Returns:
object– The loaded object (Variable, DataArray, Dataset, or DataGroup).
See also
scipp.io.save_hdf5Save data to HDF5 files.
Examples
See
scipp.io.save_hdf5()for examples of saving and loading data.