# KUbandPeak.py # Exgal H2CO(6/2cm)/OH/H111alpha pointing measurement script # 6B23 Spectroscopy # H2CO 1(10)-1(11), 2(11)-2(12), OH 2p1/2 F=1-0, OH 2p1/2 F=1-1, H111alpha # F. Ghigo 2006/06/07 # J. Mangum 2006/06/07 # # NOTE that associated routines are: # # KUbandObs.py => Source measurement # # NOTE: At Ku-band re-peak up about every 2 hours # Define a source position near your program source... src = "Mrk273" # set this to the source you are starting with. Catalog("/users/jmangum/6B23/ExgalH2CO.cat") SetValues("ScanCoordinator", {"receiver": "Rcvr12_18"}) # Slew to src... Slew(src) # This does a peak on a calibrator near the selected source # at the source observation frequency. AutoPeakFocus( None, src, 14490., 0.7, beamName="1" )