Uses of Interface
org.orekit.propagation.MatricesHarvester
-
Packages that use MatricesHarvester 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 The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of MatricesHarvester in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return MatricesHarvester Modifier and Type Method Description protected MatricesHarvester
AbstractBatchLSModel. configureHarvester(Propagator propagator)
Configure the propagator to compute derivatives.protected MatricesHarvester
BatchLSModel. configureHarvester(Propagator propagator)
Configure the propagator to compute derivatives.protected MatricesHarvester
DSSTBatchLSModel. configureHarvester(Propagator propagator)
Configure the propagator to compute derivatives.protected MatricesHarvester
TLEBatchLSModel. configureHarvester(Propagator propagator)
Deprecated.Configure the propagator to compute derivatives.Methods in org.orekit.estimation.leastsquares with parameters of type MatricesHarvester Modifier and Type Method Description protected abstract Orbit
AbstractBatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits.protected Orbit
BatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits.protected Orbit
DSSTBatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits.Orbit
PythonAbstractBatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Configure the current estimated orbits.protected Orbit
TLEBatchLSModel. configureOrbits(MatricesHarvester harvester, Propagator propagator)
Deprecated.Configure the current estimated orbits.Constructors in org.orekit.estimation.leastsquares with parameters of type MatricesHarvester Constructor Description AbstractBatchLSModel(OrbitDeterminationPropagatorBuilder[] propagatorBuilders, List<ObservedMeasurement<?>> measurements, ParameterDriversList estimatedMeasurementsParameters, MatricesHarvester[] harvesters, ModelObserver observer)
Deprecated.as of 11.1, replaced by [@link #AbstractBatchLSModel(OrbitDeterminationPropagatorBuilder[], List, ParameterDriversList, ModelObserver)} -
Uses of MatricesHarvester in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential with parameters of type MatricesHarvester Modifier and Type Method Description void
AbstractKalmanModel. setHarvesters(MatricesHarvester[] harvesters)
Setter for the jacobian harvesters.Constructors in org.orekit.estimation.sequential with parameters of type MatricesHarvester Constructor Description AbstractKalmanModel(List<OrbitDeterminationPropagatorBuilder> propagatorBuilders, List<CovarianceMatrixProvider> covarianceMatricesProviders, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix, MatricesHarvester[] harvesters)
Kalman process model constructor (package private).AbstractKalmanModel(List<OrbitDeterminationPropagatorBuilder> propagatorBuilders, List<CovarianceMatrixProvider> covarianceMatricesProviders, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix, MatricesHarvester[] harvesters, PropagationType propagationType, PropagationType stateType)
Kalman process model constructor (package private).PythonAbstractKalmanModel(List<OrbitDeterminationPropagatorBuilder> propagatorBuilders, List<CovarianceMatrixProvider> covarianceMatricesProviders, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix, MatricesHarvester[] harvesters)
Kalman process model constructor (package private).PythonAbstractKalmanModel(List<OrbitDeterminationPropagatorBuilder> propagatorBuilders, List<CovarianceMatrixProvider> covarianceMatricesProviders, ParameterDriversList estimatedMeasurementParameters, CovarianceMatrixProvider measurementProcessNoiseMatrix, MatricesHarvester[] harvesters, PropagationType propagationType, PropagationType stateType)
Kalman process model constructor (package private). -
Uses of MatricesHarvester in org.orekit.propagation
Classes in org.orekit.propagation that implement MatricesHarvester Modifier and Type Class Description class
AbstractMatricesHarvester
Base harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.class
PythonAbstractMatricesHarvester
class
PythonMatricesHarvester
Methods in org.orekit.propagation that return MatricesHarvester Modifier and Type Method Description MatricesHarvester
AbstractPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.default MatricesHarvester
Propagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.MatricesHarvester
PythonPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.Constructors in org.orekit.propagation with parameters of type MatricesHarvester Constructor Description StateCovarianceMatrixProvider(String additionalName, String stmName, MatricesHarvester harvester, OrbitType stmOrbitType, PositionAngle stmAngleType, StateCovariance covInit)
Constructor. -
Uses of MatricesHarvester in org.orekit.propagation.analytical
Classes in org.orekit.propagation.analytical that implement MatricesHarvester Modifier and Type Class Description class
AbstractAnalyticalMatricesHarvester
Base class harvester between two-dimensional Jacobian matrices and analytical orbit propagator.class
PythonAbstractAnalyticalMatricesHarvester
-
Uses of MatricesHarvester in org.orekit.propagation.analytical.tle
Classes in org.orekit.propagation.analytical.tle that implement MatricesHarvester Modifier and Type Class Description class
TLEJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
. -
Uses of MatricesHarvester in org.orekit.propagation.integration
Classes in org.orekit.propagation.integration that implement MatricesHarvester Modifier and Type Class Description class
AbstractJacobiansMapper
Base class for jacobian mapper. -
Uses of MatricesHarvester in org.orekit.propagation.numerical
Classes in org.orekit.propagation.numerical that implement MatricesHarvester Modifier and Type Class Description class
AbsoluteJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.class
JacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
. -
Uses of MatricesHarvester in org.orekit.propagation.semianalytical.dsst
Classes in org.orekit.propagation.semianalytical.dsst that implement MatricesHarvester Modifier and Type Class Description class
DSSTHarvester
Harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.class
DSSTJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.
-