你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 15:10:13 +08:00
Removed multiply then divide by 2.
这个提交包含在:
@@ -46,7 +46,7 @@ class Waveform:
|
|||||||
|
|
||||||
if self.type == 'gaussiandotdot' or self.type == 'gaussiandotdotnorm' or self.type == 'ricker':
|
if self.type == 'gaussiandotdot' or self.type == 'gaussiandotdotnorm' or self.type == 'ricker':
|
||||||
chi = np.sqrt(2) / self.freq
|
chi = np.sqrt(2) / self.freq
|
||||||
zeta = 2 * np.pi * np.pi * self.freq * self.freq /2
|
zeta = np.pi * np.pi * self.freq * self.freq
|
||||||
delay = time - chi
|
delay = time - chi
|
||||||
else:
|
else:
|
||||||
chi = 1 / self.freq
|
chi = 1 / self.freq
|
||||||
|
在新工单中引用
屏蔽一个用户