EarthOrientationParametersComputeDeltaPsiCorrection 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: 24.2.419.0 (24.2.419.0)
Syntax public 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.TimeJulianDate
The date at which to retrieve the delta psi correction.
Return Value
Type:
DoubleThe correction to the nutation in longitude, in arc seconds.
Remarks This correction corresponds to the IAU1980 nutation theory.
See Also