From eb71b5b825d1e3664737fc4c33098fef709802b4 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 19 Dec 2016 11:31:14 +0000 Subject: [PATCH] Updated to include description of of where x,y,z coordinates for inserting an antenna model refer to. --- docs/source/user_libs_antennas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_libs_antennas.rst b/docs/source/user_libs_antennas.rst index b4761a1c..0d5a68c8 100644 --- a/docs/source/user_libs_antennas.rst +++ b/docs/source/user_libs_antennas.rst @@ -29,7 +29,7 @@ Module overview How to use the module ===================== -The antenna models can be accessed from within a block of Python code in an input file. The models must be used with cubic spatial resolutions of either 1mm (default) or 2mm by setting the keyword argument, e.g. ``resolution=0.002``. The antenna models can be rotated 90 degrees counter-clockwise (CCW) in the x-y plane by setting the keyword argument ``rotate90=True``. +The antenna models can be accessed from within a block of Python code in an input file. The models are inserted at location x,y,z. The coordinates are relative to the geometric centre of the antenna in the x-y plane and the bottom of the antenna skid in the z direction. The models must be used with cubic spatial resolutions of either 1mm (default) or 2mm by setting the keyword argument, e.g. ``resolution=0.002``. The antenna models can be rotated 90 degrees counter-clockwise (CCW) in the x-y plane by setting the keyword argument ``rotate90=True``. Example -------