! Started logfile: J0324-2918_S_2005_05_12_yyk_uvs.log on Sat Oct 8 16:53:25 2005 obs J0324-2918_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0324-2918_S_2005_05_12_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.856566 visibilities/baseline/integration-bin. ! Found source: J0324-2918 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1442 lines of history. ! ! Reading 1696 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ![@muppet J0324-2918_S_2005_05_12_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.22251 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.291 mas, bmaj=6.313 mas, bpa=-0.4865 degrees ! Estimated noise=1.89174 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.158124 Jy ! Component: 100 - total flux cleaned = 0.194008 Jy ! Total flux subtracted in 100 components = 0.194008 Jy ! Clean residual min=-0.011202 max=0.012608 Jy/beam ! Clean residual mean=-0.000102 rms=0.002665 Jy/beam ! Combined flux in latest and established models = 0.194008 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.194008 Jy ! ! Correcting IF 1. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.102425Jy sigma=1.122728 ! Fit after self-cal, rms=0.102130Jy sigma=1.118048 ! Inverting map and beam ! Estimated beam: bmin=2.291 mas, bmaj=6.313 mas, bpa=-0.4865 degrees ! Estimated noise=1.89174 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=8.12 mas, bpa=-3.374 degrees ! Estimated noise=1.27697 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (2.5, 0). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0183431 Jy ! Component: 100 - total flux cleaned = 0.023786 Jy ! Component: 150 - total flux cleaned = 0.0247787 Jy ! Component: 200 - total flux cleaned = 0.0250274 Jy ! Total flux subtracted in 200 components = 0.0250274 Jy ! Clean residual min=-0.007861 max=0.007329 Jy/beam ! Clean residual mean=-0.000209 rms=0.001939 Jy/beam ! Combined flux in latest and established models = 0.219035 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 38 components and 0.219035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099359Jy sigma=1.079384 ! Fit after self-cal, rms=0.099309Jy sigma=1.078984 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.967 x 8.12 at -3.374 degrees (North through East) ! Clean map min=-0.007412 max=0.18651 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.995889 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.12 HN 1.04 KP 0.86 ! LA 1.09 MK 1.12 NL 0.95 OV 0.84 ! PT 0.91 SC 1.07 ! ! ! Fit before self-cal, rms=0.099309Jy sigma=1.078984 ! Fit after self-cal, rms=0.097669Jy sigma=1.062017 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097669Jy sigma=1.062017 ! Fit after self-cal, rms=0.097661Jy sigma=1.061937 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.036 mas, bmaj=8.265 mas, bpa=-3.18 degrees ! Estimated noise=1.26707 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00333959 Jy ! Component: 100 - total flux cleaned = -0.00371452 Jy ! Component: 150 - total flux cleaned = -0.00396167 Jy ! Component: 200 - total flux cleaned = -0.00418349 Jy ! Total flux subtracted in 200 components = -0.00418349 Jy ! Clean residual min=-0.006298 max=0.006979 Jy/beam ! Clean residual mean=-0.000169 rms=0.001682 Jy/beam ! Combined flux in latest and established models = 0.214852 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 57 components and 0.214852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097473Jy sigma=1.059281 ! Fit after self-cal, rms=0.097469Jy sigma=1.059153 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097469Jy sigma=1.059153 ! Fit after self-cal, rms=0.094799Jy sigma=1.020848 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000777574 Jy ! Component: 100 - total flux cleaned = 0.000547361 Jy ! Component: 150 - total flux cleaned = 0.000407512 Jy ! Component: 200 - total flux cleaned = 0.000280014 Jy ! Total flux subtracted in 200 components = 0.000280014 Jy ! Clean residual min=-0.006220 max=0.006703 Jy/beam ! Clean residual mean=-0.000162 rms=0.001657 Jy/beam ! Combined flux in latest and established models = 0.215132 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.215132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094621Jy sigma=1.019397 ! Fit after self-cal, rms=0.094415Jy sigma=1.016716 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.036 x 8.265 at -3.18 degrees (North through East) ! Clean map min=-0.005918 max=0.18746 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094415Jy sigma=1.016716 ! Fit after self-cal, rms=0.093420Jy sigma=1.003047 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093420Jy sigma=1.003047 ! Fit after self-cal, rms=0.093399Jy sigma=1.002672 ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=8.178 mas, bpa=-2.869 degrees ! Estimated noise=1.25464 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000510795 Jy ! Component: 100 - total flux cleaned = -0.000645446 Jy ! Component: 150 - total flux cleaned = -0.000697198 Jy ! Component: 200 - total flux cleaned = -0.0007003 Jy ! Total flux subtracted in 200 components = -0.0007003 Jy ! Clean residual min=-0.005630 max=0.006138 Jy/beam ! Clean residual mean=-0.000090 rms=0.001543 Jy/beam ! Combined flux in latest and established models = 0.214431 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.214431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093356Jy sigma=1.001610 ! Fit after self-cal, rms=0.093338Jy sigma=1.001517 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093338Jy sigma=1.001517 ! Fit after self-cal, rms=0.093741Jy sigma=0.989732 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093741Jy sigma=0.989732 ! Fit after self-cal, rms=0.093753Jy sigma=0.989630 ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=8.088 mas, bpa=-2.547 degrees ! Estimated noise=1.26022 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144585 Jy ! Component: 100 - total flux cleaned = 0.00165579 Jy ! Component: 150 - total flux cleaned = 0.00176688 Jy ! Component: 200 - total flux cleaned = 0.00181561 Jy ! Total flux subtracted in 200 components = 0.00181561 Jy ! Clean residual min=-0.005847 max=0.006304 Jy/beam ! Clean residual mean=-0.000097 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 0.216247 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.216247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093622Jy sigma=0.988210 ! Fit after self-cal, rms=0.093629Jy sigma=0.988150 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.208 mas, bmaj=21.86 mas, bpa=4.817 degrees ! Estimated noise=1.64578 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000631917 Jy ! Component: 100 - total flux cleaned = -0.000899508 Jy ! Component: 150 - total flux cleaned = -0.00109116 Jy ! Component: 200 - total flux cleaned = -0.00131202 Jy ! Total flux subtracted in 200 components = -0.00131202 Jy ! Clean residual min=-0.006118 max=0.007641 Jy/beam ! Clean residual mean=-0.000204 rms=0.002210 Jy/beam ! Combined flux in latest and established models = 0.214935 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 111 components and 0.214935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093586Jy sigma=0.988192 ! Fit after self-cal, rms=0.093569Jy sigma=0.987977 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.295 mas, bmaj=6.294 mas, bpa=0.01211 degrees ! Estimated noise=1.87826 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.157902 Jy ! Component: 100 - total flux cleaned = 0.194226 Jy ! Component: 150 - total flux cleaned = 0.210898 Jy ! Component: 200 - total flux cleaned = 0.216476 Jy ! Total flux subtracted in 200 components = 0.216476 Jy ! Clean residual min=-0.008919 max=0.007331 Jy/beam ! Clean residual mean=-0.000052 rms=0.002060 Jy/beam ! Combined flux in latest and established models = 0.216476 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.216476 Jy ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=8.088 mas, bpa=-2.547 degrees ! Estimated noise=1.26022 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000647747 Jy ! Component: 100 - total flux cleaned = 0.000508367 Jy ! Component: 150 - total flux cleaned = 0.000390518 Jy ! Component: 200 - total flux cleaned = 0.00028432 Jy ! Total flux subtracted in 200 components = 0.00028432 Jy ! Clean residual min=-0.006053 max=0.006534 Jy/beam ! Clean residual mean=-0.000098 rms=0.001565 Jy/beam ! Combined flux in latest and established models = 0.21676 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 42 components and 0.216761 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.208 mas, bmaj=21.86 mas, bpa=4.817 degrees ! Estimated noise=1.64578 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000521056 Jy ! Component: 100 - total flux cleaned = -0.000839622 Jy ! Component: 150 - total flux cleaned = -0.00112573 Jy ! Component: 200 - total flux cleaned = -0.0013844 Jy ! Total flux subtracted in 200 components = -0.0013844 Jy ! Clean residual min=-0.006125 max=0.007711 Jy/beam ! Clean residual mean=-0.000206 rms=0.002199 Jy/beam ! Combined flux in latest and established models = 0.215376 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.215376 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.987 mas, bmaj=8.088 mas, bpa=-2.547 degrees ! Estimated noise=1.26022 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000342621 Jy ! Component: 100 - total flux cleaned = 0.000500843 Jy ! Component: 150 - total flux cleaned = 0.000568077 Jy ! Component: 200 - total flux cleaned = 0.000628414 Jy ! Total flux subtracted in 200 components = 0.000628414 Jy ! Clean residual min=-0.005917 max=0.006505 Jy/beam ! Clean residual mean=-0.000098 rms=0.001540 Jy/beam ! Combined flux in latest and established models = 0.216005 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 71 components and 0.216005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093709Jy sigma=0.989667 ! Fit after self-cal, rms=0.093700Jy sigma=0.989448 wmodel J0324-2918_S_2005_05_12_yyk\_map.mod ! Writing 71 model components to file: J0324-2918_S_2005_05_12_yyk_map.mod wobs J0324-2918_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0324-2918_S_2005_05_12_yyk_uvs.fits wwins J0324-2918_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J0324-2918_S_2005_05_12_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000513304 Jy ! Component: 100 - total flux cleaned = 0.000613278 Jy ! Component: 150 - total flux cleaned = 0.000787299 Jy ! Component: 200 - total flux cleaned = 0.000403089 Jy ! Component: 250 - total flux cleaned = -0.000101479 Jy ! Component: 300 - total flux cleaned = -0.000306934 Jy ! Component: 350 - total flux cleaned = -0.000437072 Jy ! Component: 400 - total flux cleaned = -0.000624324 Jy ! Component: 450 - total flux cleaned = -0.000505629 Jy ! Component: 500 - total flux cleaned = -0.000907169 Jy ! Component: 550 - total flux cleaned = -0.00112757 Jy ! Component: 600 - total flux cleaned = -0.00134201 Jy ! Component: 650 - total flux cleaned = -0.00139473 Jy ! Component: 700 - total flux cleaned = -0.0015487 Jy ! Component: 750 - total flux cleaned = -0.00174803 Jy ! Component: 800 - total flux cleaned = -0.00199142 Jy ! Component: 850 - total flux cleaned = -0.00232523 Jy ! Component: 900 - total flux cleaned = -0.00269861 Jy ! Component: 950 - total flux cleaned = -0.00301834 Jy ! Component: 1000 - total flux cleaned = -0.00315323 Jy ! Component: 1050 - total flux cleaned = -0.00346214 Jy ! Component: 1100 - total flux cleaned = -0.00376469 Jy ! Component: 1150 - total flux cleaned = -0.00401976 Jy ! Component: 1200 - total flux cleaned = -0.0042298 Jy ! Component: 1250 - total flux cleaned = -0.00455985 Jy ! Component: 1300 - total flux cleaned = -0.00484372 Jy ! Component: 1350 - total flux cleaned = -0.00508419 Jy ! Component: 1400 - total flux cleaned = -0.00555611 Jy ! Component: 1450 - total flux cleaned = -0.00582719 Jy ! Component: 1500 - total flux cleaned = -0.00609361 Jy ! Component: 1550 - total flux cleaned = -0.00635631 Jy ! Component: 1600 - total flux cleaned = -0.00668967 Jy ! Component: 1650 - total flux cleaned = -0.00694463 Jy ! Component: 1700 - total flux cleaned = -0.00712482 Jy ! Component: 1750 - total flux cleaned = -0.0074446 Jy ! Component: 1800 - total flux cleaned = -0.00772508 Jy ! Component: 1850 - total flux cleaned = -0.00796752 Jy ! Component: 1900 - total flux cleaned = -0.00827486 Jy ! Component: 1950 - total flux cleaned = -0.00854523 Jy ! Component: 2000 - total flux cleaned = -0.00894547 Jy ! Total flux subtracted in 2048 components = -0.00917592 Jy ! Clean residual min=-0.001811 max=0.002114 Jy/beam ! Clean residual mean=-0.000063 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.206829 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 213 components and 0.206829 Jy ![Exited script file: muppet] wmap "J0324-2918_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.987 x 8.088 at -2.547 degrees (North through East) ! Clean map min=-0.0041115 max=0.19048 Jy/beam ! Writing clean map to FITS file: J0324-2918_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.190479 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000680615 device "J0324-2918_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0324-2918_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07195 1.07195 2.14391 4.28781 8.57562 17.1512 34.3025 68.605 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.19 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.987 x 8.088 at -2.547 degrees (North through East) ! Clean map min=-0.0041115 max=0.19048 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0324-2918_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0324-2918_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0324-2918_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:53:29 2005