Class LeastSquaresTleGenerationAlgorithm

All Implemented Interfaces:
Cloneable, OrbitalStateFactory<TLE>

public class LeastSquaresTleGenerationAlgorithm extends TleGenerationAlgorithm
Least squares method to generate a usable TLE from a spacecraft state.
Since:
12.0
Author:
Mark Rutten
  • Field Details

    • DEFAULT_MAX_ITERATIONS

      public static final int DEFAULT_MAX_ITERATIONS
      Default value for maximum number of iterations.
      See Also:
  • Constructor Details

  • Method Details

    • getRms

      public double getRms()
      Get the Root Mean Square of the TLE estimation.

      Be careful that the RMS is updated each time the AbstractOrbitalStateFactory.reset(Orbit) method is called.

      Returns:
      the RMS