Configuration files in /home/adcp/config: ship-based configuration --------------------------- (1) sensor_cfg.py: - serial logging: (baud rates, ports, messages to be logged) - lists all ADCP instruments as a group - lists all serial inputs (with ADCPS as a subset) (2) procsetup_onship.py: - contains info for email, post-processing heading correction, and configuring the 5-minute-vector-plot - actual processing (done by matlab) reads two files called *_cfg.m and *_proc.m, generated from information on procsetup_onship.py (3) cmdfiles/*_default.cmd - there may be overrides to the named defaults, for example to set a deeper blanking interval or turn on bottom track by default informational files ------------------ (0) crontab.txt: - use EDITOR=/bin/vi anbd run "crontab -e" to create this entry - The last line is all we add to the crontab entry, the rest is added as a comment by "crontab -e" - 20:40 UTC is 0640 HST (that is the target) (1) cmdfiles/*.cmd: - command files for running ADCP instruments configuration file: read by --------------------- ------------------------------------------- sensor_cfg.py DAS.py procsetup_onship.py DAS.py, quick_adcp.py, plotting scripts, daily.py *.cmd DAS.py