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.2.419.0 (24.2.419.0)
Syntax public EarthOrientationParametersData(
JulianDate date,
double poleWanderX,
double poleWanderY,
double ut1MinusUtc,
double lengthOfDay,
double dPsi,
double dEpsilon,
double celestialPoleOffsetX,
double celestialPoleOffsetY,
double taiOffsetToUtc
)
Public Sub New (
date As JulianDate,
poleWanderX As Double,
poleWanderY As Double,
ut1MinusUtc As Double,
lengthOfDay As Double,
dPsi As Double,
dEpsilon As Double,
celestialPoleOffsetX As Double,
celestialPoleOffsetY As Double,
taiOffsetToUtc As Double
)
public:
EarthOrientationParametersData(
JulianDate date,
double poleWanderX,
double poleWanderY,
double ut1MinusUtc,
double lengthOfDay,
double dPsi,
double dEpsilon,
double celestialPoleOffsetX,
double celestialPoleOffsetY,
double taiOffsetToUtc
)
new :
date : JulianDate *
poleWanderX : float *
poleWanderY : float *
ut1MinusUtc : float *
lengthOfDay : float *
dPsi : float *
dEpsilon : float *
celestialPoleOffsetX : float *
celestialPoleOffsetY : float *
taiOffsetToUtc : float -> EarthOrientationParametersData
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