Interface CycleSlipDetectors
-
- All Known Implementing Classes:
AbstractCycleSlipDetector
,GeometryFreeCycleSlipDetector
,PhaseMinusCodeCycleSlipDetector
public interface CycleSlipDetectors
Interface for phase measurement cycle-slip detection.- Since:
- 10.2
- Author:
- David Soulard, Bryan Cazabonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CycleSlipDetectorResults>
detect(List<ObservationDataSet> observations)
Detects if a cycle-slip occurs for a given list of observation data set.
-
-
-
Method Detail
-
detect
List<CycleSlipDetectorResults> detect(List<ObservationDataSet> observations)
Detects if a cycle-slip occurs for a given list of observation data set.- Parameters:
observations
- list of observation data set- Returns:
- a list of results computed by the cycle-slip detectors
-
-