utils.is_in_run =============== Back to :doc:`Module page <../modules/utils>` Summary ------- Check if a GPS time is in a given run, works with HM/non-standard runs Signature --------- .. code-block:: python def is_in_run(tgps, run) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``tgps`` - - - - - - * - ``run`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Check if a GPS time is in a given run, works with HM/non-standard runs