Orbits¶
Module: brahe.orbits
Comprehensive tools for orbital mechanics computations and TLE handling.
Sub-modules¶
- Keplerian Elements - Functions for computing orbital properties and converting between anomaly types
- Two-Line Elements (TLE) - TLE parsing, validation, and conversion utilities
- Enumerations - Orbit-related enumerations (OrbitRepresentation, OrbitFrame, etc.)
Note: Orbit propagators have been moved to the brahe.propagators module.