Uses of Class
org.orekit.estimation.sequential.KalmanEstimatorBuilder
-
Packages that use KalmanEstimatorBuilder Package Description org.orekit.estimation.sequential 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 KalmanEstimatorBuilder Modifier and Type Method Description KalmanEstimatorBuilder
KalmanEstimatorBuilder. addPropagationConfiguration(PropagatorBuilder builder, CovarianceMatrixProvider provider)
Add a propagation configuration.KalmanEstimatorBuilder
KalmanEstimatorBuilder. decomposer(MatrixDecomposer matrixDecomposer)
Configure the matrix decomposer.KalmanEstimatorBuilder
KalmanEstimatorBuilder. estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams, CovarianceMatrixProvider provider)
Configure the estimated measurement parameters.
-