EarthOrientationParameters.ComputeDeltaPsiCorrection Method |
Finds the correction to the nutation in longitude (delta Delta psi), 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 ComputeDeltaPsiCorrection(
JulianDate date
)
Public Function ComputeDeltaPsiCorrection (
date As JulianDate
) As Double
public:
double ComputeDeltaPsiCorrection(
JulianDate date
)
member ComputeDeltaPsiCorrection :
date : JulianDate -> float
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
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