# # Passband survey at Ka band # # Covers 26 - 40 with at least 100 MHz overlap between banks # Each Band (set of 4 bank tunings, ie, one configuration) # # Band 3: 30 - 32.6 GHz (delta=2.6GHz) with 200 MHz overlap # # from gbtsetup import * g = gbtsetup() g.receiver = 'Rcvr26_40' g.beam = 'B1' g.obstype = 'Spectroscopy' g.backend = 'Spectrometer' g.nwin = 4 g.restfreq = 31300,31300,31300,31300 g.deltafreq = -900,-300,300,900 g.bandwidth = 800 g.swmode = "tp" g.swtype = "none" g.swper = 1.0 g.swfreq = 0.0, 0.0 g.tint = 10 g.vlow = 0 g.vhigh = 0 g.vframe = "topo" g.vdef = "Radio" g.noisecal = "LR" g.pol = "Circular" g.nchan = "medium" g.spect.levels = 3 g.setup() balance()