public interface KalmanEstimation
Kalman filter
estimations.Modifier and Type | Method | Description |
---|---|---|
EstimatedMeasurement<?> |
getCorrectedMeasurement() |
Get the estimated measurement.
|
SpacecraftState[] |
getCorrectedSpacecraftStates() |
Get the corrected spacecraft states.
|
AbsoluteDate |
getCurrentDate() |
Get the current date.
|
int |
getCurrentMeasurementNumber() |
Get the current measurement number.
|
ParameterDriversList |
getEstimatedMeasurementsParameters() |
Get the list of estimated measurements parameters.
|
ParameterDriversList |
getEstimatedOrbitalParameters() |
Get the list of estimated orbital parameters.
|
ParameterDriversList |
getEstimatedPropagationParameters() |
Get the list of estimated propagation parameters.
|
RealMatrix |
getPhysicalEstimatedCovarianceMatrix() |
Get the "physical" estimated covariance matrix (i.e.
|
RealVector |
getPhysicalEstimatedState() |
Get the "physical" estimated state (i.e.
|
EstimatedMeasurement<?> |
getPredictedMeasurement() |
Get the predicted measurement.
|
SpacecraftState[] |
getPredictedSpacecraftStates() |
Get the predicted spacecraft states.
|
ParameterDriversList getEstimatedOrbitalParameters()
ParameterDriversList getEstimatedPropagationParameters()
ParameterDriversList getEstimatedMeasurementsParameters()
SpacecraftState[] getPredictedSpacecraftStates()
SpacecraftState[] getCorrectedSpacecraftStates()
RealVector getPhysicalEstimatedState()
RealMatrix getPhysicalEstimatedCovarianceMatrix()
int getCurrentMeasurementNumber()
AbsoluteDate getCurrentDate()
EstimatedMeasurement<?> getPredictedMeasurement()
This estimation has been evaluated on the last predicted orbits
EstimatedMeasurement<?> getCorrectedMeasurement()
This estimation has been evaluated on the last corrected orbits
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.