obspy.io.gse2.core._write_gse2
- _write_gse2(stream, filename, inplace=False, **kwargs)[source]
Write GSE2 file from a Stream object.
Warning
This function should NOT be called directly, it registers via the the
write()
method of an ObsPyStream
object, call this instead.- Parameters:
Example
>>> from obspy import read >>> st = read() >>> st.write('filename.gse', format='GSE2')