Click or drag to resize

SaastamoinenTroposphericCorrectionModelGetScalar Method

A Scalar that can be evaluated to determine the tropospheric error.

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 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's antenna.

Return Value

Type: Scalar
A Scalar that can be used to evaluate the tropospheric error.
Remarks

This method will use the transmitter and receiver passed in to the method and the RinexMeteorologicalFile and ObliquityMapping properties to create the Scalar.

See Also