Class PythonTLEPropagator
- java.lang.Object
-
- org.orekit.propagation.AbstractPropagator
-
- org.orekit.propagation.analytical.AbstractAnalyticalPropagator
-
- org.orekit.propagation.analytical.tle.TLEPropagator
-
- org.orekit.propagation.analytical.tle.PythonTLEPropagator
-
- All Implemented Interfaces:
Propagator
,PVCoordinatesProvider
public class PythonTLEPropagator extends TLEPropagator
-
-
Field Summary
-
Fields inherited from class org.orekit.propagation.analytical.tle.TLEPropagator
a, a0dp, beta0, beta02, c1, c2, c4, coef, coef1, cosi0, e, e0sq, eeta, eta, etasq, i, omega, omgdot, perige, s4, sini0, t2cof, theta2, tle, tsi, utc, xl, xmdot, xn0dp, xnodcf, xnode, xnodot
-
Fields inherited from interface org.orekit.propagation.Propagator
DEFAULT_MASS
-
-
Constructor Summary
Constructors Constructor Description PythonTLEPropagator(TLE initialTLE, AttitudeProvider attitudeProvider, double mass)
PythonTLEPropagator(TLE initialTLE, AttitudeProvider attitudeProvider, double mass, Frame teme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to objectvoid
sxpInitialize()
Initialization proper to each propagator (SGP or SDP).void
sxpPropagate(double t)
Propagation proper to each propagator (SGP or SDP).-
Methods inherited from class org.orekit.propagation.analytical.tle.TLEPropagator
createHarvester, getDefaultTleGenerationAlgorithm, getFrame, getJacobiansColumnsNames, getMass, getMU, getPVCoordinates, getTLE, propagateOrbit, resetInitialState, resetIntermediateState, selectExtrapolator, selectExtrapolator, selectExtrapolator, selectExtrapolator
-
Methods inherited from class org.orekit.propagation.analytical.AbstractAnalyticalPropagator
acceptStep, addEventDetector, basicPropagate, clearEventsDetectors, getEphemerisGenerator, getEventsDetectors, getPvProvider, propagate
-
Methods inherited from class org.orekit.propagation.AbstractPropagator
addAdditionalStateProvider, getAdditionalStateProviders, getAttitudeProvider, getHarvester, getInitialState, getManagedAdditionalStates, getMultiplexer, getPVCoordinates, getStartDate, initializeAdditionalStates, initializePropagation, isAdditionalStateManaged, propagate, setAttitudeProvider, setStartDate, setupMatricesComputation, stateChanged, updateAdditionalStates, updateUnmanagedStates
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.propagation.Propagator
clearStepHandlers, setStepHandler, setStepHandler
-
Methods inherited from interface org.orekit.utils.PVCoordinatesProvider
getPosition
-
-
-
-
Constructor Detail
-
PythonTLEPropagator
@DefaultDataContext public PythonTLEPropagator(TLE initialTLE, AttitudeProvider attitudeProvider, double mass)
-
PythonTLEPropagator
public PythonTLEPropagator(TLE initialTLE, AttitudeProvider attitudeProvider, double mass, Frame teme)
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
sxpInitialize
public void sxpInitialize()
Initialization proper to each propagator (SGP or SDP).- Specified by:
sxpInitialize
in classTLEPropagator
-
sxpPropagate
public void sxpPropagate(double t)
Propagation proper to each propagator (SGP or SDP).- Specified by:
sxpPropagate
in classTLEPropagator
- Parameters:
t
- the offset from initial epoch (min)
-
-