read_fit

eispac.core.read_fit(filename, verbose=False)[source]

Load an EISFitResult object from an HDF5 file

Parameters:
  • filename (str or pathlib.Path object) – String or path to the fit result file that should be loaded.

  • verbose (bool, optional) – If set to True, will print the name of each data variable read in. Default is False.

Returns:

fit_result – Copy of the fit results loaded from the file.

Return type:

EISFitResult object