utils.make_trigger_ids ====================== Back to :doc:`Module page <../modules/utils>` Summary ------- No docstring summary available. Signature --------- .. code-block:: python def make_trigger_ids(triggers, c0_pos, eps_time = 1 / 4096, eps_c_alpha = 0.01) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``triggers`` - - - - - - * - ``c0_pos`` - - - - - - * - ``eps_time`` - - - 1 / 4096 - - * - ``eps_c_alpha`` - - - 0.01 - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- No docstring text available.