specparam.io.models.load_time

specparam.io.models.load_time(file_name, file_path=None)[source]

Load a SpectralTimeModel object from file.

Parameters:
file_namestr

File(s) to load data from.

file_pathPath or str, optional

Path to directory to load from. If None, loads from current directory.

Returns:
timeSpectralTimeModel

Loaded model object with data from file.