From dc85c08ae3dbb002f35dd7f3fd905f4bf5f553cf Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 22 Mar 2016 18:31:11 +0000 Subject: [PATCH] Tweaks to text on thresholding. --- docs/source/geometry_snapshots.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/geometry_snapshots.rst b/docs/source/geometry_snapshots.rst index cbd6967e..bb345a4e 100644 --- a/docs/source/geometry_snapshots.rst +++ b/docs/source/geometry_snapshots.rst @@ -7,7 +7,7 @@ The geometry and snapshot files use the open source Visualization ToolKit (VTK) Geometry files ============== -The ``#geometry_view:`` command produces either ImageData (.vti) for a per-cell geometry view, or PolygonalData (.vtp) for a per-cell-edge geometry view. The per-cell geometry views also show the location of the PML regions and any sources and receivers. The following are steps to get started with viewing geometry files in Paraview: +The ``#geometry_view:`` command produces either ImageData (.vti) for a per-cell geometry view, or PolygonalData (.vtp) for a per-cell-edge geometry view. The per-cell geometry views also show the location of the PML regions and any sources and receivers in the model. The following are steps to get started with viewing geometry files in Paraview: .. _pv_toolbar: @@ -18,7 +18,7 @@ The ``#geometry_view:`` command produces either ImageData (.vti) for a per-cell #. **Open the file** either from the File menu or toolbar. #. Click the **Apply** button in the Properties panel. You should see an outline of the volume of the geometry view. #. Install the ``gprMax_info.py`` Python script, that comes with the gprMax source code (in the ``tools/Paraview macros`` directory), as a macro in Paraview. This script makes it quick and easy to view the different materials in a geometry file. To add the script as a macro in Paraview choose the file from the Macros->Add new macro menu. It will then appear as a shortcut button in the toolbar as shown in :numref:`pv_toolbar`. You only need to do this once, the macro will be kept in Paraview for future use. -#. Click the ``gprMax_info`` shortcut button. All the materials in the model should appear in the Pipeline Browser as Threshold items as shown in :numref:`pv_pipeline`. +#. Click the ``gprMax_info`` shortcut button. All the materials in the model should appear in the Pipeline Browser as Threshold items as shown in :numref:`pv_pipeline`. Also a threshold for the PML region as well as any sources and receivers in the model. .. _pv_pipeline: