mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2025-05-17 13:29:25 +02:00
ZH: CLI args for baseline phase determination
This commit is contained in:
parent
040f27bd78
commit
ad7a62604b
2 changed files with 12 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue