arsenal_gear.stellar_evolution.se_data_structures.IsochroneSet¶
- class arsenal_gear.stellar_evolution.se_data_structures.IsochroneSet(lages: ndarray[float64], hdr_list: list[str], isos: list[Isochrone], max_mass: Annotated[Quantity, PhysicalType('mass')])[source]¶
Bases:
objectData class for storing a set of isochrones.
- lages¶
Array of log_10(ages/yr) of the isochrones
- Type:
numpy.ndarray[numpy.float64]
- hdr_list¶
List of column headers for the isochrone data
- Type:
list[str]
- isos¶
List of Isochrone objects