From 82a33bd84c8f005d42ce6c34137f256d09df7304 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 28 Apr 2023 17:16:23 +0200 Subject: [PATCH] ZH: make: introduce rough-findks target --- airshower_beacon_simulation/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airshower_beacon_simulation/Makefile b/airshower_beacon_simulation/Makefile index 3c33a3d..7a87ca5 100644 --- a/airshower_beacon_simulation/Makefile +++ b/airshower_beacon_simulation/Makefile @@ -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}