SGP4 Propagator - ephemerista.propagators.sgp4
¶
The sgp4.py module.
This module provides the SGP4 class.
- pydantic model ephemerista.propagators.sgp4.SGP4¶
The SGP4 class propagates orbits defined as Two-Line Element (TLE) sets.
-
field propagator_type:
Literal
['sgp4'
] = 'sgp4' (alias 'type')¶ The type of the propagator
-
field tle:
str
[Required]¶
-
field propagator_type: