Click or drag to resize

SpaceControlFacilityAtmosphericRefractionModelSurfaceRefractivityPolynomialCoefficients Property

Gets or sets the surface refractivity polynomial coefficients.

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[] SurfaceRefractivityPolynomialCoefficients { get; set; }

Property Value

Type: Double
Remarks
The coefficients of the polynomial η = C0 + C1^t + C2t^2 + ... + Cnt^n used to approximate the surface refractivity over time, where t is the current epoch, expressed as a fraction of the current year (so that t is 0.0 at the start of the year and 1.0 at the end of the year).
See Also