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