! Started logfile: J1947-0103_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:41:01 2005 obs J1947-0103_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1947-0103_S_2005_05_12_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.937037 visibilities/baseline/integration-bin. ! Found source: J1947-0103 ! ! 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 1443 lines of history. ! ! Reading 2024 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 J1947-0103_S_2005_05_12_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.171457 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.673 mas, bmaj=6.746 mas, bpa=-3.105 degrees ! Estimated noise=1.07944 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.135222 Jy ! Component: 100 - total flux cleaned = 0.155221 Jy ! Total flux subtracted in 100 components = 0.155221 Jy ! Clean residual min=-0.004933 max=0.005501 Jy/beam ! Clean residual mean=0.000004 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.155221 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.155221 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 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.061700Jy sigma=1.070453 ! Fit after self-cal, rms=0.061590Jy sigma=1.066734 ! Inverting map and beam ! Estimated beam: bmin=2.673 mas, bmaj=6.746 mas, bpa=-3.105 degrees ! Estimated noise=1.07944 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.237 mas, bmaj=8.208 mas, bpa=-5.055 degrees ! Estimated noise=0.793293 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.00888025 Jy ! Component: 100 - total flux cleaned = 0.0128948 Jy ! Component: 150 - total flux cleaned = 0.0149275 Jy ! Component: 200 - total flux cleaned = 0.0160041 Jy ! Total flux subtracted in 200 components = 0.0160041 Jy ! Clean residual min=-0.003503 max=0.004449 Jy/beam ! Clean residual mean=0.000013 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.171225 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 51 components and 0.171225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060589Jy sigma=1.046906 ! Fit after self-cal, rms=0.060586Jy sigma=1.046833 ! 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.237 x 8.208 at -5.055 degrees (North through East) ! Clean map min=-0.0033286 max=0.15598 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.03919 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 0.97 KP 1.00 ! LA 0.98 MK 0.89 NL 0.94 OV 0.96 ! PT 1.06 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.993127 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.12 HN 1.04 KP 1.04 ! LA 0.95 MK 0.94 NL 0.95 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! 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.02806 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 0.96 KP 0.88 ! LA 1.02 MK 1.07 NL 0.91 OV 0.85 ! PT 0.91 SC 1.09 ! ! ! Fit before self-cal, rms=0.060586Jy sigma=1.046833 ! Fit after self-cal, rms=0.058839Jy sigma=1.022934 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.058839Jy sigma=1.022934 ! Fit after self-cal, rms=0.058836Jy sigma=1.022911 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.226 mas, bpa=-5.406 degrees ! Estimated noise=0.794765 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.00112602 Jy ! Component: 100 - total flux cleaned = 0.00132396 Jy ! Component: 150 - total flux cleaned = 0.00143783 Jy ! Component: 200 - total flux cleaned = 0.00150956 Jy ! Total flux subtracted in 200 components = 0.00150956 Jy ! Clean residual min=-0.003130 max=0.003346 Jy/beam ! Clean residual mean=0.000023 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.172735 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.172735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058802Jy sigma=1.022390 ! Fit after self-cal, rms=0.058799Jy sigma=1.022353 ! 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.058799Jy sigma=1.022353 ! Fit after self-cal, rms=0.056776Jy sigma=0.986827 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.000492283 Jy ! Component: 100 - total flux cleaned = 0.000477193 Jy ! Component: 150 - total flux cleaned = 0.000477315 Jy ! Component: 200 - total flux cleaned = 0.000477812 Jy ! Total flux subtracted in 200 components = 0.000477812 Jy ! Clean residual min=-0.003153 max=0.003274 Jy/beam ! Clean residual mean=0.000023 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.173213 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 68 components and 0.173212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056752Jy sigma=0.986668 ! Fit after self-cal, rms=0.056598Jy sigma=0.983958 ! 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.228 x 8.226 at -5.406 degrees (North through East) ! Clean map min=-0.0030086 max=0.15725 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.056598Jy sigma=0.983958 ! Fit after self-cal, rms=0.055075Jy sigma=0.962850 ! 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.055075Jy sigma=0.962850 ! Fit after self-cal, rms=0.055083Jy sigma=0.962468 ! Inverting map and beam ! Estimated beam: bmin=3.22 mas, bmaj=8.227 mas, bpa=-5.604 degrees ! Estimated noise=0.784636 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00151612 Jy ! Component: 100 - total flux cleaned = -0.00163429 Jy ! Component: 150 - total flux cleaned = -0.0015924 Jy ! Component: 200 - total flux cleaned = -0.00156737 Jy ! Total flux subtracted in 200 components = -0.00156737 Jy ! Clean residual min=-0.002819 max=0.002875 Jy/beam ! Clean residual mean=0.000014 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.171645 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.171645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055077Jy sigma=0.961795 ! Fit after self-cal, rms=0.055089Jy sigma=0.961729 ! 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.055089Jy sigma=0.961729 ! Fit after self-cal, rms=0.054385Jy sigma=0.952440 ! 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.054385Jy sigma=0.952440 ! Fit after self-cal, rms=0.054395Jy sigma=0.952407 ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.253 mas, bpa=-5.784 degrees ! Estimated noise=0.778711 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00120332 Jy ! Component: 100 - total flux cleaned = -0.00146819 Jy ! Component: 150 - total flux cleaned = -0.00149029 Jy ! Component: 200 - total flux cleaned = -0.00150104 Jy ! Total flux subtracted in 200 components = -0.00150104 Jy ! Clean residual min=-0.002789 max=0.002857 Jy/beam ! Clean residual mean=0.000015 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.170144 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.170144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054383Jy sigma=0.951981 ! Fit after self-cal, rms=0.054386Jy sigma=0.951970 ! 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.809 mas, bmaj=12.86 mas, bpa=0.2226 degrees ! Estimated noise=0.987901 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 = -1.84453e-05 Jy ! Component: 100 - total flux cleaned = 0.000109884 Jy ! Component: 150 - total flux cleaned = 0.000193652 Jy ! Component: 200 - total flux cleaned = 0.00026524 Jy ! Total flux subtracted in 200 components = 0.00026524 Jy ! Clean residual min=-0.003285 max=0.003549 Jy/beam ! Clean residual mean=0.000025 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.170409 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 87 components and 0.170409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054408Jy sigma=0.952183 ! Fit after self-cal, rms=0.054404Jy sigma=0.952078 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.675 mas, bmaj=6.783 mas, bpa=-3.446 degrees ! Estimated noise=1.05638 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.133024 Jy ! Component: 100 - total flux cleaned = 0.152711 Jy ! Component: 150 - total flux cleaned = 0.160206 Jy ! Component: 200 - total flux cleaned = 0.164172 Jy ! Total flux subtracted in 200 components = 0.164172 Jy ! Clean residual min=-0.004326 max=0.003882 Jy/beam ! Clean residual mean=0.000011 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.164172 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.164172 Jy ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.253 mas, bpa=-5.784 degrees ! Estimated noise=0.778711 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.00332178 Jy ! Component: 100 - total flux cleaned = 0.00484047 Jy ! Component: 150 - total flux cleaned = 0.00520103 Jy ! Component: 200 - total flux cleaned = 0.00531364 Jy ! Total flux subtracted in 200 components = 0.00531364 Jy ! Clean residual min=-0.002853 max=0.002904 Jy/beam ! Clean residual mean=0.000017 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.169486 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.169486 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.809 mas, bmaj=12.86 mas, bpa=0.2226 degrees ! Estimated noise=0.987901 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.0003708 Jy ! Component: 100 - total flux cleaned = 0.000534798 Jy ! Component: 150 - total flux cleaned = 0.000642012 Jy ! Component: 200 - total flux cleaned = 0.000733274 Jy ! Total flux subtracted in 200 components = 0.000733274 Jy ! Clean residual min=-0.003337 max=0.003572 Jy/beam ! Clean residual mean=0.000026 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.170219 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.170219 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=8.253 mas, bpa=-5.784 degrees ! Estimated noise=0.778711 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.22154e-05 Jy ! Component: 100 - total flux cleaned = -0.000125429 Jy ! Component: 150 - total flux cleaned = -0.00024814 Jy ! Component: 200 - total flux cleaned = -0.000247496 Jy ! Total flux subtracted in 200 components = -0.000247496 Jy ! Clean residual min=-0.002807 max=0.002868 Jy/beam ! Clean residual mean=0.000015 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.169972 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 73 components and 0.169972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054393Jy sigma=0.952091 ! Fit after self-cal, rms=0.054394Jy sigma=0.952080 wmodel J1947-0103_S_2005_05_12_yyk\_map.mod ! Writing 73 model components to file: J1947-0103_S_2005_05_12_yyk_map.mod wobs J1947-0103_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1947-0103_S_2005_05_12_yyk_uvs.fits wwins J1947-0103_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J1947-0103_S_2005_05_12_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000471415 Jy ! Component: 100 - total flux cleaned = 0.00102816 Jy ! Component: 150 - total flux cleaned = 0.00149929 Jy ! Component: 200 - total flux cleaned = 0.00153883 Jy ! Component: 250 - total flux cleaned = 0.00161709 Jy ! Component: 300 - total flux cleaned = 0.0015792 Jy ! Component: 350 - total flux cleaned = 0.00143294 Jy ! Component: 400 - total flux cleaned = 0.00143307 Jy ! Component: 450 - total flux cleaned = 0.00129428 Jy ! Component: 500 - total flux cleaned = 0.00122711 Jy ! Component: 550 - total flux cleaned = 0.00109483 Jy ! Component: 600 - total flux cleaned = 0.000965752 Jy ! Component: 650 - total flux cleaned = 0.000870932 Jy ! Component: 700 - total flux cleaned = 0.000746657 Jy ! Component: 750 - total flux cleaned = 0.000685327 Jy ! Component: 800 - total flux cleaned = 0.000505863 Jy ! Component: 850 - total flux cleaned = 0.000329108 Jy ! Component: 900 - total flux cleaned = 0.000155796 Jy ! Component: 950 - total flux cleaned = 9.86609e-05 Jy ! Component: 1000 - total flux cleaned = -0.000125131 Jy ! Component: 1050 - total flux cleaned = -0.000262234 Jy ! Component: 1100 - total flux cleaned = -0.000425351 Jy ! Component: 1150 - total flux cleaned = -0.000612222 Jy ! Component: 1200 - total flux cleaned = -0.000822533 Jy ! Component: 1250 - total flux cleaned = -0.00095183 Jy ! Component: 1300 - total flux cleaned = -0.00107906 Jy ! Component: 1350 - total flux cleaned = -0.00110438 Jy ! Component: 1400 - total flux cleaned = -0.00117901 Jy ! Component: 1450 - total flux cleaned = -0.00130148 Jy ! Component: 1500 - total flux cleaned = -0.00137367 Jy ! Component: 1550 - total flux cleaned = -0.00146897 Jy ! Component: 1600 - total flux cleaned = -0.00158671 Jy ! Component: 1650 - total flux cleaned = -0.00170318 Jy ! Component: 1700 - total flux cleaned = -0.00181858 Jy ! Component: 1750 - total flux cleaned = -0.00190988 Jy ! Component: 1800 - total flux cleaned = -0.00202266 Jy ! Component: 1850 - total flux cleaned = -0.00213421 Jy ! Component: 1900 - total flux cleaned = -0.0021789 Jy ! Component: 1950 - total flux cleaned = -0.00224451 Jy ! Component: 2000 - total flux cleaned = -0.00233116 Jy ! Total flux subtracted in 2048 components = -0.0024382 Jy ! Clean residual min=-0.001279 max=0.001312 Jy/beam ! Clean residual mean=0.000011 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.167533 Jy keep ! Adding 141 model components to the UV plane model. ! The established model now contains 214 components and 0.167533 Jy ![Exited script file: muppet] wmap "J1947-0103_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 8.253 at -5.784 degrees (North through East) ! Clean map min=-0.0022071 max=0.15533 Jy/beam ! Writing clean map to FITS file: J1947-0103_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.155327 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00044337 device "J1947-0103_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1947-0103_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.856327 0.856327 1.71265 3.42531 6.85062 13.7012 27.4025 54.805 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.155 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.222 x 8.253 at -5.784 degrees (North through East) ! Clean map min=-0.0022071 max=0.15533 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1947-0103_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1947-0103_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1947-0103_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:41:05 2005