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 |
Propagation
|
org.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).
|
Modifier and Type | Method and 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.
|
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.
|
protected Orbit |
TLEBatchLSModel.configureOrbits(MatricesHarvester harvester,
Propagator propagator)
Deprecated.
Configure the current estimated orbits.
|
Constructor and 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)}
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKalmanModel.setHarvesters(MatricesHarvester[] harvesters)
Setter for the jacobian harvesters.
|
Constructor and 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).
|
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,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.
|
MatricesHarvester |
AbstractPropagator.setupMatricesComputation(String stmName,
RealMatrix initialStm,
DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.
|
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 |
TLEJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJacobiansMapper
Base class for jacobian mapper.
|
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 |
DSSTHarvester
Harvester between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
class |
DSSTJacobiansMapper
Mapper between two-dimensional Jacobian matrices and one-dimensional
additional state arrays . |
Copyright © 2002-2022 CS GROUP. All rights reserved.