Writes a alphanumeric SAC file.
Warning
This function should NOT be called directly, it registers via the the write() method of an ObsPy Stream object, call this instead.
Parameters: |
---|
Example
>>> from obspy import read
>>> st = read()
>>> st.write("testxy.sac", format="SACXY")