read_h5

ssapy.io.read_h5(filename, pathname)[source][source]

Load data from HDF5 file.

Parameters:
  • filename (str) – The filename of the HDF5 file.

  • pathname (str) – The path to the data in the HDF5 file.

Returns:

The data loaded from the HDF5 file.