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:
IERS
IERS 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_URL
oriers.IERS_A_URL_MIRROR
. Seeiers.__doc__
for instructions on use inTime
, etc.Attributes Summary
Cached table, returned if
open
is 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
open
is 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
str
oros.PathLike
[str
] full path to ascii file holding IERS-A data. Defaults to
iers.IERS_A_FILE
.- readme
str
oros.PathLike
[str
] full path to ascii file holding CDS-style readme. Defaults to package version,
iers.IERS_A_README
.
- file
- Returns:
IERS_A
class instance