Class SsrIgm06Header
java.lang.Object
org.orekit.gnss.metric.messages.ssr.SsrHeader
org.orekit.gnss.metric.messages.ssr.igm.SsrIgmHeader
org.orekit.gnss.metric.messages.ssr.igm.SsrIgm06Header
Container for SSR IGM06 header.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.booleanGet the flag indicating if consistency between code and phase biases is maintained for the MW combinations.voidsetIsConsistencyMaintained(boolean isConsistencyMaintained) Set the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.voidsetIsMelbourneWubbenaConsistencyMaintained(boolean isMelbourneWubbenaConsistencyMaintained) Set the flag indicating if consistency between code and phase biases is maintained for the MW combinations.Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmHeader
getNumberOfSatellites, setNumberOfSatellitesMethods inherited from class org.orekit.gnss.metric.messages.ssr.SsrHeader
getIodSsr, getSsrEpoch1s, getSsrMultipleMessageIndicator, getSsrProviderId, getSsrSolutionId, getSsrUpdateInterval, setIodSsr, setSsrEpoch1s, setSsrMultipleMessageIndicator, setSsrProviderId, setSsrSolutionId, setSsrUpdateInterval
-
Constructor Details
-
SsrIgm06Header
public SsrIgm06Header()Constructor.
-
-
Method Details
-
isConsistencyMaintained
public boolean isConsistencyMaintained()Get the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.- Returns:
- true if consistency is maintained
-
isMelbourneWubbenaConsistencyMaintained
public boolean isMelbourneWubbenaConsistencyMaintained()Get the flag indicating if consistency between code and phase biases is maintained for the MW combinations.- Returns:
- true if phase biases are consistent for MW combinations
-
setIsConsistencyMaintained
public void setIsConsistencyMaintained(boolean isConsistencyMaintained) Set the flag indicating if phase biases maintain consistency between non-dispersive and all original dispersive phase signals.- Parameters:
isConsistencyMaintained- the flag to set
-
setIsMelbourneWubbenaConsistencyMaintained
public void setIsMelbourneWubbenaConsistencyMaintained(boolean isMelbourneWubbenaConsistencyMaintained) Set the flag indicating if consistency between code and phase biases is maintained for the MW combinations.- Parameters:
isMelbourneWubbenaConsistencyMaintained- the flag to set
-