Uses of Class
org.orekit.propagation.numerical.NumericalPropagator
-
Packages that use NumericalPropagator 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 ofSpacecraftStateinto another propagator.org.orekit.propagation.numerical Top level package for numerical propagators. -
-
Uses of NumericalPropagator in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return NumericalPropagator Modifier and Type Method Description NumericalPropagator[]BatchLSEstimator. estimate()Estimate the orbital, propagation and measurements parameters. -
Uses of NumericalPropagator in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return NumericalPropagator Modifier and Type Method Description NumericalPropagator[]KalmanEstimator. estimationStep(ObservedMeasurement<?> observedMeasurement)Process a single measurement.NumericalPropagator[]Model. getEstimatedPropagators()Get the propagators estimated with the values set in the propagators builders.NumericalPropagator[]KalmanEstimator. processMeasurements(Iterable<ObservedMeasurement<?>> observedMeasurements)Process several measurements. -
Uses of NumericalPropagator in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return NumericalPropagator Modifier and Type Method Description NumericalPropagatorNumericalPropagatorBuilder. buildPropagator(double[] normalizedParameters)Build a propagator. -
Uses of NumericalPropagator in org.orekit.propagation.numerical
Constructors in org.orekit.propagation.numerical with parameters of type NumericalPropagator Constructor Description PartialDerivativesEquations(String name, NumericalPropagator propagator)Simple constructor.
-