Home
last modified time | relevance | path

Searched refs:IERS_B_URL (Results 1 – 4 of 4) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/docs/utils/
H A Ddata.rst107 >>> from astropy.utils.iers import IERS_B_URL, IERS_B
109 …>>> IERS_B.open(download_file(IERS_B_URL, cache=True))["year","month","day"][-3:] # doctest: +SKIP
123 >>> IERS_B.open(download_file(IERS_B_URL,
H A Diers.rst169 ``iers.IERS_A_URL`` (or ``iers.IERS_A_URL_MIRROR``) and ``iers.IERS_B_URL``,
/dports/astro/py-astropy/astropy-5.0/astropy/utils/iers/tests/
H A Dtest_iers.py373 iersb_tab = iers.IERS_B.open(iers.IERS_B_URL, cache=False)
/dports/astro/py-astropy/astropy-5.0/astropy/utils/iers/
H A Diers.py48 IERS_B_URL = 'http://hpiers.obspm.fr/iers/eop/eopc04/eopc04_IAU2000.62-now' variable