Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjones76 committed May 24, 2016
1 parent ee07276 commit 768042c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/seisdata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ Utility Functions

* ``sync!, sync``: Synchronize time windows for all channels and fill time gaps. Calls ``autotap!``, which in turn de-means and calls ``ungap!``.

* ``ungap!, ungap``: Fill all time gaps in each channel of regularly sampled data. By default, ``ungap`` invoked alone will cosine taper non-gap subsequences of time series data (keyword ``w=true``), and will fill time gaps with the mean of non-NaN data points (keyword ``m=true``). These behaviors can be changed by changing the keywords corresponding to each.

* ``ungap!, ungap``: Fill all time gaps in each channel of regularly sampled data. By default, invoking ``ungap!`` alone cosine tapers non-gap subsequences of time series data (keyword ``w=true``), and fills time gaps with the mean of non-NaN data points (keyword ``m=true``).


Native File I/O
Expand Down

0 comments on commit 768042c

Please sign in to comment.