! Started logfile: J2000-1748_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:56:54 2006 obs J2000-1748_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2000-1748_S_2005_07_09_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J2000-1748 ! ! 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 1601 lines of history. ! ! Reading 648 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 J2000-1748_S_2005_07_09_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)= 1.0686 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.482 mas, bmaj=6.761 mas, bpa=-7.398 degrees ! Estimated noise=2.59649 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.893751 Jy ! Component: 100 - total flux cleaned = 1.03278 Jy ! Total flux subtracted in 100 components = 1.03278 Jy ! Clean residual min=-0.024802 max=0.044115 Jy/beam ! Clean residual mean=-0.000264 rms=0.008421 Jy/beam ! Combined flux in latest and established models = 1.03278 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 1.03278 Jy ! ! Correcting IF 1. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.162395Jy sigma=2.193361 ! Fit after self-cal, rms=0.161989Jy sigma=2.142624 ! Inverting map and beam ! Estimated beam: bmin=2.482 mas, bmaj=6.761 mas, bpa=-7.398 degrees ! Estimated noise=2.59649 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.056 mas, bmaj=7.717 mas, bpa=-5.96 degrees ! Estimated noise=1.99986 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.0485422 Jy ! Component: 100 - total flux cleaned = 0.0652628 Jy ! Component: 150 - total flux cleaned = 0.0673006 Jy ! Component: 200 - total flux cleaned = 0.0676243 Jy ! Total flux subtracted in 200 components = 0.0676243 Jy ! Clean residual min=-0.022082 max=0.022655 Jy/beam ! Clean residual mean=-0.000142 rms=0.005942 Jy/beam ! Combined flux in latest and established models = 1.10041 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 41 components and 1.10041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147907Jy sigma=1.954067 ! Fit after self-cal, rms=0.147910Jy sigma=1.953362 ! 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.056 x 7.717 at -5.96 degrees (North through East) ! Clean map min=-0.021285 max=1.0345 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.01846 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 0.98 KP 0.96 ! LA 1.06 MK 0.89 NL 0.95 OV 0.99 ! PT 1.07 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.995561 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.02 KP 1.03 ! LA 1.03 MK 0.98 NL 0.95 OV 1.02 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.970611 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.95 HN 1.01 KP 0.97 ! LA 0.94 MK 1.10 NL 1.01 OV 1.04 ! PT 1.15 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.0231 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.98 HN 0.91 KP 0.88 ! LA 1.00* MK 1.08 NL 0.95 OV 0.86 ! PT 0.98 SC 1.17 ! ! ! Fit before self-cal, rms=0.147910Jy sigma=1.953362 ! Fit after self-cal, rms=0.121629Jy sigma=1.501613 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.121629Jy sigma=1.501613 ! Fit after self-cal, rms=0.121618Jy sigma=1.501046 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.816 mas, bpa=-5.929 degrees ! Estimated noise=1.99141 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.00156077 Jy ! Component: 100 - total flux cleaned = -0.00121524 Jy ! Component: 150 - total flux cleaned = -0.00092614 Jy ! Component: 200 - total flux cleaned = -0.000664891 Jy ! Total flux subtracted in 200 components = -0.000664891 Jy ! Clean residual min=-0.013447 max=0.009717 Jy/beam ! Clean residual mean=0.000021 rms=0.003058 Jy/beam ! Combined flux in latest and established models = 1.09974 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 1.09974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121395Jy sigma=1.494784 ! Fit after self-cal, rms=0.121307Jy sigma=1.494124 ! 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.121307Jy sigma=1.494124 ! Fit after self-cal, rms=0.115873Jy sigma=1.338909 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.001473 Jy ! Component: 100 - total flux cleaned = 0.00169166 Jy ! Component: 150 - total flux cleaned = 0.0018903 Jy ! Component: 200 - total flux cleaned = 0.00207092 Jy ! Total flux subtracted in 200 components = 0.00207092 Jy ! Clean residual min=-0.010188 max=0.008803 Jy/beam ! Clean residual mean=0.000023 rms=0.002622 Jy/beam ! Combined flux in latest and established models = 1.10182 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 1.10182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115685Jy sigma=1.335959 ! Fit after self-cal, rms=0.115863Jy sigma=1.321665 ! 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.078 x 7.816 at -5.929 degrees (North through East) ! Clean map min=-0.0094324 max=1.0323 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.115863Jy sigma=1.321665 ! Fit after self-cal, rms=0.106960Jy sigma=1.128925 ! 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.106960Jy sigma=1.128925 ! Fit after self-cal, rms=0.107205Jy sigma=1.126177 ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.841 mas, bpa=-5.977 degrees ! Estimated noise=1.99187 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123053 Jy ! Component: 100 - total flux cleaned = 0.000475823 Jy ! Component: 150 - total flux cleaned = 0.000773173 Jy ! Component: 200 - total flux cleaned = 0.00103118 Jy ! Total flux subtracted in 200 components = 0.00103118 Jy ! Clean residual min=-0.008141 max=0.007005 Jy/beam ! Clean residual mean=0.000038 rms=0.002163 Jy/beam ! Combined flux in latest and established models = 1.10285 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 61 components and 1.10285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107020Jy sigma=1.122138 ! Fit after self-cal, rms=0.107139Jy sigma=1.121369 ! 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.107139Jy sigma=1.121369 ! Fit after self-cal, rms=0.106297Jy sigma=1.084397 ! 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.106297Jy sigma=1.084397 ! Fit after self-cal, rms=0.106357Jy sigma=1.084169 ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.85 mas, bpa=-6.011 degrees ! Estimated noise=1.99465 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129561 Jy ! Component: 100 - total flux cleaned = 0.00156609 Jy ! Component: 150 - total flux cleaned = 0.00172161 Jy ! Component: 200 - total flux cleaned = 0.00192706 Jy ! Total flux subtracted in 200 components = 0.00192706 Jy ! Clean residual min=-0.007264 max=0.006372 Jy/beam ! Clean residual mean=0.000031 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 1.10477 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 64 components and 1.10477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106248Jy sigma=1.081817 ! Fit after self-cal, rms=0.106260Jy sigma=1.081709 ! 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.466 mas, bmaj=15.1 mas, bpa=-2.463 degrees ! Estimated noise=2.61307 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.000389693 Jy ! Component: 100 - total flux cleaned = -0.000558685 Jy ! Component: 150 - total flux cleaned = -0.000631932 Jy ! Component: 200 - total flux cleaned = -0.000693197 Jy ! Total flux subtracted in 200 components = -0.000693196 Jy ! Clean residual min=-0.007226 max=0.007110 Jy/beam ! Clean residual mean=0.000058 rms=0.002340 Jy/beam ! Combined flux in latest and established models = 1.10408 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 72 components and 1.10408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106332Jy sigma=1.081917 ! Fit after self-cal, rms=0.106302Jy sigma=1.081305 ! 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.487 mas, bmaj=6.824 mas, bpa=-7.591 degrees ! Estimated noise=2.56576 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.883689 Jy ! Component: 100 - total flux cleaned = 1.02072 Jy ! Component: 150 - total flux cleaned = 1.06882 Jy ! Component: 200 - total flux cleaned = 1.08956 Jy ! Total flux subtracted in 200 components = 1.08956 Jy ! Clean residual min=-0.009635 max=0.008700 Jy/beam ! Clean residual mean=-0.000013 rms=0.002733 Jy/beam ! Combined flux in latest and established models = 1.08956 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 23 model components to the UV plane model. ! The established model now contains 23 components and 1.08956 Jy ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.85 mas, bpa=-6.011 degrees ! Estimated noise=1.99465 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.0107819 Jy ! Component: 100 - total flux cleaned = 0.0145278 Jy ! Component: 150 - total flux cleaned = 0.0153363 Jy ! Component: 200 - total flux cleaned = 0.0159407 Jy ! Total flux subtracted in 200 components = 0.0159407 Jy ! Clean residual min=-0.007306 max=0.006509 Jy/beam ! Clean residual mean=0.000034 rms=0.001954 Jy/beam ! Combined flux in latest and established models = 1.1055 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 1.1055 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.466 mas, bmaj=15.1 mas, bpa=-2.463 degrees ! Estimated noise=2.61307 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.000168979 Jy ! Component: 100 - total flux cleaned = -0.00027527 Jy ! Component: 150 - total flux cleaned = -0.000361685 Jy ! Component: 200 - total flux cleaned = -0.000432452 Jy ! Total flux subtracted in 200 components = -0.000432452 Jy ! Clean residual min=-0.007197 max=0.006574 Jy/beam ! Clean residual mean=0.000065 rms=0.002325 Jy/beam ! Combined flux in latest and established models = 1.10506 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 1.10506 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.85 mas, bpa=-6.011 degrees ! Estimated noise=1.99465 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00098007 Jy ! Component: 100 - total flux cleaned = 0.000984816 Jy ! Component: 150 - total flux cleaned = 0.00103517 Jy ! Component: 200 - total flux cleaned = 0.00107382 Jy ! Total flux subtracted in 200 components = 0.00107382 Jy ! Clean residual min=-0.007284 max=0.006411 Jy/beam ! Clean residual mean=0.000037 rms=0.001934 Jy/beam ! Combined flux in latest and established models = 1.10614 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 50 components and 1.10614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106190Jy sigma=1.081626 ! Fit after self-cal, rms=0.106220Jy sigma=1.081489 wmodel J2000-1748_S_2005_07_09_yyk\_map.mod ! Writing 50 model components to file: J2000-1748_S_2005_07_09_yyk_map.mod wobs J2000-1748_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2000-1748_S_2005_07_09_yyk_uvs.fits wwins J2000-1748_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J2000-1748_S_2005_07_09_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.00192909 Jy ! Component: 100 - total flux cleaned = -0.00171014 Jy ! Component: 150 - total flux cleaned = -0.00140117 Jy ! Component: 200 - total flux cleaned = -0.00101115 Jy ! Component: 250 - total flux cleaned = -0.000180813 Jy ! Component: 300 - total flux cleaned = 0.000522574 Jy ! Component: 350 - total flux cleaned = 0.000948296 Jy ! Component: 400 - total flux cleaned = 0.00127927 Jy ! Component: 450 - total flux cleaned = 0.00159739 Jy ! Component: 500 - total flux cleaned = 0.00175124 Jy ! Component: 550 - total flux cleaned = 0.00160497 Jy ! Component: 600 - total flux cleaned = 0.00189755 Jy ! Component: 650 - total flux cleaned = 0.00232196 Jy ! Component: 700 - total flux cleaned = 0.00259987 Jy ! Component: 750 - total flux cleaned = 0.00280281 Jy ! Component: 800 - total flux cleaned = 0.00319786 Jy ! Component: 850 - total flux cleaned = 0.00364789 Jy ! Component: 900 - total flux cleaned = 0.00371073 Jy ! Component: 950 - total flux cleaned = 0.00396074 Jy ! Component: 1000 - total flux cleaned = 0.00414302 Jy ! Component: 1050 - total flux cleaned = 0.00414163 Jy ! Component: 1100 - total flux cleaned = 0.00419953 Jy ! Component: 1150 - total flux cleaned = 0.00408481 Jy ! Component: 1200 - total flux cleaned = 0.0041963 Jy ! Component: 1250 - total flux cleaned = 0.00408495 Jy ! Component: 1300 - total flux cleaned = 0.00430121 Jy ! Component: 1350 - total flux cleaned = 0.00414246 Jy ! Component: 1400 - total flux cleaned = 0.00435064 Jy ! Component: 1450 - total flux cleaned = 0.00445348 Jy ! Component: 1500 - total flux cleaned = 0.0044531 Jy ! Component: 1550 - total flux cleaned = 0.00470034 Jy ! Component: 1600 - total flux cleaned = 0.00479687 Jy ! Component: 1650 - total flux cleaned = 0.00489233 Jy ! Component: 1700 - total flux cleaned = 0.00484499 Jy ! Component: 1750 - total flux cleaned = 0.00503078 Jy ! Component: 1800 - total flux cleaned = 0.00498472 Jy ! Component: 1850 - total flux cleaned = 0.00525559 Jy ! Component: 1900 - total flux cleaned = 0.0053439 Jy ! Component: 1950 - total flux cleaned = 0.00556349 Jy ! Component: 2000 - total flux cleaned = 0.00538905 Jy ! Total flux subtracted in 2048 components = 0.00543259 Jy ! Clean residual min=-0.002691 max=0.002904 Jy/beam ! Clean residual mean=-0.000003 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 1.11157 Jy keep ! Adding 144 model components to the UV plane model. ! The established model now contains 194 components and 1.11157 Jy ![Exited script file: muppet] wmap "J2000-1748_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.083 x 7.85 at -6.011 degrees (North through East) ! Clean map min=-0.004932 max=1.0332 Jy/beam ! Writing clean map to FITS file: J2000-1748_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.03317 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000839731 device "J2000-1748_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2000-1748_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.243831 0.243831 0.487662 0.975324 1.95065 3.90129 7.80259 15.6052 31.2104 62.4207 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.033 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.083 x 7.85 at -6.011 degrees (North through East) ! Clean map min=-0.004932 max=1.0332 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2000-1748_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2000-1748_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2000-1748_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:56:58 2006