From 6be1bb129fc38cbc9861e4030782300c4ec81f4a Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Thu, 19 Jan 2023 17:05:50 +0100 Subject: [PATCH] ZH: renaming phase variables II: true_phase->clock_phase (file moving) --- simulations/airshower_beacon_simulation/Makefile | 6 +++--- .../{bb_measure_true_phase.py => bb_measure_clock_phase.py} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename simulations/airshower_beacon_simulation/{bb_measure_true_phase.py => bb_measure_clock_phase.py} (100%) diff --git a/simulations/airshower_beacon_simulation/Makefile b/simulations/airshower_beacon_simulation/Makefile index 7528db2..127768c 100644 --- a/simulations/airshower_beacon_simulation/Makefile +++ b/simulations/airshower_beacon_simulation/Makefile @@ -7,8 +7,8 @@ all: beacon clocks phases findks reconstruct beacon: - ./aa_generate_beacon.py > figures/aa.log - ./ab_modify_clocks.py 0 > figures/ab.log + ./aa_generate_beacon.py | tee figures/aa.log + ./ab_modify_clocks.py 0 | tee figures/ab.log ./ac_show_signal_to_noise.py --no-show-plots --fig-dir=${FIG_DIR} clocks: @@ -16,7 +16,7 @@ clocks: phases: ./ba_measure_beacon_phase.py --no-show-plots --fig-dir=${FIG_DIR} - ./bb_measure_true_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} ./bd_antenna_phase_deltas.py --no-show-plots --fig-dir=${FIG_DIR} diff --git a/simulations/airshower_beacon_simulation/bb_measure_true_phase.py b/simulations/airshower_beacon_simulation/bb_measure_clock_phase.py similarity index 100% rename from simulations/airshower_beacon_simulation/bb_measure_true_phase.py rename to simulations/airshower_beacon_simulation/bb_measure_clock_phase.py