你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
9 行
218 B
Python
9 行
218 B
Python
import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
|
from .Debye_Fit import Crim, HavriliakNegami, Jonscher, Rawdata
|
|
|
|
__all__ = [
|
|
'HavriliakNegami', 'Jonscher', 'Crim',
|
|
'Rawdata'
|
|
]
|
|
|