Click or drag to resize

EarthOrientationParametersData Constructor (JulianDate, Double, Double, Double, Double, Double, Double, Double, Double, Double)

Initializes a new instance with the specified parameters.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EarthOrientationParametersData(
	JulianDate date,
	double poleWanderX,
	double poleWanderY,
	double ut1MinusUtc,
	double lengthOfDay,
	double dPsi,
	double dEpsilon,
	double celestialPoleOffsetX,
	double celestialPoleOffsetY,
	double taiOffsetToUtc
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The instant at which the parameters are specified, in UTC.
poleWanderX
Type: SystemDouble
The pole wander in the X direction at this instance, in arc seconds.
poleWanderY
Type: SystemDouble
The pole wander in the Y direction at this instance, in arc seconds.
ut1MinusUtc
Type: SystemDouble
The difference UT1 - UTC at this instant.
lengthOfDay
Type: SystemDouble
The correction to the length of a standard solar day (86400.0 Seconds).
dPsi
Type: SystemDouble
The correction to nutation in longitude from the IAU1980 theory, in arc seconds.
dEpsilon
Type: SystemDouble
The correction to nutation in obliquity from the IAU1980 theory, in arc seconds.
celestialPoleOffsetX
Type: SystemDouble
The x-offset to the celestial intermediate pole (CIP), in arc seconds.
celestialPoleOffsetY
Type: SystemDouble
The y-offset to the celestial intermediate pole (CIP), in arc seconds.
taiOffsetToUtc
Type: SystemDouble
The number of leap seconds for the given date.
See Also