From d7c879c72fb64dda249abbed0d79f2d2f26ba4b7 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 19 Feb 2016 14:29:19 +0000 Subject: [PATCH] Changed name of string added when A-scans are merged to a B-scan. --- docs/source/examples_simple_2D.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/examples_simple_2D.rst b/docs/source/examples_simple_2D.rst index 3f342108..e4abc82d 100644 --- a/docs/source/examples_simple_2D.rst +++ b/docs/source/examples_simple_2D.rst @@ -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 -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: .. 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.