Class ExtendedSemianalyticalKalmanFilter.Observer

  • All Implemented Interfaces:
    org.orekit.estimation.sequential.KalmanObserver
    Enclosing class:
    ExtendedSemianalyticalKalmanFilter

    public static class ExtendedSemianalyticalKalmanFilter.Observer
    extends Object
    implements org.orekit.estimation.sequential.KalmanObserver
    Observer for Kalman estimation.
    • Constructor Detail

      • Observer

        public Observer​(PrintStream logStream)
        Constructor.
        Parameters:
        logStream - LOG file
    • Method Detail

      • evaluationPerformed

        public void evaluationPerformed​(org.orekit.estimation.sequential.KalmanEstimation estimation)
        Specified by:
        evaluationPerformed in interface org.orekit.estimation.sequential.KalmanObserver
      • printXStatistics

        public void printXStatistics()
        Print the statistics on the X coordinate residuals.
      • printYStatistics

        public void printYStatistics()
        Print the statistics on the Y coordinate residuals.
      • printZStatistics

        public void printZStatistics()
        Print the statistics on the Z coordinate residuals.
      • printCovarianceMatrix

        public void printCovarianceMatrix()
        Print the physical estimated covariance matrix.