#!/bin/csh -f # Now with continuum subtraction set freq1=88556 set freq2=89112 set name=pnt_mos goto start start: ../../../scripts/atcalib.csh \ showplots=n \ interact=n \ purge=y \ datadir=/Users/tonywong/ATCA_raw \ files=2007-10-01_1213.CX145,2007-10-01_1919.CX145 \ atlodopt=nopol,nocacal \ dantpos= \ dotsys=n \ doelev=y \ sources=$name \ gaincals=0637-752 \ bpcal=1921-293 \ bpbin1=4 \ bpbin2=4 \ fluxcal=uranus \ fluxflux= \ freq1=$freq1 \ freq2=$freq2 \ restfq1=88.6318 \ restfq2=89.188518 \ edge1=-1 \ edge2=-1 \ shadow=21 \ flagsrc= \ flagsel= \ refant=3 \ imline= \ uvlinch=1,78,179,256 \ fitorder=1 \ contsub=y \ cellsz=1 \ imagsz=128 \ rmsfac=3 goto end end: