你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Changed to new-style classes.
这个提交包含在:
@@ -21,7 +21,7 @@ import numpy as np
|
|||||||
from gprMax.utilities import round_value
|
from gprMax.utilities import round_value
|
||||||
|
|
||||||
|
|
||||||
class Waveform:
|
class Waveform(object):
|
||||||
"""Definitions of waveform shapes that can be used with sources."""
|
"""Definitions of waveform shapes that can be used with sources."""
|
||||||
|
|
||||||
types = ['gaussian', 'gaussiandot', 'gaussiandotnorm', 'gaussiandotdot', 'gaussiandotdotnorm', 'ricker', 'sine', 'contsine', 'impulse', 'user']
|
types = ['gaussian', 'gaussiandot', 'gaussiandotnorm', 'gaussiandotdot', 'gaussiandotdotnorm', 'ricker', 'sine', 'contsine', 'impulse', 'user']
|
||||||
|
在新工单中引用
屏蔽一个用户