obspy.io.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 (https://www.gnu.org/copyleft/lesser.html)

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

_get_ah_version

Returns version of AH waveform data.

_is_ah

Checks whether a file is AH waveform data or not.

_pack_trace_with_ah_dict

_pack_trace_wout_ah_dict

Entry are packed in the same order as shown in _pack_trace_with_ah_dict .The missing information is replaced with zeros station info

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

_unpack_string

_write_ah1

Writes a Stream object to an AH v1 waveform file.