你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 04:56:51 +08:00
Corrected regression in plotting of a B-scan module, and in corresponding docs.
这个提交包含在:
@@ -110,7 +110,7 @@ You can now run the model:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
python -m gprMax cylinder_Ascan_2D.in
|
||||
python -m gprMax user_models/cylinder_Ascan_2D.in
|
||||
|
||||
View the results
|
||||
----------------
|
||||
@@ -119,7 +119,7 @@ You should have produced an output file ``cylinder_Ascan_2D.out``. You can view
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
python -m tools.plot_Ascan cylinder_Ascan_2D.out
|
||||
python -m tools.plot_Ascan user_models/cylinder_Ascan_2D.out
|
||||
|
||||
:numref:`cylinder_Ascan_results` shows the time history of the electric and magnetic field components and currents at the receiver location. The :math:`E_z` field component can be converted to voltage which represents the A-scan (trace). The initial part of the signal (<1.5 ns) represents the direct wave from transmitter to receiver. Then comes the reflected wavelet from the metal cylinder.
|
||||
|
||||
@@ -148,7 +148,7 @@ To run the model for a B-scan is slightly different than for a single A-scan. Yo
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
python -m gprMax cylinder_Bscan_2D.in -n 60
|
||||
python -m gprMax user_models/cylinder_Bscan_2D.in -n 60
|
||||
|
||||
|
||||
Results
|
||||
@@ -158,7 +158,7 @@ You should have produced 60 output files, one for each A-scan, with names ``cyli
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
python -m tools.outputfiles_merge cylinder_Bscan_2D 60
|
||||
python -m tools.outputfiles_merge user_models/cylinder_Bscan_2D 60
|
||||
|
||||
You should see a combined output file ``cylinder_Bscan_2D_all.out``. The tool will ask you if you want to delete the original single A-scan output files or keep them.
|
||||
|
||||
@@ -166,7 +166,7 @@ You can now view an image of the B-scan using the command:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
python -m tools.plot_Bscan cylinder_Bscan_2D_all.out --field Ez
|
||||
python -m tools.plot_Bscan user_models/cylinder_Bscan_2D_all.out Ez
|
||||
|
||||
:numref:`cylinder_Bscan_results` shows the B-scan (image of the :math:`E_z` field component). As expected a hyperbolic response is present from the metal cylinder.
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户