dug_seis.event_processing.picking.dug_picker module

dug_seis.event_processing.picking.dug_picker module#

Central picking routine in DUGSeis.

dug_seis.event_processing.picking.dug_picker.adjust_pick_time(sample_idx, cft)#
dug_seis.event_processing.picking.dug_picker.dug_picker(st: Stream, pick_algorithm: str, picker_opts: Dict[str, Any] | None = None)#

Apply a picker algorithm on all traces to pick first arrivals.

Parameters:
  • st – The ObsPy Stream object.

  • pick_algorithm – Name of the picking algorithm.

  • picker_opts – Options passed to the picker.

dug_seis.event_processing.picking.dug_picker.sta_lta(stream, st_window, lt_window, thresholds)#

Apply the STA LTA picker