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 ofSpacecraftStateinto 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 ParameterDriversListBatchLSEstimator. getMeasurementsParametersDrivers(boolean estimatedOnly)Get the measurements parameters supported by this estimator (including measurements and modifiers).ParameterDriversListBatchLSEstimator. getOrbitalParametersDrivers(boolean estimatedOnly)Get the orbital parameters supported by this estimator.ParameterDriversListBatchLSEstimator. 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 voidBatchLSObserver. 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 ParameterDriversListKalmanEstimation. getEstimatedMeasurementsParameters()Get the list of estimated measurements parameters.ParameterDriversListKalmanEstimator. getEstimatedMeasurementsParameters()Get the list of estimated measurements parameters.ParameterDriversListModel. getEstimatedMeasurementsParameters()Get the list of estimated measurements parameters.ParameterDriversListKalmanEstimation. getEstimatedOrbitalParameters()Get the list of estimated orbital parameters.ParameterDriversListModel. getEstimatedOrbitalParameters()Get the list of estimated orbital parameters.ParameterDriversListKalmanEstimation. getEstimatedPropagationParameters()Get the list of estimated propagation parameters.ParameterDriversListModel. getEstimatedPropagationParameters()Get the list of estimated propagation parameters.ParameterDriversListKalmanEstimator. getOrbitalParametersDrivers(boolean estimatedOnly)Get the orbital parameters supported by this estimator.ParameterDriversListKalmanEstimator. 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 KalmanEstimatorBuilderKalmanEstimatorBuilder. 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 ParameterDriversListOrbitType. 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 ParameterDriversListAbstractPropagatorBuilder. getOrbitalParametersDrivers()Get the drivers for the configurable orbital parameters.ParameterDriversListPropagatorBuilder. getOrbitalParametersDrivers()Get the drivers for the configurable orbital parameters.ParameterDriversListAbstractPropagatorBuilder. getPropagationParametersDrivers()Get the drivers for the configurable propagation parameters.ParameterDriversListPropagatorBuilder. 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 ParameterDriversListPartialDerivativesEquations. getSelectedParameters()Get the selected parameters, in Jacobian matrix column order.
-