obspy.io.alsep.core._append_trace

_append_trace(stream, data, headonly=False)[source]

Append data as trace to stream.

Parameters:
  • stream (obspy.Stream) – stream

  • data (dict) – seismic data

  • headonly (bool, optional) – If set to True, read only the head. This is most useful for scanning available data in huge (temporary) data sets.