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)
Deprecated.
as of 11.1, replaced by
AbstractBatchLSModel.configureHarvester(Propagator) |
Modifier and Type | Method and Description |
---|---|
AbstractJacobiansMapper[] |
AbstractKalmanModel.getMappers()
Deprecated.
as of 11.1, not used anymore
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractKalmanModel.analyticalDerivativeComputations(AbstractJacobiansMapper mapper,
SpacecraftState state)
Deprecated.
as of 11.1, not used anymore
|
void |
AbstractKalmanModel.setMappers(AbstractJacobiansMapper[] mappers)
Deprecated.
as of 11.1, replaced by
AbstractKalmanModel.setHarvesters(MatricesHarvester[]) |
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-2022 CS GROUP. All rights reserved.