Class GRAPHICCombination
java.lang.Object
org.orekit.estimation.measurements.gnss.AbstractSingleFrequencyCombination
org.orekit.estimation.measurements.gnss.GRAPHICCombination
- All Implemented Interfaces:
MeasurementCombination
GRoup And Phase Ionospheric Calibration (GRAPHIC) combination.
This combination is a ionosphere-free single frequency combination of measurements.
mf = 0.5 * (Φf + Rf)
With:
- mf : GRAPHIC measurement.
- Φf : Phase measurement.
- Rf : Code measurement.
- f : Frequency.
- Since:
- 10.1
- Author:
- Bryan Cazabonne
-
Method Summary
Modifier and TypeMethodDescriptionprotected doublegetCombinedValue(double phase, double pseudoRange) Get the combined observed value of two measurements.Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractSingleFrequencyCombination
combine, combine, getName
-
Method Details
-
getCombinedValue
protected double getCombinedValue(double phase, double pseudoRange) Get the combined observed value of two measurements.- Specified by:
getCombinedValuein classAbstractSingleFrequencyCombination- Parameters:
phase- observed value of the phase measurementpseudoRange- observed value of the range measurement- Returns:
- combined observed value
-