hermpy.utils ============ .. py:module:: hermpy.utils Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/hermpy/utils/constants/index /autoapi/hermpy/utils/downloads/index /autoapi/hermpy/utils/typing/index Attributes ---------- .. autoapisummary:: hermpy.utils.DateLike hermpy.utils.DateSequence Classes ------- .. autoapisummary:: hermpy.utils.Constants Functions --------- .. autoapisummary:: hermpy.utils.download_files Package Contents ---------------- .. py:class:: Constants .. py:attribute:: MERCURY_RADIUS .. py:attribute:: DIPOLE_OFFSET .. py:attribute:: DIPOLE_OFFSET_RADII .. py:attribute:: MERCURY_SEMI_MAJOR_AXIS .. py:attribute:: SOLAR_MASS .. py:attribute:: SOLAR_WIND_SPEED_AVG .. py:attribute:: G .. py:type:: DateLike :canonical: dt.date | dt.datetime .. py:data:: DateSequence .. py:function:: download_files(urls: Sequence[str], max_retries: int = 3) -> parfive.Results