utils.asdf_fromfile =================== Back to :doc:`Module page <../modules/utils>` Summary ------- - Signature --------- .. code-block:: python def asdf_fromfile(asdfile) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``asdfile`` - - - - - File with frequencies (in Hz) and ASD (in 1/sqrt(Hz)) Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - Function that takes frequencies (in Hz), returns ASD (in 1/sqrt(Hz)) Docstring --------- .. code-block:: text :param asdfile: File with frequencies (in Hz) and ASD (in 1/sqrt(Hz)) :return: Function that takes frequencies (in Hz), returns ASD (in 1/sqrt(Hz))