Commit e50a0086 authored by Marco Buttu's avatar Marco Buttu
Browse files

Added the ra and dec fields to the AntennaInfo structure

parent df369055
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ class ScanBaseTest(unittest2.TestCase):
            targetName='dummy',
            azimuth=math.pi,
            elevation=math.pi/2 * 1/random.randrange(2, 10),
            rightAscension=0,
            declination=0,
            startEpoch=getTimeStamp().value + 100000000,
            onTheFly=False,
            slewingTime=100000000,