specparam.io.models.load_time¶
- specparam.io.models.load_time(file_name, file_path=None, peak_org=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.
- peak_orgint or Bands, optional
How to organize peaks. If int, extracts the first n peaks. If Bands, extracts peaks based on band definitions.
- Returns:
- timeSpectralTimeModel
Loaded model object with data from file.