Removed multiply then divide by 2.

这个提交包含在:
craig-warren
2015-11-17 12:55:41 +00:00
父节点 352da14215
当前提交 86f72f8d85

查看文件

@@ -46,7 +46,7 @@ class Waveform:
if self.type == 'gaussiandotdot' or self.type == 'gaussiandotdotnorm' or self.type == 'ricker':
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
else:
chi = 1 / self.freq