IERS_Auto

class astropy.utils.iers.IERS_Auto(data=None, masked=False, names=None, dtype=None, meta=None, copy=True, rows=None, copy_indices=True, units=None, descriptions=None, **kwargs)[source]

Bases: IERS_A

Provide most-recent IERS data and automatically handle downloading of updated values as necessary.

Attributes Summary

iers_table

Cached table, returned if open is called without arguments.

Methods Summary

open()

If the configuration setting astropy.utils.iers.conf.auto_download is set to True (default), then open a recent version of the IERS-A table with predictions for UT1-UTC and polar motion out to approximately one year from now.

Attributes Documentation

iers_table = <IERS_B length=22811>  year month  day   hour   MJD   ... e_dY_2000A e_PM_x_dot e_PM_y_dot  e_LOD                              d    ...   arcsec   arcsec / d arcsec / d    s     int64 int64 int64 int64 float64 ...  float64    float64    float64   float64  ----- ----- ----- ----- ------- ... ---------- ---------- ---------- --------  1962     1     1     0 37665.0 ...      0.002        0.0        0.0   0.0014  1962     1     2     0 37666.0 ...      0.002        0.0        0.0   0.0014  1962     1     3     0 37667.0 ...      0.002        0.0        0.0   0.0014  1962     1     4     0 37668.0 ...      0.002        0.0        0.0   0.0014  1962     1     5     0 37669.0 ...      0.002        0.0        0.0   0.0014  1962     1     6     0 37670.0 ...      0.002        0.0        0.0   0.0014  1962     1     7     0 37671.0 ...      0.002        0.0        0.0   0.0014  1962     1     8     0 37672.0 ...      0.002        0.0        0.0   0.0014  1962     1     9     0 37673.0 ...      0.002        0.0        0.0   0.0014   ...   ...   ...   ...     ... ...        ...        ...        ...      ...  2024     6     6     0 60467.0 ...    6.5e-05    6.1e-05    6.3e-05 2.51e-05  2024     6     7     0 60468.0 ...    6.8e-05    6.2e-05    6.2e-05 2.75e-05  2024     6     8     0 60469.0 ...    6.7e-05    6.3e-05    6.3e-05  2.6e-05  2024     6     9     0 60470.0 ...    6.3e-05    5.9e-05    6.4e-05 2.47e-05  2024     6    10     0 60471.0 ...      6e-05    5.7e-05    6.3e-05 2.39e-05  2024     6    11     0 60472.0 ...    5.7e-05    5.9e-05    6.3e-05  2.4e-05  2024     6    12     0 60473.0 ...    6.4e-05    6.2e-05    6.6e-05 2.36e-05  2024     6    13     0 60474.0 ...    7.7e-05    6.2e-05    6.3e-05 2.35e-05  2024     6    14     0 60475.0 ...    8.8e-05    6.2e-05    6.2e-05 2.38e-05

Cached table, returned if open is called without arguments.

Methods Documentation

classmethod open()[source]

If the configuration setting astropy.utils.iers.conf.auto_download is set to True (default), then open a recent version of the IERS-A table with predictions for UT1-UTC and polar motion out to approximately one year from now. If the available version of this file is older than astropy.utils.iers.conf.auto_max_age days old (or non-existent) then it will be downloaded over the network and cached.

If the configuration setting astropy.utils.iers.conf.auto_download is set to False then astropy.utils.iers.IERS() is returned. This is normally the IERS-B table that is supplied with astropy.

On the first call in a session, the table will be memoized (in the iers_table class attribute), and further calls to open will return this stored table.

Returns:
QTable instance

With IERS (Earth rotation) data columns