SeismogramPlotter

class mss_dataserver.postprocess.seismogram_plotter.SeismogramPlotter(supplement_dir, output_dir)[source]

Bases: object

Create images of the seismograms.

Parameters
  • supplement_dir (str) – The directory where to find the event supplement data.

  • output_dir (str) – The directory where to save the seismogram images.

Methods

__init__(supplement_dir, output_dir)

Initialize the instance.

compute_hypodistance()

Compute the hypodistance of the stations.

create_figure(width, height)

Create a matplotlib figure.

plot_seismogram([width, trace_height, …])

Plot the seismogram data.

set_event(public_id[, hypocenter])

Set the event to process.

Inheritence diagram

Inheritance diagram of mss_dataserver.postprocess.seismogram_plotter.SeismogramPlotter