Click or drag to resize

RinexObservationSatRecordObservationTypes Property

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].

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<RinexObservationType> ObservationTypes { get; set; }

Property Value

Type: IListRinexObservationType
See Also