你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
add ouputfile parameter to api
这个提交包含在:
@@ -24,7 +24,9 @@ import argparse
|
|||||||
|
|
||||||
def api(
|
def api(
|
||||||
scenes=None,
|
scenes=None,
|
||||||
|
id=None,
|
||||||
inputfile=None,
|
inputfile=None,
|
||||||
|
outputfile=None,
|
||||||
n=1,
|
n=1,
|
||||||
task=None,
|
task=None,
|
||||||
restart=None,
|
restart=None,
|
||||||
@@ -46,6 +48,7 @@ def api(
|
|||||||
|
|
||||||
args.scenes = scenes
|
args.scenes = scenes
|
||||||
args.inputfile = inputfile
|
args.inputfile = inputfile
|
||||||
|
args.outputfile = outputfile
|
||||||
args.n = n
|
args.n = n
|
||||||
args.task = task
|
args.task = task
|
||||||
args.restart = restart
|
args.restart = restart
|
||||||
|
在新工单中引用
屏蔽一个用户