Package org.orekit.estimation.leastsquares
The leastsquares package provides an implementation of a batch least
squares estimator engine to perform an orbit determination.
Users will typically create one instance of this object, register all
observation data as
measurements with their included modifiers, and
run the least
squares estimator. At the end of the process, a fully configured propagator
will be available, as well as all estimated parameters individually.- Since:
- 8.0
- Author:
- Luc Maisonobe, Thierry Ceolin
-
Interface Summary Interface Description BatchLSObserver Observer forbatch least squares estimatoriterations.ModelObserver Observer formodelcalls. -
Class Summary Class Description AbstractBatchLSModel Bridge betweenmeasurementsandleast squares problems.BatchLSEstimator Least squares estimator for orbit determination.BatchLSModel Bridge betweenmeasurementsandleast squares problems.DSSTBatchLSModel Bridge betweenmeasurementsandleast squares problems.SequentialBatchLSEstimator Sequential least squares estimator for orbit determination.