2022-09-28 15:18:04 +02:00
|
|
|
.PHONY: all
|
|
|
|
|
|
|
|
all: beacon clocks
|
|
|
|
|
|
|
|
|
|
|
|
beacon:
|
2022-11-10 12:04:31 +01:00
|
|
|
./aa_generate_beacon.py
|
2022-09-28 15:18:04 +02:00
|
|
|
|
|
|
|
clocks:
|
2022-11-10 12:04:31 +01:00
|
|
|
./ab_modify_clocks.py
|
2022-09-28 15:18:04 +02:00
|
|
|
|
2022-11-21 13:43:58 +01:00
|
|
|
phases:
|
2022-12-08 15:02:14 +01:00
|
|
|
./ba_measure_beacon_phase.py
|
|
|
|
./bb_measure_true_phase.py
|
|
|
|
./bc_baseline_phase_deltas.py
|
|
|
|
./bd_antenna_phase_deltas.py
|
2022-11-21 13:43:58 +01:00
|
|
|
|
|
|
|
period_multiples:
|
2022-12-02 16:37:39 +01:00
|
|
|
./ca_periods_from_shower.py
|
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
|