generate some basic plots

This commit is contained in:
Brendan Haines 2025-03-22 23:26:17 -06:00
parent 05bb5645f7
commit f50496ed5d
9 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

View File

@ -108,11 +108,11 @@ class PcolorMagPlot(PcolorPlot):
def generate():
for elements in [
1,
# 2,
2,
4,
# 10,
10,
]:
# PcolorPhasePlot(elements=elements, angle_deg=45).save(dir_assets / "beamforming" / f"phase_xz_{elements}el.gif")
PcolorPhasePlot(elements=elements, angle_deg=45).save(dir_assets / "beamforming" / f"phase_xz_{elements}el.gif")
PcolorMagPlot(elements=elements, angle_deg=45).save(
dir_assets / "beamforming" / f"magnitude_xz_{elements}el.gif"
)