你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-06 20:46:52 +08:00
Updating of outputfiles_merge to allow it to be imported as a function.
这个提交包含在:
@@ -21,15 +21,16 @@ where ``inputfile`` is the name of input file including the path.
|
||||
outputfiles_merge.py
|
||||
--------------------
|
||||
|
||||
gprMax produces a separate output file for each trace (A-scan) in a B-scan. This module combines the separate output files into a single file, and offers to remove the separate output files afterwards. Usage (from the top-level gprMax directory) is:
|
||||
gprMax produces a separate output file for each trace (A-scan) in a B-scan. This module combines the separate output files into a single file, and can remove the separate output files afterwards. Usage (from the top-level gprMax directory) is:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
python -m tools.outputfiles_merge basefilename
|
||||
python -m tools.outputfiles_merge basefilename --remove-files
|
||||
|
||||
where:
|
||||
|
||||
* ``basefilename`` is the base name file of the output file series, e.g. for ``myoutput1.out``, ``myoutput2.out`` the base file name would be ``myoutput``
|
||||
* ``remove-files`` is an optional argument (flag) that when given will remove the separate output files after the merge.
|
||||
|
||||
|
||||
convert_png2h5.py
|
||||
|
在新工单中引用
屏蔽一个用户