2.8.7.1. Command-line help¶
- Help is available using the following commands:
adcptree.py --help
quick_adcp.py --help
dataviewer.py --help
patch_hcorr.py --help
and in the links below.
2.8.7.1.1. adcptree.py:¶
This is the command used to create a new ADCP processing directory tree:
adcptree.py --help
(help here)
2.8.7.1.2. quick_adcp.py:¶
Run this command for CODAS ADCP processing steps …
… the first time
quick_adcp.py --cntfile q_py.cnt
… all subsequent times
quick_adcp.py --steps2rerun
(with various options to choose from)General Help
quick_adcp.py --help
(here)
quick_adcp.py --vardoc
(command-line options)PYTHON PROCESSING EXAMPLES
quick_adcp.py --commands postproc
(postprocessing)
quick_adcp.py --commands ltapy
(LTA or STA)
vmdas_quick_ltaproc.py --help
(LTA or STA)
quick_adcp.py --commands uhdaspy
(UHDAS)
quick_adcp.py --commands enrpy
(ENR)
quick_adcp.py --commands pingdata
(PINGDATA)
2.8.7.1.3. dataviewer.py¶
dataviewer.py --help
(help here)