Conf¶
-
class
astropy.utils.iers.Conf[source]¶ Bases:
astropy.config.ConfigNamespaceConfiguration parameters for
astropy.utils.iers.Attributes Summary
auto_downloadEnable auto-downloading of the latest IERS data. auto_max_ageMaximum age (days) of predictive data before auto-downloading. iers_auto_urlURL for auto-downloading IERS file data. iers_auto_url_mirrorMirror URL for auto-downloading IERS file data. remote_timeoutRemote timeout downloading IERS file data (seconds). Attributes Documentation
-
auto_download¶ Enable auto-downloading of the latest IERS data. If set to False then the local IERS-B file will be used by default. Default is True.
-
auto_max_age¶ Maximum age (days) of predictive data before auto-downloading. Default is 30.
-
iers_auto_url¶ URL for auto-downloading IERS file data.
-
iers_auto_url_mirror¶ Mirror URL for auto-downloading IERS file data.
-
remote_timeout¶ Remote timeout downloading IERS file data (seconds).
-