! Started logfile: J0620-2827_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:02:32 2005 obs J0620-2827_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0620-2827_S_2005_05_12_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.811111 visibilities/baseline/integration-bin. ! Found source: J0620-2827 ! ! 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 1752 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 J0620-2827_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.329524 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.63 mas, bmaj=5.96 mas, bpa=2.756 degrees ! Estimated noise=1.81427 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.250894 Jy ! Component: 100 - total flux cleaned = 0.310414 Jy ! Total flux subtracted in 100 components = 0.310414 Jy ! Clean residual min=-0.012203 max=0.017183 Jy/beam ! Clean residual mean=-0.000037 rms=0.003678 Jy/beam ! Combined flux in latest and established models = 0.310414 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.310414 Jy ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.105254Jy sigma=1.388594 ! Fit after self-cal, rms=0.105059Jy sigma=1.385073 ! Inverting map and beam ! Estimated beam: bmin=2.63 mas, bmaj=5.96 mas, bpa=2.756 degrees ! Estimated noise=1.81427 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.555 mas, bmaj=8.072 mas, bpa=2.303 degrees ! Estimated noise=1.11044 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.0288369 Jy ! Component: 100 - total flux cleaned = 0.0390167 Jy ! Component: 150 - total flux cleaned = 0.0427245 Jy ! Component: 200 - total flux cleaned = 0.0429743 Jy ! Total flux subtracted in 200 components = 0.0429743 Jy ! Clean residual min=-0.009971 max=0.011445 Jy/beam ! Clean residual mean=-0.000103 rms=0.003222 Jy/beam ! Combined flux in latest and established models = 0.353389 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 47 components and 0.353389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097747Jy sigma=1.295566 ! Fit after self-cal, rms=0.097717Jy sigma=1.295102 ! 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.555 x 8.072 at 2.303 degrees (North through East) ! Clean map min=-0.0098178 max=0.27329 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.03264 ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.96 HN 1.12 KP 0.94 ! LA 1.07 MK 0.95 NL 0.90 OV 0.94 ! PT 1.01 SC 0.91 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.996204 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.06 HN 1.12 KP 1.01 ! LA 1.02 MK 1.01 NL 0.97 OV 0.94 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.920868 ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 FD 1.18 HN 1.16 KP 0.95 ! LA 0.93 MK 1.16 NL 1.03 OV 0.97 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02235 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 1.01 KP 0.86 ! LA 1.09 MK 1.08 NL 0.96 OV 0.84 ! PT 0.89 SC 1.07 ! ! ! Fit before self-cal, rms=0.097717Jy sigma=1.295102 ! Fit after self-cal, rms=0.096364Jy sigma=1.185717 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.096364Jy sigma=1.185717 ! Fit after self-cal, rms=0.096361Jy sigma=1.185580 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=8.234 mas, bpa=4.129 degrees ! Estimated noise=1.08568 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.00662998 Jy ! Component: 100 - total flux cleaned = -0.00714097 Jy ! Component: 150 - total flux cleaned = -0.00745901 Jy ! Component: 200 - total flux cleaned = -0.00752741 Jy ! Total flux subtracted in 200 components = -0.00752741 Jy ! Clean residual min=-0.005197 max=0.006116 Jy/beam ! Clean residual mean=0.000020 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.345861 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.345861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096615Jy sigma=1.178766 ! Fit after self-cal, rms=0.096602Jy sigma=1.178561 ! 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.096602Jy sigma=1.178561 ! Fit after self-cal, rms=0.094675Jy sigma=1.144272 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.000438277 Jy ! Component: 100 - total flux cleaned = 0.000449121 Jy ! Component: 150 - total flux cleaned = 0.000446982 Jy ! Component: 200 - total flux cleaned = 0.000385586 Jy ! Total flux subtracted in 200 components = 0.000385586 Jy ! Clean residual min=-0.005037 max=0.005803 Jy/beam ! Clean residual mean=0.000020 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.346247 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.346247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094583Jy sigma=1.143094 ! Fit after self-cal, rms=0.094570Jy sigma=1.140773 ! 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.605 x 8.234 at 4.129 degrees (North through East) ! Clean map min=-0.0048914 max=0.27253 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.094570Jy sigma=1.140773 ! Fit after self-cal, rms=0.076409Jy sigma=0.961414 ! 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.076409Jy sigma=0.961414 ! Fit after self-cal, rms=0.076449Jy sigma=0.960994 ! Inverting map and beam ! Estimated beam: bmin=3.59 mas, bmaj=8.151 mas, bpa=3.39 degrees ! Estimated noise=1.07501 mJy/beam. ! Added new window around map position (1, 30). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335139 Jy ! Component: 100 - total flux cleaned = 0.00347465 Jy ! Component: 150 - total flux cleaned = 0.00347787 Jy ! Component: 200 - total flux cleaned = 0.00347545 Jy ! Total flux subtracted in 200 components = 0.00347545 Jy ! Clean residual min=-0.003531 max=0.003674 Jy/beam ! Clean residual mean=-0.000050 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.349722 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.349722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075862Jy sigma=0.952802 ! Fit after self-cal, rms=0.075871Jy sigma=0.952404 ! 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.075871Jy sigma=0.952404 ! Fit after self-cal, rms=0.073699Jy sigma=0.922504 ! 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.073699Jy sigma=0.922504 ! Fit after self-cal, rms=0.073708Jy sigma=0.922482 ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=8.048 mas, bpa=2.668 degrees ! Estimated noise=1.07041 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123787 Jy ! Component: 100 - total flux cleaned = 0.00156778 Jy ! Component: 150 - total flux cleaned = 0.00164291 Jy ! Component: 200 - total flux cleaned = 0.00177644 Jy ! Total flux subtracted in 200 components = 0.00177644 Jy ! Clean residual min=-0.003375 max=0.003619 Jy/beam ! Clean residual mean=-0.000040 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.351499 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 82 components and 0.351499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073532Jy sigma=0.920117 ! Fit after self-cal, rms=0.073535Jy sigma=0.920046 ! 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.77 mas, bmaj=22.55 mas, bpa=7.93 degrees ! Estimated noise=1.29739 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.000906391 Jy ! Component: 100 - total flux cleaned = 0.000871863 Jy ! Component: 150 - total flux cleaned = 0.000872949 Jy ! Component: 200 - total flux cleaned = 0.000871879 Jy ! Total flux subtracted in 200 components = 0.000871879 Jy ! Clean residual min=-0.002609 max=0.003957 Jy/beam ! Clean residual mean=-0.000072 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.352371 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 93 components and 0.352371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073527Jy sigma=0.919762 ! Fit after self-cal, rms=0.073521Jy sigma=0.919697 ! 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.636 mas, bmaj=5.971 mas, bpa=3.325 degrees ! Estimated noise=1.72983 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.239665 Jy ! Component: 100 - total flux cleaned = 0.297347 Jy ! Component: 150 - total flux cleaned = 0.32098 Jy ! Component: 200 - total flux cleaned = 0.328429 Jy ! Total flux subtracted in 200 components = 0.328429 Jy ! Clean residual min=-0.007026 max=0.006348 Jy/beam ! Clean residual mean=-0.000008 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.328429 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.328429 Jy ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=8.048 mas, bpa=2.668 degrees ! Estimated noise=1.07041 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) ! Added new window around map position (0.5, 7.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121167 Jy ! Component: 100 - total flux cleaned = 0.0177016 Jy ! Component: 150 - total flux cleaned = 0.0201656 Jy ! Component: 200 - total flux cleaned = 0.0212587 Jy ! Total flux subtracted in 200 components = 0.0212587 Jy ! Clean residual min=-0.003536 max=0.003532 Jy/beam ! Clean residual mean=-0.000036 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.349688 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 82 components and 0.349688 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.77 mas, bmaj=22.55 mas, bpa=7.93 degrees ! Estimated noise=1.29739 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.00177785 Jy ! Component: 100 - total flux cleaned = 0.00258184 Jy ! Component: 150 - total flux cleaned = 0.0027985 Jy ! Component: 200 - total flux cleaned = 0.00284833 Jy ! Total flux subtracted in 200 components = 0.00284833 Jy ! Clean residual min=-0.002629 max=0.003974 Jy/beam ! Clean residual mean=-0.000074 rms=0.000979 Jy/beam ! Combined flux in latest and established models = 0.352536 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.352536 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.552 mas, bmaj=8.048 mas, bpa=2.668 degrees ! Estimated noise=1.07041 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000341342 Jy ! Component: 100 - total flux cleaned = -0.000341399 Jy ! Component: 150 - total flux cleaned = -0.00034206 Jy ! Component: 200 - total flux cleaned = -0.000290808 Jy ! Total flux subtracted in 200 components = -0.000290808 Jy ! Clean residual min=-0.003426 max=0.003613 Jy/beam ! Clean residual mean=-0.000043 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.352245 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 121 components and 0.352245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073341Jy sigma=0.916947 ! Fit after self-cal, rms=0.073333Jy sigma=0.916706 wmodel J0620-2827_S_2005_05_12_yyk\_map.mod ! Writing 121 model components to file: J0620-2827_S_2005_05_12_yyk_map.mod wobs J0620-2827_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0620-2827_S_2005_05_12_yyk_uvs.fits wwins J0620-2827_S_2005_05_12_yyk\_map.win ! wwins: Wrote 3 windows to J0620-2827_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.000527222 Jy ! Component: 100 - total flux cleaned = 0.000696432 Jy ! Component: 150 - total flux cleaned = 0.000647832 Jy ! Component: 200 - total flux cleaned = 0.000646638 Jy ! Component: 250 - total flux cleaned = 0.000555658 Jy ! Component: 300 - total flux cleaned = 0.000428011 Jy ! Component: 350 - total flux cleaned = 0.000225118 Jy ! Component: 400 - total flux cleaned = 6.8003e-05 Jy ! Component: 450 - total flux cleaned = -0.000120216 Jy ! Component: 500 - total flux cleaned = -0.000374444 Jy ! Component: 550 - total flux cleaned = -0.000549778 Jy ! Component: 600 - total flux cleaned = -0.000651629 Jy ! Component: 650 - total flux cleaned = -0.000785115 Jy ! Component: 700 - total flux cleaned = -0.000946556 Jy ! Component: 750 - total flux cleaned = -0.00107264 Jy ! Component: 800 - total flux cleaned = -0.00125805 Jy ! Component: 850 - total flux cleaned = -0.00140909 Jy ! Component: 900 - total flux cleaned = -0.00155829 Jy ! Component: 950 - total flux cleaned = -0.00179189 Jy ! Component: 1000 - total flux cleaned = -0.00193475 Jy ! Component: 1050 - total flux cleaned = -0.00204751 Jy ! Component: 1100 - total flux cleaned = -0.00215865 Jy ! Component: 1150 - total flux cleaned = -0.00234926 Jy ! Component: 1200 - total flux cleaned = -0.00250949 Jy ! Component: 1250 - total flux cleaned = -0.0026409 Jy ! Component: 1300 - total flux cleaned = -0.00279641 Jy ! Component: 1350 - total flux cleaned = -0.00299983 Jy ! Component: 1400 - total flux cleaned = -0.00310008 Jy ! Component: 1450 - total flux cleaned = -0.00324838 Jy ! Component: 1500 - total flux cleaned = -0.00344283 Jy ! Component: 1550 - total flux cleaned = -0.00358625 Jy ! Component: 1600 - total flux cleaned = -0.00370424 Jy ! Component: 1650 - total flux cleaned = -0.0038676 Jy ! Component: 1700 - total flux cleaned = -0.00405179 Jy ! Component: 1750 - total flux cleaned = -0.00421057 Jy ! Component: 1800 - total flux cleaned = -0.00436757 Jy ! Component: 1850 - total flux cleaned = -0.00456656 Jy ! Component: 1900 - total flux cleaned = -0.00471931 Jy ! Component: 1950 - total flux cleaned = -0.00491297 Jy ! Component: 2000 - total flux cleaned = -0.00501938 Jy ! Total flux subtracted in 2048 components = -0.0051874 Jy ! Clean residual min=-0.001099 max=0.001491 Jy/beam ! Clean residual mean=-0.000010 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.347058 Jy keep ! Adding 125 model components to the UV plane model. ! The established model now contains 246 components and 0.347058 Jy ![Exited script file: muppet] wmap "J0620-2827_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.552 x 8.048 at 2.668 degrees (North through East) ! Clean map min=-0.0046649 max=0.27149 Jy/beam ! Writing clean map to FITS file: J0620-2827_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.271488 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000407722 device "J0620-2827_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0620-2827_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.450541 0.450541 0.901082 1.80216 3.60433 7.20866 14.4173 28.8346 57.6692 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.271 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.552 x 8.048 at 2.668 degrees (North through East) ! Clean map min=-0.0046649 max=0.27149 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0620-2827_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0620-2827_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0620-2827_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:02:36 2005