Header#
- class VSPEC.params.Header(data_path: Path, spec_grid: AbstractGridParameters, seed: int, verbose: int = 1, desc: str = None)#
Bases:
BaseParameters
Header for VSPEC simulation
- Parameters:
data_path (pathlib.Path) – The path to store run data.
max_teff (astropy.units.Quantity) – The maximum Teff to bin.
min_teff (astropy.units.Quantity) – The minimum Teff to bin.
seed (int, default=None) – The seed for the random number generator.
verbose (int, default=1,) – The level of verbosity for the simulation.
desc (str, default=None) – A description of the run.
- data_path#
The path to store run data.
- Type:
- max_teff#
The maximum Teff to bin.
- Type:
- min_teff#
The minimum Teff to bin.
- Type: