proper_time#
Protocols
- StandardCosmology.proper_time()#
- DistanceMeasures.proper_time()#
- ProperDistanceMeasures.proper_time()#
- HasProperTime.proper_time()#
Reference
- cosmo.proper_time(z: InputT, /) Array#
- cosmo.proper_time(z1: InputT, z2: InputT, /) Array
Proper time \(t\) in Gyr.
The proper time is the proper distance divided by
c.- Parameters:
- z
Array, positional-only - z1, z2
Array, positional-only Input redshifts. If one argument
zis given, the time \(t(0, z)\) is returned. If two argumentsz1, z2are given, the time \(t(z_1, z_2)\) is returned.
- z
- Returns:
ArrayThe proper time \(t\) in Gyr.