From e2310a2e7714cde378169553048149df98306357 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 2 Dec 2022 16:37:39 +0100 Subject: [PATCH] ZH: rename scripts --- simulations/airshower_beacon_simulation/Makefile | 3 ++- simulations/airshower_beacon_simulation/README.md | 8 ++++++-- .../airshower_beacon_simulation/bc_phase_sigmas.py | 0 .../{bc_beacon_periods.py => ca_beacon_periods.py} | 0 ...{bc_period_from_shower.py => ca_period_from_shower.py} | 0 .../{do_reconstruction.py => reconstruction.py} | 0 6 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 simulations/airshower_beacon_simulation/bc_phase_sigmas.py rename simulations/airshower_beacon_simulation/{bc_beacon_periods.py => ca_beacon_periods.py} (100%) rename simulations/airshower_beacon_simulation/{bc_period_from_shower.py => ca_period_from_shower.py} (100%) rename simulations/airshower_beacon_simulation/{do_reconstruction.py => reconstruction.py} (100%) diff --git a/simulations/airshower_beacon_simulation/Makefile b/simulations/airshower_beacon_simulation/Makefile index e78c2be..22fb5b7 100644 --- a/simulations/airshower_beacon_simulation/Makefile +++ b/simulations/airshower_beacon_simulation/Makefile @@ -11,9 +11,10 @@ clocks: phases: ./ba_beacon_phases.py + ./bb_true_phases.py period_multiples: - ./bb_beacon_multiples.py + ./ca_periods_from_shower.py dist-clean: rm -f ZH_airshower/antennas.hdf5 diff --git a/simulations/airshower_beacon_simulation/README.md b/simulations/airshower_beacon_simulation/README.md index d4e99be..f5891b1 100644 --- a/simulations/airshower_beacon_simulation/README.md +++ b/simulations/airshower_beacon_simulation/README.md @@ -6,6 +6,7 @@ Using the beacon, the clocks can be calibrated. The ZHaires simulated airshower is stored in [./ZH_airshower](./ZH_airshower). The produced files can be read using [./earsim](./earsim). +All quantities are stored in HDF5 files with the airshower data. Steps: 1. Setup @@ -22,6 +23,9 @@ Steps: 2. Beacon analysis 1. Find beacon frequency and phase in antenna traces ([./ba_beacon_phases.py]) - 2. Find k\*2\\pi phase offsets (periods) ([./bb_beacon_multiples.py]) + 2. Remove phase due to distances + 3. Analyse the sigma between antenna pairs - 3. Rewrite clocks + 3. Find k\*2\\pi phase offsets (periods) ([./ca_periods_from_showers.py]) + + 4. Rewrite clocks diff --git a/simulations/airshower_beacon_simulation/bc_phase_sigmas.py b/simulations/airshower_beacon_simulation/bc_phase_sigmas.py new file mode 100755 index 0000000..e69de29 diff --git a/simulations/airshower_beacon_simulation/bc_beacon_periods.py b/simulations/airshower_beacon_simulation/ca_beacon_periods.py similarity index 100% rename from simulations/airshower_beacon_simulation/bc_beacon_periods.py rename to simulations/airshower_beacon_simulation/ca_beacon_periods.py diff --git a/simulations/airshower_beacon_simulation/bc_period_from_shower.py b/simulations/airshower_beacon_simulation/ca_period_from_shower.py similarity index 100% rename from simulations/airshower_beacon_simulation/bc_period_from_shower.py rename to simulations/airshower_beacon_simulation/ca_period_from_shower.py diff --git a/simulations/airshower_beacon_simulation/do_reconstruction.py b/simulations/airshower_beacon_simulation/reconstruction.py similarity index 100% rename from simulations/airshower_beacon_simulation/do_reconstruction.py rename to simulations/airshower_beacon_simulation/reconstruction.py