Class PythonAbstractScheduler<T extends ObservedMeasurement<T>>

    • Constructor Detail

      • PythonAbstractScheduler

        public PythonAbstractScheduler​(MeasurementBuilder<T> builder,
                                       DatesSelector selector)
        Simple constructor.
        Parameters:
        builder - builder for individual measurements
        selector - selector for dates
    • 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
      • generate

        public SortedSet<T> generate​(List<OrekitStepInterpolator> interpolators)
        Generate a sequence of measurements. Extension point for Python.
        Parameters:
        interpolators - interpolators for spacecraft states
        Returns:
        generated measurements