Skip to content
Snippets Groups Projects
Commit f9db4011 authored by Stefano Di Frischia's avatar Stefano Di Frischia Committed by Corné Lukken
Browse files

L2SS-572: fix typo

parent b6d35a31
No related branches found
No related tags found
1 merge request!396Resolve L2SS-572 "Refactor delays"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment