Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjones76 committed Oct 26, 2019
1 parent 31a16f1 commit 26ad139
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/Formats/hdf5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ If **ovr=true** is specified, but **add=false**, **write_hdf5** *only* overwrite
.. function:: scan_hdf5(fname::String, level="trace")

Scans supported seismic HDF5 formats and returns a list of strings describing
the waveform contents. If level=channel, output is more verbose.
the waveform contents. If level="trace", output is more verbose.
7 changes: 4 additions & 3 deletions docs/src/Formats/timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,11 @@ Print headers from SEG Y file to stdout. Specify ``passcal=true`` for PASSCAL SE

Parse UW event data file ``dfname`` into a new SeisEvent structure.

.. function:: writesac(S[, ts=true])
.. function:: writesac(S[, xy=true])

Write SAC data to SAC files with auto-generated names. Specify ts=true to write
time stamps; this will flag the file as generic x-y data in the SAC interpreter.
Write SAC data to SAC files with auto-generated names. Specify xy=true to write
time-stamped x-y data; this will flag the file as generic x-y data in the SAC
interpreter.

.. function:: wseis(fname, S)
.. function:: wseis(fname, S, T, U...)
Expand Down

0 comments on commit 26ad139

Please sign in to comment.