obspy.io.ah.core._read_ah

_read_ah(filename, **kwargs)[source]

Reads an AH 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) AH file to be read.
Return type:Stream
Returns:Stream with Traces specified by given file.