public interface SemiAnalyticalProcess
SemiAnalyticalUnscentedKalmanModel
and SemiAnalyticalKalmanModel
.Modifier and Type | Method and Description |
---|---|
void |
finalizeEstimation(ObservedMeasurement<?> observedMeasurement,
ProcessEstimate estimate)
Finalize estimation.
|
void |
finalizeOperationsObservationGrid()
Finalize estimation operations on the observation grid.
|
KalmanObserver |
getObserver()
Get the observer for Kalman Filter estimations.
|
void |
initializeShortPeriodicTerms(SpacecraftState meanState)
Initialize the short periodic terms for the Kalman Filter.
|
void |
updateNominalSpacecraftState(SpacecraftState nominal)
Update the nominal spacecraft state.
|
void |
updateShortPeriods(SpacecraftState state)
Update the DSST short periodic terms.
|
KalmanObserver getObserver()
void initializeShortPeriodicTerms(SpacecraftState meanState)
meanState
- mean state for auxiliary elementsvoid updateShortPeriods(SpacecraftState state)
state
- current mean statevoid updateNominalSpacecraftState(SpacecraftState nominal)
nominal
- nominal spacecraft statevoid finalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate)
observedMeasurement
- measurement that has just been processedestimate
- corrected estimatevoid finalizeOperationsObservationGrid()
Copyright © 2002-2022 CS GROUP. All rights reserved.