! Example of a VLA schedule for observations at 7mm (Q band). ! This is for VLA observations, not for VLBI. ! This demonstrates both explicit and automatic insertion of ! reference pointing scans. ! Recall that reference pointing on the VLA is done in ! interferometer mode so it cannot be used for single dish ! VLBI at the VLA observations. ! Write over old output files. Do not make VEX overwrit dovex=-1 ! ========================================================== ! ================= Cover Information ==================== ! ========================================================== version = 1 expt = 'VLA observations of 3C120" piname = 'Craig Walker' address1 = 'National Radio Astronomy Observatory' address2 = 'P. O. Box O' address3 = 'Socorro, New Mexico, 87801' address4 = ' U.S.A. ' phone = '505 835 7247 ' obsphone = '505 835 7247 ' email = 'cwalker@nrao.edu' fax = '505 835 7027 ' obsmode = 'Continuum' correl = 'None' ! ========================================================== ! =========== File names and other details. ============== ! ========================================================== stafile = $SCHED/catalogs/stations.dat srcfile = $SCHED/catalogs/sources.vlba obstype = vla ! Tells SCHED that this is VLA only. expcode = egvlaq stations = VLA vlatype = CONTINUUM vlausern = 450 vlamode = ' ' ! ========================================================== ! ================== The setup files. ===================== ! ========================================================== ! These are very much like ones in $SCHED/setups. setinit = vlaxx.set / station = VLA format = none vlaband = XX vlabw = '0000' / endset / setinit = vlaqq.set / station = VLA format = none vlaband = QQ vlabw = '0000' / endset / ! =============================================================== ! ===== A source that is not in the external source list: ====== ! =============================================================== srccat / ! 3C120J is 12" WNW of the 3C120 core - half way to the 25" knot ! that is the object of these observations. source='3C120J' ra=04:33:10.33 dec= 05:21:20.8 calcode=' ' equinox=J2000 remarks='12" WNW of the 3C120 USNO position' / endcat / ! =============================================================== ! =========== Control for Reference Pointing Scans. ============= ! =============================================================== autopeak ! Use automatic insertion of reference pointing. pkwatch ! Print details of the search for pointing sources. peakfile = none ! Don't read the default $SCHED/catalogs/peak.cmd peakinit / srcfile = 'None' ! Use regular catalog sources. minfreq = 30000.0 ! Don't bother for lower frequencies (MHz) dwell = 2:40 ! Duration of peak scan. minel = 10.00 ! Minimum elevation for pointing. setup = vlaxx.set ! Setup to use for peakup sources = '3C120', '3C84', '3C48' stations = vla, vla27 / endpeak / ! =============================================================== ! ========================= Scans. ============================ ! =============================================================== lst ! Schedule in LST. day = 58041 ! LST day of stop of first scan. start = 00:00:01 ! LST start time. sumitem = el1, early ! Specify items in scan summary. ! Go to 3C120 first to force the azimuth. The first scan is basically ! sacrificial since we won't be peaked up. Use reference pointing after that. ! Show a few explicitly inserted reference pointing scans. point = -1 ! Don't add pointing for this scan. source='3C120J' dur=12:00 vlapeak=' ' vlamode=' ' setup=vlaqq.set / source='3C48' dwell=2:40 vlapeak=' ' vlamode=IR setup=vlaxx.set / source='3C48' dur=5:00 vlapeak=T vlamode=' ' setup=vlaqq.set / source='3C84' dwell=2:40 vlapeak=' ' vlamode=IR setup=vlaxx.set / source='3C84' dur=8:00 vlapeak=T vlamode=' ' setup=vlaqq.set / source='3C120' dwell=4:20 point / ! let Sched convert it source='3C120J' dur=50:00 / ! to a pointing scan. ! Now let SCHED insert the reference pointing scans. gap = 6:00 ! Hopefully long enough for the pointing scan. Need the ! 2:40 for a point plus slews which can be over 2 min. group 2 rep 3 source='3C84' dur=8:00 / source='3C120J' dur=50:00 / source='3C48' dur=5:00 / source='3C84' dur=8:00 / gap = 9:00 ! enough for two pointing scans. source='3C120J' dur=0:00 stop = 06:30:00 /