Updated section refs

这个提交包含在:
Craig Warren
2023-03-29 16:51:30 +01:00
父节点 265e2e8051
当前提交 8f0a922d7c
共有 6 个文件被更改,包括 32 次插入19 次删除

查看文件

@@ -19,7 +19,7 @@ This module uses matplotlib to plot the time history for the electric and magnet
.. code-block:: none
python -m toolboxes.plotting.plot_Ascan outputfile
python -m toolboxes.Plotting.plot_Ascan outputfile
where ``outputfile`` is the name of output file including the path.
@@ -32,13 +32,13 @@ For example to plot the ``Ez`` output component with it's FFT:
.. code-block:: none
python -m toolboxes.plotting.plot_Ascan my_outputfile.h5 --outputs Ez -fft
python -m toolboxes.Plotting.plot_Ascan my_outputfile.h5 --outputs Ez -fft
plot_Bscan.py
-------------
gprMax produces a separate output file for each trace (A-scan) in the B-scan. These must be combined into a single file using the ``outputfiles_merge.py`` module (described in the :ref:`other utilities section <utils>`). This module uses matplotlib to plot an image of the B-scan. Usage (from the top-level gprMax directory) is:
gprMax produces a separate output file for each trace (A-scan) in the B-scan. These must be combined into a single file using the ``outputfiles_merge.py`` module (found in the ``toolboxes\Utilities``). This module uses matplotlib to plot an image of the B-scan. Usage (from the top-level gprMax directory) is:
.. code-block:: none