Uses of Interface
org.orekit.estimation.measurements.EstimationsProvider
-
Packages that use EstimationsProvider Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination. -
-
Uses of EstimationsProvider in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares with parameters of type EstimationsProvider Modifier and Type Method Description void
BatchLSObserver. evaluationPerformed(int iterationsCount, int evaluationsCount, Orbit[] orbits, ParameterDriversList estimatedOrbitalParameters, ParameterDriversList estimatedPropagatorParameters, ParameterDriversList estimatedMeasurementsParameters, EstimationsProvider evaluationsProvider, LeastSquaresProblem.Evaluation lspEvaluation)
Notification callback for the end of each evaluation.
-