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: 25.1.421.0 (25.1.421.0)
Syntax
public ScalarSingleFrequencyIonosphericCorrection(
	IServiceProvider transmitter,
	IServiceProvider receiver,
	RinexNavigation rinexNavigationFile
)

Parameters

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