Prototypes | |
def | bayestar_cosmology.dVC_dVL_for_z (z) |
Ratio between the comoving volume element dVC and a DL**2 prior at redshift z. More... | |
def | bayestar_cosmology.z_for_DL (DL) |
def | bayestar_cosmology.dVC_dVL_for_DL (DL) |
def | bayestar_cosmology.func (x) |
def | bayestar_cosmology.exact_dVC_dVL (DL) |
An alternate expression of dVC_dVL_for_DL. More... | |
Go to the source code of this file.
Namespaces | |
namespace | bayestar_cosmology |
Variables | |
bayestar_cosmology.parser = argparse.ArgumentParser() | |
bayestar_cosmology.choices | |
bayestar_cosmology.default | |
bayestar_cosmology.nargs | |
bayestar_cosmology.help | |
bayestar_cosmology.args = parser.parse_args() | |
bayestar_cosmology.cosmo | |
bayestar_cosmology.DL = np.logspace(0, 6, 32) | |
bayestar_cosmology.log_DL = np.log(DL) | |
def | bayestar_cosmology.dVC_dVL = dVC_dVL_for_DL(DL) |
bayestar_cosmology.log_dVC_dVL = np.log(dVC_dVL) | |
bayestar_cosmology.high_z_x0 = np.log(1e6) | |
def | bayestar_cosmology.high_z_y0 = func(high_z_x0) |
bayestar_cosmology.high_z_slope = scipy.misc.derivative(func, high_z_x0) | |
def | bayestar_cosmology.high_z_intercept = high_z_y0 - high_z_slope * high_z_x0 |
bayestar_cosmology.filename = os.path.basename(__file__) | |
bayestar_cosmology.sep | |