#!/bin/csh -f set freq1=88544 set freq2=89101 set name=n44r1_mos,n44r2_mos goto start start: ../../scripts/atcalib.csh \ showplots=n \ interact=n \ purge=y \ datadir=/Users/tonywong/ATCA_raw \ files=2008-08-24_1951.C1795,2008-08-25_0231.C1795 \ atlodopt=nopol,nocacal \ dantpos=@../../scripts/dantpos.080820 \ dotsys=n \ doelev=y \ sources=$name \ gaincals=0637-752 \ bpcal=1253-055n \ bpbin1=4 \ bpbin2=4 \ fluxcal= \ fluxflux= \ 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: