RinexObservationSatRecord Properties |
The RinexObservationSatRecord type exposes the following members.
Name | Description | |
---|---|---|
LossOfLockIndicators |
Gets or sets the array of Loss Of Lock indicators for this satellite in this epoch
Each LLI value is defined as:
Range 0-7
0: OK or not known
Bit 0 set: Lost lock between previous and current observation: cycle slip possible
Bit 1 set: Opposite wavelength factor to the one defined for the satellite, current epoch only
Bit 2 set: Observation under Anti-Spoofing (may suffer from increased noise)
Bits 0 and 1 for phase only.
| |
NumberOfObservations |
Gets the number of observations for this satellite in this epoch.
| |
Observations |
Gets or sets the array of observations for this satellite in this epoch.
| |
ObservationTypes |
Gets or sets the array of observation types for this satellite in this epoch
Each observation type directly corresponds to the observation, LLI and signal strength
of the same index.
For example, ObservationTypes[3] is the observation type of the data in Observations[3].
| |
PseudoRandomNumber |
Gets or sets the PRN for this satellite.
| |
PseudoRandomNumberCharacter |
Gets or sets the PRN character for this satellite.
| |
SignalStrengths |
Gets or sets the array of signal strengths pertaining to each observation
SignalStrengths[3] is the strength of the signal used to get the value observations[3]
Each signal strength value is defined as:
1: minimum possible signal strength
5: threshold for good S/N ratio
9: maximum possible signal strength
0: not known/don't care.
| |
WavelengthL1 |
Gets or sets the Wavelength Fact L1 for this satellite in this epoch
1: Full cycle ambiguities
2: Half cycle ambiguities.
| |
WavelengthL2 |
Gets or sets the Wavelength Fact L2 for this satellite in this epoch
1: Full cycle ambiguities
2: Half cycle ambiguities
0: Single frequency instrument (use only L1).
|