IERS_A#
- class astropy.utils.iers.IERS_A(data=None, masked=False, names=None, dtype=None, meta=None, copy=True, rows=None, copy_indices=True, units=None, descriptions=None, **kwargs)[source]#
 Bases:
IERSIERS Table class targeted to IERS A, provided by USNO.
These include rapid turnaround and predicted times. See https://datacenter.iers.org/eop.php
Notes
If the package IERS A file (
iers.IERS_A_FILE) is out of date, a new version can be downloaded fromiers.IERS_A_URLoriers.IERS_A_URL_MIRROR. Seeiers.__doc__for instructions on use inTime, etc.Attributes Summary
Cached table, returned if
openis called without arguments.Methods Summary
dcip_source(i)Set CIP correction source flag for entries in IERS table.
pm_source(i)Set polar motion source flag for entries in IERS table.
read([file, readme])Read IERS-A table from a finals2000a.* file provided by USNO.
Set UT1-UTC source flag for entries in IERS table.
Attributes Documentation
- iers_table = None#
 Cached table, returned if
openis called without arguments.
Methods Documentation
- classmethod read(file: str | os.PathLike[str] | None = None, readme: str | os.PathLike[str] | None = None) Self[source]#
 Read IERS-A table from a finals2000a.* file provided by USNO.
- Parameters:
 - file
python:stroros.PathLike[python:str] full path to ascii file holding IERS-A data. Defaults to
iers.IERS_A_FILE.- readme
python:stroros.PathLike[python:str] full path to ascii file holding CDS-style readme. Defaults to package version,
iers.IERS_A_README.
- file
 - Returns:
 IERS_Aclass instance