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
The IERS A file is not part of astropy. It can be downloaded from
iers.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=None, readme=None)[source]¶
Read IERS-A table from a finals2000a.* file provided by USNO.
- Parameters:
- file
python:str
full path to ascii file holding IERS-A data. Defaults to
iers.IERS_A_FILE
.- readme
python:str
full path to ascii file holding CDS-style readme. Defaults to package version,
iers.IERS_A_README
.
- file
- Returns:
IERS_A
class instance