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

removed now unused imports

parent a3fc9adb
Branches
Tags v0.18.5
1 merge request!229Resolve L2SS-554 "Delay pointing unit tests"
import datetime import datetime
from tangostationcontrol.beam.delays import * from tangostationcontrol.beam.delays import *
from math import sqrt, pow
from tangostationcontrol.test import base from tangostationcontrol.test import base
...@@ -22,7 +20,6 @@ class TestDelays(base.TestCase): ...@@ -22,7 +20,6 @@ class TestDelays(base.TestCase):
def test_sun(self): def test_sun(self):
# # create a frame tied to the reference position # # 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] reference_itrf = [3826577.066, 461022.948, 5064892.786]
d = delay_calculator(reference_itrf) d = delay_calculator(reference_itrf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment