EarthOrientationParameters.ComputeCelestialPoleOffset Method |
Finds the offset to the Celestial Intermediate Pole (CIP) for the given date by interpolating
this EOP data, in arc seconds.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Rectangular ComputeCelestialPoleOffset(
JulianDate date
)
Public Function ComputeCelestialPoleOffset (
date As JulianDate
) As Rectangular
public:
Rectangular ComputeCelestialPoleOffset(
JulianDate date
)
member ComputeCelestialPoleOffset :
date : JulianDate -> Rectangular
Parameters
- date
- Type: AGI.Foundation.Time.JulianDate
The date at which to retrieve the celestial pole offset.
Return Value
Type:
RectangularThe offset to the celestial intermediate pole, in arc seconds.
See Also