From 5c94ecee2c294b67cb8ae3aa016577ec29c26b24 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 5 Jan 2016 18:27:58 +0000 Subject: [PATCH] Updated doc strings. --- tools/plot_Ascan.py | 2 +- tools/plot_Bscan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index d982838d..e4d19619 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -23,7 +23,7 @@ import matplotlib.pyplot as plt from gprMax.exceptions import CmdInputError -"""Plots electric and magnetic fields from all receiver points in the given output file. Each receiver point is plotted in a new figure window.""" +"""Plots electric and magnetic fields from any receiver points in the given output file. Each receiver point is plotted in a new figure window.""" # Fields that can be plotted fieldslist = ['Ex', 'Hx', 'Ey', 'Hy', 'Ez', 'Hz'] diff --git a/tools/plot_Bscan.py b/tools/plot_Bscan.py index 89631d3f..f29d5065 100644 --- a/tools/plot_Bscan.py +++ b/tools/plot_Bscan.py @@ -23,7 +23,7 @@ import matplotlib.pyplot as plt from gprMax.exceptions import CmdInputError -"""Plots B-scan.""" +"""Plots a B-scan image.""" # Fields that can be plotted fieldslist = ['Ex', 'Hx', 'Ey', 'Hy', 'Ez', 'Hz']