Class GlonassSatelliteChannel
java.lang.Object
org.orekit.files.rinex.observation.GlonassSatelliteChannel
Container for association between GLONASS satellites and frequency channels (f = f₀ + k Δf with k ranging-7 to +6).
- Since:
- 12.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetK()Get the channel frequency multiplier.Get the satellite identifier.
-
Constructor Details
-
GlonassSatelliteChannel
Simple constructor.- Parameters:
satellite- satellite identifierk- channel frequency multiplier (should be between -7 and +6)
-
-
Method Details
-
getSatellite
Get the satellite identifier.- Returns:
- satellite identifier
-
getK
public int getK()Get the channel frequency multiplier.- Returns:
- channel frequency multiplier
-