Uses of Class
org.orekit.propagation.semianalytical.dsst.DSSTHarvester
-
Packages that use DSSTHarvester Package Description org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of DSSTHarvester in org.orekit.propagation.semianalytical.dsst
Methods in org.orekit.propagation.semianalytical.dsst that return DSSTHarvester Modifier and Type Method Description protected DSSTHarvester
DSSTPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Create the harvester suitable for propagator.protected DSSTHarvester
DSSTPropagator. getHarvester()
Get the harvester.DSSTHarvester
DSSTPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)
Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.
-