template_bank_generator_HM.TemplateBank.optimize_calpha ======================================================= Back to :doc:`Class page <../classes/template_bank_generator_HM.TemplateBank>` Summary ------- Return the calpha on the fine axis that: - was under the responsibility of calpha_coarse - is closest to calpha Signature --------- .. code-block:: python def optimize_calpha(calpha, calpha_coarse, delta_calpha, fine_axis) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``calpha`` - - - - - - * - ``calpha_coarse`` - - - - - - * - ``delta_calpha`` - - - - - - * - ``fine_axis`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Return the calpha on the fine axis that: - was under the responsibility of calpha_coarse - is closest to calpha