mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 01:53:31 +01:00
ZH: ba* do not plot antennas[70]
This commit is contained in:
parent
583577b807
commit
5137f87bd9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue