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
Examples using expyfun.io.read_hdf5
#
Run a simple experiment