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 obspy Stream <obspy.core.stream.Stream>`

Properties

Same as obspy Stream <obspy.core.stream.Stream>`

Methods

Modified from obspy.Stream

New

  • tag: tags the stream with the given seed_id or transformation code

Example

None for now