obspy.io.cybershake.core._read_cybershake
- _read_cybershake(filename, 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:
filename – Filename that contains the CyberShake seismogram data.
band_code – A single character associated with the period band. Default is ‘M’ for mid-period.