你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Changed some code comments.
这个提交包含在:
@@ -38,6 +38,7 @@ args = parser.parse_args()
|
|||||||
if args.field not in fieldslist:
|
if args.field not in fieldslist:
|
||||||
raise CmdInputError('{} not allowed. Options are: Ex Ey Ez Hx Hy Hz'.format(args.field))
|
raise CmdInputError('{} not allowed. Options are: Ex Ey Ez Hx Hy Hz'.format(args.field))
|
||||||
|
|
||||||
|
# Open output file and read some attributes
|
||||||
f = h5py.File(args.outputfile, 'r')
|
f = h5py.File(args.outputfile, 'r')
|
||||||
path = '/rxs/rx1'
|
path = '/rxs/rx1'
|
||||||
data = f[path + '/' + args.field]
|
data = f[path + '/' + args.field]
|
||||||
|
在新工单中引用
屏蔽一个用户