pylupnt.CoordinateScale

class pylupnt.CoordinateScale

Relativistic coordinate time scale of a quantity.

Members:

TCB : Barycentric coordinate time (TCB).

TDB : Barycentric dynamical time (TDB).

TCG : Geocentric coordinate time (TCG).

TT : Terrestrial time (TT).

TCL : Lunicentric coordinate time (TCL).

TL : Lunar time (TL).

TCB = <CoordinateScale.TCB: 0>
TCG = <CoordinateScale.TCG: 2>
TCL = <CoordinateScale.TCL: 4>
TDB = <CoordinateScale.TDB: 1>
TL = <CoordinateScale.TL: 5>
TT = <CoordinateScale.TT: 3>
CoordinateScale.name -> str
property value