python_utils.tukwin_npts ======================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- get tukey window based on numbers of total and windowed points Signature --------- .. code-block:: python def tukwin_npts(ntot, nwin) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``ntot`` - - - - - - * - ``nwin`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text get tukey window based on numbers of total and windowed points