Class TLEConversion


  • public class TLEConversion
    extends Object
    Orekit tutorial for TLE conversion. This tutorial shows how to get a numerical propagator from a TLE and back. A propagator converter is used to get a numerical propagator from a single TLE. The fitting is performed on two orbits with 10 points per orbit. Then a TLE is recovered from the initial state of the numerical propagator with an alternative method. Finally, 3 propagators are run on a time span of 2 orbits to see how the differences on the position evolve.
    Author:
    Pascal Parraud
    • Method Detail

      • main

        public static void main​(String[] args)
        Program entry point.
        Parameters:
        args - program arguments (unused here)