gprmax吧 关注:530贴子:1,899
  • 1回复贴,共1

求教 gprmax中内置的GSSI 400天线模型问题

只看楼主收藏回复

#title: B-scan tunnel
#domain: 11 0.3 2
#dx_dy_dz: 0.01 0.01 0.01
#time_window: 50e-9
#material: 10 0 1 0 rock
#material: 7 0 1 0 concrete
#box: 0.0 0.0 0.0 11 0.3 1.5 rock
#cylinder: 1.00 0.0 1.0 1.00 0.3 1.0 0.05 free_space
#cylinder: 2.70 0.0 1.0 2.70 0.3 1.0 0.15 free_space
#cylinder: 4.60 0.0 1.0 4.60 0.3 1.0 0.35 free_space
#cylinder: 6.70 0.0 1.0 6.70 0.3 1.0 0.35 free_space
#cylinder: 9.05 0.0 1.0 9.05 0.3 1.0 0.50 free_space
#box: 0.0 0.0 1.0 11 0.3 1.5 concrete
#python:
from user_libs.antennas.GSSI import antenna_like_GSSI_400
antenna_like_GSSI_400(0.20 + current_model_run * 0.01, 0.15, 1.5, 0.002)
#end_python:
#geometry_view: 0 0 0 11 0.3 2 0.01 0.01 0.01 tunnel n
以上是我编写的in文件,请问为什么运行会出现错误提示:
raise CmdInputError("'" + ' '.join(tmp) + "'" + ' the lower coordinates should be less than the upper coordinates')
gprMax.exceptions.CmdInputError: '#box: 0.092 0.028 1.51 0.168 0.27 1.512 pcb' the lower coordinates should be less than the upper coordinates
我检查了我所有的坐标,范围都是对的啊


IP属地:四川1楼2024-08-06 23:40回复
    教教我怎么编


    IP属地:湖南来自Android客户端2楼2024-08-07 08:59
    回复