Click or drag to resize

ScalarSingleFrequencyIonosphericCorrection Constructor (IServiceProvider, IServiceProvider, RinexNavigation)

Creates a new instance with the specified transmitter, receiver, and file.

Namespace:  AGI.Foundation.Navigation.Models
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarSingleFrequencyIonosphericCorrection(
	IServiceProvider transmitter,
	IServiceProvider receiver,
	RinexNavigation rinexNavigationFile
)

Parameters

transmitter
Type: SystemIServiceProvider
The transmitter of the signal traveling through the troposphere. This is usually the Gps Satellite.
receiver
Type: SystemIServiceProvider
The receiver of the signal traveling through the troposphere. This is usually the Gps Receiver.
rinexNavigationFile
Type: AGI.Foundation.Navigation.DataReadersRinexNavigation
The file used to define the ionospheric correction model parameters.
See Also