Click or drag to resize

EarthOrientationParametersComputeDeltaEpsilonCorrection Method

Finds the correction to the nutation in obliquity (delta Delta epsilon), in arc seconds, for the given date by interpolating this EOP data.

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 ComputeDeltaEpsilonCorrection(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to retrieve the delta psi correction.

Return Value

Type: Double
The correction to the nutation in longitude, in arc seconds.
Remarks
This correction corresponds to the IAU1980 nutation theory.
See Also