WayneCrawford / tiskitpy

Remove periodic transients from seismological data
GNU General Public License v3.0
1 stars 0 forks source link

New CleanStream class? #20

Closed WayneCrawford closed 7 months ago

WayneCrawford commented 10 months ago

subclass of Stream, would simply add headers to the__str__() and plot() methods so that the user doesn't have to call CleanSequence.plot_stream() and CleanSequence.print_stream().

Would be returned by all tiskitpy methods adding clean_sequence to Trace.stats.

WayneCrawford commented 7 months ago

Done