ranking_HM.parabolic_func ========================= Back to :doc:`Module page <../modules/ranking_HM>` Summary ------- Define a parabolic function to fit downsampling corrections Signature --------- .. code-block:: python def parabolic_func(x, a_fit) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``x`` - - - - - - * - ``a_fit`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Define a parabolic function to fit downsampling corrections