.. _CleanedStream: CleanedStream ======================= Subclass of :class:`obspy.Stream` that embeds processing steps Uses the concept of a :ref:`tiskitpy_id `, in which the processing steps are embedded into a seed_id. Constructor --------------------- - :class:`CleanedStream `: Works exactly like obspy :class:`Stream `` Properties --------------------- Same as obspy :class:`Stream `` Methods --------------------- Modified from ``obspy.Stream`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - :meth:`__str__ `: outputs the :ref:`tiskitpy_id ` instead of the seed_id - :meth:`plot `: uses the :ref:`tiskitpy_id ` instead of the seed_id - :meth:`select `: selects on the :ref:`tiskitpy_id ` if the seed_id doesn't work New ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - :meth:`tag `: tags the stream with the given seed_id or transformation code Example --------------------- None for now