Click or drag to resize

ScalarSaastamoinenTroposphericCorrection.ObliquityMapping 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: 25.1.421.0 (25.1.421.0)
Syntax
public ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping ObliquityMapping { get; set; }

Property Value

Type: ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping
Remarks

The ScalarSaastamoinenTroposphericCorrection.TroposphericObliquityMapping 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