!========================================================== ! ================= Cover Information ==================== ! ========================================================== version = 1 expt = 'KaVA C2 sample' expcode = 'expcode' piname = 'Name' address1 = 'Institute/University' address2 = '' address3 = '' address4 = '' phone = '+xx xxx xxx' email = xxxx@xx.xx fax = '' note1 = '' ! ========================================================== ! ============== Correlator Information ================== ! ========================================================== correl = VLBADIFX obstype = 'VLBI' coravg = 1 corchan = 256,2048 cornant = 8 corpol = off corwtfn = uniform corsrcs = standard cortape = NONE corship1 = 'PI name' corship2 = '' corship3 = '' ! ========================================================== ! ================== Program control ===================== ! ========================================================== ! Normally SCHED will not overwrite preexisting files. ! If you want this protection, comment this following line. overwrit !sumitem = el1, az1, early, dwell, disk, tpstart sumitem = el1, early ! ========================================================== ! ======= Standard Source and Station Catalogs ============ ! ========================================================== !freqfile = $SCHED/catalogs/freq.dat ! This requires SCHED 9.4 or greater. stafile = $SCHED/catalogs/stations_EAVN_2024B.dat locfile = $SCHED/catalogs/locations_EAVN_2024B.dat ! ========================================================== ! ====================== Sources ========================= ! ========================================================== srcfile = $SCHED/catalogs/sources.vlba.2012jul srcfile2 = $SCHED/catalogs/sources.pointing srccat / source='RT-VIR' RA=13:02:37.821 DEC=+05:11:08.84 EQUINOX='J2000' / source='W-HYA' RA=13:49:01.936 DEC=-28:22:04.57 EQUINOX='J2000' / source='NGC4151' RA=12:10:32.5758 DEC=+39:24:21.060 EQUINOX='J2000' / ! Ulvestad+2005 Table2 endcat/ ! ========================================================== ! ======================= Setup files ==================== ! ========================================================== ! !!! VERA1S is a standard C2 (32MHz x 8IFs) setup for KaVA !!! VERA1S_F, VERA1S_L, VERA1S_CS, VERA1S_NOCAL are just a copy of VERA1S !!! These are only required for KaVA vex format setini = VERA1S / freqref= 22227 freqoff= 0,0 netside= L,U nchan=2 bits=2 bbfilter=128.0 pol=lcp pcal='off' barrel=ROLL_OFF firstlo = 34000,34000 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNYS, KVNUS, KVNTN / !------------------------------------------------------------- firstlo = 34110,34110 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNPC / !------------------------------------------------------------- firstlo = 16800,16800 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = VERAMZSW, VERAISGK, VERAIRIK, VERAOGSW / !------------------------------------------------------------- endset / setini = VERA1S_CS / freqref= 22227 freqoff= 0,0 netside= L,U nchan=2 bits=2 bbfilter=128.0 pol=lcp pcal='off' barrel=ROLL_OFF firstlo = 34000,34000 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNYS, KVNUS, KVNTN / !------------------------------------------------------------- firstlo = 34110,34110 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNPC / !------------------------------------------------------------- firstlo = 16800,16800 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = VERAMZSW, VERAISGK, VERAIRIK, VERAOGSW / !------------------------------------------------------------- endset / setini = VERA1S_L / freqref= 22227 freqoff= 0,0 netside= L,U nchan=2 bits=2 bbfilter=128.0 pol=lcp pcal='off' barrel=ROLL_OFF firstlo = 34000,34000 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNYS, KVNUS, KVNTN / !------------------------------------------------------------- firstlo = 34110,34110 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNPC / !------------------------------------------------------------- firstlo = 16800,16800 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = VERAMZSW, VERAISGK, VERAIRIK, VERAOGSW / !------------------------------------------------------------- endset / setini = VERA1S_F / freqref= 22227 freqoff= 0,0 netside= L,U nchan=2 bits=2 bbfilter=128.0 pol=lcp pcal='off' barrel=ROLL_OFF firstlo = 34000,34000 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNYS, KVNUS, KVNTN / !------------------------------------------------------------- firstlo = 34110,34110 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = KVNPC / !------------------------------------------------------------- firstlo = 16800,16800 ifchan = R1, R1 bbc = 1, 1 format = MARK5B station = VERAMZSW, VERAISGK, VERAIRIK, VERAOGSW / !------------------------------------------------------------- endset / ! ! ========================================================== ! ================= Spectral line info ============= ! ========================================================== ! Not used this time. lineinit / ! Set up for 8 channels with the line in 5 and 6 lineset ='H2O' restfreq=22227.08, 22227.08, 22235.08, 22235.08 / endlines / ! ========================================================== ! ======================== The Scans ===================== ! ========================================================== YEAR = 2022 MONTH = 5 DAY = 16 START = 9:00:00 !pcal = 'off', !caltime = 30 prestart = 0 minpause = 0 stations = KVNYS, KVNUS, KVNTN, KVNPC, VERAMZSW, VERAIRIK, VERAOGSW, VERAISGK setup='VERA1S_F' source='3C273' dur=04:00 gap=0:00 / setup='VERA1S' source='1219+044' dur=03:00 gap=1:00 / setup='VERA1S_CS' source='1219+044' dur=03:00 gap=1:00 / setup='VERA1S_L' source='M87' dur=20:00 gap=1:00 / ! ====================== End of key file ===============