! Started logfile: J1532-2716_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:38:33 2006 obs J1532-2716_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1532-2716_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1532-2716 ! ! 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 1412 lines of history. ! ! Reading 1800 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 J1532-2716_S_2005_07_08_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.17529 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.356 mas, bmaj=6.41 mas, bpa=-0.7359 degrees ! Estimated noise=1.78711 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.125243 Jy ! Component: 100 - total flux cleaned = 0.152096 Jy ! Total flux subtracted in 100 components = 0.152096 Jy ! Clean residual min=-0.008640 max=0.009614 Jy/beam ! Clean residual mean=-0.000010 rms=0.002384 Jy/beam ! Combined flux in latest and established models = 0.152096 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.152096 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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.090594Jy sigma=1.105570 ! Fit after self-cal, rms=0.090149Jy sigma=1.096711 ! Inverting map and beam ! Estimated beam: bmin=2.353 mas, bmaj=6.41 mas, bpa=-0.7148 degrees ! Estimated noise=1.78824 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.019 mas, bmaj=8.075 mas, bpa=-3.652 degrees ! Estimated noise=1.2299 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.0100667 Jy ! Component: 100 - total flux cleaned = 0.0136374 Jy ! Component: 150 - total flux cleaned = 0.0149088 Jy ! Component: 200 - total flux cleaned = 0.0150606 Jy ! Total flux subtracted in 200 components = 0.0150606 Jy ! Clean residual min=-0.006164 max=0.005114 Jy/beam ! Clean residual mean=-0.000066 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.167157 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.167157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089365Jy sigma=1.082759 ! Fit after self-cal, rms=0.089350Jy sigma=1.082480 ! 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.019 x 8.075 at -3.652 degrees (North through East) ! Clean map min=-0.00603 max=0.14719 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: 0.989281 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.11 KP 0.96 ! LA 0.98 MK 1.09 NL 1.02 OV 1.03 ! PT 1.09 SC 0.86 ! ! ! Correcting IF 4. ! 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* ! ! ! Fit before self-cal, rms=0.089350Jy sigma=1.082480 ! Fit after self-cal, rms=0.088935Jy sigma=1.077708 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.088935Jy sigma=1.077708 ! Fit after self-cal, rms=0.088924Jy sigma=1.077512 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.012 mas, bmaj=7.963 mas, bpa=-2.249 degrees ! Estimated noise=1.2258 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.000548168 Jy ! Component: 100 - total flux cleaned = 0.000706139 Jy ! Component: 150 - total flux cleaned = 0.00073917 Jy ! Component: 200 - total flux cleaned = 0.000740779 Jy ! Total flux subtracted in 200 components = 0.000740779 Jy ! Clean residual min=-0.005949 max=0.005342 Jy/beam ! Clean residual mean=-0.000044 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.167898 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.167898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088858Jy sigma=1.076568 ! Fit after self-cal, rms=0.088845Jy sigma=1.076337 ! 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.088845Jy sigma=1.076337 ! Fit after self-cal, rms=0.083999Jy sigma=0.999201 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.00206368 Jy ! Component: 100 - total flux cleaned = 0.00226039 Jy ! Component: 150 - total flux cleaned = 0.00228495 Jy ! Component: 200 - total flux cleaned = 0.00230775 Jy ! Total flux subtracted in 200 components = 0.00230775 Jy ! Clean residual min=-0.005717 max=0.005083 Jy/beam ! Clean residual mean=-0.000057 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.170205 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.170205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083961Jy sigma=0.998461 ! Fit after self-cal, rms=0.083795Jy sigma=0.991191 ! 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.012 x 7.963 at -2.249 degrees (North through East) ! Clean map min=-0.0053648 max=0.1482 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.083795Jy sigma=0.991191 ! Fit after self-cal, rms=0.084245Jy sigma=0.988687 ! 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.084245Jy sigma=0.988687 ! Fit after self-cal, rms=0.084295Jy sigma=0.987233 ! Inverting map and beam ! Estimated beam: bmin=3.013 mas, bmaj=7.984 mas, bpa=-1.919 degrees ! Estimated noise=1.23119 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112648 Jy ! Component: 100 - total flux cleaned = 0.00116211 Jy ! Component: 150 - total flux cleaned = 0.00121817 Jy ! Component: 200 - total flux cleaned = 0.00124467 Jy ! Total flux subtracted in 200 components = 0.00124467 Jy ! Clean residual min=-0.005529 max=0.004941 Jy/beam ! Clean residual mean=-0.000052 rms=0.001452 Jy/beam ! Combined flux in latest and established models = 0.17145 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.17145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084283Jy sigma=0.986772 ! Fit after self-cal, rms=0.084322Jy sigma=0.986315 ! 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.084322Jy sigma=0.986315 ! Fit after self-cal, rms=0.082774Jy sigma=0.971211 ! 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.082774Jy sigma=0.971211 ! Fit after self-cal, rms=0.082811Jy sigma=0.970961 ! Inverting map and beam ! Estimated beam: bmin=3.021 mas, bmaj=8.01 mas, bpa=-1.798 degrees ! Estimated noise=1.20799 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00238262 Jy ! Component: 100 - total flux cleaned = -0.00280912 Jy ! Component: 150 - total flux cleaned = -0.002809 Jy ! Component: 200 - total flux cleaned = -0.00278707 Jy ! Total flux subtracted in 200 components = -0.00278707 Jy ! Clean residual min=-0.005226 max=0.004834 Jy/beam ! Clean residual mean=-0.000040 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.168663 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.168663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082784Jy sigma=0.970000 ! Fit after self-cal, rms=0.082793Jy sigma=0.969885 ! 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.488 mas, bmaj=21.11 mas, bpa=3.861 degrees ! Estimated noise=1.56943 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.00011826 Jy ! Component: 100 - total flux cleaned = 0.000129743 Jy ! Component: 150 - total flux cleaned = 0.00013891 Jy ! Component: 200 - total flux cleaned = 0.000137513 Jy ! Total flux subtracted in 200 components = 0.000137513 Jy ! Clean residual min=-0.006442 max=0.004512 Jy/beam ! Clean residual mean=-0.000078 rms=0.001971 Jy/beam ! Combined flux in latest and established models = 0.168801 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 82 components and 0.168801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082790Jy sigma=0.969933 ! Fit after self-cal, rms=0.082792Jy sigma=0.969858 ! Inverting map uvtaper 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.362 mas, bmaj=6.426 mas, bpa=0.08242 degrees ! Estimated noise=1.76405 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.126917 Jy ! Component: 100 - total flux cleaned = 0.155279 Jy ! Component: 150 - total flux cleaned = 0.164616 Jy ! Component: 200 - total flux cleaned = 0.168741 Jy ! Total flux subtracted in 200 components = 0.168741 Jy ! Clean residual min=-0.008286 max=0.008384 Jy/beam ! Clean residual mean=0.000004 rms=0.002191 Jy/beam ! Combined flux in latest and established models = 0.168742 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.168742 Jy ! Inverting map and beam ! Estimated beam: bmin=3.021 mas, bmaj=8.01 mas, bpa=-1.798 degrees ! Estimated noise=1.20799 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.000863241 Jy ! Component: 100 - total flux cleaned = -0.000866404 Jy ! Component: 150 - total flux cleaned = -0.000819053 Jy ! Component: 200 - total flux cleaned = -0.000736446 Jy ! Total flux subtracted in 200 components = -0.000736446 Jy ! Clean residual min=-0.005115 max=0.004825 Jy/beam ! Clean residual mean=-0.000037 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.168005 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.168005 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.488 mas, bmaj=21.11 mas, bpa=3.861 degrees ! Estimated noise=1.56943 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.000382238 Jy ! Component: 100 - total flux cleaned = 0.000397424 Jy ! Component: 150 - total flux cleaned = 0.00040973 Jy ! Component: 200 - total flux cleaned = 0.000420749 Jy ! Total flux subtracted in 200 components = 0.000420749 Jy ! Clean residual min=-0.006388 max=0.004526 Jy/beam ! Clean residual mean=-0.000074 rms=0.001984 Jy/beam ! Combined flux in latest and established models = 0.168426 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 35 components and 0.168426 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.021 mas, bmaj=8.01 mas, bpa=-1.798 degrees ! Estimated noise=1.20799 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000142581 Jy ! Component: 100 - total flux cleaned = -0.000139957 Jy ! Component: 150 - total flux cleaned = -0.000110677 Jy ! Component: 200 - total flux cleaned = -8.5316e-05 Jy ! Total flux subtracted in 200 components = -8.5316e-05 Jy ! Clean residual min=-0.005115 max=0.004852 Jy/beam ! Clean residual mean=-0.000038 rms=0.001380 Jy/beam ! Combined flux in latest and established models = 0.168341 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.168341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082784Jy sigma=0.970528 ! Fit after self-cal, rms=0.082790Jy sigma=0.970471 wmodel J1532-2716_S_2005_07_08_yyk\_map.mod ! Writing 44 model components to file: J1532-2716_S_2005_07_08_yyk_map.mod wobs J1532-2716_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1532-2716_S_2005_07_08_yyk_uvs.fits wwins J1532-2716_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1532-2716_S_2005_07_08_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.00103279 Jy ! Component: 100 - total flux cleaned = -0.00194149 Jy ! Component: 150 - total flux cleaned = -0.00264017 Jy ! Component: 200 - total flux cleaned = -0.00315059 Jy ! Component: 250 - total flux cleaned = -0.00363576 Jy ! Component: 300 - total flux cleaned = -0.00370081 Jy ! Component: 350 - total flux cleaned = -0.00363732 Jy ! Component: 400 - total flux cleaned = -0.00376105 Jy ! Component: 450 - total flux cleaned = -0.00388125 Jy ! Component: 500 - total flux cleaned = -0.00399884 Jy ! Component: 550 - total flux cleaned = -0.00411248 Jy ! Component: 600 - total flux cleaned = -0.00427861 Jy ! Component: 650 - total flux cleaned = -0.00438677 Jy ! Component: 700 - total flux cleaned = -0.00459668 Jy ! Component: 750 - total flux cleaned = -0.00475121 Jy ! Component: 800 - total flux cleaned = -0.0048027 Jy ! Component: 850 - total flux cleaned = -0.00490221 Jy ! Component: 900 - total flux cleaned = -0.00499895 Jy ! Component: 950 - total flux cleaned = -0.00509441 Jy ! Component: 1000 - total flux cleaned = -0.00523448 Jy ! Component: 1050 - total flux cleaned = -0.00523472 Jy ! Component: 1100 - total flux cleaned = -0.00536919 Jy ! Component: 1150 - total flux cleaned = -0.00550113 Jy ! Component: 1200 - total flux cleaned = -0.00571743 Jy ! Component: 1250 - total flux cleaned = -0.00605821 Jy ! Component: 1300 - total flux cleaned = -0.00622574 Jy ! Component: 1350 - total flux cleaned = -0.00647327 Jy ! Component: 1400 - total flux cleaned = -0.00663611 Jy ! Component: 1450 - total flux cleaned = -0.00679677 Jy ! Component: 1500 - total flux cleaned = -0.00715225 Jy ! Component: 1550 - total flux cleaned = -0.00734668 Jy ! Component: 1600 - total flux cleaned = -0.00753966 Jy ! Component: 1650 - total flux cleaned = -0.00776766 Jy ! Component: 1700 - total flux cleaned = -0.00803059 Jy ! Component: 1750 - total flux cleaned = -0.00832685 Jy ! Component: 1800 - total flux cleaned = -0.00854673 Jy ! Component: 1850 - total flux cleaned = -0.00883586 Jy ! Component: 1900 - total flux cleaned = -0.00915657 Jy ! Component: 1950 - total flux cleaned = -0.00933298 Jy ! Component: 2000 - total flux cleaned = -0.00957719 Jy ! Total flux subtracted in 2048 components = -0.00992189 Jy ! Clean residual min=-0.002023 max=0.001892 Jy/beam ! Clean residual mean=-0.000025 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.158419 Jy keep ! Adding 128 model components to the UV plane model. ! The established model now contains 172 components and 0.158419 Jy ![Exited script file: muppet] wmap "J1532-2716_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.021 x 8.01 at -1.798 degrees (North through East) ! Clean map min=-0.0039587 max=0.147 Jy/beam ! Writing clean map to FITS file: J1532-2716_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.147002 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000668784 device "J1532-2716_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1532-2716_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.36484 1.36484 2.72968 5.45937 10.9187 21.8375 43.6749 87.3499 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.147 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.021 x 8.01 at -1.798 degrees (North through East) ! Clean map min=-0.0039587 max=0.147 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1532-2716_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1532-2716_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1532-2716_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:38:37 2006