# glish setup script for pointing/continuum observing at 8450 MHz. # include '/home/astro-util/src/glish/gfuncs/gbtsetup.g' # switching mode data. # # The noise cal is switched at 5 Hz (swper=0.2sec) # swdat := [ mode='tp', type='none', swper=0.2 df=[ 0, 0] ] # Receiver setup rcv_par := [ cal='lo', pol='circ', beams='B1', xfer='off'] # Velocity info velinfo := [ v=[ 0.0, 0.0], frame='topo', vdef='radio'] # master setup routine: # gbtsetup( , , , , , # , sw=, rcv=, # vel=, df=, # back_par= gbtsetup( 'Rcvr8_10', 'cont', 'dcr', 8450.0, 80, 0.2, sw=swdat, rcv=rcv_par, vel=velinfo, df=0.0) exit