arsenal_gear.stellar_evolution.se_data_structures.StellarTrack¶
- class arsenal_gear.stellar_evolution.se_data_structures.StellarTrack(mass: Annotated[Quantity, PhysicalType('mass')], eeps: ndarray[int], age_name: str, lteff_name: str, llbol_name: str, qs: dict)[source]¶
Bases:
objectData class for storing stellar track data.
- mass¶
Initial mass of the stellar track
- Type:
astropy.units.quantity.Quantity
- eep_name¶
variable name for equivalent evolutionary phase
- age_name¶
variable name for age (in years by default)
- 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 stellar track quantities. These should minimally include EEP, log_Teff, and log_L but can include others.
- Type:
dict