Removal of Taguchi optimisation. Move towards high-level config module, rather than settings in Grid class.

这个提交包含在:
Craig Warren
2019-05-24 09:54:32 +01:00
父节点 142b9b4064
当前提交 61e9d43e26
共有 35 个文件被更改,包括 349 次插入1525 次删除

查看文件

@@ -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