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).
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractJacobiansMapper |
AbstractBatchLSModel.configureDerivatives(Propagator propagators)
Configure the propagator to compute derivatives.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Orbit |
AbstractBatchLSModel.configureOrbits(AbstractJacobiansMapper mapper,
Propagator propagator)
Configure the current estimated orbits.
|
protected Orbit |
BatchLSModel.configureOrbits(AbstractJacobiansMapper mapper,
Propagator propagator)
Configure the current estimated orbits.
|
protected Orbit |
DSSTBatchLSModel.configureOrbits(AbstractJacobiansMapper mapper,
Propagator propagator)
Configure the current estimated orbits.
|
protected Orbit |
TLEBatchLSModel.configureOrbits(AbstractJacobiansMapper mapper,
Propagator propagator)
Configure the current estimated orbits.
|
Constructor and Description |
---|
AbstractBatchLSModel(OrbitDeterminationPropagatorBuilder[] propagatorBuilders,
List<ObservedMeasurement<?>> measurements,
ParameterDriversList estimatedMeasurementsParameters,
AbstractJacobiansMapper[] mappers,
ModelObserver observer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbstractJacobiansMapper[] |
AbstractKalmanModel.getMappers()
Getter for the jacobian mappers.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractKalmanModel.analyticalDerivativeComputations(AbstractJacobiansMapper mapper,
SpacecraftState state)
Analytical computation of derivatives.
|
protected void |
TLEKalmanModel.analyticalDerivativeComputations(AbstractJacobiansMapper mapper,
SpacecraftState state)
Analytical computation of derivatives.
|
protected void |
DSSTKalmanModel.analyticalDerivativeComputations(AbstractJacobiansMapper mapper,
SpacecraftState state)
Analytical computation of derivatives.
|
protected void |
KalmanModel.analyticalDerivativeComputations(AbstractJacobiansMapper mapper,
SpacecraftState state)
Analytical computation of derivatives.
|
void |
AbstractKalmanModel.setMappers(AbstractJacobiansMapper[] mappers)
Setter for the jacobian mappers.
|
Constructor and Description |
---|
AbstractKalmanModel(List<OrbitDeterminationPropagatorBuilder> propagatorBuilders,
List<CovarianceMatrixProvider> covarianceMatricesProviders,
ParameterDriversList estimatedMeasurementParameters,
CovarianceMatrixProvider measurementProcessNoiseMatrix,
AbstractJacobiansMapper[] mappers)
Kalman process model constructor (package private).
|
AbstractKalmanModel(List<OrbitDeterminationPropagatorBuilder> propagatorBuilders,
List<CovarianceMatrixProvider> covarianceMatricesProviders,
ParameterDriversList estimatedMeasurementParameters,
CovarianceMatrixProvider measurementProcessNoiseMatrix,
AbstractJacobiansMapper[] mappers,
PropagationType propagationType,
PropagationType stateType)
Kalman process model constructor (package private).
|
Modifier and Type | Class and Description |
---|---|
class |
TLEJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
class |
JacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Modifier and Type | Class and Description |
---|---|
class |
DSSTJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Copyright © 2002-2021 CS GROUP. All rights reserved.