Click or drag to resize

EarthOrientationParametersComputeCelestialPoleOffset 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: 24.1.418.0 (24.1.418.0)
Syntax
public Rectangular ComputeCelestialPoleOffset(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to retrieve the celestial pole offset.

Return Value

Type: Rectangular
The offset to the celestial intermediate pole, in arc seconds.
See Also