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
Modifier and TypeMethodDescriptiondetect(List<ObservationDataSet> observations) Detects if a cycle-slip occurs for a given list of observation data set.
-
Method Details
-
detect
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
-