heyoka.eop_data_row#
- heyoka.eop_data_row: dtype = dtype([('mjd', '<f8'), ('delta_ut1_utc', '<f8'), ('pm_x', '<f8'), ('pm_y', '<f8'), ('dX', '<f8'), ('dY', '<f8')], align=True)#
EOP data row.
Added in version 7.3.0.
This is a structured NumPy datatype used to represent a row of EOP data in the
eop_data
class. The fields in the datatype are:the UTC MJD,
the UT1-UTC difference (in seconds),
the
component of the polar motion (in arcsecs),the
component of the polar motion (in arcsecs),the
component of the correction to the IAU 2000/2006 precession/nutation model (in milliarcsecs),the
component of the correction to the IAU 2000/2006 precession/nutation model (in milliarcsecs).