.. include:: ../configs.hrst Compute WCT dt/t ================ .. automodule:: msnoise.s09_compute_wct_dtt :members: .. 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_wct_dtt(...) See :ref:`msnoise_result` for the full guide and all available methods.