public class CycleSlipDetectorResults extends Object
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getBeginDate(Frequency f)
Return the date of validity beginning of the detector.
|
Map<Frequency,List<AbsoluteDate>> |
getCycleSlipMap()
Get the cycle slip Map with contains the results.
|
AbsoluteDate |
getEndDate(Frequency f)
Return the end date at the given frequency.
|
String |
getSatelliteName()
Get the satellite name.
|
public String getSatelliteName()
public AbsoluteDate getEndDate(Frequency f)
For dual-Frequency cycle-slip detector, the Frequency
contained
in the map is the higher frequency (e.g. for L1-L2 the frequency in the map will be L1)
f
- frequencypublic AbsoluteDate getBeginDate(Frequency f)
f
- frequencypublic Map<Frequency,List<AbsoluteDate>> getCycleSlipMap()
For dual-Frequency cycle-slip detector, the Frequency
contained
in the map is the higher frequency (e.g. for L1-L2 the frequency in the map will be L1)
Copyright © 2002-2021 CS GROUP. All rights reserved.