Click or drag to resize

EffectiveRadiusAtmosphericRefractionModelMaximumAltitude Property

Gets or sets the maximum altitude.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double MaximumAltitude { get; set; }

Property Value

Type: Double
Remarks
For platforms at higher altitudes (e.g., launch vehicles and satellites), the refraction angle computed by the effective radius model is a poor approximation to reality (because the refraction angle is too large). If the higher platform's altitude is above the maximum altitude, then the effective radius model does not apply. In such cases, if ExtrapolateAboveMaximumCeiling is set to false, then the refraction angle is set to 0.0 deg.
See Also