! Started logfile: J0932-2016_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:14:05 2006 obs J0932-2016_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0932-2016_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.822222 visibilities/baseline/integration-bin. ! Found source: J0932-2016 ! ! 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 1480 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 J0932-2016_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.263493 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.68 mas, bmaj=6.865 mas, bpa=-9.16 degrees ! Estimated noise=1.49895 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.206195 Jy ! Component: 100 - total flux cleaned = 0.253035 Jy ! Total flux subtracted in 100 components = 0.253035 Jy ! Clean residual min=-0.009025 max=0.014249 Jy/beam ! Clean residual mean=-0.000007 rms=0.002535 Jy/beam ! Combined flux in latest and established models = 0.253035 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.253035 Jy ! ! Correcting IF 1. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.080005Jy sigma=1.154936 ! Fit after self-cal, rms=0.079626Jy sigma=1.150299 ! Inverting map and beam ! Estimated beam: bmin=2.68 mas, bmaj=6.865 mas, bpa=-9.16 degrees ! Estimated noise=1.49895 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.295 mas, bmaj=8.68 mas, bpa=-9.15 degrees ! Estimated noise=1.17176 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.0204311 Jy ! Component: 100 - total flux cleaned = 0.0274533 Jy ! Component: 150 - total flux cleaned = 0.0298163 Jy ! Component: 200 - total flux cleaned = 0.0302085 Jy ! Total flux subtracted in 200 components = 0.0302085 Jy ! Clean residual min=-0.006576 max=0.005770 Jy/beam ! Clean residual mean=-0.000045 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.283244 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 51 components and 0.283244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075153Jy sigma=1.090038 ! Fit after self-cal, rms=0.075149Jy sigma=1.089916 ! 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.295 x 8.68 at -9.15 degrees (North through East) ! Clean map min=-0.0063673 max=0.23914 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.014 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.06 HN 1.08 KP 0.95 ! LA 1.04 MK 0.89 NL 0.91 OV 0.93 ! PT 1.09 SC 0.96 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.986949 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.00 KP 1.01 ! LA 1.05 MK 0.97 NL 1.01 OV 1.03 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.959632 ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.94 HN 1.07 KP 0.95 ! LA 0.91 MK 1.09 NL 1.08 OV 1.01 ! PT 1.12 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.03576 ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.97 HN 0.93 KP 0.89 ! LA 0.81 MK 1.08 NL 0.93 OV 0.85 ! PT 1.02 SC 1.04 ! ! ! Fit before self-cal, rms=0.075149Jy sigma=1.089916 ! Fit after self-cal, rms=0.068108Jy sigma=1.013767 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.068108Jy sigma=1.013767 ! Fit after self-cal, rms=0.068089Jy sigma=1.013686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.338 mas, bmaj=8.86 mas, bpa=-9.248 degrees ! Estimated noise=1.16642 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.00199734 Jy ! Component: 100 - total flux cleaned = -0.00205355 Jy ! Component: 150 - total flux cleaned = -0.0021051 Jy ! Component: 200 - total flux cleaned = -0.0021539 Jy ! Total flux subtracted in 200 components = -0.0021539 Jy ! Clean residual min=-0.004029 max=0.004173 Jy/beam ! Clean residual mean=0.000047 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.28109 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.28109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068020Jy sigma=1.012391 ! Fit after self-cal, rms=0.068018Jy sigma=1.012354 ! 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.068018Jy sigma=1.012354 ! Fit after self-cal, rms=0.064771Jy sigma=0.963142 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.000697382 Jy ! Component: 100 - total flux cleaned = 0.000695817 Jy ! Component: 150 - total flux cleaned = 0.00069594 Jy ! Component: 200 - total flux cleaned = 0.000659797 Jy ! Total flux subtracted in 200 components = 0.000659797 Jy ! Clean residual min=-0.004006 max=0.004006 Jy/beam ! Clean residual mean=0.000045 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.28175 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.28175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064699Jy sigma=0.962505 ! Fit after self-cal, rms=0.064498Jy sigma=0.959228 ! 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.338 x 8.86 at -9.248 degrees (North through East) ! Clean map min=-0.0038687 max=0.24124 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.064498Jy sigma=0.959228 ! Fit after self-cal, rms=0.061977Jy sigma=0.920259 ! 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.061977Jy sigma=0.920259 ! Fit after self-cal, rms=0.061991Jy sigma=0.919920 ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=8.905 mas, bpa=-9.497 degrees ! Estimated noise=1.16449 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000145686 Jy ! Component: 100 - total flux cleaned = -0.000143766 Jy ! Component: 150 - total flux cleaned = -0.000144308 Jy ! Component: 200 - total flux cleaned = -0.000173181 Jy ! Total flux subtracted in 200 components = -0.000173181 Jy ! Clean residual min=-0.003760 max=0.003579 Jy/beam ! Clean residual mean=0.000028 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.281576 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 67 components and 0.281576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061952Jy sigma=0.919522 ! Fit after self-cal, rms=0.061962Jy sigma=0.919469 ! 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.061962Jy sigma=0.919469 ! Fit after self-cal, rms=0.060193Jy sigma=0.889197 ! 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.060193Jy sigma=0.889197 ! Fit after self-cal, rms=0.060201Jy sigma=0.889163 ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=8.978 mas, bpa=-9.712 degrees ! Estimated noise=1.16783 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000791734 Jy ! Component: 100 - total flux cleaned = 0.000834744 Jy ! Component: 150 - total flux cleaned = 0.000835083 Jy ! Component: 200 - total flux cleaned = 0.000833923 Jy ! Total flux subtracted in 200 components = 0.000833923 Jy ! Clean residual min=-0.003788 max=0.003663 Jy/beam ! Clean residual mean=0.000034 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.28241 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.28241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060153Jy sigma=0.888510 ! Fit after self-cal, rms=0.060156Jy sigma=0.888485 ! 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.189 mas, bmaj=19.06 mas, bpa=-1.622 degrees ! Estimated noise=1.44522 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.000401461 Jy ! Component: 100 - total flux cleaned = -0.000352023 Jy ! Component: 150 - total flux cleaned = -0.000295827 Jy ! Component: 200 - total flux cleaned = -0.000252661 Jy ! Total flux subtracted in 200 components = -0.000252661 Jy ! Clean residual min=-0.003940 max=0.003999 Jy/beam ! Clean residual mean=0.000069 rms=0.001251 Jy/beam ! Combined flux in latest and established models = 0.282158 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 82 components and 0.282158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060165Jy sigma=0.888529 ! Fit after self-cal, rms=0.060147Jy sigma=0.888355 ! 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.691 mas, bmaj=6.985 mas, bpa=-9.771 degrees ! Estimated noise=1.49306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.205272 Jy ! Component: 100 - total flux cleaned = 0.251157 Jy ! Component: 150 - total flux cleaned = 0.270072 Jy ! Component: 200 - total flux cleaned = 0.278176 Jy ! Total flux subtracted in 200 components = 0.278176 Jy ! Clean residual min=-0.005198 max=0.004194 Jy/beam ! Clean residual mean=0.000023 rms=0.001252 Jy/beam ! Combined flux in latest and established models = 0.278176 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.278176 Jy ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=8.978 mas, bpa=-9.712 degrees ! Estimated noise=1.16783 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.00284239 Jy ! Component: 100 - total flux cleaned = 0.00312183 Jy ! Component: 150 - total flux cleaned = 0.00331366 Jy ! Component: 200 - total flux cleaned = 0.00344182 Jy ! Total flux subtracted in 200 components = 0.00344182 Jy ! Clean residual min=-0.003904 max=0.003844 Jy/beam ! Clean residual mean=0.000035 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.281618 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.281618 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.189 mas, bmaj=19.06 mas, bpa=-1.622 degrees ! Estimated noise=1.44522 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.00021822 Jy ! Component: 100 - total flux cleaned = 0.00027213 Jy ! Component: 150 - total flux cleaned = 0.000323946 Jy ! Component: 200 - total flux cleaned = 0.000350548 Jy ! Total flux subtracted in 200 components = 0.000350548 Jy ! Clean residual min=-0.003970 max=0.003998 Jy/beam ! Clean residual mean=0.000070 rms=0.001252 Jy/beam ! Combined flux in latest and established models = 0.281969 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.281969 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=8.978 mas, bpa=-9.712 degrees ! Estimated noise=1.16783 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -4.50284e-05 Jy ! Component: 100 - total flux cleaned = -4.64532e-05 Jy ! Component: 150 - total flux cleaned = -1.33979e-05 Jy ! Component: 200 - total flux cleaned = 2.07652e-05 Jy ! Total flux subtracted in 200 components = 2.07652e-05 Jy ! Clean residual min=-0.003828 max=0.003671 Jy/beam ! Clean residual mean=0.000035 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.281989 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 66 components and 0.281989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060205Jy sigma=0.888894 ! Fit after self-cal, rms=0.060206Jy sigma=0.888866 wmodel J0932-2016_S_2005_07_09_yyk\_map.mod ! Writing 66 model components to file: J0932-2016_S_2005_07_09_yyk_map.mod wobs J0932-2016_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0932-2016_S_2005_07_09_yyk_uvs.fits wwins J0932-2016_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0932-2016_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.000214796 Jy ! Component: 100 - total flux cleaned = -0.000573944 Jy ! Component: 150 - total flux cleaned = -0.00106799 Jy ! Component: 200 - total flux cleaned = -0.00147697 Jy ! Component: 250 - total flux cleaned = -0.00185842 Jy ! Component: 300 - total flux cleaned = -0.00208752 Jy ! Component: 350 - total flux cleaned = -0.00217475 Jy ! Component: 400 - total flux cleaned = -0.00221702 Jy ! Component: 450 - total flux cleaned = -0.00209365 Jy ! Component: 500 - total flux cleaned = -0.00209477 Jy ! Component: 550 - total flux cleaned = -0.00201655 Jy ! Component: 600 - total flux cleaned = -0.00190227 Jy ! Component: 650 - total flux cleaned = -0.00186487 Jy ! Component: 700 - total flux cleaned = -0.00193743 Jy ! Component: 750 - total flux cleaned = -0.00204364 Jy ! Component: 800 - total flux cleaned = -0.00221658 Jy ! Component: 850 - total flux cleaned = -0.00221563 Jy ! Component: 900 - total flux cleaned = -0.00214959 Jy ! Component: 950 - total flux cleaned = -0.0023141 Jy ! Component: 1000 - total flux cleaned = -0.00228187 Jy ! Component: 1050 - total flux cleaned = -0.00228212 Jy ! Component: 1100 - total flux cleaned = -0.00234495 Jy ! Component: 1150 - total flux cleaned = -0.00243652 Jy ! Component: 1200 - total flux cleaned = -0.00240636 Jy ! Component: 1250 - total flux cleaned = -0.00240647 Jy ! Component: 1300 - total flux cleaned = -0.00243489 Jy ! Component: 1350 - total flux cleaned = -0.00234816 Jy ! Component: 1400 - total flux cleaned = -0.00229123 Jy ! Component: 1450 - total flux cleaned = -0.00231888 Jy ! Component: 1500 - total flux cleaned = -0.00223638 Jy ! Component: 1550 - total flux cleaned = -0.00220964 Jy ! Component: 1600 - total flux cleaned = -0.0021831 Jy ! Component: 1650 - total flux cleaned = -0.00218305 Jy ! Component: 1700 - total flux cleaned = -0.00207842 Jy ! Component: 1750 - total flux cleaned = -0.00210379 Jy ! Component: 1800 - total flux cleaned = -0.00205244 Jy ! Component: 1850 - total flux cleaned = -0.00205225 Jy ! Component: 1900 - total flux cleaned = -0.00202745 Jy ! Component: 1950 - total flux cleaned = -0.00207651 Jy ! Component: 2000 - total flux cleaned = -0.00200345 Jy ! Total flux subtracted in 2048 components = -0.00202786 Jy ! Clean residual min=-0.001468 max=0.002155 Jy/beam ! Clean residual mean=0.000014 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.279962 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 209 components and 0.279962 Jy ![Exited script file: muppet] wmap "J0932-2016_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.348 x 8.978 at -9.712 degrees (North through East) ! Clean map min=-0.0027622 max=0.24319 Jy/beam ! Writing clean map to FITS file: J0932-2016_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.243192 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000504704 device "J0932-2016_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0932-2016_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.622599 0.622599 1.2452 2.49039 4.98079 9.96158 19.9232 39.8463 79.6926 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.243 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.348 x 8.978 at -9.712 degrees (North through East) ! Clean map min=-0.0027622 max=0.24319 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0932-2016_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0932-2016_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0932-2016_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:14:09 2006