Click or drag to resize

SingleFrequencyIonosphericCorrectionModelGetScalar Method

A Scalar that can be evaluated to determine the single frequency ionospheric error correction.

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 override Scalar GetScalar(
	IServiceProvider transmitter,
	IServiceProvider receiver
)

Parameters

transmitter
Type: SystemIServiceProvider
The transmitter of the signal traveling through the ionosphere. This is usually the Gps Satellite.
receiver
Type: SystemIServiceProvider
The receiver of the signal traveling through the ionosphere. This is usually the Gps Receiver's antenna.

Return Value

Type: Scalar
A Scalar that can be used to evaluate the single frequency ionospheric error correction.
Remarks

This method will use the transmitter and receiver passed in to the method and the alpha and beta coefficients defined in the RinexNavigationFile to create the Scalar.

See Also