#Nod on a bright source pairs of beams at a time #setup of the configuration. #HISTORY # 11MAR18 GIL clean up # 09FEB12 GIL remove extra breaks #First put in your sources execfile("/home/astro-util/projects/TKFPA/sources.cat") target = "VENUS" Slew( target) # print 'Nodding beams 3 and 7' Nod( target, "3", "7", scanDuration=30.0) print 'Nodding beams 2 and 6' Nod( target, "2", "6", scanDuration=30.0) print 'Nodding beams 4 and 1' Nod( target, "4", "1", scanDuration=30.0) print 'Nodding beams 1 and 5' Nod( target, "1", "5", scanDuration=30.0)