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.propagation |
Propagation
|
org.orekit.propagation.analytical |
Top level package for analytical propagators.
|
org.orekit.propagation.semianalytical.dsst |
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
|
Modifier and Type | Method and Description |
---|---|
protected abstract 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMatricesHarvester
Base harvester between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Modifier and Type | Method and Description |
---|---|
default MatricesHarvester |
Propagator.setupMatricesComputation(String stmName,
org.hipparchus.linear.RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.
|
MatricesHarvester |
AbstractPropagator.setupMatricesComputation(String stmName,
org.hipparchus.linear.RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.
|
Constructor and Description |
---|
StateCovarianceMatrixProvider(String additionalName,
String stmName,
MatricesHarvester harvester,
StateCovariance covInit)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnalyticalMatricesHarvester
Base class harvester between two-dimensional Jacobian
matrices and analytical orbit propagator.
|
Modifier and Type | Class and Description |
---|---|
class |
DSSTHarvester
Harvester between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Copyright © 2002-2023 CS GROUP. All rights reserved.