! Started logfile: J2339-2310_S_2005_07_09_yyk_uvs.log on Fri Jan 20 11:11:39 2006 obs J2339-2310_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2339-2310_S_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.925253 visibilities/baseline/integration-bin. ! Found source: J2339-2310 ! ! 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 1602 lines of history. ! ! Reading 1832 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 J2339-2310_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.137708 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.84 mas, bmaj=6.775 mas, bpa=13.41 degrees ! Estimated noise=1.93436 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.0849815 Jy ! Component: 100 - total flux cleaned = 0.109903 Jy ! Total flux subtracted in 100 components = 0.109903 Jy ! Clean residual min=-0.009387 max=0.010916 Jy/beam ! Clean residual mean=0.000124 rms=0.002735 Jy/beam ! Combined flux in latest and established models = 0.109903 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.109903 Jy ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.079866Jy sigma=1.136943 ! Fit after self-cal, rms=0.076836Jy sigma=1.097188 ! Inverting map and beam ! Estimated beam: bmin=2.84 mas, bmaj=6.775 mas, bpa=13.41 degrees ! Estimated noise=1.93436 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=4.234 mas, bmaj=10.48 mas, bpa=15.26 degrees ! Estimated noise=1.20428 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.0151839 Jy ! Component: 100 - total flux cleaned = 0.0198724 Jy ! Component: 150 - total flux cleaned = 0.0209139 Jy ! Component: 200 - total flux cleaned = 0.0211606 Jy ! Total flux subtracted in 200 components = 0.0211606 Jy ! Clean residual min=-0.005463 max=0.007461 Jy/beam ! Clean residual mean=0.000104 rms=0.001744 Jy/beam ! Combined flux in latest and established models = 0.131063 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 40 components and 0.131063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074503Jy sigma=1.057203 ! Fit after self-cal, rms=0.074493Jy sigma=1.056973 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.234 x 10.48 at 15.26 degrees (North through East) ! Clean map min=-0.0053382 max=0.10693 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 ! 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 2. ! Amplitude normalization factor in sub-array 1: 1.00583 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.00* KP 1.00 ! LA 1.02 MK 1.00* NL 0.99 OV 1.00 ! PT 1.00 SC 0.90 ! ! ! 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.074493Jy sigma=1.056973 ! Fit after self-cal, rms=0.074306Jy sigma=1.056546 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.074306Jy sigma=1.056546 ! Fit after self-cal, rms=0.074297Jy sigma=1.056451 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.182 mas, bmaj=10.43 mas, bpa=15.61 degrees ! Estimated noise=1.20603 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.000809739 Jy ! Component: 100 - total flux cleaned = 0.000925031 Jy ! Component: 150 - total flux cleaned = 0.000978418 Jy ! Component: 200 - total flux cleaned = 0.00108149 Jy ! Total flux subtracted in 200 components = 0.00108149 Jy ! Clean residual min=-0.005527 max=0.007190 Jy/beam ! Clean residual mean=0.000103 rms=0.001734 Jy/beam ! Combined flux in latest and established models = 0.132145 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.132145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074211Jy sigma=1.055289 ! Fit after self-cal, rms=0.074197Jy sigma=1.055118 ! 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.074197Jy sigma=1.055118 ! Fit after self-cal, rms=0.071108Jy sigma=1.002064 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.00111923 Jy ! Component: 100 - total flux cleaned = 0.00118676 Jy ! Component: 150 - total flux cleaned = 0.00118873 Jy ! Component: 200 - total flux cleaned = 0.00129835 Jy ! Total flux subtracted in 200 components = 0.00129835 Jy ! Clean residual min=-0.005358 max=0.006960 Jy/beam ! Clean residual mean=0.000122 rms=0.001689 Jy/beam ! Combined flux in latest and established models = 0.133443 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 51 components and 0.133443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070984Jy sigma=1.000195 ! Fit after self-cal, rms=0.070729Jy sigma=0.996766 ! 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: 4.182 x 10.43 at 15.61 degrees (North through East) ! Clean map min=-0.005286 max=0.10777 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.070729Jy sigma=0.996766 ! Fit after self-cal, rms=0.070047Jy sigma=0.991336 ! 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.070047Jy sigma=0.991336 ! Fit after self-cal, rms=0.069996Jy sigma=0.990865 ! Inverting map and beam ! Estimated beam: bmin=4.128 mas, bmaj=10.42 mas, bpa=16.13 degrees ! Estimated noise=1.19949 mJy/beam. ! Added new window around map position (-9, 1.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00736747 Jy ! Component: 100 - total flux cleaned = 0.00877496 Jy ! Component: 150 - total flux cleaned = 0.00970369 Jy ! Component: 200 - total flux cleaned = 0.00993755 Jy ! Total flux subtracted in 200 components = 0.00993755 Jy ! Clean residual min=-0.004522 max=0.004396 Jy/beam ! Clean residual mean=0.000029 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.143381 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 80 components and 0.14338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069265Jy sigma=0.979084 ! Fit after self-cal, rms=0.069151Jy sigma=0.978139 ! 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.069151Jy sigma=0.978139 ! Fit after self-cal, rms=0.070240Jy sigma=0.982901 ! 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.070240Jy sigma=0.982901 ! Fit after self-cal, rms=0.070218Jy sigma=0.982696 ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.41 mas, bpa=15.95 degrees ! Estimated noise=1.20867 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382518 Jy ! Component: 100 - total flux cleaned = 0.000236385 Jy ! Component: 150 - total flux cleaned = 0.000109492 Jy ! Component: 200 - total flux cleaned = 0.000111418 Jy ! Total flux subtracted in 200 components = 0.000111418 Jy ! Clean residual min=-0.004257 max=0.004778 Jy/beam ! Clean residual mean=-0.000017 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.143492 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 96 components and 0.143492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070071Jy sigma=0.980748 ! Fit after self-cal, rms=0.070036Jy sigma=0.980624 ! 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=9.388 mas, bmaj=24.25 mas, bpa=15.17 degrees ! Estimated noise=1.38496 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.00101247 Jy ! Component: 100 - total flux cleaned = -0.00111514 Jy ! Component: 150 - total flux cleaned = -0.0011608 Jy ! Component: 200 - total flux cleaned = -0.00120588 Jy ! Total flux subtracted in 200 components = -0.00120588 Jy ! Clean residual min=-0.004071 max=0.004848 Jy/beam ! Clean residual mean=-0.000019 rms=0.001367 Jy/beam ! Combined flux in latest and established models = 0.142286 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 118 components and 0.142286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070015Jy sigma=0.980355 ! Fit after self-cal, rms=0.069994Jy sigma=0.980279 ! 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.813 mas, bmaj=6.771 mas, bpa=13.81 degrees ! Estimated noise=1.92211 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0898023 Jy ! Component: 100 - total flux cleaned = 0.112848 Jy ! Component: 150 - total flux cleaned = 0.124755 Jy ! Component: 200 - total flux cleaned = 0.132577 Jy ! Total flux subtracted in 200 components = 0.132577 Jy ! Clean residual min=-0.006128 max=0.006557 Jy/beam ! Clean residual mean=0.000063 rms=0.001929 Jy/beam ! Combined flux in latest and established models = 0.132577 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.132577 Jy ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.41 mas, bpa=15.95 degrees ! Estimated noise=1.20867 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.00687431 Jy ! Component: 100 - total flux cleaned = 0.00861741 Jy ! Component: 150 - total flux cleaned = 0.00905885 Jy ! Component: 200 - total flux cleaned = 0.00941223 Jy ! Total flux subtracted in 200 components = 0.00941223 Jy ! Clean residual min=-0.004259 max=0.004743 Jy/beam ! Clean residual mean=0.000005 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.141989 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 84 components and 0.141989 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=9.388 mas, bmaj=24.25 mas, bpa=15.17 degrees ! Estimated noise=1.38496 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.000271342 Jy ! Component: 100 - total flux cleaned = 0.000417521 Jy ! Component: 150 - total flux cleaned = 0.0003615 Jy ! Component: 200 - total flux cleaned = 0.00025951 Jy ! Total flux subtracted in 200 components = 0.00025951 Jy ! Clean residual min=-0.003953 max=0.004877 Jy/beam ! Clean residual mean=-0.000013 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.142249 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 114 components and 0.142249 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=10.41 mas, bpa=15.95 degrees ! Estimated noise=1.20867 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379956 Jy ! Component: 100 - total flux cleaned = 0.000223354 Jy ! Component: 150 - total flux cleaned = 0.000128157 Jy ! Component: 200 - total flux cleaned = 8.43424e-05 Jy ! Total flux subtracted in 200 components = 8.43424e-05 Jy ! Clean residual min=-0.003959 max=0.004665 Jy/beam ! Clean residual mean=-0.000012 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.142333 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 128 components and 0.142333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069809Jy sigma=0.978854 ! Fit after self-cal, rms=0.069761Jy sigma=0.978600 wmodel J2339-2310_S_2005_07_09_yyk\_map.mod ! Writing 128 model components to file: J2339-2310_S_2005_07_09_yyk_map.mod wobs J2339-2310_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2339-2310_S_2005_07_09_yyk_uvs.fits wwins J2339-2310_S_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J2339-2310_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.000406143 Jy ! Component: 100 - total flux cleaned = 0.000464258 Jy ! Component: 150 - total flux cleaned = 0.000647275 Jy ! Component: 200 - total flux cleaned = 0.000537152 Jy ! Component: 250 - total flux cleaned = 0.00021497 Jy ! Component: 300 - total flux cleaned = -9.37455e-05 Jy ! Component: 350 - total flux cleaned = -0.000441708 Jy ! Component: 400 - total flux cleaned = -0.000825719 Jy ! Component: 450 - total flux cleaned = -0.00119796 Jy ! Component: 500 - total flux cleaned = -0.00151236 Jy ! Component: 550 - total flux cleaned = -0.0017729 Jy ! Component: 600 - total flux cleaned = -0.00211141 Jy ! Component: 650 - total flux cleaned = -0.00252266 Jy ! Component: 700 - total flux cleaned = -0.00284352 Jy ! Component: 750 - total flux cleaned = -0.00303962 Jy ! Component: 800 - total flux cleaned = -0.00334527 Jy ! Component: 850 - total flux cleaned = -0.00356861 Jy ! Component: 900 - total flux cleaned = -0.00378702 Jy ! Component: 950 - total flux cleaned = -0.0040368 Jy ! Component: 1000 - total flux cleaned = -0.0042114 Jy ! Component: 1050 - total flux cleaned = -0.00434734 Jy ! Component: 1100 - total flux cleaned = -0.00438032 Jy ! Component: 1150 - total flux cleaned = -0.00444512 Jy ! Component: 1200 - total flux cleaned = -0.0044445 Jy ! Component: 1250 - total flux cleaned = -0.00444382 Jy ! Component: 1300 - total flux cleaned = -0.00444392 Jy ! Component: 1350 - total flux cleaned = -0.00444417 Jy ! Component: 1400 - total flux cleaned = -0.00438432 Jy ! Component: 1450 - total flux cleaned = -0.00441481 Jy ! Component: 1500 - total flux cleaned = -0.00453152 Jy ! Component: 1550 - total flux cleaned = -0.00458907 Jy ! Component: 1600 - total flux cleaned = -0.0046172 Jy ! Component: 1650 - total flux cleaned = -0.0047573 Jy ! Component: 1700 - total flux cleaned = -0.00481305 Jy ! Component: 1750 - total flux cleaned = -0.00492301 Jy ! Component: 1800 - total flux cleaned = -0.00505839 Jy ! Component: 1850 - total flux cleaned = -0.0051121 Jy ! Component: 1900 - total flux cleaned = -0.00524419 Jy ! Component: 1950 - total flux cleaned = -0.0053224 Jy ! Component: 2000 - total flux cleaned = -0.00547742 Jy ! Total flux subtracted in 2048 components = -0.00557937 Jy ! Clean residual min=-0.001770 max=0.001773 Jy/beam ! Clean residual mean=0.000018 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.136754 Jy keep ! Adding 113 model components to the UV plane model. ! The established model now contains 241 components and 0.136754 Jy ![Exited script file: muppet] wmap "J2339-2310_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.112 x 10.41 at 15.95 degrees (North through East) ! Clean map min=-0.0034589 max=0.10962 Jy/beam ! Writing clean map to FITS file: J2339-2310_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.10962 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000508511 device "J2339-2310_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2339-2310_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.39166 1.39166 2.78331 5.56662 11.1332 22.2665 44.533 89.0659 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.109 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.112 x 10.41 at 15.95 degrees (North through East) ! Clean map min=-0.0034589 max=0.10962 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2339-2310_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2339-2310_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2339-2310_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:11:44 2006