python_utils.nfft_of_rfftlen ============================ Back to :doc:`Module page <../modules/python_utils>` Summary ------- ASSUMES nfft even <=> rfftlen odd Signature --------- .. code-block:: python def nfft_of_rfftlen(rfftlen) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``rfftlen`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text ASSUMES nfft even <=> rfftlen odd