5.11.1.10. eqcorrscan.utils.plotting.plot_repicked

eqcorrscan.utils.plotting.plot_repicked(template, picks, det_stream, size=(10.5, 7.5), save=False, savefile=None, title=False)[source]

Plot a template over a detected stream, with picks corrected by lag-calc.

Parameters:
  • template (obspy.core.stream.Stream) – Template used to make the detection, will be aligned according to picks.
  • picks (list) – list of corrected picks, each pick must be an obspy.core.event.origin.Pick object.
  • det_stream (obspy.core.stream.Stream) – Stream to plot in the background, should be the detection, data should encompass the time the picks are made.
  • size (tuple) – Plot size.
  • save (bool) – To save figure or not, if false, will show to screen.
  • savefile (str) – File name to save file, required if save==True.
  • title (str) – Title for plot, defaults to None.
Returns:

Figure handle which can be edited.

Return type:

matplotlib.figure.Figure

../../_images/plot_repicked.png