lookback_time#
Protocols
- StandardCosmology.lookback_time()#
- DistanceMeasures.lookback_time()#
- LookbackDistanceMeasures.lookback_time()#
- HasLookbackTime.lookback_time()#
Reference
- cosmo.lookback_time(z: InputT, /) Array#
- cosmo.lookback_time(z1: InputT, z2: InputT, /) Array
Lookback time in Gyr.
The lookback time is the time that it took light from being emitted at one redshift to being observed at another redshift. Effectively it is the difference between the age of the Universe at the two redshifts.
- Parameters:
- z
Array, positional-only - z1, z2
Array, positional-only Input redshifts. If one argument
zis given, the time \(t_T(0, z)\) is returned. If two argumentsz1, z2are given, the time \(t_T(z_1, z_2)\) is returned.
- z
- Returns:
ArrayThe lookback time in Gyr.