你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Removed '+1' when creating set of bins for volumetric water fraction values.
这个提交包含在:
@@ -261,7 +261,7 @@ class PeplinskiSoil(object):
|
||||
# sigf2 = -1.645 + 1.939 * self.rb - 2.25622 * self.S + 1.594 * self.C
|
||||
|
||||
# Generate a set of bins based on the given volumetric water fraction values
|
||||
mubins = np.linspace(self.mu[0], self.mu[1], nbins + 1)
|
||||
mubins = np.linspace(self.mu[0], self.mu[1], nbins)
|
||||
# Generate a range of volumetric water fraction values the mid-point of each bin to make materials from
|
||||
mumaterials = mubins + (mubins[1] - mubins[0]) / 2
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户