Click or drag to resize

RinexObservationType Enumeration

Denotes what observation type the observation data corresponds to.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum RinexObservationType
Members
  Member nameDescription
L1 Phase measurement on L1.
L2 Phase measurement on L2.
C1 Pseudorange using C/A-Code on L1.
P1 Pseudorange using P-Code on L1.
P2 Pseudorange using P-Code on L2.
D1 Doppler frequency on L1.
D2 Doppler frequency on L2.
T1 Transit Integrated Doppler on 150 MHz.
T2 Transit Integrated Doppler on 400 MHz.
S1 Raw signal strengths or SNR values as given by the receiver for the L1 phase observation.
S2 Raw signal strengths or SNR values as given by the receiver for the L2 phase observation.
NONE No type specified.
See Also