Skip to content
Snippets Groups Projects
Commit 75e26043 authored by Taya Snijder's avatar Taya Snijder
Browse files

removed now unused imports

parent a3fc9adb
No related branches found
No related tags found
1 merge request!229Resolve L2SS-554 "Delay pointing unit tests"
import datetime
from tangostationcontrol.beam.delays import *
from math import sqrt, pow
from tangostationcontrol.test import base
......@@ -22,7 +20,6 @@ class TestDelays(base.TestCase):
def test_sun(self):
# # create a frame tied to the reference position
#reference_itrf = [3826577.066, 461022.948, 5064892.786] # CS002LBA, in ITRF2005 epoch 2012.5
reference_itrf = [3826577.066, 461022.948, 5064892.786]
d = delay_calculator(reference_itrf)
......
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