#Cycle through APPSS sources for a couple hours # 6/16/17 # Configure Backend execfile(' ') Configure(" ") Balance() # Load Catalog Catalog('') Catalog(fluxcal) # Observe flux calibrator source # Does a position-switched observation of a known flux calibrator with the # off position offset by 5 minutes in hour angle. # It spends 1 minute staring at the On position followed by 1 min OFF. # You will need to pick the name of a flux calibrator to observe. OnOff(' ',Offset("J2000","00:05:00",0.0,cosv=True),60.,'1') # Observe HI source # Need to enter a source name src= # This does a position-switched observation # You will need to pick your observing time, and offset position #OnOff(src,Offset("J2000","",0.0,cosv=True),,'1') # This does a frequency-switched observation (provided the config is correct) # You need to enter a source, integration time, and endOffset (which should be None). #Track()