Package org.orekit.propagation.analytical.tle.generation
This package provides classes related to TLE generation.
- Author:
- Bryan Cazabonne
-
Interface Summary Interface Description TleGenerationAlgorithm This interface provides a way to generate a TLE from a spacecraft state. -
Class Summary Class Description FixedPointTleGenerationAlgorithm Fixed Point method to reverse SGP4 and SDP4 propagation algorithm and generate a usable TLE from a spacecraft state.LeastSquaresTleGenerationAlgorithm Least squares method to generate a usable TLE from a spacecraft state.TleGenerationUtil Utility class for TLE generation algorithm.