Class PythonAbstractDualFrequencyCombination
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.AbstractDualFrequencyCombination
-
- org.orekit.estimation.measurements.gnss.PythonAbstractDualFrequencyCombination
-
- All Implemented Interfaces:
MeasurementCombination
public class PythonAbstractDualFrequencyCombination extends AbstractDualFrequencyCombination
-
-
Field Summary
-
Fields inherited from class org.orekit.estimation.measurements.gnss.AbstractDualFrequencyCombination
MHZ_TO_HZ
-
-
Constructor Summary
Constructors Constructor Description PythonAbstractDualFrequencyCombination(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
getCombinedFrequency(Frequency f1, Frequency f2)
Get the combined frequency of two measurements.double
getCombinedValue(double obs1, Frequency f1, double obs2, Frequency f2)
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.AbstractDualFrequencyCombination
combine, combine, getName
-
-
-
-
Constructor Detail
-
PythonAbstractDualFrequencyCombination
public PythonAbstractDualFrequencyCombination(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 obs1, Frequency f1, double obs2, Frequency f2)
Get the combined observed value of two measurements.- Specified by:
getCombinedValue
in classAbstractDualFrequencyCombination
- Parameters:
obs1
- observed value of the first measurementf1
- frequency of the first measurementobs2
- observed value of the second measurementf2
- frequency of the second measurement- Returns:
- combined observed value
-
getCombinedFrequency
public double getCombinedFrequency(Frequency f1, Frequency f2)
Get the combined frequency of two measurements.- Specified by:
getCombinedFrequency
in classAbstractDualFrequencyCombination
- Parameters:
f1
- frequency of the first measurementf2
- frequency of the second measurement- Returns:
- combined frequency in MHz
-
-