obspy.io.y.core

Y bindings to ObsPy core module.

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.

_is_y

Checks whether a file is a Nanometrics Y file or not.

_parse_tag

Reads and parses a single tag.

_read_y

Reads a Nanometrics Y file and returns an ObsPy Stream object.

_unpack_with_asciiz_and_decode

Unpack binary data and decode ASCII bytestrings, stripping ASCIIZ bytestrings correctly as specified by Y format definition.