ZH: ba* do not plot antennas[70]

This commit is contained in:
Eric Teunis de Boone 2023-02-03 12:00:32 +01:00
parent 583577b807
commit 5137f87bd9
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if __name__ == "__main__":
# for reporting using plots
found_data[i] = frequency, beacon_phase, amplitude
if (show_plots or fig_dir) and (i == 0 or i == 72 or i == 70):
if (show_plots or fig_dir) and (i == 0 or i == 72):
p2t = lambda phase: phase/(2*np.pi*f_beacon)
fig, ax = plt.subplots(figsize=figsize)