Class GlonassSatelliteChannel
- java.lang.Object
-
- org.orekit.files.rinex.observation.GlonassSatelliteChannel
-
public class GlonassSatelliteChannel extends Object
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 Constructor Description GlonassSatelliteChannel(SatInSystem satellite, int k)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getK()
Get the channel frequency multiplier.SatInSystem
getSatellite()
Get the satellite identifier.
-
-
-
Constructor Detail
-
GlonassSatelliteChannel
public GlonassSatelliteChannel(SatInSystem satellite, int k)
Simple constructor.- Parameters:
satellite
- satellite identifierk
- channel frequency multiplier (should be between -7 and +6)
-
-
Method Detail
-
getSatellite
public SatInSystem getSatellite()
Get the satellite identifier.- Returns:
- satellite identifier
-
getK
public int getK()
Get the channel frequency multiplier.- Returns:
- channel frequency multiplier
-
-