From 6f24f9752d1dea6e8b12b1265ced8d9af05a86b4 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 3 Mar 2022 13:05:29 +0100
Subject: [PATCH] Added documentation for beam tracking and position
 information

---
 tangostationcontrol/docs/source/devices/beam.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tangostationcontrol/docs/source/devices/beam.rst b/tangostationcontrol/docs/source/devices/beam.rst
index 1870fa93f..8075cde99 100644
--- a/tangostationcontrol/docs/source/devices/beam.rst
+++ b/tangostationcontrol/docs/source/devices/beam.rst
@@ -29,7 +29,7 @@ Beam Steering
 
 The beam steering is responsible for pointing the beams at a target, by converting pointings to ``recv.HBAT_bf_delay_steps``. The beam steering is typically controlled by the beam tracker. To point the antennas in any direction manually, you should disable beam tracking first:
 
-:HBAT_tracking_enabled_RW: Enable or disable beam tracking (default: ``True``). 
+:HBAT_tracking_enabled_RW: Enable or disable beam tracking (default: ``True``).
 
   :type: ``bool``
 
@@ -62,7 +62,7 @@ NB: A LOFAR antenna field is constructed such that all tiles lie within the same
 HBA delays
 ```````````````````````
 
-Each HBA tile is steered by configuring the number of *delay steps* to introduce for each element. 
+Each HBA tile is steered by configuring the number of *delay steps* to introduce for each element.
 
 Direction information
 ```````````````````````
-- 
GitLab