ZH: CLI args for baseline phase determination

This commit is contained in:
Eric-Teunis de Boone 2023-02-02 14:57:55 +01:00
parent 040f27bd78
commit ad7a62604b
2 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,5 @@
.PHONY: all
FIG_DIR := ./figures
-include config.mk
@ -18,6 +17,7 @@ BEAC_DECAY ?= 0
PB_LOW ?= 0.03
PB_HIGH ?= 0.08
REF_ANTS ?=
all: beacon clocks phases findks vary-fixes reconstruct
@ -33,7 +33,7 @@ clocks:
phases:
./ba_measure_beacon_phase.py --no-show-plots --fig-dir=${FIG_DIR}
./bb_measure_clock_phase.py --no-show-plots --fig-dir=${FIG_DIR}
./bc_baseline_phase_deltas.py --no-show-plots --fig-dir=${FIG_DIR}
./bc_baseline_phase_deltas.py ${REF_ANTS} --no-show-plots --fig-dir=${FIG_DIR}
./bd_antenna_phase_deltas.py --no-show-plots --fig-dir=${FIG_DIR}
findks: