你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Added base coordinate properties for use with rx_step.
这个提交包含在:
@@ -21,16 +21,13 @@ class Rx(object):
|
||||
|
||||
availableoutputs = ['Ex', 'Ey', 'Ez', 'Hx', 'Hy', 'Hz', 'Ix', 'Iy', 'Iz']
|
||||
|
||||
def __init__(self, xcoord=None, ycoord=None, zcoord=None):
|
||||
"""
|
||||
Args:
|
||||
xcoord (float): x-coordinate of location in model.
|
||||
ycoord (float): y-coordinate of location in model.
|
||||
zcoord (float): z-coordinate of location in model.
|
||||
"""
|
||||
def __init__(self):
|
||||
|
||||
self.ID = None
|
||||
self.outputs = []
|
||||
self.xcoord = xcoord
|
||||
self.ycoord = ycoord
|
||||
self.zcoord = zcoord
|
||||
self.xcoord = None
|
||||
self.ycoord = None
|
||||
self.zcoord = None
|
||||
self.xcoordbase = None
|
||||
self.ycoordbase = None
|
||||
self.zcoordbase = None
|
在新工单中引用
屏蔽一个用户