Click or drag to resize

RinexObservationSatRecord Properties

The RinexObservationSatRecord type exposes the following members.

Properties
  NameDescription
Public propertyLossOfLockIndicators
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.
Public propertyNumberOfObservations
Gets the number of observations for this satellite in this epoch.
Public propertyObservations
Gets or sets the array of observations for this satellite in this epoch.
Public propertyObservationTypes
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].
Public propertyPseudoRandomNumber
Gets or sets the PRN for this satellite.
Public propertyPseudoRandomNumberCharacter
Gets or sets the PRN character for this satellite.
Public propertySignalStrengths
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.
Public propertyWavelengthL1
Gets or sets the Wavelength Fact L1 for this satellite in this epoch 1: Full cycle ambiguities 2: Half cycle ambiguities.
Public propertyWavelengthL2
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).
Top
See Also