protected void |
AbstractCycleSlipDetector.cycleSlipDataSet(String nameSat,
AbsoluteDate date,
double value,
GnssSignal signal) |
Set the data: collect data at the current Date, at the current frequency, for a given satellite, add it within the attributes data and stuff.
|
AbsoluteDate |
CycleSlipDetectorResults.getBeginDate(GnssSignal signal) |
Return the date of validity beginning of the detector.
|
protected abstract double |
AbstractDualFrequencyCombination.getCombinedFrequency(GnssSignal s1,
GnssSignal s2) |
Get the combined frequency of two measurements.
|
protected double |
GeometryFreeCombination.getCombinedFrequency(GnssSignal s1,
GnssSignal s2) |
Get the combined frequency of two measurements.
|
protected double |
IonosphereFreeCombination.getCombinedFrequency(GnssSignal s1,
GnssSignal s2) |
Get the combined frequency of two measurements.
|
protected double |
NarrowLaneCombination.getCombinedFrequency(GnssSignal s1,
GnssSignal s2) |
Get the combined frequency of two measurements.
|
protected double |
WideLaneCombination.getCombinedFrequency(GnssSignal s1,
GnssSignal s2) |
Get the combined frequency of two measurements.
|
protected abstract double |
AbstractDualFrequencyCombination.getCombinedValue(double obs1,
GnssSignal s1,
double obs2,
GnssSignal s2) |
Get the combined observed value of two measurements.
|
protected double |
GeometryFreeCombination.getCombinedValue(double obs1,
GnssSignal s1,
double obs2,
GnssSignal s2) |
Get the combined observed value of two measurements.
|
protected double |
IonosphereFreeCombination.getCombinedValue(double obs1,
GnssSignal s1,
double obs2,
GnssSignal s2) |
Get the combined observed value of two measurements.
|
protected double |
NarrowLaneCombination.getCombinedValue(double obs1,
GnssSignal s1,
double obs2,
GnssSignal s2) |
Get the combined observed value of two measurements.
|
protected double |
WideLaneCombination.getCombinedValue(double obs1,
GnssSignal s1,
double obs2,
GnssSignal s2) |
Get the combined observed value of two measurements.
|
AbsoluteDate |
CycleSlipDetectorResults.getEndDate(GnssSignal signal) |
Return the end date at the given frequency.
|