Class CycleSlipDetectorResults
java.lang.Object
org.orekit.estimation.measurements.gnss.CycleSlipDetectorResults
This class is used to contains all the data computed within cycle-slip detector.
All these parameters are what user can get from the detectors.
- Since:
- 10.2
- Author:
- David Soulard
-
Method Summary
Modifier and TypeMethodDescriptiongetBeginDate(GnssSignal signal) Return the date of validity beginning of the detector.Get the cycle slip Map with contains the results.getEndDate(GnssSignal signal) Return the end date at the given frequency.Get the satellite name.
-
Method Details
-
getSatelliteName
Get the satellite name.- Returns:
- satellite name
-
getEndDate
Return the end date at the given frequency.For dual-Frequency cycle-slip detector, the
GnssSignalcontained in the map is the higher frequency (e.g. for L1-L2 the signal in the map will be L1)- Parameters:
signal- frequency- Returns:
- date of end of validity of the detectors
-
getBeginDate
Return the date of validity beginning of the detector.- Parameters:
signal- frequency- Returns:
- AbsoluteDate
-
getCycleSlipMap
Get the cycle slip Map with contains the results.For dual-Frequency cycle-slip detector, the
GnssSignalcontained in the map is the higher frequency (e.g. for L1-L2 the signal in the map will be L1)- Returns:
- cycle slip map containing the results
-