Changed name of string added when A-scans are merged to a B-scan.

这个提交包含在:
Craig Warren
2016-02-19 14:29:19 +00:00
父节点 bbc8a101ec
当前提交 d7c879c72f

查看文件

@@ -160,13 +160,13 @@ You should have produced 60 output files, one for each A-scan, with names ``cyli
python -m tools.outputfiles_merge user_models/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_merge.out``. The tool will ask you if you want to delete the original single A-scan output files or keep them. You should see a combined output file ``cylinder_Bscan_2D_merged.out``. The tool will ask you if you want to delete the original single A-scan output files or keep them.
You can now view an image of the B-scan using the command: You can now view an image of the B-scan using the command:
.. code-block:: none .. code-block:: none
python -m tools.plot_Bscan user_models/cylinder_Bscan_2D_merge.out Ez python -m tools.plot_Bscan user_models/cylinder_Bscan_2D_merged.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. :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.