Units¶
Enumerations for specifying angle formats and time systems.
Angle Format¶
The AngleFormat enumeration specifies whether angles are in radians or degrees.
AngleFormat ¶
Usage Example¶
Time System¶
The TimeSystem enumeration specifies the time reference system for epochs.
TimeSystem ¶
Enumeration of supported time systems.
Time systems define different conventions for measuring and representing time. Each system has specific uses in astrodynamics and timekeeping applications.
Initialize instance.
UTC class-attribute ¶
UTC: Any = TimeSystem.UTC
Enumeration of supported time systems.
Time systems define different conventions for measuring and representing time. Each system has specific uses in astrodynamics and timekeeping applications.
TAI class-attribute ¶
TAI: Any = TimeSystem.TAI
Enumeration of supported time systems.
Time systems define different conventions for measuring and representing time. Each system has specific uses in astrodynamics and timekeeping applications.
TT class-attribute ¶
TT: Any = TimeSystem.TT
Enumeration of supported time systems.
Time systems define different conventions for measuring and representing time. Each system has specific uses in astrodynamics and timekeeping applications.
Time System Descriptions¶
- UTC (Coordinated Universal Time): Civil time standard used worldwide. Includes leap seconds to keep within 0.9 seconds of UT1.
- TAI (International Atomic Time): Continuous time scale based on atomic clocks. Currently 37 seconds ahead of UTC (as of 2024).
- TT (Terrestrial Time): Theoretical time scale for solar system calculations. TT = TAI + 32.184 seconds.
- GPS (Global Positioning System): Continuous time starting from GPS epoch (January 6, 1980). Does not include leap seconds.
- UT1 (Universal Time 1): Based on Earth's rotation. Computed from UTC using Earth Orientation Parameters (EOP).