你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
If an rx is named that name is written to the output file.
这个提交包含在:
@@ -59,6 +59,8 @@ def prepare_output_file(outputfile, G):
|
||||
# Add positional data for rxs
|
||||
for rxindex, rx in enumerate(G.rxs):
|
||||
tmp = f.create_group('/rxs/rx' + str(rxindex + 1))
|
||||
if rx.ID:
|
||||
tmp['Name'] = rx.ID
|
||||
tmp['Position'] = (rx.positionx * G.dx, rx.positiony * G.dy, rx.positionz * G.dz)
|
||||
if 'Ex' in rx.outputs:
|
||||
tmp['Ex'] = np.zeros(G.iterations, dtype=floattype)
|
||||
|
在新工单中引用
屏蔽一个用户