obspy.io.rg16.util._quick_merge

_quick_merge(traces, small_number=1e-06)[source]

Specialized function for merging traces produced by _read_rg16.

Requires that traces are of the same datatype, have the same sampling_rate, and dont have data overlaps.

Parameters:
  • traces – list of ObsPy Trace objects.

  • small_number – a small number for determining if traces should be merged. Should be much less than one sample spacing.

Returns:

list of ObsPy Trace objects.