Package org.orekit.estimation.leastsquares
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
-
ClassDescriptionBridge between
measurementsandleast squares problems.Least squares estimator for orbit determination.Bridge betweenmeasurementsandleast squares problems.Observer forbatch least squares estimatoriterations.Bridge betweenmeasurementsandleast squares problems.Observer formodelcalls.Sequential least squares estimator for orbit determination.