Uses of Interface
org.orekit.propagation.conversion.osc2mean.LeastSquaresConverterObserver
Packages that use LeastSquaresConverterObserver
Package
Description
This package provides the ability to convert osculating orbits into mean orbits
according to different theories (Brouwer-Lyddane, Eckstein-Hechler, SGP4/SDP4,
DSST) with different conversion algorithms (fixed-point, least-squares).
-
Uses of LeastSquaresConverterObserver in org.orekit.propagation.conversion.osc2mean
Methods in org.orekit.propagation.conversion.osc2mean with parameters of type LeastSquaresConverterObserverModifier and TypeMethodDescriptionvoidLeastSquaresConverter.setObserver(LeastSquaresConverterObserver observer) Set an observer for iterations.