你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Adjusted some comments.
这个提交包含在:
@@ -50,7 +50,7 @@ model = f[path + args.output[0]][:] * -1
|
|||||||
model /= np.amax(np.abs(model))
|
model /= np.amax(np.abs(model))
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
# Select model field of interest and find max
|
# Find location of maximum value from model
|
||||||
modelmax = np.where(np.abs(model) == 1)[0][0]
|
modelmax = np.where(np.abs(model) == 1)[0][0]
|
||||||
|
|
||||||
# Real results
|
# Real results
|
||||||
|
在新工单中引用
屏蔽一个用户