Class PythonTLEPropagator

    • Constructor Detail

      • PythonTLEPropagator

        @DefaultDataContext
        public PythonTLEPropagator​(TLE initialTLE,
                                   AttitudeProvider attitudeProvider,
                                   double mass)
        Protected constructor for derived classes.

        This constructor uses the default data context.

        Parameters:
        initialTLE - the unique TLE to propagate
        attitudeProvider - provider for attitude computation
        mass - spacecraft mass (kg)
        See Also:
        #TLEPropagator(TLE, AttitudeProvider, double, Frame)
      • PythonTLEPropagator

        public PythonTLEPropagator​(TLE initialTLE,
                                   AttitudeProvider attitudeProvider,
                                   double mass,
                                   Frame teme)
        Protected constructor for derived classes.
        Parameters:
        initialTLE - the unique TLE to propagate
        attitudeProvider - provider for attitude computation
        mass - spacecraft mass (kg)
        teme - the TEME frame to use for propagation.
        Since:
        10.1
    • 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
      • 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 class TLEPropagator
      • sxpPropagate

        public void sxpPropagate​(double t)
        Propagation proper to each propagator (SGP or SDP).
        Specified by:
        sxpPropagate in class TLEPropagator
        Parameters:
        t - the offset from initial epoch (min)