public interface KalmanODModel extends KalmanEstimation, NonLinearProcess<MeasurementDecorator>
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeEstimation(ObservedMeasurement<?> observedMeasurement,
ProcessEstimate estimate)
Finalize estimation.
|
ProcessEstimate |
getEstimate()
Get the current corrected estimate.
|
AbstractIntegratedPropagator[] |
getEstimatedPropagators()
Get the propagators estimated with the values set in the propagators builders.
|
getCorrectedMeasurement, getCorrectedSpacecraftStates, getCurrentDate, getCurrentMeasurementNumber, getEstimatedMeasurementsParameters, getEstimatedOrbitalParameters, getEstimatedPropagationParameters, getPhysicalEstimatedCovarianceMatrix, getPhysicalEstimatedState, getPhysicalInnovationCovarianceMatrix, getPhysicalKalmanGain, getPhysicalMeasurementJacobian, getPhysicalStateTransitionMatrix, getPredictedMeasurement, getPredictedSpacecraftStatesgetEvolution, getInnovationProcessEstimate getEstimate()
AbstractIntegratedPropagator[] getEstimatedPropagators()
void finalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate)
observedMeasurement - measurement that has just been processedestimate - corrected estimateCopyright © 2002-2020 CS Group. All rights reserved.