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 DSSTHarvesterDSSTPropagator. createHarvester(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)Create the harvester suitable for propagator.protected DSSTHarvesterDSSTPropagator. getHarvester()Get the harvester.DSSTHarvesterDSSTPropagator. setupMatricesComputation(String stmName, RealMatrix initialStm, DoubleArrayDictionary initialJacobianColumns)Set up computation of State Transition Matrix and Jacobians matrix with respect to parameters.
-