User Guide
Reference
c_light_kms
print_cosmology()
set_cosmology()
H()
E()
inv_E()
DM()
DA()
DL()
dV()
dVdtau()
init_dist_measures()
dm()
dl()
da()
dv()
dvdtau()
E_to_F()
F_to_E()
dFnu_to_dEnu()
choose_source_evolution_function()
sfr_evolution()
opz_evolution()
sfr()
Development
Compute the Jacobian dE/dF for fluence-to-energy transformations.
Useful for converting “per fluence” statistics to “per energy” statistics. This is the derivative of energy with respect to fluence at fixed z.
z (float or array_like) – Redshift.
alpha (float, optional) – Spectral index where F_nu ~ nu^(-alpha). Default is 0.
bandwidth (float, optional) – Observation bandwidth in Hz. Default is 1e9.
Jacobian dE/dF for the transformation.
float or ndarray