你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 04:26:52 +08:00
Changed access to Taguchi parameters in input files.
这个提交包含在:
@@ -16,10 +16,5 @@ fitness = {'name': 'fitness_xcorr', 'stop': 0.9, 'args': {'refresp': '/Users/cwa
|
||||
|
||||
#python:
|
||||
from user_libs.antennas import antenna_like_MALA_1200
|
||||
|
||||
kwargs = {}
|
||||
for i in ['excitationfreq', 'sourceresistance', 'absorberEr', 'absorbersig']:
|
||||
kwargs[i] = locals()[i]
|
||||
|
||||
antenna_like_MALA_1200(0.132, 0.095, 0.100, resolution=0.001, **kwargs)
|
||||
antenna_like_MALA_1200(0.132, 0.095, 0.100, resolution=0.001, **optparams)
|
||||
#end_python:
|
@@ -16,7 +16,7 @@ fitness = {'name': 'fitness_max', 'stop': 4000, 'args': {'outputs': 'myRx'}}
|
||||
#end_taguchi:
|
||||
|
||||
#python:
|
||||
print('#waveform: ricker {} 1.5e9 my_ricker'.format(rickeramp))
|
||||
print('#waveform: ricker {} 1.5e9 my_ricker'.format(optparams['rickeramp']))
|
||||
#end_python:
|
||||
|
||||
#hertzian_dipole: z 0.100 0.170 0 my_ricker
|
||||
|
在新工单中引用
屏蔽一个用户