dug_seis.event_processing.picking.picker_helper module#
Script that contains various helper functions for picker.
- dug_seis.event_processing.picking.picker_helper.mask_list_indices(lst, indices)#
Function that masks list depending on indices.
- dug_seis.event_processing.picking.picker_helper.time_delta_between_picks(picks, thr_time_deltas)#
Function that calculates time deltas between picks and removes picks which are within set time threshold. Input: - Obspy picks in list - threshold of time-delta Output: - Obspy picks in list which where not within set time-delta threshold - nr of picks within set delta-time threshold - nr of picks which do not fall into delta-time interval