pysolate.waveforms.Waveforms

class Waveforms(tag_options)[source]

Bases: object

Main class for waveform data

Parameters

tag_options (list) – a list of available tags, this defines the list of keys for the data attribute.

Additional Attributes

station_namelist of str

stations names.

datadict of ObsPy Stream objects

waveform data, refer to obspy.core.stream.Stream.select for details on how to query the traces.

Methods

add_waveform

Function to add seismic waveform data