obspy.ah.core

AH bindings to ObsPy core module.

An AH file is used for the storage of binary seismic time series data. The file is portable among machines of varying architecture by virtue of its XDR implementation. It is composed of a variable-sized header containing a number of values followed by the time series data.

copyright:The ObsPy Development Team (devs@obspy.org)
license:GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html)

Functions

is_AH Checks whether a file is AH waveform data or not.
read_AH Reads an AH waveform file and returns a Stream object.
read_AH1 Reads an AH v1 waveform file and returns a Stream object.
read_AH2 Reads an AH v2 waveform file and returns a Stream object.