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.2.419.0 (24.2.419.0)
Syntax public double[] SurfaceRefractivityPolynomialCoefficients { get; set; }
Public Property SurfaceRefractivityPolynomialCoefficients As Double()
Get
Set
public:
property array<double>^ SurfaceRefractivityPolynomialCoefficients {
array<double>^ get ();
void set (array<double>^ value);
}
member SurfaceRefractivityPolynomialCoefficients : float[] with get, set
Property Value
Type:
DoubleRemarks
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