obspy.io.gse2.core

GSE2/GSE1 bindings to ObsPy core module.

Private Functions

Warning

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

_is_gse1

Checks whether a file is GSE1 or not.

_is_gse2

Checks whether a file is GSE2 or not.

_read_gse1

Reads a GSE1 file and returns a Stream object.

_read_gse2

Reads a GSE2 file and returns a Stream object.

_write_gse2

Write GSE2 file from a Stream object.