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.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 |
---|---|
AbstractIntegratedPropagator[] |
BatchLSODModel.createPropagators(RealVector point)
Create the propagators and parameters corresponding to an evaluation point.
|
AbstractIntegratedPropagator[] |
BatchLSEstimator.estimate()
Estimate the orbital, propagation and measurements parameters.
|
Modifier and Type | Method and Description |
---|---|
AbstractIntegratedPropagator[] |
KalmanEstimator.estimationStep(ObservedMeasurement<?> observedMeasurement)
Process a single measurement.
|
AbstractIntegratedPropagator[] |
KalmanODModel.getEstimatedPropagators()
Get the propagators estimated with the values set in the propagators builders.
|
AbstractIntegratedPropagator[] |
KalmanEstimator.processMeasurements(Iterable<ObservedMeasurement<?>> observedMeasurements)
Process several measurements.
|
Modifier and Type | Class and Description |
---|---|
class |
GLONASSNumericalPropagator
This class propagates GLONASS orbits using numerical integration.
|
class |
NumericalPropagator
This class propagates
orbits using
numerical integration. |
Modifier and Type | Class and Description |
---|---|
class |
DSSTPropagator
This class propagates
orbits using the DSST theory. |
Copyright © 2002-2020 CS GROUP. All rights reserved.