obspy.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.