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. -
Class Summary Class Description BatchLSEstimator Least squares estimator for orbit determination.