Turnaround scripts

stglib provides turnaround scripts for quick data analysis in the field. These can be found in the scripts/ directory.

aqdturnaround.py

Create Aquadopp turnaround plots. Run this script from the directory containing Aquadopp files.

usage: aqdturnaround.py [-h] [--orientation ORIENTATION] basefile

Positional Arguments

basefile

basename of AQD file (without extension)

Named Arguments

--orientation

instrument orientation (UP/DOWN). Default UP

Default: “UP”

exoturnaround.py

Create YSI EXO turnaround plots. Run this script from the directory containing EXO files.

usage: exoturnaround.py [-h] [--skiprows SKIPROWS] basefile

Positional Arguments

basefile

basename of EXO .csv file (without extension)

Named Arguments

--skiprows

Number of header rows to skip. Default 25

Default: 25