#! /bin/csh -f
#
# Observing Script for ORIMSR
#
# PI: Jim Morgan (UMD)
# Email: morgan@astro.umd.edu
# Telephone: (301) 405-6853
# Correlator set to observe CO
# LST Range of main source: 01:00 - 10:00.
#
# Setups follow ==========================================
#
setup name=quality s=orimsr c=0541-056,0739+016 f=0541-056 p=3C454.3
#
setup name=tuning cormode=4 corbw=50,50 corf=525,475,525,475 \
restfqs=115.2701 obsline=co \
dopsrc=orimsr dopcat=j2000.cat freq=115.2712 iffreq=500
#
setup name=all itime=30 elevlim=12 nchan=-1 stop=+24
#
setup name=passband setup=all source=3C454.3 vis=3C454.3 maxobs=1
#
setup name=calib1 setup=all source=0541-056 vis=0541-056 \
stop=+6 lstrange=0100,0700
#
setup name=calib2 setup=all source=0739+016 vis=0739+016 \
stop=+6 lstrange=0530,stop
#
setup name=orimsr setup=all source=orimsr vis=orimsr \
catalog=j2000.cat nchan=1
#
# Observing follows ==========================================
#
# Since the tuning and correlator setup only needs to be
# done once for the entire project, it is done as following:
#
scan setup='tuning'
#
# Observe the passband at the beginning. This will only
# be done once regardless of how many times the script
# is stopped and restarted.
#
scan setup='passband'
#
# Start the main loop and run it until the project ends.
#
loop srcsetup='orimsr' calsetup='calib1,calib2'
#
# End of script ===========================================
#
exit 0
(up to Document Overview,
back to Example Scripts)
James Morgan