! Started logfile: J1416-1705_S_2005_07_08_yyk_uvs.log on Fri Jan 20 11:25:03 2006 obs J1416-1705_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1416-1705_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911111 visibilities/baseline/integration-bin. ! Found source: J1416-1705 ! ! 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 1804 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 J1416-1705_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 = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.193995 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.465 mas, bmaj=6.554 mas, bpa=-3.332 degrees ! Estimated noise=1.46287 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.147654 Jy ! Component: 100 - total flux cleaned = 0.173043 Jy ! Total flux subtracted in 100 components = 0.173043 Jy ! Clean residual min=-0.007579 max=0.008502 Jy/beam ! Clean residual mean=-0.000003 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 0.173043 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.173043 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 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 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074445Jy sigma=1.073158 ! Fit after self-cal, rms=0.074198Jy sigma=1.069490 ! Inverting map and beam ! Estimated beam: bmin=2.465 mas, bmaj=6.554 mas, bpa=-3.332 degrees ! Estimated noise=1.46287 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.099 mas, bmaj=7.813 mas, bpa=-2.634 degrees ! Estimated noise=1.03592 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.0152084 Jy ! Component: 100 - total flux cleaned = 0.0209393 Jy ! Component: 150 - total flux cleaned = 0.0235021 Jy ! Component: 200 - total flux cleaned = 0.0244026 Jy ! Total flux subtracted in 200 components = 0.0244026 Jy ! Clean residual min=-0.004869 max=0.007481 Jy/beam ! Clean residual mean=-0.000016 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.197445 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.197445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071788Jy sigma=1.032141 ! Fit after self-cal, rms=0.071775Jy sigma=1.031986 ! 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.099 x 7.813 at -2.634 degrees (North through East) ! Clean map min=-0.0048132 max=0.17364 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.00846 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.08 KP 1.02 ! LA 1.03 MK 0.86 NL 0.97 OV 0.99 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.993148 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.02 KP 0.98 ! LA 1.03 MK 0.94 NL 0.96 OV 1.06 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.965288 ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.92 HN 1.13 KP 1.01 ! LA 0.92 MK 1.07 NL 1.06 OV 1.03 ! PT 1.07 SC 1.01 ! ! ! 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.071775Jy sigma=1.031986 ! Fit after self-cal, rms=0.070825Jy sigma=1.018127 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.070825Jy sigma=1.018127 ! Fit after self-cal, rms=0.070828Jy sigma=1.018105 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=7.695 mas, bpa=-2.82 degrees ! Estimated noise=1.03122 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 (-14, 62). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00810153 Jy ! Component: 100 - total flux cleaned = 0.0121013 Jy ! Component: 150 - total flux cleaned = 0.0136139 Jy ! Component: 200 - total flux cleaned = 0.0145586 Jy ! Total flux subtracted in 200 components = 0.0145586 Jy ! Clean residual min=-0.004038 max=0.004357 Jy/beam ! Clean residual mean=-0.000014 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.212004 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 70 components and 0.212004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070230Jy sigma=1.005163 ! Fit after self-cal, rms=0.070146Jy sigma=1.004126 ! 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.070146Jy sigma=1.004126 ! Fit after self-cal, rms=0.067900Jy sigma=0.972314 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.0022969 Jy ! Component: 100 - total flux cleaned = 0.0028661 Jy ! Component: 150 - total flux cleaned = 0.00329494 Jy ! Component: 200 - total flux cleaned = 0.00351035 Jy ! Total flux subtracted in 200 components = 0.00351035 Jy ! Clean residual min=-0.003891 max=0.003883 Jy/beam ! Clean residual mean=-0.000011 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.215514 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 81 components and 0.215514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067804Jy sigma=0.970465 ! Fit after self-cal, rms=0.067629Jy sigma=0.968238 ! 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.041 x 7.695 at -2.82 degrees (North through East) ! Clean map min=-0.0038032 max=0.17321 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.067629Jy sigma=0.968238 ! Fit after self-cal, rms=0.067167Jy sigma=0.953978 ! 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.067167Jy sigma=0.953978 ! Fit after self-cal, rms=0.067161Jy sigma=0.953773 ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=7.599 mas, bpa=-2.502 degrees ! Estimated noise=1.0375 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017077 Jy ! Component: 100 - total flux cleaned = 0.00207652 Jy ! Component: 150 - total flux cleaned = 0.00212348 Jy ! Component: 200 - total flux cleaned = 0.00221053 Jy ! Total flux subtracted in 200 components = 0.00221053 Jy ! Clean residual min=-0.003586 max=0.003671 Jy/beam ! Clean residual mean=-0.000004 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.217725 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 101 components and 0.217725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067029Jy sigma=0.952140 ! Fit after self-cal, rms=0.067023Jy sigma=0.952058 ! 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.067023Jy sigma=0.952058 ! Fit after self-cal, rms=0.067530Jy sigma=0.943698 ! 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.067530Jy sigma=0.943698 ! Fit after self-cal, rms=0.067538Jy sigma=0.943657 ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.484 mas, bpa=-2.295 degrees ! Estimated noise=1.04744 mJy/beam. ! Added new window around map position (127.5, 81.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0042807 Jy ! Component: 100 - total flux cleaned = 0.00560535 Jy ! Component: 150 - total flux cleaned = 0.00675837 Jy ! Component: 200 - total flux cleaned = 0.00740854 Jy ! Total flux subtracted in 200 components = 0.00740854 Jy ! Clean residual min=-0.003699 max=0.003405 Jy/beam ! Clean residual mean=-0.000005 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.225133 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 121 components and 0.225133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067079Jy sigma=0.937221 ! Fit after self-cal, rms=0.067063Jy sigma=0.936945 ! 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.906 mas, bmaj=15.81 mas, bpa=3.2 degrees ! Estimated noise=1.3847 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.00261808 Jy ! Component: 100 - total flux cleaned = 0.00282082 Jy ! Component: 150 - total flux cleaned = 0.00272041 Jy ! Component: 200 - total flux cleaned = 0.0026341 Jy ! Total flux subtracted in 200 components = 0.0026341 Jy ! Clean residual min=-0.004229 max=0.003516 Jy/beam ! Clean residual mean=-0.000004 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.227767 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 129 components and 0.227767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067057Jy sigma=0.936957 ! Fit after self-cal, rms=0.067038Jy sigma=0.936761 ! 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.429 mas, bmaj=6.45 mas, bpa=-2.949 degrees ! Estimated noise=1.46083 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.148289 Jy ! Component: 100 - total flux cleaned = 0.176523 Jy ! Component: 150 - total flux cleaned = 0.19102 Jy ! Component: 200 - total flux cleaned = 0.199501 Jy ! Total flux subtracted in 200 components = 0.199501 Jy ! Clean residual min=-0.005578 max=0.006182 Jy/beam ! Clean residual mean=-0.000004 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.199501 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.199501 Jy ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.484 mas, bpa=-2.295 degrees ! Estimated noise=1.04744 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 (3.5, 0). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107824 Jy ! Component: 100 - total flux cleaned = 0.0171037 Jy ! Component: 150 - total flux cleaned = 0.0210716 Jy ! Component: 200 - total flux cleaned = 0.0225483 Jy ! Total flux subtracted in 200 components = 0.0225483 Jy ! Clean residual min=-0.003581 max=0.003623 Jy/beam ! Clean residual mean=-0.000006 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.222049 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 95 components and 0.222049 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.906 mas, bmaj=15.81 mas, bpa=3.2 degrees ! Estimated noise=1.3847 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.00397165 Jy ! Component: 100 - total flux cleaned = 0.00495546 Jy ! Component: 150 - total flux cleaned = 0.00518599 Jy ! Component: 200 - total flux cleaned = 0.00524939 Jy ! Total flux subtracted in 200 components = 0.00524939 Jy ! Clean residual min=-0.004075 max=0.003530 Jy/beam ! Clean residual mean=-0.000005 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.227298 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 122 components and 0.227298 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.484 mas, bpa=-2.295 degrees ! Estimated noise=1.04744 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113178 Jy ! Component: 100 - total flux cleaned = -0.00131737 Jy ! Component: 150 - total flux cleaned = -0.0013971 Jy ! Component: 200 - total flux cleaned = -0.00139738 Jy ! Total flux subtracted in 200 components = -0.00139738 Jy ! Clean residual min=-0.003476 max=0.003642 Jy/beam ! Clean residual mean=-0.000004 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.225901 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 143 components and 0.225901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066877Jy sigma=0.934427 ! Fit after self-cal, rms=0.066867Jy sigma=0.934076 wmodel J1416-1705_S_2005_07_08_yyk\_map.mod ! Writing 143 model components to file: J1416-1705_S_2005_07_08_yyk_map.mod wobs J1416-1705_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1416-1705_S_2005_07_08_yyk_uvs.fits wwins J1416-1705_S_2005_07_08_yyk\_map.win ! wwins: Wrote 4 windows to J1416-1705_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=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137233 Jy ! Component: 100 - total flux cleaned = -0.000162623 Jy ! Component: 150 - total flux cleaned = -0.000448676 Jy ! Component: 200 - total flux cleaned = -0.00078017 Jy ! Component: 250 - total flux cleaned = -0.00110216 Jy ! Component: 300 - total flux cleaned = -0.00136162 Jy ! Component: 350 - total flux cleaned = -0.00146203 Jy ! Component: 400 - total flux cleaned = -0.0016583 Jy ! Component: 450 - total flux cleaned = -0.00156066 Jy ! Component: 500 - total flux cleaned = -0.00165451 Jy ! Component: 550 - total flux cleaned = -0.00156055 Jy ! Component: 600 - total flux cleaned = -0.00160535 Jy ! Component: 650 - total flux cleaned = -0.0016055 Jy ! Component: 700 - total flux cleaned = -0.00173697 Jy ! Component: 750 - total flux cleaned = -0.00199466 Jy ! Component: 800 - total flux cleaned = -0.00195147 Jy ! Component: 850 - total flux cleaned = -0.00203474 Jy ! Component: 900 - total flux cleaned = -0.0021173 Jy ! Component: 950 - total flux cleaned = -0.00219857 Jy ! Component: 1000 - total flux cleaned = -0.00227806 Jy ! Component: 1050 - total flux cleaned = -0.0022389 Jy ! Component: 1100 - total flux cleaned = -0.00227739 Jy ! Component: 1150 - total flux cleaned = -0.00223965 Jy ! Component: 1200 - total flux cleaned = -0.00227685 Jy ! Component: 1250 - total flux cleaned = -0.00224018 Jy ! Component: 1300 - total flux cleaned = -0.0021308 Jy ! Component: 1350 - total flux cleaned = -0.00227655 Jy ! Component: 1400 - total flux cleaned = -0.00238366 Jy ! Component: 1450 - total flux cleaned = -0.00227705 Jy ! Component: 1500 - total flux cleaned = -0.00227725 Jy ! Component: 1550 - total flux cleaned = -0.00213884 Jy ! Component: 1600 - total flux cleaned = -0.00224267 Jy ! Component: 1650 - total flux cleaned = -0.00220846 Jy ! Component: 1700 - total flux cleaned = -0.00224212 Jy ! Component: 1750 - total flux cleaned = -0.00217608 Jy ! Component: 1800 - total flux cleaned = -0.00220908 Jy ! Component: 1850 - total flux cleaned = -0.00224155 Jy ! Component: 1900 - total flux cleaned = -0.00224174 Jy ! Component: 1950 - total flux cleaned = -0.00233791 Jy ! Component: 2000 - total flux cleaned = -0.00243211 Jy ! Component: 2050 - total flux cleaned = -0.00243154 Jy ! Component: 2100 - total flux cleaned = -0.00236948 Jy ! Component: 2150 - total flux cleaned = -0.0025852 Jy ! Component: 2200 - total flux cleaned = -0.00264579 Jy ! Component: 2250 - total flux cleaned = -0.00258568 Jy ! Component: 2300 - total flux cleaned = -0.00276608 Jy ! Component: 2350 - total flux cleaned = -0.0028846 Jy ! Component: 2400 - total flux cleaned = -0.00285503 Jy ! Component: 2450 - total flux cleaned = -0.00297161 Jy ! Component: 2500 - total flux cleaned = -0.00291347 Jy ! Component: 2550 - total flux cleaned = -0.00308636 Jy ! Component: 2600 - total flux cleaned = -0.00311424 Jy ! Component: 2650 - total flux cleaned = -0.00322751 Jy ! Component: 2700 - total flux cleaned = -0.0032556 Jy ! Component: 2750 - total flux cleaned = -0.00333929 Jy ! Component: 2800 - total flux cleaned = -0.00336688 Jy ! Component: 2850 - total flux cleaned = -0.00339421 Jy ! Component: 2900 - total flux cleaned = -0.0035308 Jy ! Component: 2950 - total flux cleaned = -0.00353093 Jy ! Component: 3000 - total flux cleaned = -0.00358503 Jy ! Component: 3050 - total flux cleaned = -0.00363873 Jy ! Component: 3100 - total flux cleaned = -0.00377194 Jy ! Component: 3150 - total flux cleaned = -0.00379859 Jy ! Component: 3200 - total flux cleaned = -0.00387766 Jy ! Component: 3250 - total flux cleaned = -0.00411244 Jy ! Component: 3300 - total flux cleaned = -0.00411224 Jy ! Component: 3350 - total flux cleaned = -0.00418965 Jy ! Component: 3400 - total flux cleaned = -0.00429205 Jy ! Component: 3450 - total flux cleaned = -0.00441913 Jy ! Component: 3500 - total flux cleaned = -0.00444413 Jy ! Component: 3550 - total flux cleaned = -0.00451946 Jy ! Component: 3600 - total flux cleaned = -0.00451947 Jy ! Component: 3650 - total flux cleaned = -0.00459388 Jy ! Component: 3700 - total flux cleaned = -0.00456923 Jy ! Component: 3750 - total flux cleaned = -0.00461837 Jy ! Component: 3800 - total flux cleaned = -0.0047646 Jy ! Component: 3850 - total flux cleaned = -0.00469186 Jy ! Component: 3900 - total flux cleaned = -0.00478823 Jy ! Component: 3950 - total flux cleaned = -0.00490791 Jy ! Component: 4000 - total flux cleaned = -0.00497932 Jy ! Component: 4050 - total flux cleaned = -0.00505013 Jy ! Total flux subtracted in 4096 components = -0.00509724 Jy ! Clean residual min=-0.001189 max=0.001504 Jy/beam ! Clean residual mean=-0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.220804 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 440 components and 0.220804 Jy ![Exited script file: muppet] wmap "J1416-1705_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.982 x 7.484 at -2.295 degrees (North through East) ! Clean map min=-0.0032855 max=0.1763 Jy/beam ! Writing clean map to FITS file: J1416-1705_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.176304 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000425524 device "J1416-1705_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1416-1705_S_2005_07_08_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -0.724076 0.724076 1.44815 2.8963 5.79261 11.5852 23.1704 46.3409 92.6818 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.176 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.982 x 7.484 at -2.295 degrees (North through East) ! Clean map min=-0.0032855 max=0.1763 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1416-1705_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1416-1705_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1416-1705_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 11:25:29 2006