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

write_hdf5

Examples using expyfun.io.read_hdf5

Run a simple experiment

Run a simple experiment