obspy.io.css.core._read_nnsa_kb_core

_read_nnsa_kb_core(filename, **kwargs)[source]

Reads a NNSA KB Core waveform 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 (str) – NNSA KB Core file to be read.

Return type:

Stream

Returns:

Stream with Traces specified by given file.