Class PythonAbstractDualFrequencyCombination

    • Constructor Detail

      • PythonAbstractDualFrequencyCombination

        public PythonAbstractDualFrequencyCombination​(CombinationType type,
                                                      SatelliteSystem system)
        Constructor.
        Parameters:
        type - combination of measurements type
        system - satellite system
    • 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
      • getCombinedValue

        public double getCombinedValue​(double obs1,
                                       Frequency f1,
                                       double obs2,
                                       Frequency f2)
        Get the combined observed value of two measurements.
        Specified by:
        getCombinedValue in class AbstractDualFrequencyCombination
        Parameters:
        obs1 - observed value of the first measurement
        f1 - frequency of the first measurement
        obs2 - observed value of the second measurement
        f2 - frequency of the second measurement
        Returns:
        combined observed value