Uses of Class
org.orekit.propagation.conversion.NumericalPropagatorBuilder
-
Packages that use NumericalPropagatorBuilder Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination.org.orekit.estimation.sequential 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.leastsquares
Constructors in org.orekit.estimation.leastsquares with parameters of type NumericalPropagatorBuilder Constructor Description BatchLSEstimator(org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresOptimizer optimizer, NumericalPropagatorBuilder... propagatorBuilder)
Simple constructor. -
Uses of NumericalPropagatorBuilder in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential with parameters of type NumericalPropagatorBuilder Modifier and Type Method Description KalmanEstimatorBuilder
KalmanEstimatorBuilder. addPropagationConfiguration(NumericalPropagatorBuilder builder, CovarianceMatrixProvider provider)
Add a propagation configuration. -
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.
-