Click or drag to resize

ScalarSaastamoinenTroposphericCorrectionObliquityMapping Property

Gets or sets the type of mapping to use when calculating the tropospheric delay.

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 ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping ObliquityMapping { get; set; }

Property Value

Type: ScalarSaastamoinenTroposphericCorrectionTroposphericObliquityMapping
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