! Started logfile: J1150-0640_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:19:22 2005 obs J1150-0640_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1150-0640_S_2005_05_12_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.874747 visibilities/baseline/integration-bin. ! Found source: J1150-0640 ! ! 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 1732 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 J1150-0640_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.297495 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.721 mas, bmaj=7.336 mas, bpa=-8.44 degrees ! Estimated noise=1.3087 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.244409 Jy ! Component: 100 - total flux cleaned = 0.279532 Jy ! Total flux subtracted in 100 components = 0.279532 Jy ! Clean residual min=-0.009073 max=0.008693 Jy/beam ! Clean residual mean=0.000002 rms=0.002304 Jy/beam ! Combined flux in latest and established models = 0.279532 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.279532 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.072952Jy sigma=1.201340 ! Fit after self-cal, rms=0.072851Jy sigma=1.198310 ! Inverting map and beam ! Estimated beam: bmin=2.721 mas, bmaj=7.336 mas, bpa=-8.44 degrees ! Estimated noise=1.3087 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=3.62 mas, bmaj=9.321 mas, bpa=-7.692 degrees ! Estimated noise=0.886482 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.00927423 Jy ! Component: 100 - total flux cleaned = 0.0125464 Jy ! Component: 150 - total flux cleaned = 0.0129469 Jy ! Component: 200 - total flux cleaned = 0.0129426 Jy ! Total flux subtracted in 200 components = 0.0129426 Jy ! Clean residual min=-0.006196 max=0.007524 Jy/beam ! Clean residual mean=-0.000062 rms=0.002035 Jy/beam ! Combined flux in latest and established models = 0.292475 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 25 components and 0.292475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071405Jy sigma=1.181092 ! Fit after self-cal, rms=0.071398Jy sigma=1.181030 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.62 x 9.321 at -7.692 degrees (North through East) ! Clean map min=-0.005971 max=0.28115 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.03534 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.99 HN 1.00 KP 0.93 ! LA 1.03 MK 0.90 NL 0.97 OV 0.97 ! PT 1.07 SC 0.90 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991312 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.08 HN 0.99 KP 1.02 ! LA 0.98 MK 0.99 NL 0.98 OV 0.98 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.968285 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.24 HN 0.97 KP 0.96 ! LA 0.95 MK 1.11 NL 1.00 OV 1.00 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02597 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.06 HN 0.94 KP 0.89 ! LA 1.04 MK 1.06 NL 0.92 OV 0.83 ! PT 0.91 SC 1.11 ! ! ! Fit before self-cal, rms=0.071398Jy sigma=1.181030 ! Fit after self-cal, rms=0.064664Jy sigma=1.057232 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.064664Jy sigma=1.057232 ! Fit after self-cal, rms=0.064660Jy sigma=1.057183 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.648 mas, bmaj=9.332 mas, bpa=-7.583 degrees ! Estimated noise=0.889994 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.00242755 Jy ! Component: 100 - total flux cleaned = 0.00281605 Jy ! Component: 150 - total flux cleaned = 0.00307964 Jy ! Component: 200 - total flux cleaned = 0.00325635 Jy ! Total flux subtracted in 200 components = 0.00325635 Jy ! Clean residual min=-0.003101 max=0.003289 Jy/beam ! Clean residual mean=-0.000010 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.295731 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 33 components and 0.295731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064454Jy sigma=1.054976 ! Fit after self-cal, rms=0.064447Jy sigma=1.054924 ! 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.064447Jy sigma=1.054924 ! Fit after self-cal, rms=0.062755Jy sigma=1.022349 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.000416743 Jy ! Component: 100 - total flux cleaned = 0.000494185 Jy ! Component: 150 - total flux cleaned = 0.000560728 Jy ! Component: 200 - total flux cleaned = 0.000593276 Jy ! Total flux subtracted in 200 components = 0.000593276 Jy ! Clean residual min=-0.003104 max=0.003328 Jy/beam ! Clean residual mean=-0.000014 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.296325 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.296325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062690Jy sigma=1.021689 ! Fit after self-cal, rms=0.062632Jy sigma=1.019646 ! 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.648 x 9.332 at -7.583 degrees (North through East) ! Clean map min=-0.0029862 max=0.28266 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.062632Jy sigma=1.019646 ! Fit after self-cal, rms=0.059926Jy sigma=0.966160 ! 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.059926Jy sigma=0.966160 ! Fit after self-cal, rms=0.059945Jy sigma=0.965965 ! Inverting map and beam ! Estimated beam: bmin=3.659 mas, bmaj=9.327 mas, bpa=-7.549 degrees ! Estimated noise=0.889091 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -8.93142e-05 Jy ! Component: 100 - total flux cleaned = -9.23571e-05 Jy ! Component: 150 - total flux cleaned = -6.63052e-05 Jy ! Component: 200 - total flux cleaned = -1.35922e-05 Jy ! Total flux subtracted in 200 components = -1.35922e-05 Jy ! Clean residual min=-0.003312 max=0.002911 Jy/beam ! Clean residual mean=-0.000032 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.296311 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.296311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059917Jy sigma=0.965513 ! Fit after self-cal, rms=0.059924Jy sigma=0.965468 ! 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.059924Jy sigma=0.965468 ! Fit after self-cal, rms=0.058824Jy sigma=0.948320 ! 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.058824Jy sigma=0.948320 ! Fit after self-cal, rms=0.058824Jy sigma=0.948304 ! Inverting map and beam ! Estimated beam: bmin=3.664 mas, bmaj=9.326 mas, bpa=-7.541 degrees ! Estimated noise=0.890004 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491923 Jy ! Component: 100 - total flux cleaned = 0.000544387 Jy ! Component: 150 - total flux cleaned = 0.000569407 Jy ! Component: 200 - total flux cleaned = 0.000592504 Jy ! Total flux subtracted in 200 components = 0.000592504 Jy ! Clean residual min=-0.003210 max=0.002892 Jy/beam ! Clean residual mean=-0.000035 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.296903 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.296903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058794Jy sigma=0.947923 ! Fit after self-cal, rms=0.058793Jy sigma=0.947905 ! 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=7.987 mas, bmaj=14.65 mas, bpa=4.048 degrees ! Estimated noise=1.06515 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.000224161 Jy ! Component: 100 - total flux cleaned = 0.00024857 Jy ! Component: 150 - total flux cleaned = 0.000275736 Jy ! Component: 200 - total flux cleaned = 0.000299681 Jy ! Total flux subtracted in 200 components = 0.000299681 Jy ! Clean residual min=-0.002815 max=0.002539 Jy/beam ! Clean residual mean=-0.000065 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.297203 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.297203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058795Jy sigma=0.947884 ! Fit after self-cal, rms=0.058792Jy sigma=0.947866 ! 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.741 mas, bmaj=7.339 mas, bpa=-8.528 degrees ! Estimated noise=1.2995 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.243102 Jy ! Component: 100 - total flux cleaned = 0.276723 Jy ! Component: 150 - total flux cleaned = 0.287175 Jy ! Component: 200 - total flux cleaned = 0.291639 Jy ! Total flux subtracted in 200 components = 0.291639 Jy ! Clean residual min=-0.005234 max=0.004865 Jy/beam ! Clean residual mean=-0.000002 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.291639 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.291639 Jy ! Inverting map and beam ! Estimated beam: bmin=3.664 mas, bmaj=9.326 mas, bpa=-7.541 degrees ! Estimated noise=0.890004 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.00343633 Jy ! Component: 100 - total flux cleaned = 0.00431768 Jy ! Component: 150 - total flux cleaned = 0.00452747 Jy ! Component: 200 - total flux cleaned = 0.00464272 Jy ! Total flux subtracted in 200 components = 0.00464272 Jy ! Clean residual min=-0.003160 max=0.002815 Jy/beam ! Clean residual mean=-0.000031 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.296282 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 30 components and 0.296282 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=7.987 mas, bmaj=14.65 mas, bpa=4.048 degrees ! Estimated noise=1.06515 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.000407341 Jy ! Component: 100 - total flux cleaned = 0.000468842 Jy ! Component: 150 - total flux cleaned = 0.000522641 Jy ! Component: 200 - total flux cleaned = 0.000583176 Jy ! Total flux subtracted in 200 components = 0.000583176 Jy ! Clean residual min=-0.002813 max=0.002498 Jy/beam ! Clean residual mean=-0.000061 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.296865 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.296865 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.664 mas, bmaj=9.326 mas, bpa=-7.541 degrees ! Estimated noise=0.890004 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155963 Jy ! Component: 100 - total flux cleaned = -0.00015533 Jy ! Component: 150 - total flux cleaned = -0.000155635 Jy ! Component: 200 - total flux cleaned = -0.000124536 Jy ! Total flux subtracted in 200 components = -0.000124536 Jy ! Clean residual min=-0.003146 max=0.002833 Jy/beam ! Clean residual mean=-0.000034 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.29674 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.29674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058886Jy sigma=0.949415 ! Fit after self-cal, rms=0.058878Jy sigma=0.949334 wmodel J1150-0640_S_2005_05_12_yyk\_map.mod ! Writing 45 model components to file: J1150-0640_S_2005_05_12_yyk_map.mod wobs J1150-0640_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1150-0640_S_2005_05_12_yyk_uvs.fits wwins J1150-0640_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J1150-0640_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 = 5.67449e-05 Jy ! Component: 100 - total flux cleaned = 0.000241948 Jy ! Component: 150 - total flux cleaned = 0.000199849 Jy ! Component: 200 - total flux cleaned = 3.84727e-05 Jy ! Component: 250 - total flux cleaned = -0.00019362 Jy ! Component: 300 - total flux cleaned = -0.000193506 Jy ! Component: 350 - total flux cleaned = -0.000121267 Jy ! Component: 400 - total flux cleaned = -0.000156756 Jy ! Component: 450 - total flux cleaned = -0.000191191 Jy ! Component: 500 - total flux cleaned = -0.000258058 Jy ! Component: 550 - total flux cleaned = -0.000323913 Jy ! Component: 600 - total flux cleaned = -0.00042061 Jy ! Component: 650 - total flux cleaned = -0.000578011 Jy ! Component: 700 - total flux cleaned = -0.000731502 Jy ! Component: 750 - total flux cleaned = -0.000852112 Jy ! Component: 800 - total flux cleaned = -0.000882114 Jy ! Component: 850 - total flux cleaned = -0.000853178 Jy ! Component: 900 - total flux cleaned = -0.000910786 Jy ! Component: 950 - total flux cleaned = -0.000967518 Jy ! Component: 1000 - total flux cleaned = -0.000883403 Jy ! Component: 1050 - total flux cleaned = -0.000800975 Jy ! Component: 1100 - total flux cleaned = -0.000773907 Jy ! Component: 1150 - total flux cleaned = -0.000719941 Jy ! Component: 1200 - total flux cleaned = -0.000719617 Jy ! Component: 1250 - total flux cleaned = -0.000641732 Jy ! Component: 1300 - total flux cleaned = -0.000667536 Jy ! Component: 1350 - total flux cleaned = -0.000616258 Jy ! Component: 1400 - total flux cleaned = -0.000590969 Jy ! Component: 1450 - total flux cleaned = -0.000491667 Jy ! Component: 1500 - total flux cleaned = -0.000614741 Jy ! Component: 1550 - total flux cleaned = -0.000541345 Jy ! Component: 1600 - total flux cleaned = -0.000565546 Jy ! Component: 1650 - total flux cleaned = -0.000518065 Jy ! Component: 1700 - total flux cleaned = -0.000588642 Jy ! Component: 1750 - total flux cleaned = -0.000564706 Jy ! Component: 1800 - total flux cleaned = -0.000495207 Jy ! Component: 1850 - total flux cleaned = -0.000495179 Jy ! Component: 1900 - total flux cleaned = -0.000404965 Jy ! Component: 1950 - total flux cleaned = -0.00042726 Jy ! Component: 2000 - total flux cleaned = -0.000427271 Jy ! Total flux subtracted in 2048 components = -0.000339537 Jy ! Clean residual min=-0.001479 max=0.001387 Jy/beam ! Clean residual mean=-0.000013 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.296401 Jy keep ! Adding 120 model components to the UV plane model. ! The established model now contains 165 components and 0.296401 Jy ![Exited script file: muppet] wmap "J1150-0640_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.664 x 9.326 at -7.541 degrees (North through East) ! Clean map min=-0.0022541 max=0.28311 Jy/beam ! Writing clean map to FITS file: J1150-0640_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.283105 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000433812 device "J1150-0640_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1150-0640_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.4597 0.4597 0.919401 1.8388 3.6776 7.35521 14.7104 29.4208 58.8417 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.283 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.664 x 9.326 at -7.541 degrees (North through East) ! Clean map min=-0.0022541 max=0.28311 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1150-0640_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1150-0640_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1150-0640_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:19:26 2005