bilby.gw.conversion.comoving_distance_to_redshift
- bilby.gw.conversion.comoving_distance_to_redshift(distance, cosmology=None)[source]
Convert from comoving_distance to redshift
- Parameters:
- comoving_distance: float
The comoving_distance to convert.
- cosmology: astropy.cosmology.Cosmology
The cosmology to use for the transformation. See
bilby.gw.cosmology.get_cosmology
for details of how to specify this.
- Returns:
- float
The redshift corresponding to the provided comoving_distance.