obspy.io.cybershake.core._internal_read_cybershake

_internal_read_cybershake(buf, band_code='M', **kwargs)[source]

Reads a CyberShake seismogram file and returns a Stream object.

Warning

This function should NOT be called directly, it registers via the ObsPy read() function, call this instead.

Parameters:
  • buf (file or file-like object) – Filename that contains the CyberShake seismogram data.

  • band_code (str) – A single character associated with the period band. Default is ‘M’ for mid-period.