2022-09-28 15:18:04 +02:00
|
|
|
.PHONY: all
|
|
|
|
|
2023-01-12 14:59:00 +01:00
|
|
|
|
|
|
|
FIG_DIR := ./figures
|
|
|
|
|
|
|
|
all: beacon clocks phases findks reconstruct
|
2022-09-28 15:18:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
beacon:
|
2023-01-12 14:59:00 +01:00
|
|
|
./aa_generate_beacon.py > figures/aa.log
|
|
|
|
./ab_modify_clocks.py 0 > figures/ab.log
|
|
|
|
./ac_show_signal_to_noise.py --no-show-plots --fig-dir=${FIG_DIR}
|
2022-09-28 15:18:04 +02:00
|
|
|
|
|
|
|
clocks:
|
2023-01-13 17:07:18 +01:00
|
|
|
./ab_modify_clocks.py 15 --gaussian
|
2022-09-28 15:18:04 +02:00
|
|
|
|
2022-11-21 13:43:58 +01:00
|
|
|
phases:
|
2023-01-12 14:59:00 +01:00
|
|
|
./ba_measure_beacon_phase.py --no-show-plots --fig-dir=${FIG_DIR}
|
|
|
|
./bb_measure_true_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}
|
|
|
|
|
|
|
|
findks:
|
|
|
|
./ca_period_from_shower.py --no-show-plots --fig-dir=${FIG_DIR}
|
|
|
|
./cb_report_measured_antenna_time_offsets.py --no-show-plots --fig-dir=${FIG_DIR}
|
2022-11-21 13:43:58 +01:00
|
|
|
|
2023-01-12 14:59:00 +01:00
|
|
|
reconstruct:
|
|
|
|
./da_reconstruction.py --no-show-plots --fig-dir=${FIG_DIR}
|
|
|
|
./db_longitudinal_figure.py --no-show-plots --fig-dir=${FIG_DIR}
|
2022-11-21 13:43:58 +01:00
|
|
|
|
2022-09-28 15:18:04 +02:00
|
|
|
dist-clean:
|
|
|
|
rm -f ZH_airshower/antennas.hdf5
|
|
|
|
rm -f ZH_airshower/clocks.csv
|
|
|
|
rm -f ZH_airshower/tx.json
|