5.4.1.10. eqcorrscan.utils.clustering.group_delays

eqcorrscan.utils.clustering.group_delays(stream_list)[source]

Group template waveforms according to their arrival times (delays).

Parameters:stream_list (list of obspy.Stream) List of the waveforms you want to group
Returns:list of List of obspy.Streams where each initial list is a group with the same delays.