read_template

eispac.core.read_template(filename)[source]

Load an EISFitTemplate from an HDF5 or TOML template file

Parameters:

filename (str or pathlib.Path) – Path to a HDF5 template file provided with eispac or a user-made TOML template file.

Returns:

cls – Object containing the fit template

Return type:

EISFitTemplate class instance