Uses of Interface
org.orekit.estimation.leastsquares.BatchLSObserver
-
Packages that use BatchLSObserver 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 BatchLSObserver in org.orekit.estimation.leastsquares
Classes in org.orekit.estimation.leastsquares that implement BatchLSObserver Modifier and Type Class Description class
PythonBatchLSObserver
Methods in org.orekit.estimation.leastsquares with parameters of type BatchLSObserver Modifier and Type Method Description void
BatchLSEstimator. setObserver(BatchLSObserver observer)
Set an observer for iterations.
-