hide my sins

This commit is contained in:
Brendan Haines 2025-03-23 01:49:48 -06:00
parent 023c20016f
commit 0c929722fa
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -153,7 +153,7 @@ class Steer(AnimatedPlot):
period=fft_period,
)
self.fig.suptitle(f"{np.rad2deg(angle):+5.1f}° Steer")
# self.fig.suptitle(f"{np.rad2deg(angle):+5.1f}° Steer")
rolloff = np.cos(np.deg2rad(theta))
self.axs[0].set_ylabel("Farfield Magnitude [dB]")
@ -163,7 +163,7 @@ class Steer(AnimatedPlot):
self.axs[0].set_ylim(-30, 5)
self.axs[0].set_xlabel("Theta [°]")
self.axs[0].grid(True)
self.axs[0].axvline(np.rad2deg(angle))
# self.axs[0].axvline(np.rad2deg(angle))
self.axs[1].set_ylabel("Excitation Phase")
self.axs[1].stem(element_position, np.rad2deg(element_phase))