! Started logfile: J1126-0555_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:21:31 2006 obs J1126-0555_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1126-0555_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.946667 visibilities/baseline/integration-bin. ! Found source: J1126-0555 ! ! 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 1704 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 J1126-0555_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)= 0.185992 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.44 mas, bmaj=6.762 mas, bpa=-1.416 degrees ! Estimated noise=1.34048 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.138668 Jy ! Component: 100 - total flux cleaned = 0.170248 Jy ! Total flux subtracted in 100 components = 0.170248 Jy ! Clean residual min=-0.007043 max=0.009393 Jy/beam ! Clean residual mean=-0.000006 rms=0.001968 Jy/beam ! Combined flux in latest and established models = 0.170248 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.170248 Jy ! ! Correcting IF 1. ! A total of 7 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 7 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.069759Jy sigma=1.103191 ! Fit after self-cal, rms=0.069604Jy sigma=1.100165 ! Inverting map and beam ! Estimated beam: bmin=2.441 mas, bmaj=6.764 mas, bpa=-1.419 degrees ! Estimated noise=1.33998 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.136 mas, bmaj=7.758 mas, bpa=-2.576 degrees ! Estimated noise=0.989931 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.0138717 Jy ! Component: 100 - total flux cleaned = 0.0193274 Jy ! Component: 150 - total flux cleaned = 0.0213854 Jy ! Component: 200 - total flux cleaned = 0.0213865 Jy ! Total flux subtracted in 200 components = 0.0213865 Jy ! Clean residual min=-0.004411 max=0.004741 Jy/beam ! Clean residual mean=-0.000011 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.191635 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 33 components and 0.191635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066898Jy sigma=1.063843 ! Fit after self-cal, rms=0.066893Jy sigma=1.063775 ! 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.136 x 7.758 at -2.576 degrees (North through East) ! Clean map min=-0.0042347 max=0.16486 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0147 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.06 HN 0.99 KP 0.95 ! LA 1.05 MK 0.87 NL 0.96 OV 1.02 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.996684 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.02 KP 1.05 ! LA 1.07 MK 0.91 NL 0.97 OV 1.03 ! PT 1.01 SC 0.94 ! ! ! 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.066893Jy sigma=1.063775 ! Fit after self-cal, rms=0.066030Jy sigma=1.054334 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.066030Jy sigma=1.054334 ! Fit after self-cal, rms=0.066029Jy sigma=1.054320 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=7.574 mas, bpa=-2.959 degrees ! Estimated noise=0.991931 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.00472085 Jy ! Component: 100 - total flux cleaned = 0.0058236 Jy ! Component: 150 - total flux cleaned = 0.00633224 Jy ! Component: 200 - total flux cleaned = 0.00673086 Jy ! Total flux subtracted in 200 components = 0.00673086 Jy ! Clean residual min=-0.004020 max=0.004754 Jy/beam ! Clean residual mean=0.000026 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.198366 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.198366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065599Jy sigma=1.049108 ! Fit after self-cal, rms=0.065597Jy sigma=1.049084 ! 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.065597Jy sigma=1.049084 ! Fit after self-cal, rms=0.063680Jy sigma=1.017547 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.00107826 Jy ! Component: 100 - total flux cleaned = 0.00123656 Jy ! Component: 150 - total flux cleaned = 0.00126494 Jy ! Component: 200 - total flux cleaned = 0.00129195 Jy ! Total flux subtracted in 200 components = 0.00129195 Jy ! Clean residual min=-0.003936 max=0.004670 Jy/beam ! Clean residual mean=0.000023 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.199658 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.199658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063621Jy sigma=1.017067 ! Fit after self-cal, rms=0.063504Jy sigma=1.015027 ! 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.04 x 7.574 at -2.959 degrees (North through East) ! Clean map min=-0.003759 max=0.16443 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.063504Jy sigma=1.015027 ! Fit after self-cal, rms=0.059919Jy sigma=0.987406 ! 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.059919Jy sigma=0.987406 ! Fit after self-cal, rms=0.059916Jy sigma=0.987128 ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=7.532 mas, bpa=-3.125 degrees ! Estimated noise=0.976375 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00159543 Jy ! Component: 100 - total flux cleaned = -0.00148496 Jy ! Component: 150 - total flux cleaned = -0.00139687 Jy ! Component: 200 - total flux cleaned = -0.00131814 Jy ! Total flux subtracted in 200 components = -0.00131814 Jy ! Clean residual min=-0.003584 max=0.003950 Jy/beam ! Clean residual mean=0.000042 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.19834 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.19834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059935Jy sigma=0.985932 ! Fit after self-cal, rms=0.059942Jy sigma=0.985882 ! 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.059942Jy sigma=0.985882 ! Fit after self-cal, rms=0.059198Jy sigma=0.977200 ! 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.059198Jy sigma=0.977200 ! Fit after self-cal, rms=0.059202Jy sigma=0.977174 ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=7.539 mas, bpa=-3.285 degrees ! Estimated noise=0.970556 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000936652 Jy ! Component: 100 - total flux cleaned = -0.00088901 Jy ! Component: 150 - total flux cleaned = -0.000866001 Jy ! Component: 200 - total flux cleaned = -0.000843205 Jy ! Total flux subtracted in 200 components = -0.000843204 Jy ! Clean residual min=-0.003669 max=0.003955 Jy/beam ! Clean residual mean=0.000043 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.197496 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 62 components and 0.197496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059214Jy sigma=0.976737 ! Fit after self-cal, rms=0.059216Jy sigma=0.976724 ! 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.646 mas, bmaj=12.94 mas, bpa=1.723 degrees ! Estimated noise=1.27447 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.000135571 Jy ! Component: 100 - total flux cleaned = 0.000132888 Jy ! Component: 150 - total flux cleaned = 0.000160926 Jy ! Component: 200 - total flux cleaned = 0.00021292 Jy ! Total flux subtracted in 200 components = 0.00021292 Jy ! Clean residual min=-0.005399 max=0.005844 Jy/beam ! Clean residual mean=0.000094 rms=0.001611 Jy/beam ! Combined flux in latest and established models = 0.197709 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.197709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059267Jy sigma=0.977840 ! Fit after self-cal, rms=0.059266Jy sigma=0.977404 ! 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.41 mas, bmaj=6.697 mas, bpa=-1.808 degrees ! Estimated noise=1.29266 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.135239 Jy ! Component: 100 - total flux cleaned = 0.16796 Jy ! Component: 150 - total flux cleaned = 0.183142 Jy ! Component: 200 - total flux cleaned = 0.191258 Jy ! Total flux subtracted in 200 components = 0.191258 Jy ! Clean residual min=-0.005130 max=0.005462 Jy/beam ! Clean residual mean=0.000010 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.191258 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.191258 Jy ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=7.539 mas, bpa=-3.285 degrees ! Estimated noise=0.970556 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.00427595 Jy ! Component: 100 - total flux cleaned = 0.00570481 Jy ! Component: 150 - total flux cleaned = 0.00586379 Jy ! Component: 200 - total flux cleaned = 0.00599839 Jy ! Total flux subtracted in 200 components = 0.00599839 Jy ! Clean residual min=-0.003674 max=0.004193 Jy/beam ! Clean residual mean=0.000043 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.197256 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 50 components and 0.197256 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.646 mas, bmaj=12.94 mas, bpa=1.723 degrees ! Estimated noise=1.27447 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 = 1.76105e-05 Jy ! Component: 100 - total flux cleaned = 0.000127229 Jy ! Component: 150 - total flux cleaned = 0.000215983 Jy ! Component: 200 - total flux cleaned = 0.000327217 Jy ! Total flux subtracted in 200 components = 0.000327217 Jy ! Clean residual min=-0.005362 max=0.005822 Jy/beam ! Clean residual mean=0.000094 rms=0.001616 Jy/beam ! Combined flux in latest and established models = 0.197583 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.197583 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.024 mas, bmaj=7.539 mas, bpa=-3.285 degrees ! Estimated noise=0.970556 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000217589 Jy ! Component: 100 - total flux cleaned = 0.000223745 Jy ! Component: 150 - total flux cleaned = 0.000224004 Jy ! Component: 200 - total flux cleaned = 0.000225027 Jy ! Total flux subtracted in 200 components = 0.000225027 Jy ! Clean residual min=-0.003743 max=0.004113 Jy/beam ! Clean residual mean=0.000042 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.197808 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.197808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059225Jy sigma=0.976726 ! Fit after self-cal, rms=0.059232Jy sigma=0.976684 wmodel J1126-0555_S_2005_07_09_yyk\_map.mod ! Writing 63 model components to file: J1126-0555_S_2005_07_09_yyk_map.mod wobs J1126-0555_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1126-0555_S_2005_07_09_yyk_uvs.fits wwins J1126-0555_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1126-0555_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.00149462 Jy ! Component: 100 - total flux cleaned = 0.00230435 Jy ! Component: 150 - total flux cleaned = 0.00293361 Jy ! Component: 200 - total flux cleaned = 0.00352666 Jy ! Component: 250 - total flux cleaned = 0.0042069 Jy ! Component: 300 - total flux cleaned = 0.00485997 Jy ! Component: 350 - total flux cleaned = 0.0054369 Jy ! Component: 400 - total flux cleaned = 0.00589517 Jy ! Component: 450 - total flux cleaned = 0.00623967 Jy ! Component: 500 - total flux cleaned = 0.00662128 Jy ! Component: 550 - total flux cleaned = 0.00685468 Jy ! Component: 600 - total flux cleaned = 0.00735442 Jy ! Component: 650 - total flux cleaned = 0.00762023 Jy ! Component: 700 - total flux cleaned = 0.00805593 Jy ! Component: 750 - total flux cleaned = 0.00831204 Jy ! Component: 800 - total flux cleaned = 0.00864549 Jy ! Component: 850 - total flux cleaned = 0.00897153 Jy ! Component: 900 - total flux cleaned = 0.00921052 Jy ! Component: 950 - total flux cleaned = 0.00940544 Jy ! Component: 1000 - total flux cleaned = 0.00967366 Jy ! Component: 1050 - total flux cleaned = 0.00997405 Jy ! Component: 1100 - total flux cleaned = 0.0101221 Jy ! Component: 1150 - total flux cleaned = 0.010376 Jy ! Component: 1200 - total flux cleaned = 0.0105902 Jy ! Component: 1250 - total flux cleaned = 0.0106604 Jy ! Component: 1300 - total flux cleaned = 0.0109362 Jy ! Component: 1350 - total flux cleaned = 0.0111052 Jy ! Component: 1400 - total flux cleaned = 0.0111719 Jy ! Component: 1450 - total flux cleaned = 0.0114671 Jy ! Component: 1500 - total flux cleaned = 0.0115967 Jy ! Component: 1550 - total flux cleaned = 0.0118202 Jy ! Component: 1600 - total flux cleaned = 0.0120713 Jy ! Component: 1650 - total flux cleaned = 0.0122573 Jy ! Component: 1700 - total flux cleaned = 0.012533 Jy ! Component: 1750 - total flux cleaned = 0.0126841 Jy ! Component: 1800 - total flux cleaned = 0.0126844 Jy ! Component: 1850 - total flux cleaned = 0.0128329 Jy ! Component: 1900 - total flux cleaned = 0.0130375 Jy ! Component: 1950 - total flux cleaned = 0.0131827 Jy ! Component: 2000 - total flux cleaned = 0.0132401 Jy ! Total flux subtracted in 2048 components = 0.0134383 Jy ! Clean residual min=-0.001680 max=0.001655 Jy/beam ! Clean residual mean=0.000016 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.211247 Jy keep ! Adding 152 model components to the UV plane model. ! The established model now contains 215 components and 0.211247 Jy ![Exited script file: muppet] wmap "J1126-0555_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.024 x 7.539 at -3.285 degrees (North through East) ! Clean map min=-0.0027618 max=0.16121 Jy/beam ! Writing clean map to FITS file: J1126-0555_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 0.161209 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000585016 device "J1126-0555_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1126-0555_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08868 1.08868 2.17736 4.35472 8.70944 17.4189 34.8378 69.6755 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.161 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.024 x 7.539 at -3.285 degrees (North through East) ! Clean map min=-0.0027618 max=0.16121 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1126-0555_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1126-0555_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1126-0555_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:21:35 2006