Uses of Interface
org.orekit.estimation.sequential.SemiAnalyticalProcess
Packages that use SemiAnalyticalProcess
Package
Description
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
-
Uses of SemiAnalyticalProcess in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement SemiAnalyticalProcessModifier and TypeClassDescriptionclassProcess model to use with aSemiAnalyticalKalmanEstimator.classClass defining the process model dynamics to use with aSemiAnalyticalUnscentedKalmanEstimator.Constructors in org.orekit.estimation.sequential with parameters of type SemiAnalyticalProcessModifierConstructorDescriptionSemiAnalyticalMeasurementHandler(SemiAnalyticalProcess model, KalmanFilter<MeasurementDecorator> filter, List<ObservedMeasurement<?>> observedMeasurements, AbsoluteDate referenceDate) Simple constructor.SemiAnalyticalMeasurementHandler(SemiAnalyticalProcess model, KalmanFilter<MeasurementDecorator> filter, List<ObservedMeasurement<?>> observedMeasurements, AbsoluteDate referenceDate, boolean isUnscented) Simple constructor.