Class CycleSlipDetectorResults

java.lang.Object
org.orekit.estimation.measurements.gnss.CycleSlipDetectorResults

public class CycleSlipDetectorResults extends Object
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 Details

    • getSatelliteName

      public String getSatelliteName()
      Get the satellite name.
      Returns:
      satellite name
    • getEndDate

      public AbsoluteDate getEndDate(GnssSignal signal)
      Return the end date at the given frequency.

      For dual-Frequency cycle-slip detector, the GnssSignal contained 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

      public AbsoluteDate getBeginDate(GnssSignal signal)
      Return the date of validity beginning of the detector.
      Parameters:
      signal - frequency
      Returns:
      AbsoluteDate
    • getCycleSlipMap

      public Map<GnssSignal,List<AbsoluteDate>> getCycleSlipMap()
      Get the cycle slip Map with contains the results.

      For dual-Frequency cycle-slip detector, the GnssSignal contained 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