figaro.cosmology module

class figaro.cosmology.CosmologicalParameters(h, om, ol, w0, w1, w2)[source]

Bases: object

Wrapper for LAL functions in a single class.

Parameters:
  • h (double) – normalised hubble constant h = H0/100 km/Mpc/s

  • om (double) – matter energy density

  • ol (double) – cosmological constant density

  • w0 (double) – 0th order dark energy equation of state parameter

  • w1 (double) – 1st order dark energy equation of state parameter

  • w2 (double) – 2nd order dark energy equation of state parameter

Returns:

instance of CosmologicalParameters class

Return type:

CosmologicalParameters

ComovingVolume(x)[source]
ComovingVolumeElement(x)[source]
LuminosityDistance(x)[source]
Redshift(x)[source]
UniformComovingVolumeDensity(x)[source]