Click or drag to resize

ScalarSaastamoinenTroposphericCorrection Constructor (IServiceProvider, IServiceProvider, RinexMeteorological, ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping)

Initializes a new instance with the specified parameters.

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 ScalarSaastamoinenTroposphericCorrection(
	IServiceProvider transmitter,
	IServiceProvider receiver,
	RinexMeteorological rinexMeteorologicalFile,
	ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping obliquityMapping
)

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.
rinexMeteorologicalFile
Type: AGI.Foundation.Navigation.DataReadersRinexMeteorological
The file used to define the meteorological conditions at the receiver.
obliquityMapping
Type: AGI.Foundation.Navigation.ModelsScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping
The type of mapping to use when calculating the tropospheric delay.
Remarks

The ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping defines how the dry and wet components of the final tropospheric delay is calculated.

  • SeparateWetDry applies a separate mapping coefficient to the dry and wet components.
  • CombinedWetDry applies a single mapping coefficient to the sum of the dry and wet components.
See Also