Class PythonAbstractSingleFrequencyCombination

    • Constructor Detail

      • PythonAbstractSingleFrequencyCombination

        public PythonAbstractSingleFrequencyCombination​(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 phase,
                                       double pseudoRange)
        Get the combined observed value of two measurements.
        Specified by:
        getCombinedValue in class AbstractSingleFrequencyCombination
        Parameters:
        phase - observed value of the phase measurement
        pseudoRange - observed value of the range measurement
        Returns:
        combined observed value