ostk.physics.coordinate.frame.provider.iers.Finals2000A¶
- class Finals2000A¶
Bases:
pybind11_object
Standard Rapid EOP Data since 01. January 1992 (IAU2000)
This file (updated weekly) is the complete Earth orientation data set, since 1 January 1992 with 1 year of predictions. The nutation series in dX and dY uses the IAU 2000A Nutation Theory.
- Reference:
https://www.iers.org/IERS/EN/DataProducts/EarthOrientationData/eop.html -> finals.data
Methods
Get data at instant.
Get data interval.
Get LOD at instant.
Get polar motion at instant.
Get UT1-UTC at instant.
Returns true if defined.
Load data from file.
Undefined factory function.
- get_data_at( ) ostk::physics::coordinate::frame::provider::iers::Finals2000A::Data ¶
Get data at instant.
- Parameters:
instant (Instant) -- Instant.
- Returns:
Data.
- Return type:
Finals2000.Data
- get_interval( ) ostk.physics.time.Interval ¶
Get data interval.
- Returns:
Data Interval of Instants.
- Return type:
- get_lod_at( ) ostk.core.type.Real ¶
Get LOD at instant.
- get_polar_motion_at( ) numpy.ndarray[numpy.float64[2, 1]] ¶
Get polar motion at instant.
- Parameters:
instant (Instant) -- Instant.
- Returns:
Polar motion.
- Return type:
- get_ut1_minus_utc_at( ) ostk.core.type.Real ¶
Get UT1-UTC at instant.
- static load(
- file: ostk.core.filesystem.File,
Load data from file.
- Parameters:
file (str) -- File.
- Returns:
Finals2000A object.
- Return type:
- static undefined() ostk.physics.coordinate.frame.provider.iers.Finals2000A ¶
Undefined factory function.
- Returns:
Undefined Finals2000A object.
- Return type: