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 estimator
iterations.ModelObserver Observer formodel
calls. -
Class Summary Class Description AbstractBatchLSModel Bridge betweenmeasurements
andleast squares problems
.BatchLSEstimator Least squares estimator for orbit determination.BatchLSModel Bridge betweenmeasurements
andleast squares problems
.DSSTBatchLSModel Bridge betweenmeasurements
andleast squares problems
.SequentialBatchLSEstimator Sequential least squares estimator for orbit determination.