From f9db40111805ac4c16b824a5a9347cceb6623a9e Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Thu, 11 Aug 2022 09:43:27 +0200
Subject: [PATCH] L2SS-572: fix typo

---
 tangostationcontrol/tangostationcontrol/devices/tilebeam.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py
index 36b8b8a0d..a98e88a76 100644
--- a/tangostationcontrol/tangostationcontrol/devices/tilebeam.py
+++ b/tangostationcontrol/tangostationcontrol/devices/tilebeam.py
@@ -85,7 +85,7 @@ class TileBeam(beam_device):
             d.set_measure_time(timestamp)
 
             # calculate the delays based on the set reference position, the set time and now the set direction and antenna positions
-            delays[tile] = d.convert(pointing_direction[tile], self.HBAT_antenna_positions[tile])
+            delays[tile] = d.delays(pointing_direction[tile], self.HBAT_antenna_positions[tile])
 
         return delays
 
-- 
GitLab