Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed Feb 21, 2024
1 parent 7de8081 commit 8b1775d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
7 changes: 6 additions & 1 deletion doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,14 @@ Onset Hobo
- ``names``: option for user specified column names (only recommended when code will not read names using automated/default method)

Lowell TCM Hobo
----------
---------------

- All the _min, _max, _bad_ens, etc. options available to the EXO.
- ``skipfooter``: number of lines to skip in the CSV file at the end of the file
- ``ncols``: number of columns of data to read, starting at first
- ``names``: option for user specified column names (only recommended when code will not read names using automated/default method)

Vector
------
- ``pressure_sensor_height`` and ``velocity_sample_volume_height`` to specify the elevations of these two sensors.
- ``puv``: set to ``true`` to compute PUV wave statistics.
12 changes: 12 additions & 0 deletions doc/vec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ runveccdf2nc.py
.. argparse::
:ref: stglib.core.cmd.veccdf2nc_parser
:prog: runveccdf2nc.py

Compute wave statistics
=======================

Use stglib's built-in wave-statistics toolbox to compute a wave-statistics file.

runvecnc2waves.py
-----------------

.. argparse::
:ref: stglib.core.cmd.vecnc2waves_parser
:prog: runvecnc2waves.py
6 changes: 3 additions & 3 deletions doc/wvs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ runwvscdf2nc.py
:ref: stglib.core.cmd.wvscdf2nc_parser
:prog: runwvscdf2nc.py

Compute waves statistics
========================
Compute wave statistics
=======================

Using DIWASP: This is run separately in Matlab using the DIWASP toolbox (docs TODO).

Use stglib's built-in waves statistics toolbox to compute a wave statistics file.
Use stglib's built-in wave-statistics toolbox to compute a wave-statistics file.

runwvsnc2waves.py
-----------------
Expand Down

0 comments on commit 8b1775d

Please sign in to comment.