.. include:: ../configs.hrst Compute PSD RMS =============== .. automodule:: msnoise.s21_psd_compute_rms .. seealso:: **Reading these results in Python** — use :class:`MSNoiseResult `: .. code-block:: python from msnoise.results import MSNoiseResult from msnoise.core.db import connect db = connect() r = MSNoiseResult.from_ids(db, ...) # include the steps you need # then call r.get_psd_rms(...) See :ref:`msnoise_result` for the full guide and all available methods.