Quality waveform

Hi everybody, how to check quality waveform in obspy like spike, gaps? @megies

Spikes do not have a unique detection method implemented in obspy. Gaps can be checked using the .get_gaps method on Stream objects.

There’s also this: obspy.signal.quality_control — ObsPy 1.3.1.post0+377.gc25dcb38f7.obspy.master documentation

But that requires the data to be stored in MSEED, I think.