arsenal_gear.population.BinaryPopulation¶
- class arsenal_gear.population.BinaryPopulation(primary: StarPopulation, secondary: StarPopulation, period: Annotated[Quantity, PhysicalType('time')], eccentricity: float64)[source]¶
Bases:
dictThis class is used to instantiate a population of binary star systems. It is essentially a wrapper for a pair of
arsenal_gear.population.StarPopulationobjects.- Parameters:
primary (class:arsenal_gear.population.StarPopulation) – the primary stars in the binary pairs
secondary (class:arsenal_gear.population.StarPopulation) – the secondary stars in the binary pairs
period (astropy length time) – the orbital period of the binary orbits
eccentricity (float) – the eccentricity of the binary orbits