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, getPredictedSpacecraftStates
getEvolution, getInnovation
ProcessEstimate 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.