Class ClockCorrection

java.lang.Object
org.orekit.gnss.metric.messages.common.ClockCorrection

public class ClockCorrection extends Object
Container for SSR clock correction data.
Since:
11.0
Author:
Bryan Cazabonne
  • Constructor Details

    • ClockCorrection

      public ClockCorrection(double c0, double c1, double c2)
      Constructor.
      Parameters:
      c0 - delta Clock C0
      c1 - delta Clock C1
      c2 - delta Clock C2
  • Method Details

    • getDeltaClockC0

      public double getDeltaClockC0()
      Get the delta clock C0.

      The reference time t0 is SSR Epoch Time (IDF003) plus ½ SSR Update Interval.

      Returns:
      the delta clock C0 in seconds
    • getDeltaClockC1

      public double getDeltaClockC1()
      Get the delta clock C1.

      The reference time t0 is SSR Epoch Time (IDF003) plus ½ SSR Update Interval.

      Returns:
      the delta clock C1 in seconds
    • getDeltaClockC2

      public double getDeltaClockC2()
      Get the delta clock C2.

      The reference time t0 is SSR Epoch Time (IDF003) plus ½ SSR Update Interval.

      Returns:
      the delta clock C2 in seconds