#!/bin/csh -f set freq1=87666 set freq2=89850 set name=pnt_mos goto start start: ../../scripts/atcalib.csh \ showplots=n \ interact=n \ purge=y \ datadir=/Users/tonywong/ATCA_raw \ files=2009-10-03_1522.C2121,2009-10-03_1856.C2121 \ atlodopt=nocacal,noauto,birdie \ dantpos= \ dotsys=n \ doelev=y \ sources=$name \ gaincals=0637-752 \ bpcal=0537-441 \ bpbin1=4 \ bpbin2=4 \ fluxcal=uranus \ fluxflux= \ freq1=$freq1 \ freq2=$freq2 \ restfq1=88.6318 \ restfq2=89.188518 \ edge1= \ edge2= \ shadow=21 \ gainint=12 \ flagsrc= \ flagsel= \ refant=3 \ imline='vel,50,150,3.5,3.5' \ uvlinch= \ fitorder=1 \ contsub=n \ cellsz=1 \ imagsz=128 \ rmsfac=3 goto end end: