From c567d5190b786266379aad0da7629fe49fb5364a Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 25 Nov 2022 12:17:08 +0100 Subject: [PATCH] ZH: generate beacon reported wrong location for beacon_amplitudes --- simulations/airshower_beacon_simulation/aa_generate_beacon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulations/airshower_beacon_simulation/aa_generate_beacon.py b/simulations/airshower_beacon_simulation/aa_generate_beacon.py index 3d86c52..eaaba93 100755 --- a/simulations/airshower_beacon_simulation/aa_generate_beacon.py +++ b/simulations/airshower_beacon_simulation/aa_generate_beacon.py @@ -291,7 +291,7 @@ if __name__ == "__main__": tx, f_beacon, _ = read_tx_file(tx_fname) - print("Beacon amplitude at (0,0,0) [muV/m]:", beacon_amplitudes) + print("Beacon amplitude at tx [muV/m]:", beacon_amplitudes) print("Tx location:", [tx.x, tx.y, tx.z]) # read in antennas