! Started logfile: J2107-1708_S_2005_06_01_yyk_uvs.log on Sat Oct 8 17:43:19 2005 obs J2107-1708_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J2107-1708_S_2005_06_01_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969591 visibilities/baseline/integration-bin. ! Found source: J2107-1708 ! ! 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 1801 lines of history. ! ! Reading 3316 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 J2107-1708_S_2005_06_01_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.136517 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.459 mas, bmaj=6.679 mas, bpa=-2.397 degrees ! Estimated noise=1.09024 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.100648 Jy ! Component: 100 - total flux cleaned = 0.114604 Jy ! Total flux subtracted in 100 components = 0.114604 Jy ! Clean residual min=-0.004696 max=0.004454 Jy/beam ! Clean residual mean=-0.000025 rms=0.001285 Jy/beam ! Combined flux in latest and established models = 0.114604 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.114604 Jy ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 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 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.066632Jy sigma=1.042748 ! Fit after self-cal, rms=0.066547Jy sigma=1.040490 ! Inverting map and beam ! Estimated beam: bmin=2.459 mas, bmaj=6.679 mas, bpa=-2.397 degrees ! Estimated noise=1.09024 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.117 mas, bmaj=8.37 mas, bpa=-2.612 degrees ! Estimated noise=0.659182 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.00354599 Jy ! Component: 100 - total flux cleaned = 0.00414623 Jy ! Component: 150 - total flux cleaned = 0.00411147 Jy ! Component: 200 - total flux cleaned = 0.00408027 Jy ! Total flux subtracted in 200 components = 0.00408027 Jy ! Clean residual min=-0.003620 max=0.003409 Jy/beam ! Clean residual mean=-0.000135 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.118684 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.118684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066247Jy sigma=1.037546 ! Fit after self-cal, rms=0.066246Jy sigma=1.037541 ! 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.117 x 8.37 at -2.612 degrees (North through East) ! Clean map min=-0.0034778 max=0.11563 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.01871 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 1.00 KP 0.94 ! LA 1.17 MK 0.93 NL 0.87 OV 0.94 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.987609 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.08 HN 1.03 KP 0.97 ! LA 1.12 MK 0.96 NL 0.95 OV 0.96 ! PT 1.04 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: 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.066246Jy sigma=1.037541 ! Fit after self-cal, rms=0.065537Jy sigma=1.026965 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.065537Jy sigma=1.026965 ! Fit after self-cal, rms=0.065537Jy sigma=1.026953 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=8.243 mas, bpa=-2.8 degrees ! Estimated noise=0.661448 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.00211888 Jy ! Component: 100 - total flux cleaned = 0.00261526 Jy ! Component: 150 - total flux cleaned = 0.00269631 Jy ! Component: 200 - total flux cleaned = 0.00269643 Jy ! Total flux subtracted in 200 components = 0.00269643 Jy ! Clean residual min=-0.003143 max=0.002826 Jy/beam ! Clean residual mean=-0.000031 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.121381 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 42 components and 0.121381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065414Jy sigma=1.025924 ! Fit after self-cal, rms=0.065411Jy sigma=1.025916 ! 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.065411Jy sigma=1.025916 ! Fit after self-cal, rms=0.063434Jy sigma=0.992199 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.00079284 Jy ! Component: 100 - total flux cleaned = 0.000826217 Jy ! Component: 150 - total flux cleaned = 0.000811791 Jy ! Component: 200 - total flux cleaned = 0.000796985 Jy ! Total flux subtracted in 200 components = 0.000796985 Jy ! Clean residual min=-0.003168 max=0.002766 Jy/beam ! Clean residual mean=-0.000031 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.122178 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 53 components and 0.122178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063387Jy sigma=0.991995 ! Fit after self-cal, rms=0.063207Jy sigma=0.989817 ! 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.065 x 8.243 at -2.8 degrees (North through East) ! Clean map min=-0.0030037 max=0.117 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.063207Jy sigma=0.989817 ! Fit after self-cal, rms=0.063273Jy sigma=0.980172 ! 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.063273Jy sigma=0.980172 ! Fit after self-cal, rms=0.063253Jy sigma=0.979898 ! Inverting map and beam ! Estimated beam: bmin=3.029 mas, bmaj=8.184 mas, bpa=-2.66 degrees ! Estimated noise=0.669306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210524 Jy ! Component: 100 - total flux cleaned = 0.00283006 Jy ! Component: 150 - total flux cleaned = 0.00291821 Jy ! Component: 200 - total flux cleaned = 0.00291805 Jy ! Total flux subtracted in 200 components = 0.00291805 Jy ! Clean residual min=-0.002534 max=0.002660 Jy/beam ! Clean residual mean=-0.000042 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.125096 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.125096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063112Jy sigma=0.978898 ! Fit after self-cal, rms=0.063111Jy sigma=0.978855 ! 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.063111Jy sigma=0.978855 ! Fit after self-cal, rms=0.063589Jy sigma=0.972139 ! 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.063589Jy sigma=0.972139 ! Fit after self-cal, rms=0.063589Jy sigma=0.972055 ! Inverting map and beam ! Estimated beam: bmin=2.996 mas, bmaj=8.102 mas, bpa=-2.658 degrees ! Estimated noise=0.678038 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209156 Jy ! Component: 100 - total flux cleaned = 0.00282936 Jy ! Component: 150 - total flux cleaned = 0.00299093 Jy ! Component: 200 - total flux cleaned = 0.00299177 Jy ! Total flux subtracted in 200 components = 0.00299177 Jy ! Clean residual min=-0.002670 max=0.002742 Jy/beam ! Clean residual mean=-0.000041 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.128087 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 61 components and 0.128087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063456Jy sigma=0.971086 ! Fit after self-cal, rms=0.063460Jy sigma=0.971075 ! 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.79 mas, bmaj=17.17 mas, bpa=6.215 degrees ! Estimated noise=0.877377 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.000720383 Jy ! Component: 100 - total flux cleaned = -0.000718691 Jy ! Component: 150 - total flux cleaned = -0.000718185 Jy ! Component: 200 - total flux cleaned = -0.0007167 Jy ! Total flux subtracted in 200 components = -0.0007167 Jy ! Clean residual min=-0.002707 max=0.002669 Jy/beam ! Clean residual mean=-0.000078 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.127371 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 69 components and 0.127371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063477Jy sigma=0.971113 ! Fit after self-cal, rms=0.063478Jy sigma=0.971101 ! 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.432 mas, bmaj=6.618 mas, bpa=-2.458 degrees ! Estimated noise=1.09411 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.101891 Jy ! Component: 100 - total flux cleaned = 0.116964 Jy ! Component: 150 - total flux cleaned = 0.123002 Jy ! Component: 200 - total flux cleaned = 0.126233 Jy ! Total flux subtracted in 200 components = 0.126233 Jy ! Clean residual min=-0.004703 max=0.003840 Jy/beam ! Clean residual mean=-0.000005 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.126232 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.126232 Jy ! Inverting map and beam ! Estimated beam: bmin=2.996 mas, bmaj=8.102 mas, bpa=-2.658 degrees ! Estimated noise=0.678038 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.00229086 Jy ! Component: 100 - total flux cleaned = 0.00236123 Jy ! Component: 150 - total flux cleaned = 0.00233645 Jy ! Component: 200 - total flux cleaned = 0.0022914 Jy ! Total flux subtracted in 200 components = 0.0022914 Jy ! Clean residual min=-0.002706 max=0.002772 Jy/beam ! Clean residual mean=-0.000043 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.128524 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 53 components and 0.128524 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.79 mas, bmaj=17.17 mas, bpa=6.215 degrees ! Estimated noise=0.877377 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.000892619 Jy ! Component: 100 - total flux cleaned = -0.000893641 Jy ! Component: 150 - total flux cleaned = -0.000910034 Jy ! Component: 200 - total flux cleaned = -0.000910272 Jy ! Total flux subtracted in 200 components = -0.000910272 Jy ! Clean residual min=-0.002675 max=0.002663 Jy/beam ! Clean residual mean=-0.000080 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.127614 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.127614 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.996 mas, bmaj=8.102 mas, bpa=-2.658 degrees ! Estimated noise=0.678038 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000716114 Jy ! Component: 100 - total flux cleaned = 0.000719364 Jy ! Component: 150 - total flux cleaned = 0.000700258 Jy ! Component: 200 - total flux cleaned = 0.000682282 Jy ! Total flux subtracted in 200 components = 0.000682282 Jy ! Clean residual min=-0.002672 max=0.002771 Jy/beam ! Clean residual mean=-0.000042 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.128296 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.128296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063461Jy sigma=0.971286 ! Fit after self-cal, rms=0.063465Jy sigma=0.971273 wmodel J2107-1708_S_2005_06_01_yyk\_map.mod ! Writing 70 model components to file: J2107-1708_S_2005_06_01_yyk_map.mod wobs J2107-1708_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J2107-1708_S_2005_06_01_yyk_uvs.fits wwins J2107-1708_S_2005_06_01_yyk\_map.win ! wwins: Wrote 1 windows to J2107-1708_S_2005_06_01_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.000269722 Jy ! Component: 100 - total flux cleaned = -0.000895794 Jy ! Component: 150 - total flux cleaned = -0.00119218 Jy ! Component: 200 - total flux cleaned = -0.00159943 Jy ! Component: 250 - total flux cleaned = -0.00179612 Jy ! Component: 300 - total flux cleaned = -0.00206293 Jy ! Component: 350 - total flux cleaned = -0.00228421 Jy ! Component: 400 - total flux cleaned = -0.00246323 Jy ! Component: 450 - total flux cleaned = -0.00260249 Jy ! Component: 500 - total flux cleaned = -0.00277191 Jy ! Component: 550 - total flux cleaned = -0.00290378 Jy ! Component: 600 - total flux cleaned = -0.00300066 Jy ! Component: 650 - total flux cleaned = -0.00309586 Jy ! Component: 700 - total flux cleaned = -0.00324931 Jy ! Component: 750 - total flux cleaned = -0.00339911 Jy ! Component: 800 - total flux cleaned = -0.00354547 Jy ! Component: 850 - total flux cleaned = -0.00366029 Jy ! Component: 900 - total flux cleaned = -0.00377315 Jy ! Component: 950 - total flux cleaned = -0.00382804 Jy ! Component: 1000 - total flux cleaned = -0.00393603 Jy ! Component: 1050 - total flux cleaned = -0.00401539 Jy ! Component: 1100 - total flux cleaned = -0.00409349 Jy ! Component: 1150 - total flux cleaned = -0.00422158 Jy ! Component: 1200 - total flux cleaned = -0.00424682 Jy ! Component: 1250 - total flux cleaned = -0.00437098 Jy ! Component: 1300 - total flux cleaned = -0.00446877 Jy ! Component: 1350 - total flux cleaned = -0.00456464 Jy ! Component: 1400 - total flux cleaned = -0.00468298 Jy ! Component: 1450 - total flux cleaned = -0.00484587 Jy ! Component: 1500 - total flux cleaned = -0.00486888 Jy ! Component: 1550 - total flux cleaned = -0.00495976 Jy ! Component: 1600 - total flux cleaned = -0.00507204 Jy ! Component: 1650 - total flux cleaned = -0.00522691 Jy ! Component: 1700 - total flux cleaned = -0.00542325 Jy ! Component: 1750 - total flux cleaned = -0.00557396 Jy ! Component: 1800 - total flux cleaned = -0.00570207 Jy ! Component: 1850 - total flux cleaned = -0.00589159 Jy ! Component: 1900 - total flux cleaned = -0.00607904 Jy ! Component: 1950 - total flux cleaned = -0.00626454 Jy ! Component: 2000 - total flux cleaned = -0.00638649 Jy ! Total flux subtracted in 2048 components = -0.00658793 Jy ! Clean residual min=-0.001129 max=0.001270 Jy/beam ! Clean residual mean=-0.000018 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.121708 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 212 components and 0.121708 Jy ![Exited script file: muppet] wmap "J2107-1708_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.996 x 8.102 at -2.658 degrees (North through East) ! Clean map min=-0.0023751 max=0.11954 Jy/beam ! Writing clean map to FITS file: J2107-1708_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.119542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000403875 device "J2107-1708_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J2107-1708_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.01355 1.01355 2.02711 4.05421 8.10842 16.2168 32.4337 64.8674 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.119 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.996 x 8.102 at -2.658 degrees (North through East) ! Clean map min=-0.0023751 max=0.11954 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2107-1708_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J2107-1708_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2107-1708_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 17:43:23 2005