Uses of Class
org.orekit.propagation.conversion.NumericalPropagatorBuilder
-
Packages that use NumericalPropagatorBuilder Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator. -
-
Uses of NumericalPropagatorBuilder in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential with parameters of type NumericalPropagatorBuilder Modifier and Type Method Description UnscentedKalmanEstimatorBuilder
UnscentedKalmanEstimatorBuilder. addPropagationConfiguration(NumericalPropagatorBuilder builder, CovarianceMatrixProvider provider)
Add a propagation configuration.Constructor parameters in org.orekit.estimation.sequential with type arguments of type NumericalPropagatorBuilder Constructor Description UnscentedKalmanModel(List<NumericalPropagatorBuilder> propagatorBuilders, List<CovarianceMatrixProvider> covarianceMatrixProviders, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix)
Unscented Kalman process model constructor (package private). -
Uses of NumericalPropagatorBuilder in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return NumericalPropagatorBuilder Modifier and Type Method Description NumericalPropagatorBuilder
NumericalPropagatorBuilder. copy()
Create a copy of a NumericalPropagatorBuilder object.Constructors in org.orekit.propagation.conversion with parameters of type NumericalPropagatorBuilder Constructor Description JacobianPropagatorConverter(NumericalPropagatorBuilder builder, double threshold, int maxIterations)
Simple constructor.
-