expyfun.io.read_hdf5#
- expyfun.io.read_hdf5(fname)[source]#
Read python object from HDF5 format using h5io/h5py
- Parameters:
- fnamestr
File to load.
- Returns:
- dataobject
The loaded data. Can be of any type supported by
write_hdf5()
.
See also
Read python object from HDF5 format using h5io/h5py
File to load.
The loaded data. Can be of any type supported by write_hdf5()
.
See also
expyfun.io.read_hdf5
#