Class PythonAbstractSingleFrequencyCombination
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.AbstractSingleFrequencyCombination
-
- org.orekit.estimation.measurements.gnss.PythonAbstractSingleFrequencyCombination
-
- All Implemented Interfaces:
MeasurementCombination
public class PythonAbstractSingleFrequencyCombination extends AbstractSingleFrequencyCombination
-
-
Constructor Summary
Constructors Constructor Description PythonAbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectdouble
getCombinedValue(double phase, double pseudoRange)
Get the combined observed value of two measurements.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object-
Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractSingleFrequencyCombination
combine, combine, getName
-
-
-
-
Constructor Detail
-
PythonAbstractSingleFrequencyCombination
public PythonAbstractSingleFrequencyCombination(CombinationType type, SatelliteSystem system)
Constructor.- Parameters:
type
- combination of measurements typesystem
- 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
-
finalize
public void finalize() throws Throwable
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 classAbstractSingleFrequencyCombination
- Parameters:
phase
- observed value of the phase measurementpseudoRange
- observed value of the range measurement- Returns:
- combined observed value
-
-