Package org.orekit.estimation.sequential
Class SemiAnalyticalKalmanModel
java.lang.Object
org.orekit.estimation.sequential.SemiAnalyticalKalmanModel
- All Implemented Interfaces:
NonLinearProcess<MeasurementDecorator>,KalmanEstimation,SemiAnalyticalProcess
public class SemiAnalyticalKalmanModel
extends Object
implements KalmanEstimation, NonLinearProcess<MeasurementDecorator>, SemiAnalyticalProcess
Process model to use with a
SemiAnalyticalKalmanEstimator.- Since:
- 11.1
- Author:
- Julie Bayard, Bryan Cazabonne, Maxime Journot
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSemiAnalyticalKalmanModel(DSSTPropagatorBuilder propagatorBuilder, CovarianceMatrixProvider covarianceMatrixProvider, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix) Kalman process model constructor (package private). -
Method Summary
Modifier and TypeMethodDescriptionvoidfinalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate) Finalize estimation.voidFinalize estimation operations on the observation grid.Get the estimated measurement.Get the corrected spacecraft states.Get the current date.intGet the current measurement number.Get the current corrected estimate.Get the list of estimated measurements parameters.Get the list of estimated orbital parameters.Get the list of estimated propagation parameters.Get the propagator estimated with the values set in the propagator builder.getEvolution(double previousTime, RealVector previousState, MeasurementDecorator measurement) getInnovation(MeasurementDecorator measurement, NonLinearEvolution evolution, RealMatrix innovationCovarianceMatrix) Get the observer for Kalman Filter estimations.Get the "physical" estimated covariance matrix (i.e. not normalized)Get the "physical" estimated state (i.e. not normalized)Get the physical innovation covariance matrix.Get the physical Kalman gain matrix.Get the physical Jacobian of the measurement with respect to the state (H matrix).Get physical state transition matrix between previous state and estimated (but not yet corrected) state.Get the predicted measurement.Get the predicted spacecraft states.protected double[]getScale()Getter for the scale.voidinitializeShortPeriodicTerms(SpacecraftState meanState) Initialize the short periodic terms for the Kalman Filter.processMeasurements(List<ObservedMeasurement<?>> observedMeasurements, ExtendedKalmanFilter<MeasurementDecorator> filter) Process a single measurement.voidsetObserver(KalmanObserver observer) Set the observer.voidUpdate the nominal spacecraft state.voidupdateReferenceTrajectory(DSSTPropagator propagator) Update the reference trajectories using the propagator as input.voidUpdate the DSST short periodic terms.
-
Constructor Details
-
SemiAnalyticalKalmanModel
protected SemiAnalyticalKalmanModel(DSSTPropagatorBuilder propagatorBuilder, CovarianceMatrixProvider covarianceMatrixProvider, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix) Kalman process model constructor (package private).- Parameters:
propagatorBuilder- propagators builders used to evaluate the orbits.covarianceMatrixProvider- provider for covariance matrixestimatedMeasurementParameters- measurement parameters to estimatemeasurementProcessNoiseMatrix- provider for measurement process noise matrix
-
-
Method Details
-
getObserver
Get the observer for Kalman Filter estimations.- Specified by:
getObserverin interfaceSemiAnalyticalProcess- Returns:
- the observer for Kalman Filter estimations
-
setObserver
Set the observer.- Parameters:
observer- the observer
-
getEstimate
Get the current corrected estimate.- Returns:
- current corrected estimate
-
getScale
protected double[] getScale()Getter for the scale.- Returns:
- the scale
-
processMeasurements
public DSSTPropagator processMeasurements(List<ObservedMeasurement<?>> observedMeasurements, ExtendedKalmanFilter<MeasurementDecorator> filter) Process a single measurement.Update the filter with the new measurements.
- Parameters:
observedMeasurements- the list of measurements to processfilter- Extended Kalman Filter- Returns:
- estimated propagator
-
getEstimatedPropagator
Get the propagator estimated with the values set in the propagator builder.- Returns:
- propagator based on the current values in the builder
-
getEvolution
public NonLinearEvolution getEvolution(double previousTime, RealVector previousState, MeasurementDecorator measurement) - Specified by:
getEvolutionin interfaceNonLinearProcess<MeasurementDecorator>
-
getInnovation
public RealVector getInnovation(MeasurementDecorator measurement, NonLinearEvolution evolution, RealMatrix innovationCovarianceMatrix) - Specified by:
getInnovationin interfaceNonLinearProcess<MeasurementDecorator>
-
finalizeEstimation
public void finalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate) Finalize estimation.- Specified by:
finalizeEstimationin interfaceSemiAnalyticalProcess- Parameters:
observedMeasurement- measurement that has just been processedestimate- corrected estimate
-
finalizeOperationsObservationGrid
public void finalizeOperationsObservationGrid()Finalize estimation operations on the observation grid.- Specified by:
finalizeOperationsObservationGridin interfaceSemiAnalyticalProcess
-
getEstimatedOrbitalParameters
Get the list of estimated orbital parameters.- Specified by:
getEstimatedOrbitalParametersin interfaceKalmanEstimation- Returns:
- the list of estimated orbital parameters
-
getEstimatedPropagationParameters
Get the list of estimated propagation parameters.- Specified by:
getEstimatedPropagationParametersin interfaceKalmanEstimation- Returns:
- the list of estimated propagation parameters
-
getEstimatedMeasurementsParameters
Get the list of estimated measurements parameters.- Specified by:
getEstimatedMeasurementsParametersin interfaceKalmanEstimation- Returns:
- the list of estimated measurements parameters
-
getPredictedSpacecraftStates
Get the predicted spacecraft states.- Specified by:
getPredictedSpacecraftStatesin interfaceKalmanEstimation- Returns:
- predicted spacecraft states
-
getCorrectedSpacecraftStates
Get the corrected spacecraft states.- Specified by:
getCorrectedSpacecraftStatesin interfaceKalmanEstimation- Returns:
- corrected spacecraft states
-
getPhysicalEstimatedState
Get the "physical" estimated state (i.e. not normalized)- Specified by:
getPhysicalEstimatedStatein interfaceKalmanEstimation- Returns:
- the "physical" estimated state
-
getPhysicalEstimatedCovarianceMatrix
Get the "physical" estimated covariance matrix (i.e. not normalized)- Specified by:
getPhysicalEstimatedCovarianceMatrixin interfaceKalmanEstimation- Returns:
- the "physical" estimated covariance matrix
-
getPhysicalStateTransitionMatrix
Get physical state transition matrix between previous state and estimated (but not yet corrected) state.- Specified by:
getPhysicalStateTransitionMatrixin interfaceKalmanEstimation- Returns:
- state transition matrix between previous state and estimated state (but not yet corrected) (may be null for initial process estimate)
-
getPhysicalMeasurementJacobian
Get the physical Jacobian of the measurement with respect to the state (H matrix).- Specified by:
getPhysicalMeasurementJacobianin interfaceKalmanEstimation- Returns:
- physical Jacobian of the measurement with respect to the state (may be null for initial process estimate or if the measurement has been ignored)
-
getPhysicalInnovationCovarianceMatrix
Get the physical innovation covariance matrix.- Specified by:
getPhysicalInnovationCovarianceMatrixin interfaceKalmanEstimation- Returns:
- physical innovation covariance matrix (may be null for initial process estimate or if the measurement has been ignored)
-
getPhysicalKalmanGain
Get the physical Kalman gain matrix.- Specified by:
getPhysicalKalmanGainin interfaceKalmanEstimation- Returns:
- Kalman gain matrix (may be null for initial process estimate or if the measurement has been ignored)
-
getCurrentMeasurementNumber
public int getCurrentMeasurementNumber()Get the current measurement number.- Specified by:
getCurrentMeasurementNumberin interfaceKalmanEstimation- Returns:
- current measurement number
-
getCurrentDate
Get the current date.- Specified by:
getCurrentDatein interfaceKalmanEstimation- Returns:
- current date
-
getPredictedMeasurement
Get the predicted measurement.This estimation has been evaluated on the last predicted orbits
- Specified by:
getPredictedMeasurementin interfaceKalmanEstimation- Returns:
- predicted measurement
-
getCorrectedMeasurement
Get the estimated measurement.This estimation has been evaluated on the last corrected orbits
- Specified by:
getCorrectedMeasurementin interfaceKalmanEstimation- Returns:
- corrected measurement
-
updateNominalSpacecraftState
Update the nominal spacecraft state.- Specified by:
updateNominalSpacecraftStatein interfaceSemiAnalyticalProcess- Parameters:
nominal- nominal spacecraft state
-
updateReferenceTrajectory
Update the reference trajectories using the propagator as input.- Parameters:
propagator- The new propagator to use
-
updateShortPeriods
Update the DSST short periodic terms.- Specified by:
updateShortPeriodsin interfaceSemiAnalyticalProcess- Parameters:
state- current mean state
-
initializeShortPeriodicTerms
Initialize the short periodic terms for the Kalman Filter.- Specified by:
initializeShortPeriodicTermsin interfaceSemiAnalyticalProcess- Parameters:
meanState- mean state for auxiliary elements
-