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