! Started logfile: J0522-1627_S_2005_07_09_yyk_uvs.log on Fri Jan 20 09:57:40 2006 obs J0522-1627_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0522-1627_S_2005_07_09_yyk_uve.fits ! AN table 1: 12 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.883333 visibilities/baseline/integration-bin. ! Found source: J0522-1627 ! ! 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 1908 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 J0522-1627_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.248883 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.454 mas, bmaj=6.28 mas, bpa=-2.211 degrees ! Estimated noise=1.36457 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.19278 Jy ! Component: 100 - total flux cleaned = 0.225304 Jy ! Total flux subtracted in 100 components = 0.225304 Jy ! Clean residual min=-0.008982 max=0.014084 Jy/beam ! Clean residual mean=0.000026 rms=0.002734 Jy/beam ! Combined flux in latest and established models = 0.225304 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.225304 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077090Jy sigma=1.291450 ! Fit after self-cal, rms=0.076953Jy sigma=1.288430 ! Inverting map and beam ! Estimated beam: bmin=2.454 mas, bmaj=6.28 mas, bpa=-2.211 degrees ! Estimated noise=1.36457 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.258 mas, bmaj=7.758 mas, bpa=-1.773 degrees ! Estimated noise=0.896071 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.0125486 Jy ! Component: 100 - total flux cleaned = 0.015285 Jy ! Component: 150 - total flux cleaned = 0.0159649 Jy ! Component: 200 - total flux cleaned = 0.0164152 Jy ! Total flux subtracted in 200 components = 0.0164152 Jy ! Clean residual min=-0.008907 max=0.012863 Jy/beam ! Clean residual mean=-0.000028 rms=0.002847 Jy/beam ! Combined flux in latest and established models = 0.241719 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.241719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074597Jy sigma=1.258203 ! Fit after self-cal, rms=0.074597Jy sigma=1.258009 ! 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.258 x 7.758 at -1.773 degrees (North through East) ! Clean map min=-0.0085254 max=0.21677 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.04564 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 0.95 KP 0.92 ! LA 0.99 MK 0.92 NL 0.90 OV 0.96 ! PT 1.04 SC 0.88 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00336 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 1.08 KP 1.01 ! LA 1.00 MK 0.95 NL 0.95 OV 1.00 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.92442 ! Telescope amplitude corrections in sub-array 1: ! BR 1.75 FD 0.93 HN 1.04 KP 0.97 ! LA 0.92 MK 1.14 NL 1.01 OV 0.96 ! PT 1.10 SC 0.99 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.08136 ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.97 HN 0.89 KP 0.89 ! LA 0.77 MK 1.11 NL 0.93 OV 0.85 ! PT 0.96 SC 1.01 ! ! ! Fit before self-cal, rms=0.074597Jy sigma=1.258009 ! Fit after self-cal, rms=0.067650Jy sigma=1.099577 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.067650Jy sigma=1.099577 ! Fit after self-cal, rms=0.067641Jy sigma=1.099366 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.974 mas, bpa=-0.816 degrees ! Estimated noise=0.89855 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.000705594 Jy ! Component: 100 - total flux cleaned = 0.000700548 Jy ! Component: 150 - total flux cleaned = 0.000697928 Jy ! Component: 200 - total flux cleaned = 0.000613476 Jy ! Total flux subtracted in 200 components = 0.000613476 Jy ! Clean residual min=-0.003903 max=0.003375 Jy/beam ! Clean residual mean=-0.000009 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.242333 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.242333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067439Jy sigma=1.098115 ! Fit after self-cal, rms=0.067438Jy sigma=1.098022 ! 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.067438Jy sigma=1.098022 ! Fit after self-cal, rms=0.065336Jy sigma=1.066013 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.00033653 Jy ! Component: 100 - total flux cleaned = 0.000376376 Jy ! Component: 150 - total flux cleaned = 0.000308552 Jy ! Component: 200 - total flux cleaned = 0.000248123 Jy ! Total flux subtracted in 200 components = 0.000248123 Jy ! Clean residual min=-0.003831 max=0.003242 Jy/beam ! Clean residual mean=-0.000005 rms=0.001000 Jy/beam ! Combined flux in latest and established models = 0.242581 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.242581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065239Jy sigma=1.065447 ! Fit after self-cal, rms=0.065092Jy sigma=1.063397 ! 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.262 x 7.974 at -0.816 degrees (North through East) ! Clean map min=-0.0036207 max=0.2214 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.065092Jy sigma=1.063397 ! Fit after self-cal, rms=0.055958Jy sigma=0.934682 ! 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.055958Jy sigma=0.934682 ! Fit after self-cal, rms=0.055947Jy sigma=0.934418 ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.973 mas, bpa=-0.952 degrees ! Estimated noise=0.891837 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155527 Jy ! Component: 100 - total flux cleaned = -0.000178257 Jy ! Component: 150 - total flux cleaned = -0.000218147 Jy ! Component: 200 - total flux cleaned = -0.000237 Jy ! Total flux subtracted in 200 components = -0.000237 Jy ! Clean residual min=-0.003208 max=0.003098 Jy/beam ! Clean residual mean=-0.000027 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.242344 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 49 components and 0.242344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055930Jy sigma=0.934190 ! Fit after self-cal, rms=0.055932Jy sigma=0.934141 ! 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.055932Jy sigma=0.934141 ! Fit after self-cal, rms=0.055011Jy sigma=0.912880 ! 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.055011Jy sigma=0.912880 ! Fit after self-cal, rms=0.055014Jy sigma=0.912854 ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.977 mas, bpa=-0.9771 degrees ! Estimated noise=0.892599 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339029 Jy ! Component: 100 - total flux cleaned = 0.000317532 Jy ! Component: 150 - total flux cleaned = 0.00027964 Jy ! Component: 200 - total flux cleaned = 0.000262171 Jy ! Total flux subtracted in 200 components = 0.000262171 Jy ! Clean residual min=-0.003213 max=0.003092 Jy/beam ! Clean residual mean=-0.000029 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.242606 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 51 components and 0.242606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054995Jy sigma=0.912631 ! Fit after self-cal, rms=0.054997Jy sigma=0.912619 ! 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.58 mas, bmaj=16.95 mas, bpa=3.432 degrees ! Estimated noise=1.122 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.000366637 Jy ! Component: 100 - total flux cleaned = 0.000381439 Jy ! Component: 150 - total flux cleaned = 0.000368157 Jy ! Component: 200 - total flux cleaned = 0.000368463 Jy ! Total flux subtracted in 200 components = 0.000368463 Jy ! Clean residual min=-0.003596 max=0.003091 Jy/beam ! Clean residual mean=-0.000055 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.242974 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 55 components and 0.242974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055007Jy sigma=0.912671 ! Fit after self-cal, rms=0.055004Jy sigma=0.912639 ! 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.452 mas, bmaj=6.369 mas, bpa=-1.515 degrees ! Estimated noise=1.34383 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.190398 Jy ! Component: 100 - total flux cleaned = 0.220698 Jy ! Component: 150 - total flux cleaned = 0.231894 Jy ! Component: 200 - total flux cleaned = 0.237492 Jy ! Total flux subtracted in 200 components = 0.237492 Jy ! Clean residual min=-0.004352 max=0.004228 Jy/beam ! Clean residual mean=-0.000002 rms=0.001143 Jy/beam ! Combined flux in latest and established models = 0.237492 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.237492 Jy ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.977 mas, bpa=-0.9771 degrees ! Estimated noise=0.892599 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 (-2, 9.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00498368 Jy ! Component: 100 - total flux cleaned = 0.00627333 Jy ! Component: 150 - total flux cleaned = 0.00662607 Jy ! Component: 200 - total flux cleaned = 0.00681466 Jy ! Total flux subtracted in 200 components = 0.00681466 Jy ! Clean residual min=-0.003004 max=0.003068 Jy/beam ! Clean residual mean=-0.000035 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.244306 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 61 components and 0.244306 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.58 mas, bmaj=16.95 mas, bpa=3.432 degrees ! Estimated noise=1.122 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.000455354 Jy ! Component: 100 - total flux cleaned = 0.000570137 Jy ! Component: 150 - total flux cleaned = 0.000593697 Jy ! Component: 200 - total flux cleaned = 0.000593219 Jy ! Total flux subtracted in 200 components = 0.000593219 Jy ! Clean residual min=-0.003279 max=0.003209 Jy/beam ! Clean residual mean=-0.000069 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.2449 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 66 components and 0.2449 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.977 mas, bpa=-0.9771 degrees ! Estimated noise=0.892599 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 3.0275e-06 Jy ! Component: 100 - total flux cleaned = 3.0676e-06 Jy ! Component: 150 - total flux cleaned = -2.59148e-05 Jy ! Component: 200 - total flux cleaned = -5.15661e-05 Jy ! Total flux subtracted in 200 components = -5.15661e-05 Jy ! Clean residual min=-0.002905 max=0.003143 Jy/beam ! Clean residual mean=-0.000036 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.244848 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 83 components and 0.244848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054845Jy sigma=0.909509 ! Fit after self-cal, rms=0.054826Jy sigma=0.909000 wmodel J0522-1627_S_2005_07_09_yyk\_map.mod ! Writing 83 model components to file: J0522-1627_S_2005_07_09_yyk_map.mod wobs J0522-1627_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0522-1627_S_2005_07_09_yyk_uvs.fits wwins J0522-1627_S_2005_07_09_yyk\_map.win ! wwins: Wrote 2 windows to J0522-1627_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.000152276 Jy ! Component: 100 - total flux cleaned = -0.00015523 Jy ! Component: 150 - total flux cleaned = -0.000155871 Jy ! Component: 200 - total flux cleaned = -0.000155887 Jy ! Component: 250 - total flux cleaned = -7.38457e-05 Jy ! Component: 300 - total flux cleaned = 8.36956e-05 Jy ! Component: 350 - total flux cleaned = 0.000235466 Jy ! Component: 400 - total flux cleaned = 0.000199817 Jy ! Component: 450 - total flux cleaned = 0.000307185 Jy ! Component: 500 - total flux cleaned = 0.000376339 Jy ! Component: 550 - total flux cleaned = 0.000376771 Jy ! Component: 600 - total flux cleaned = 0.000441218 Jy ! Component: 650 - total flux cleaned = 0.000409456 Jy ! Component: 700 - total flux cleaned = 0.000440695 Jy ! Component: 750 - total flux cleaned = 0.000410193 Jy ! Component: 800 - total flux cleaned = 0.00049848 Jy ! Component: 850 - total flux cleaned = 0.000439895 Jy ! Component: 900 - total flux cleaned = 0.000524738 Jy ! Component: 950 - total flux cleaned = 0.000552532 Jy ! Component: 1000 - total flux cleaned = 0.000607179 Jy ! Component: 1050 - total flux cleaned = 0.000633792 Jy ! Component: 1100 - total flux cleaned = 0.000633596 Jy ! Component: 1150 - total flux cleaned = 0.000659642 Jy ! Component: 1200 - total flux cleaned = 0.000710297 Jy ! Component: 1250 - total flux cleaned = 0.000684987 Jy ! Component: 1300 - total flux cleaned = 0.000685048 Jy ! Component: 1350 - total flux cleaned = 0.000660812 Jy ! Component: 1400 - total flux cleaned = 0.000660488 Jy ! Component: 1450 - total flux cleaned = 0.000613326 Jy ! Component: 1500 - total flux cleaned = 0.000567764 Jy ! Component: 1550 - total flux cleaned = 0.000636346 Jy ! Component: 1600 - total flux cleaned = 0.000636615 Jy ! Component: 1650 - total flux cleaned = 0.000659204 Jy ! Component: 1700 - total flux cleaned = 0.000680797 Jy ! Component: 1750 - total flux cleaned = 0.000744839 Jy ! Component: 1800 - total flux cleaned = 0.000723407 Jy ! Component: 1850 - total flux cleaned = 0.000702446 Jy ! Component: 1900 - total flux cleaned = 0.000723065 Jy ! Component: 1950 - total flux cleaned = 0.000743197 Jy ! Component: 2000 - total flux cleaned = 0.000743133 Jy ! Total flux subtracted in 2048 components = 0.000743156 Jy ! Clean residual min=-0.001158 max=0.001130 Jy/beam ! Clean residual mean=-0.000015 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.245591 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 226 components and 0.245591 Jy ![Exited script file: muppet] wmap "J0522-1627_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.977 at -0.9771 degrees (North through East) ! Clean map min=-0.0020049 max=0.22201 Jy/beam ! Writing clean map to FITS file: J0522-1627_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.222014 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000407955 device "J0522-1627_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0522-1627_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.551256 0.551256 1.10251 2.20503 4.41005 8.8201 17.6402 35.2804 70.5608 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.222 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.265 x 7.977 at -0.9771 degrees (North through East) ! Clean map min=-0.0020049 max=0.22201 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0522-1627_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0522-1627_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0522-1627_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 09:57:44 2006