SpheroidalDwarf#
- class cogsworth.sfh.SpheroidalDwarf(J_0_star, alpha, eta, fixed_Z, tau_min, galaxy_age, mass=None, **kwargs)[source]#
Bases:
DistributionFunctionBasedSFHAn action-based model for dwarf spheroidal galaxies and globular clusters Pascale+2019.
Parameters are the same as
DistributionFunctionBasedSFHandStarFormationHistorybut additionally with the following:- Parameters:
- J_0_starfloat
The action scale that naturally defines the length- and velocity-scale
- alphafloat
A non-negative, dimensionless parameter that mainly regulates the model’s density profile
- etafloat
A non-negative, dimensionless parameter that mainly controls the radial or tangential bias of the model velocity distribution; models sharing the parameters $(alpha, eta)$ are homologous.
- fixed_Zfloat
Fixed metallicity for all stars in the dwarf galaxy
- tau_min
Quantity[time] Minimum lookback time for star formation, by default 10 Gyr
- galaxy_age
Quantity[time] Maximum lookback time for star formation, by default 12 Gyr
- massfloat, optional
Total mass of the galactic potential. If not given, a potential must be provided. If given, this will be used to create a NFW potential with scale radius 1 kpc and concentration 1. By default None.
Methods Summary
draw_lookback_times(size)Uniform sampling of lookback times between tau_min and tau_max
Fixed metallicity for all stars in the dwarf galaxy
Methods Documentation