Class SsrIgm04Data
java.lang.Object
org.orekit.gnss.metric.messages.ssr.SsrData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgm04Data
Container for SSR IGM04 data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the high rate clock correction to be added to the polynomial clock correction.voidsetHighRateClockCorrection(double highRateClockCorrection) Set the high rate clock correction to be added to the polynomial clock correction.Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
getSatelliteID, setSatelliteID
-
Constructor Details
-
SsrIgm04Data
public SsrIgm04Data()Constructor.
-
-
Method Details
-
getHighRateClockCorrection
public double getHighRateClockCorrection()Get the high rate clock correction to be added to the polynomial clock correction.- Returns:
- the high rate clock correction in seconds
-
setHighRateClockCorrection
public void setHighRateClockCorrection(double highRateClockCorrection) Set the high rate clock correction to be added to the polynomial clock correction.- Parameters:
highRateClockCorrection- the high rate clock correction to set in seconds
-