你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 15:27:57 +08:00
Removal of Taguchi optimisation. Move towards high-level config module, rather than settings in Grid class.
这个提交包含在:
@@ -12,7 +12,8 @@ import sys
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from gprMax.constants import c, z0
|
||||
from gprMax.config import c
|
||||
from gprMax.config import z0
|
||||
|
||||
|
||||
# Parse command line arguments
|
||||
@@ -89,7 +90,7 @@ for patt in range(0, len(radii)):
|
||||
power = 10 * np.log10(pattplot)
|
||||
# Replace any NaNs or Infs from zero division
|
||||
power[np.invert(np.isfinite(power))] = 0
|
||||
|
||||
|
||||
ax.plot(theta, power, label='{:.2f}m'.format(radii[patt]), marker='.', ms=6, lw=1.5)
|
||||
|
||||
# Add Hertzian dipole plot
|
||||
|
在新工单中引用
屏蔽一个用户