Package | Description |
---|---|
org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
Modifier and Type | Class and Description |
---|---|
class |
SemiAnalyticalKalmanModel
Process model to use with a
SemiAnalyticalKalmanEstimator . |
class |
SemiAnalyticalUnscentedKalmanModel
Class defining the process model dynamics to use with a
SemiAnalyticalUnscentedKalmanEstimator . |
Constructor and Description |
---|
SemiAnalyticalMeasurementHandler(SemiAnalyticalProcess model,
KalmanFilter<MeasurementDecorator> filter,
List<ObservedMeasurement<?>> observedMeasurements,
AbsoluteDate referenceDate)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.