new Iau2006XysData(options)
A set of IAU2006 XYS data that is used to evaluate the transformation between the International
Celestial Reference Frame (ICRF) and the International Terrestrial Reference Frame (ITRF).
| Name | Type | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
Object with the following properties:
|
Source:
Core/Iau2006XysData.js, line 39
Methods
-
computeXysRadians(dayTT, secondTT, result) → Iau2006XysSample
-
Computes the XYS values for a given date by interpolating. If the required data is not yet downloaded, this method will return undefined.
Name Type Description dayTTNumber The Julian day number for which to compute the XYS value, expressed in the Terrestrial Time (TT) time standard. secondTTNumber The seconds past noon of the date for which to compute the XYS value, expressed in the Terrestrial Time (TT) time standard. resultIau2006XysSample optional The instance to which to copy the interpolated result. If this parameter is undefined, a new instance is allocated and returned. Returns:
The interpolated XYS values, or undefined if the required data for this computation has not yet been downloaded.See:
Source: Core/Iau2006XysData.js, line 141 -
preload(startDayTT, startSecondTT, stopDayTT, stopSecondTT) → Promise
-
Preloads XYS data for a specified date range.
Name Type Description startDayTTNumber The Julian day number of the beginning of the interval to preload, expressed in the Terrestrial Time (TT) time standard. startSecondTTNumber The seconds past noon of the beginning of the interval to preload, expressed in the Terrestrial Time (TT) time standard. stopDayTTNumber The Julian day number of the end of the interval to preload, expressed in the Terrestrial Time (TT) time standard. stopSecondTTNumber The seconds past noon of the end of the interval to preload, expressed in the Terrestrial Time (TT) time standard. Returns:
A promise that, when resolved, indicates that the requested interval has been preloaded.Source: Core/Iau2006XysData.js, line 101
