From 46233b659b02b1510a4d91b9f75ba7e44708d81f Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 7 Jan 2016 09:05:30 +0000 Subject: [PATCH] Updated some text describing the plotting. --- docs/source/plotting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/plotting.rst b/docs/source/plotting.rst index d592e5c4..813dffcf 100644 --- a/docs/source/plotting.rst +++ b/docs/source/plotting.rst @@ -21,7 +21,7 @@ where ``outputfile`` is the name of output file including the path. There are optional command line arguments: -* ``--fields`` to specify a subset of the default field components (``Ex``, ``Ey``, ``Ez``, ``Hx``, ``Hy`` or ``Hz``) as a list to plot +* ``--fields`` to specify a subset of the default field components (``Ex``, ``Ey``, ``Ez``, ``Hx``, ``Hy`` or ``Hz``) as a list to plot. By default all field components are plotted. * ``-fft`` to plot the Fast Fourier Transform (FFT) of a single field component For example to plot the ``Ez`` field component with it's FFT: @@ -45,7 +45,7 @@ gprMax produces a separate output file for each trace (A-scan) in the B-scan. Th where: * ``outputfile`` is the name of output file including the path -* ``--field`` is the name of field to plot, e.g. ``Ex``, ``Ey``, ``Ez``, ``Hx``, ``Hy`` or ``Hz`` +* ``--field`` is the name of field component to plot, e.g. ``Ex``, ``Ey``, ``Ez``, ``Hx``, ``Hy`` or ``Hz`` .. _waveforms: @@ -74,7 +74,7 @@ where: There is an optional command line argument: -* ``-fft`` to plot the FFT of the waveform +* ``-fft`` to plot the Fast Fourier Transform (FFT) of the waveform Example plots of all the built-in waveforms are shown using the parameters: amplitude of one, frequency of 1GHz, time window of 6ns, and a time step of 1.926ps.