popsynth.populations.schechter_populations module¶
-
class
popsynth.populations.schechter_populations.SchechterHomogeneousSphericalPopulation(Lambda: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234)[source]¶ Bases:
popsynth.populations.spatial_populations.SphericalPopulation-
__init__(Lambda: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234)[source]¶ A population built on the
ConstantSphericalDistributionspatial distribution and theSchechterDistributionluminosity distribution.Parameters: - Lambda (float) – Density per unit volume
- Lmin (float) – Minimum value of the luminosity
- alpha (float) – Index of the luminosity distribution
- r_max (float) – Maximum distance
- seed (int) – Random seed
-
-
class
popsynth.populations.schechter_populations.SchechterSFRPopulation(r0: float, a: float, rise: float, decay: float, peak: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234, is_rate: bool = True)[source]¶ Bases:
popsynth.populations.spatial_populations.SFRPopulation-
__init__(r0: float, a: float, rise: float, decay: float, peak: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234, is_rate: bool = True)[source]¶ A population built on the
SFRDistributionspatial distribution and theSchechterDistributionluminosity distribution.Parameters: - r0 (float) – Local density in units of Gpc^-3
- a (float) – Offset at z=0
- rise (float) – Rise at low z
- decay (float) – Decay at high z
- peak (float) – Peak of z distribution
- Lmin (float) – Minimum value of the luminosity
- alpha (float) – Index of the luminosity distribution
- r_max (float) – Maximum redshift
- seed (int) – Random seed
- is_rate (bool) – True if modelling a population of transient events,
False if modelling a population of steady-state objects.
Affects the
time_adjustmentmethod used in cosmo calculations. Default is True.
-
-
class
popsynth.populations.schechter_populations.SchechterZPowerCosmoPopulation(Lambda: float, delta: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234, is_rate: bool = True)[source]¶ Bases:
popsynth.populations.spatial_populations.ZPowerCosmoPopulation-
__init__(Lambda: float, delta: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234, is_rate: bool = True)[source]¶ A population built on the
ZPowerCosmoDistributionspatial distribution and theSchechterDistributionluminosity distribution.Parameters: - Lambda (float) – Density in units of Gpc^-3
- delta (float) – Index of the spatial distribution
- Lmin (float) – Minimum value of the luminosity
- alpha (float) – Index of the luminosity distribution
- r_max (float) – Maximum redshift
- seed (int) – Random seed
- is_rate (bool) – True if modelling a population of transient events,
False if modelling a population of steady-state objects.
Affects the
time_adjustmentmethod used in cosmo calculations. Default is True.
-
-
class
popsynth.populations.schechter_populations.SchechterZPowerSphericalPopulation(Lambda: float, delta: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234)[source]¶ Bases:
popsynth.populations.spatial_populations.ZPowerSphericalPopulation-
__init__(Lambda: float, delta: float, Lmin: float, alpha: float, r_max: float = 10, seed: int = 1234)[source]¶ A population built on the
ZPowerSphericalDistributionspatial distribution and theSchechterDistributionluminosity distribution.Parameters: - Lambda (float) – Density per unit volume
- delta (float) – Index of the spatial distribution
- Lmin (float) – Minimum value of the luminosity
- alpha (float) – Index of the luminosity distribution
- r_max (float) – Maximum distance
- seed (int) – Random seed
-