Package org.orekit.propagation.semianalytical.dsst
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
The DSST theory, originated from P. J. Cefola and his colleagues (mid 70's), describes a semianalytical propagator that combines the accuracy of numerical propagators with the speed of analytical propagators.
All the references for the equations in the code come from:
SEMIANALYTIC SATELLITE THEORY
D. A. Danielson, C. P. Sagovac, B. Neta, L. W. Early
Mathematics Department - Naval Postgraduate School - Monterey, CA 93943
1995.
- Author:
- Pascal Parraud
-
Class Summary Class Description DSSTHarvester Harvester between two-dimensional Jacobian matrices and one-dimensionaladditional state arrays
.DSSTPropagator This class propagatesorbits
using the DSST theory.FieldDSSTPropagator<T extends CalculusFieldElement<T>> This class propagatesorbits
using the DSST theory.