Skip to content
Snippets Groups Projects
Commit 795a6100 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add ladcp

parent 5f212660
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ PYLINT = pylint
TEST_PATH = tests
OPTIONS_CTD = data/CTD/cnv/dfr2900[1-3].cnv -i CTD
OPTIONS_XBT = data/XBT/T7_0000*.EDF -i XBT -k DEPTH TEMP SVEL
OPTIONS_LADCP = data/LADCP/*.lad -i LADCP -k DEPTH EWCT NSCT
.PHONY: clean-pyc clean-build lint test run build
......@@ -33,6 +34,9 @@ ctd:
xbt:
$(PYTHON) $(MAIN) $(OPTIONS_XBT) $(GUI)
ladcp:
$(PYTHON) $(MAIN) $(OPTIONS_LADCP) $(GUI)
build:
pyinstaller -wF $(MAIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment