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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ComputeDeltaEpsilonCorrection(
	JulianDate date
)
Public Function ComputeDeltaEpsilonCorrection ( 
	date As JulianDate
) As Double
public:
double ComputeDeltaEpsilonCorrection(
	JulianDate date
)
member ComputeDeltaEpsilonCorrection : 
        date : JulianDate -> float 
Parameters
- date
 - Type: AGI.Foundation.TimeJulianDate
The date at which to retrieve the delta psi correction. 
Return Value
Type: 
DoubleThe correction to the nutation in longitude, in arc seconds.
RemarksThis correction corresponds to the IAU1980 nutation theory.
See Also