Click or drag to resize

RinexObservationSatRecordLossOfLockIndicators Property

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.

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 IList<int> LossOfLockIndicators { get; set; }

Property Value

Type: IListInt32
See Also