transverse_comoving_distance#
Protocols
- StandardCosmology.transverse_comoving_distance()#
- DistanceMeasures.transverse_comoving_distance()#
- ComovingDistanceMeasures.transverse_comoving_distance()#
- HasTransverseComovingDistance.transverse_comoving_distance()#
Reference
- cosmo.transverse_comoving_distance(z: InputT, /) Array#
- cosmo.transverse_comoving_distance(z1: InputT, z2: InputT, /) Array
Transverse comoving distance \(d_M\) in Mpc.
This value is the transverse comoving distance at redshift
zcorresponding to an angular separation of 1 radian. This is the same as the comoving distance if \(\Omega_k\) is zero (as in the current concordance Lambda-CDM model).- Parameters:
- z
Array, positional-only - z1, z2
Array, positional-only Input redshifts. If one argument
zis given, the distance \(d_M(0, z)\) is returned. If two argumentsz1, z2are given, the distance \(d_M(z_1, z_2)\) is returned.
- z
- Returns:
ArrayThe comoving transverse distance \(d_M\) in Mpc.