arsenal_gear.stellar_evolution.se_data_structures.Isochrone

class arsenal_gear.stellar_evolution.se_data_structures.Isochrone(age: Annotated[Quantity, PhysicalType('time')], eep_name: str, mini_name: str, lteff_name: str, llbol_name: str, qs: dict)[source]

Bases: object

Data class for storing isochrone data.

age

Age of the isochrone

Type:

astropy.units.quantity.Quantity

eep_name

variable name for equivalent evolutionary phase

Type:

str

mini_name

variable name for initial stellar masses

Type:

str

lteff_name

variable name for log_10(effective temperature)

Type:

str

llbol_name

variable name for log_10(bolometric luminosities)

Type:

str

qs

Dictionary of isochrone quantities. These should minimally include EEP, initial_mass, log_Teff, and log_L but can include others.

Type:

dict