Merge branch 'devel' into mpi

这个提交包含在:
nmannall
2024-04-17 12:30:28 +01:00
当前提交 33e44ab882
共有 5 个文件被更改,包括 14 次插入6 次删除

查看文件

@@ -432,7 +432,7 @@ def antenna_like_GSSI_1500(x, y, z, resolution=0.001, **kwargs):
material_id="rxres",
)
scene_objects.append(e1)
r1 = gprMax.Rx(p1=(tx[0] - 0.059, tx[1], tx[2]), id="rxbowtie", outputs="Ey")
r1 = gprMax.Rx(p1=(tx[0] - 0.059, tx[1], tx[2]), id="rxbowtie", outputs=["Ey"])
scene_objects.append(r1)
elif resolution == 0.002:
@@ -443,7 +443,7 @@ def antenna_like_GSSI_1500(x, y, z, resolution=0.001, **kwargs):
material_id="rxres",
)
scene_objects.append(e1)
r1 = gprMax.Rx(p1=(tx[0] - 0.060, tx[1], tx[2]), id="rxbowtie", outputs="Ey")
r1 = gprMax.Rx(p1=(tx[0] - 0.060, tx[1], tx[2]), id="rxbowtie", outputs=["Ey"])
scene_objects.append(r1)
return scene_objects
@@ -900,7 +900,7 @@ def antenna_like_GSSI_400(x, y, z, resolution=0.002, **kwargs):
)
scene_objects.extend((w2, tl2))
else:
r1 = gprMax.Rx(p1=(tx[0] + 0.162, tx[1], tx[2]), id="rxbowtie", outputs="Ey")
r1 = gprMax.Rx(p1=(tx[0] + 0.162, tx[1], tx[2]), id="rxbowtie", outputs=["Ey"])
scene_objects.append(r1)
# Geometry views

查看文件

@@ -649,7 +649,7 @@ def antenna_like_MALA_1200(x, y, z, resolution=0.001, **kwargs):
scene_objects.append(vs1)
# Output point - receiver bowtie
r1 = gprMax.Rx(p1=(tx[0] + 0.076, tx[1], tx[2]), id="rxbowtie", outputs="Ey")
r1 = gprMax.Rx(p1=(tx[0] + 0.076, tx[1], tx[2]), id="rxbowtie", outputs=["Ey"])
scene_objects.append(r1)
# Geometry views