ZH: make: introduce rough-findks target

This commit is contained in:
Eric Teunis de Boone 2023-04-28 17:16:23 +02:00
parent 01164ddfae
commit 82a33bd84c
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ antenna-phase:
findks:
./ca_period_from_shower.py --input-fname ${INPUT_DIR} --max-k ${MAX_K} --no-show-plots --fig-dir=${FIG_DIR} --data-dir ${DATA_DIR} -l ${PB_LOW} -u ${PB_HIGH}
rough-findks:
./ca_period_from_shower.py --input-fname ${INPUT_DIR} --max-k ${MAX_K} --no-show-plots --fig-dir=${FIG_DIR} --data-dir ${DATA_DIR} -l ${PB_LOW} -u ${PB_HIGH} --quick_run
reportks:
./cb_report_measured_antenna_time_offsets.py --no-show-plots --fig-dir=${FIG_DIR} --data-dir ${DATA_DIR}