Uses of Class
org.orekit.propagation.integration.AbstractJacobiansMapper
-
Packages that use AbstractJacobiansMapper 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.analytical.tle This package provides classes to read and extrapolate tle's.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 AbstractJacobiansMapper in org.orekit.estimation.leastsquares
Methods in org.orekit.estimation.leastsquares that return AbstractJacobiansMapper Modifier and Type Method Description protected abstract AbstractJacobiansMapper
AbstractBatchLSModel. configureDerivatives(Propagator propagators)
Deprecated.as of 11.1, replaced byAbstractBatchLSModel.configureHarvester(Propagator)
AbstractJacobiansMapper
PythonAbstractBatchLSModel. configureDerivatives(Propagator propagators)
Configure the propagator to compute derivatives.Constructors in org.orekit.estimation.leastsquares with parameters of type AbstractJacobiansMapper Constructor Description PythonAbstractBatchLSModel(OrbitDeterminationPropagatorBuilder[] propagatorBuilders, List<ObservedMeasurement<?>> measurements, ParameterDriversList estimatedMeasurementsParameters, AbstractJacobiansMapper[] mappers, ModelObserver observer)
Constructor. -
Uses of AbstractJacobiansMapper in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return AbstractJacobiansMapper Modifier and Type Method Description AbstractJacobiansMapper[]
AbstractKalmanModel. getMappers()
Deprecated.as of 11.1, not used anymoreMethods in org.orekit.estimation.sequential with parameters of type AbstractJacobiansMapper Modifier and Type Method Description protected void
AbstractKalmanModel. analyticalDerivativeComputations(AbstractJacobiansMapper mapper, SpacecraftState state)
Deprecated.as of 11.1, not used anymorevoid
AbstractKalmanModel. setMappers(AbstractJacobiansMapper[] mappers)
Deprecated.as of 11.1, replaced byAbstractKalmanModel.setHarvesters(MatricesHarvester[])
-
Uses of AbstractJacobiansMapper in org.orekit.propagation.analytical.tle
Subclasses of AbstractJacobiansMapper in org.orekit.propagation.analytical.tle Modifier and Type Class Description class
TLEJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
. -
Uses of AbstractJacobiansMapper in org.orekit.propagation.numerical
Subclasses of AbstractJacobiansMapper in org.orekit.propagation.numerical 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 AbstractJacobiansMapper in org.orekit.propagation.semianalytical.dsst
Subclasses of AbstractJacobiansMapper in org.orekit.propagation.semianalytical.dsst Modifier and Type Class Description class
DSSTJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.
-