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.
Returns version of AH waveform data. |
|
Checks whether a file is AH waveform data or not. |
|
Entry are packed in the same order as shown in _pack_trace_with_ah_dict .The missing information is replaced with zeros station info |
|
Reads an AH waveform file and returns a Stream object. |
|
Reads an AH v1 waveform file and returns a Stream object. |
|
Reads an AH v2 waveform file and returns a Stream object. |
|
Writes a Stream object to an AH v1 waveform file. |