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