Uses of Class
org.orekit.utils.ParameterDriversList
-
Packages that use ParameterDriversList 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.orbits This package provides classes to represent orbits.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator.org.orekit.propagation.numerical Top level package for numerical propagators. -
-
Uses of ParameterDriversList in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return ParameterDriversList Modifier and Type Method Description ParameterDriversList
BatchLSEstimator. getMeasurementsParametersDrivers(boolean estimatedOnly)
Get the measurements parameters supported by this estimator (including measurements and modifiers).ParameterDriversList
BatchLSEstimator. getOrbitalParametersDrivers(boolean estimatedOnly)
Get the orbital parameters supported by this estimator.ParameterDriversList
BatchLSEstimator. getPropagatorParametersDrivers(boolean estimatedOnly)
Get the propagator parameters supported by this estimator.Methods in org.orekit.estimation.leastsquares with parameters of type ParameterDriversList Modifier and Type Method Description void
BatchLSObserver. evaluationPerformed(int iterationsCount, int evaluationsCount, Orbit[] orbits, ParameterDriversList estimatedOrbitalParameters, ParameterDriversList estimatedPropagatorParameters, ParameterDriversList estimatedMeasurementsParameters, EstimationsProvider evaluationsProvider, org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresProblem.Evaluation lspEvaluation)
Notification callback for the end of each evaluation. -
Uses of ParameterDriversList in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return ParameterDriversList Modifier and Type Method Description ParameterDriversList
KalmanEstimation. getEstimatedMeasurementsParameters()
Get the list of estimated measurements parameters.ParameterDriversList
KalmanEstimator. getEstimatedMeasurementsParameters()
Get the list of estimated measurements parameters.ParameterDriversList
Model. getEstimatedMeasurementsParameters()
Get the list of estimated measurements parameters.ParameterDriversList
KalmanEstimation. getEstimatedOrbitalParameters()
Get the list of estimated orbital parameters.ParameterDriversList
Model. getEstimatedOrbitalParameters()
Get the list of estimated orbital parameters.ParameterDriversList
KalmanEstimation. getEstimatedPropagationParameters()
Get the list of estimated propagation parameters.ParameterDriversList
Model. getEstimatedPropagationParameters()
Get the list of estimated propagation parameters.ParameterDriversList
KalmanEstimator. getOrbitalParametersDrivers(boolean estimatedOnly)
Get the orbital parameters supported by this estimator.ParameterDriversList
KalmanEstimator. getPropagationParametersDrivers(boolean estimatedOnly)
Get the propagator parameters supported by this estimator.Methods in org.orekit.estimation.sequential with parameters of type ParameterDriversList Modifier and Type Method Description KalmanEstimatorBuilder
KalmanEstimatorBuilder. estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams)
Configure the estimated measurement parameters. -
Uses of ParameterDriversList in org.orekit.orbits
Methods in org.orekit.orbits that return ParameterDriversList Modifier and Type Method Description abstract ParameterDriversList
OrbitType. getDrivers(double dP, Orbit orbit, PositionAngle type)
Get parameters drivers initialized from a reference orbit. -
Uses of ParameterDriversList in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return ParameterDriversList Modifier and Type Method Description ParameterDriversList
AbstractPropagatorBuilder. getOrbitalParametersDrivers()
Get the drivers for the configurable orbital parameters.ParameterDriversList
PropagatorBuilder. getOrbitalParametersDrivers()
Get the drivers for the configurable orbital parameters.ParameterDriversList
AbstractPropagatorBuilder. getPropagationParametersDrivers()
Get the drivers for the configurable propagation parameters.ParameterDriversList
PropagatorBuilder. getPropagationParametersDrivers()
Get the drivers for the configurable propagation parameters. -
Uses of ParameterDriversList in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical that return ParameterDriversList Modifier and Type Method Description ParameterDriversList
PartialDerivativesEquations. getSelectedParameters()
Get the selected parameters, in Jacobian matrix column order.
-