Uses of Class
org.orekit.estimation.sequential.KalmanEstimatorBuilder
Packages that use KalmanEstimatorBuilder
Package
Description
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
-
Uses of KalmanEstimatorBuilder in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return KalmanEstimatorBuilderModifier and TypeMethodDescriptionKalmanEstimatorBuilder.addPropagationConfiguration(PropagatorBuilder builder, CovarianceMatrixProvider provider) Add a propagation configuration.KalmanEstimatorBuilder.decomposer(MatrixDecomposer matrixDecomposer) Configure the matrix decomposer.KalmanEstimatorBuilder.estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams, CovarianceMatrixProvider provider) Configure the estimated measurement parameters.