CleanedStream
Subclass of obspy.Stream that embeds processing steps
Uses the concept of a tiskitpy_id, in which the processing steps are embedded into a seed_id.
Constructor
CleanedStream: Works exactly like obspyStream <obspy.core.stream.Stream>`
Properties
Same as obspy Stream <obspy.core.stream.Stream>`
Methods
Modified from obspy.Stream
__str__: outputs the tiskitpy_id instead of the seed_idplot: uses the tiskitpy_id instead of the seed_idselect: selects on the tiskitpy_id if the seed_id doesn’t work
New
tag: tags the stream with the given seed_id or transformation code
Example
None for now