Uses of Class
org.orekit.estimation.sequential.SemiAnalyticalKalmanModel
-
Packages that use SemiAnalyticalKalmanModel Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of SemiAnalyticalKalmanModel in org.orekit.estimation.sequential
Constructors in org.orekit.estimation.sequential with parameters of type SemiAnalyticalKalmanModel Constructor Description EskfMeasurementHandler(SemiAnalyticalKalmanModel model, ExtendedKalmanFilter<MeasurementDecorator> filter, List<ObservedMeasurement<?>> observedMeasurements, AbsoluteDate referenceDate)
Deprecated.Simple constructor.
-