Class PythonMeasurementFilter<T extends ObservedMeasurement<T>>

  • Type Parameters:
    T - the type of the measurement
    All Implemented Interfaces:
    MeasurementFilter<T>

    public class PythonMeasurementFilter<T extends ObservedMeasurement<T>>
    extends Object
    implements MeasurementFilter<T>
    Interface for measurement pre-processing filter.

    Pre-processing filters are used to disabled measurements before they are used during an orbit determination process. Example of pre-processing filters are:

    • Minimum satellite elevation
    • Minimum value of the signal-to-noise ratio
    • Measurement residual
    Since:
    10.2
    Author:
    Bryan Cazabonne, David Soulard
    • Constructor Detail

      • PythonMeasurementFilter

        public PythonMeasurementFilter()
    • 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