#!/bin/csh -f set freq1=88559 set freq2=89115 set name=n159f_mos goto start start: ../../scripts/atcalib.csh \ showplots=n \ interact=n \ purge=y \ datadir=/Users/tonywong/ATCA_raw \ files=2006-09-08_1828.C1544 \ atlodopt=nopol,nocacal \ dantpos= \ dotsys=n \ doelev=y \ sources=$name \ gaincals=0637-752 \ bpcal=1253-055 \ bpbin1=4 \ bpbin2=4 \ fluxcal=1253-055 \ fluxflux=18.4 \ freq1=$freq1 \ freq2=$freq2 \ restfq1=88.6318 \ restfq2=89.188518 \ edge1=-1 \ edge2=-1 \ shadow=21 \ flagsrc= \ flagsel= \ refant=3 \ imline= \ uvlinch= \ fitorder=1 \ contsub=n \ cellsz=1 \ imagsz=128 \ rmsfac=3 goto end end: