! Started logfile: J2050-2628_S_2005_07_09_yyk_uvs.log on Fri Jan 20 11:01:14 2006 obs J2050-2628_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J2050-2628_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: J2050-2628 ! ! 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 J2050-2628_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.226009 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.349 mas, bmaj=6.266 mas, bpa=1.158 degrees ! Estimated noise=1.56235 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.169587 Jy ! Component: 100 - total flux cleaned = 0.201169 Jy ! Total flux subtracted in 100 components = 0.201169 Jy ! Clean residual min=-0.008731 max=0.010536 Jy/beam ! Clean residual mean=-0.000013 rms=0.002392 Jy/beam ! Combined flux in latest and established models = 0.201169 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.201169 Jy ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.082133Jy sigma=1.178799 ! Fit after self-cal, rms=0.081877Jy sigma=1.173620 ! Inverting map and beam ! Estimated beam: bmin=2.349 mas, bmaj=6.266 mas, bpa=1.158 degrees ! Estimated noise=1.56235 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.053 mas, bmaj=7.941 mas, bpa=-0.4979 degrees ! Estimated noise=1.11724 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.0160022 Jy ! Component: 100 - total flux cleaned = 0.0219729 Jy ! Component: 150 - total flux cleaned = 0.0242686 Jy ! Component: 200 - total flux cleaned = 0.0246639 Jy ! Total flux subtracted in 200 components = 0.0246639 Jy ! Clean residual min=-0.006422 max=0.006715 Jy/beam ! Clean residual mean=0.000021 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 0.225832 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 47 components and 0.225832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078722Jy sigma=1.134333 ! Fit after self-cal, rms=0.078724Jy sigma=1.134291 ! 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.053 x 7.941 at -0.4979 degrees (North through East) ! Clean map min=-0.0061472 max=0.19878 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.01345 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.01 HN 1.08 KP 0.99 ! LA 0.99 MK 0.92 NL 0.97 OV 0.95 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0053 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.09 KP 0.97 ! LA 1.01 MK 0.96 NL 0.97 OV 0.95 ! PT 1.04 SC 0.97 ! ! ! 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.078724Jy sigma=1.134291 ! Fit after self-cal, rms=0.077989Jy sigma=1.127143 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.077989Jy sigma=1.127143 ! Fit after self-cal, rms=0.077989Jy sigma=1.127137 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.017 mas, bmaj=7.846 mas, bpa=-0.5675 degrees ! Estimated noise=1.11152 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.00074911 Jy ! Component: 100 - total flux cleaned = 0.00104879 Jy ! Component: 150 - total flux cleaned = 0.00139918 Jy ! Component: 200 - total flux cleaned = 0.00166012 Jy ! Total flux subtracted in 200 components = 0.00166012 Jy ! Clean residual min=-0.006286 max=0.007040 Jy/beam ! Clean residual mean=0.000066 rms=0.001743 Jy/beam ! Combined flux in latest and established models = 0.227493 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.227493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077930Jy sigma=1.125234 ! Fit after self-cal, rms=0.077932Jy sigma=1.125221 ! 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.077932Jy sigma=1.125221 ! Fit after self-cal, rms=0.075074Jy sigma=1.091466 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.0010868 Jy ! Component: 100 - total flux cleaned = 0.00116624 Jy ! Component: 150 - total flux cleaned = 0.0012406 Jy ! Component: 200 - total flux cleaned = 0.00127563 Jy ! Total flux subtracted in 200 components = 0.00127563 Jy ! Clean residual min=-0.006225 max=0.007069 Jy/beam ! Clean residual mean=0.000062 rms=0.001727 Jy/beam ! Combined flux in latest and established models = 0.228768 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 61 components and 0.228768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075030Jy sigma=1.090888 ! Fit after self-cal, rms=0.074809Jy sigma=1.088747 ! 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.017 x 7.846 at -0.5675 degrees (North through East) ! Clean map min=-0.005967 max=0.19672 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.074809Jy sigma=1.088747 ! Fit after self-cal, rms=0.073940Jy sigma=1.084633 ! 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.073940Jy sigma=1.084633 ! Fit after self-cal, rms=0.073937Jy sigma=1.084368 ! Inverting map and beam ! Estimated beam: bmin=2.995 mas, bmaj=7.807 mas, bpa=-0.6764 degrees ! Estimated noise=1.09773 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00183989 Jy ! Component: 100 - total flux cleaned = -0.00164922 Jy ! Component: 150 - total flux cleaned = -0.00144511 Jy ! Component: 200 - total flux cleaned = -0.00122788 Jy ! Total flux subtracted in 200 components = -0.00122788 Jy ! Clean residual min=-0.006103 max=0.006816 Jy/beam ! Clean residual mean=0.000050 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.22754 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.22754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074071Jy sigma=1.082907 ! Fit after self-cal, rms=0.074085Jy sigma=1.082863 ! 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.074085Jy sigma=1.082863 ! Fit after self-cal, rms=0.073540Jy sigma=1.076914 ! 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.073540Jy sigma=1.076914 ! Fit after self-cal, rms=0.073566Jy sigma=1.076875 ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.791 mas, bpa=-0.6306 degrees ! Estimated noise=1.09088 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000951542 Jy ! Component: 100 - total flux cleaned = -0.000780053 Jy ! Component: 150 - total flux cleaned = -0.000716189 Jy ! Component: 200 - total flux cleaned = -0.000687542 Jy ! Total flux subtracted in 200 components = -0.000687542 Jy ! Clean residual min=-0.005925 max=0.006761 Jy/beam ! Clean residual mean=0.000060 rms=0.001636 Jy/beam ! Combined flux in latest and established models = 0.226853 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 0.226853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073655Jy sigma=1.076282 ! Fit after self-cal, rms=0.073666Jy sigma=1.076277 ! 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=8.252 mas, bmaj=20.5 mas, bpa=8.084 degrees ! Estimated noise=1.41871 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.00173845 Jy ! Component: 100 - total flux cleaned = 0.00201187 Jy ! Component: 150 - total flux cleaned = 0.00234191 Jy ! Component: 200 - total flux cleaned = 0.00256662 Jy ! Total flux subtracted in 200 components = 0.00256662 Jy ! Clean residual min=-0.006922 max=0.007492 Jy/beam ! Clean residual mean=0.000103 rms=0.002312 Jy/beam ! Combined flux in latest and established models = 0.229419 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 70 components and 0.229419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073731Jy sigma=1.076912 ! Fit after self-cal, rms=0.073730Jy sigma=1.076809 ! 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.333 mas, bmaj=6.225 mas, bpa=1.23 degrees ! Estimated noise=1.51182 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.165219 Jy ! Component: 100 - total flux cleaned = 0.197445 Jy ! Component: 150 - total flux cleaned = 0.212098 Jy ! Component: 200 - total flux cleaned = 0.219522 Jy ! Total flux subtracted in 200 components = 0.219522 Jy ! Clean residual min=-0.006473 max=0.007091 Jy/beam ! Clean residual mean=0.000008 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.219522 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.219522 Jy ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.791 mas, bpa=-0.6306 degrees ! Estimated noise=1.09088 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-0.5, -16.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00886344 Jy ! Component: 100 - total flux cleaned = 0.0113719 Jy ! Component: 150 - total flux cleaned = 0.0119208 Jy ! Component: 200 - total flux cleaned = 0.012406 Jy ! Total flux subtracted in 200 components = 0.012406 Jy ! Clean residual min=-0.005481 max=0.006255 Jy/beam ! Clean residual mean=0.000048 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.231928 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 53 components and 0.231928 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=8.252 mas, bmaj=20.5 mas, bpa=8.084 degrees ! Estimated noise=1.41871 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.0025473 Jy ! Component: 100 - total flux cleaned = 0.00276323 Jy ! Component: 150 - total flux cleaned = 0.00285857 Jy ! Component: 200 - total flux cleaned = 0.00302433 Jy ! Total flux subtracted in 200 components = 0.00302433 Jy ! Clean residual min=-0.006149 max=0.007390 Jy/beam ! Clean residual mean=0.000074 rms=0.002057 Jy/beam ! Combined flux in latest and established models = 0.234952 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.234952 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.791 mas, bpa=-0.6306 degrees ! Estimated noise=1.09088 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000523496 Jy ! Component: 100 - total flux cleaned = -0.000252001 Jy ! Component: 150 - total flux cleaned = -0.000333576 Jy ! Component: 200 - total flux cleaned = -0.000264589 Jy ! Total flux subtracted in 200 components = -0.000264589 Jy ! Clean residual min=-0.005246 max=0.005218 Jy/beam ! Clean residual mean=0.000039 rms=0.001420 Jy/beam ! Combined flux in latest and established models = 0.234688 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.234688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073293Jy sigma=1.061217 ! Fit after self-cal, rms=0.073262Jy sigma=1.060086 wmodel J2050-2628_S_2005_07_09_yyk\_map.mod ! Writing 85 model components to file: J2050-2628_S_2005_07_09_yyk_map.mod wobs J2050-2628_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J2050-2628_S_2005_07_09_yyk_uvs.fits wwins J2050-2628_S_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J2050-2628_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.000192105 Jy ! Component: 100 - total flux cleaned = 0.000584703 Jy ! Component: 150 - total flux cleaned = 0.00102527 Jy ! Component: 200 - total flux cleaned = 0.0012308 Jy ! Component: 250 - total flux cleaned = 0.00129603 Jy ! Component: 300 - total flux cleaned = 0.00129549 Jy ! Component: 350 - total flux cleaned = 0.0014194 Jy ! Component: 400 - total flux cleaned = 0.00159961 Jy ! Component: 450 - total flux cleaned = 0.00183371 Jy ! Component: 500 - total flux cleaned = 0.00211745 Jy ! Component: 550 - total flux cleaned = 0.00211684 Jy ! Component: 600 - total flux cleaned = 0.0021714 Jy ! Component: 650 - total flux cleaned = 0.00243668 Jy ! Component: 700 - total flux cleaned = 0.00264379 Jy ! Component: 750 - total flux cleaned = 0.00289759 Jy ! Component: 800 - total flux cleaned = 0.00314763 Jy ! Component: 850 - total flux cleaned = 0.00343902 Jy ! Component: 900 - total flux cleaned = 0.00348693 Jy ! Component: 950 - total flux cleaned = 0.00358127 Jy ! Component: 1000 - total flux cleaned = 0.00376506 Jy ! Component: 1050 - total flux cleaned = 0.00389972 Jy ! Component: 1100 - total flux cleaned = 0.00394296 Jy ! Component: 1150 - total flux cleaned = 0.0040721 Jy ! Component: 1200 - total flux cleaned = 0.00424224 Jy ! Component: 1250 - total flux cleaned = 0.00445088 Jy ! Component: 1300 - total flux cleaned = 0.00445042 Jy ! Component: 1350 - total flux cleaned = 0.00465342 Jy ! Component: 1400 - total flux cleaned = 0.0047735 Jy ! Component: 1450 - total flux cleaned = 0.00485262 Jy ! Component: 1500 - total flux cleaned = 0.0050076 Jy ! Component: 1550 - total flux cleaned = 0.00504701 Jy ! Component: 1600 - total flux cleaned = 0.00519715 Jy ! Component: 1650 - total flux cleaned = 0.00523379 Jy ! Component: 1700 - total flux cleaned = 0.00526988 Jy ! Component: 1750 - total flux cleaned = 0.00544998 Jy ! Component: 1800 - total flux cleaned = 0.00541414 Jy ! Component: 1850 - total flux cleaned = 0.00548432 Jy ! Component: 1900 - total flux cleaned = 0.00558874 Jy ! Component: 1950 - total flux cleaned = 0.00558885 Jy ! Component: 2000 - total flux cleaned = 0.00572387 Jy ! Total flux subtracted in 2048 components = 0.00575686 Jy ! Clean residual min=-0.002018 max=0.001721 Jy/beam ! Clean residual mean=0.000012 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.240445 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 236 components and 0.240445 Jy ![Exited script file: muppet] wmap "J2050-2628_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.988 x 7.791 at -0.6306 degrees (North through East) ! Clean map min=-0.0033317 max=0.19443 Jy/beam ! Writing clean map to FITS file: J2050-2628_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.194426 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000700222 device "J2050-2628_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J2050-2628_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08044 1.08044 2.16088 4.32177 8.64353 17.2871 34.5741 69.1483 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.194 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.988 x 7.791 at -0.6306 degrees (North through East) ! Clean map min=-0.0033317 max=0.19443 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2050-2628_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J2050-2628_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2050-2628_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 11:01:18 2006