From ee9497b140802ce638b0e33db5d16b220f903507 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 23 Dec 2022 12:29:14 +0100 Subject: [PATCH] WIP: ZH: period correlation, invert sign of clock_phase_time --- .../airshower_beacon_simulation/ca_period_from_shower.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulations/airshower_beacon_simulation/ca_period_from_shower.py b/simulations/airshower_beacon_simulation/ca_period_from_shower.py index 458ad9b..ee03958 100755 --- a/simulations/airshower_beacon_simulation/ca_period_from_shower.py +++ b/simulations/airshower_beacon_simulation/ca_period_from_shower.py @@ -206,7 +206,7 @@ if __name__ == "__main__": clock_phase_time = clock_phase/(2*np.pi*f_beacon) ev.antennas[i].orig_t = ev.antennas[i].t - ev.antennas[i].t -= clock_phase_time + ev.antennas[i].t += clock_phase_time if False: # remove beacon from trace meas_phase = ant.beacon_info[freq_name]['phase']