! Started logfile: J2202+4216_X_2006_02_23_yyk_uvs.log on Wed Jul 5 14:01:42 2006 obs J2202+4216_X_2006_02_23_yyk_uva.fits ! Reading UV FITS file: J2202+4216_X_2006_02_23_yyk_uva.fits ! AN table 1: 366 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.934062 visibilities/baseline/integration-bin. ! Found source: J2202+4216 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2397 lines of history. ! ! Reading 61536 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 J2202+4216_X_2006_02_23_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.200x0.200 milli-arcsec cellsize. uvav time_av, true ! Averaging into 30 second bins. ! 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 phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 2.52215 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=0.7672 mas, bmaj=2.215 mas, bpa=23.19 degrees ! Estimated noise=1.84748 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 = 1.98796 Jy ! Component: 100 - total flux cleaned = 2.55809 Jy ! Total flux subtracted in 100 components = 2.55809 Jy ! Clean residual min=-0.175913 max=0.208723 Jy/beam ! Clean residual mean=-0.000234 rms=0.048716 Jy/beam ! Combined flux in latest and established models = 2.55809 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 2.55809 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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.802680Jy sigma=12.867921 ! Fit after self-cal, rms=0.790404Jy sigma=12.718832 ! Inverting map and beam ! Estimated beam: bmin=0.7672 mas, bmaj=2.215 mas, bpa=23.19 degrees ! Estimated noise=1.84748 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=1.004 mas, bmaj=2.436 mas, bpa=21.08 degrees ! Estimated noise=1.1241 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.4, -2.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.421298 Jy ! Component: 100 - total flux cleaned = 0.620709 Jy ! Component: 150 - total flux cleaned = 0.746108 Jy ! Component: 200 - total flux cleaned = 0.835462 Jy ! Total flux subtracted in 200 components = 0.835462 Jy ! Clean residual min=-0.117808 max=0.096518 Jy/beam ! Clean residual mean=-0.000396 rms=0.024519 Jy/beam ! Combined flux in latest and established models = 3.39355 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 48 model components to the UV plane model. ! The established model now contains 62 components and 3.39355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.649175Jy sigma=9.173156 ! Fit after self-cal, rms=0.628055Jy sigma=8.956655 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.436 at 21.08 degrees (North through East) ! Clean map min=-0.087944 max=2.3882 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.99667 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.06 KP 0.96 ! LA 0.97 MK 1.00 NL 1.03 OV 0.99 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01411 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.05 KP 0.89 ! LA 0.93 MK 0.97 NL 1.01 OV 0.98 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00895 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 0.94 KP 0.83 ! LA 0.95 MK 1.02 NL 0.99 OV 1.00 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.987382 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.07 HN 0.97 KP 0.86 ! LA 0.93 MK 1.05 NL 1.00 OV 1.04 ! PT 1.10 SC 1.08 ! ! ! Fit before self-cal, rms=0.628055Jy sigma=8.956655 ! Fit after self-cal, rms=0.616954Jy sigma=8.274808 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.616954Jy sigma=8.274808 ! Fit after self-cal, rms=0.617073Jy sigma=8.274652 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.03 mas, bmaj=2.462 mas, bpa=20.5 degrees ! Estimated noise=1.11637 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.0459868 Jy ! Component: 100 - total flux cleaned = 0.0607508 Jy ! Component: 150 - total flux cleaned = 0.0646783 Jy ! Component: 200 - total flux cleaned = 0.0669171 Jy ! Total flux subtracted in 200 components = 0.0669171 Jy ! Clean residual min=-0.043597 max=0.040542 Jy/beam ! Clean residual mean=-0.000239 rms=0.009348 Jy/beam ! Combined flux in latest and established models = 3.46047 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 86 components and 3.46047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.612613Jy sigma=8.087369 ! Fit after self-cal, rms=0.607853Jy sigma=8.052171 ! 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.607853Jy sigma=8.052171 ! Fit after self-cal, rms=0.259971Jy sigma=3.603109 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.0055769 Jy ! Component: 100 - total flux cleaned = 0.00323042 Jy ! Component: 150 - total flux cleaned = -0.00476623 Jy ! Component: 200 - total flux cleaned = -0.00659831 Jy ! Total flux subtracted in 200 components = -0.00659831 Jy ! Clean residual min=-0.033372 max=0.041089 Jy/beam ! Clean residual mean=-0.000284 rms=0.008452 Jy/beam ! Combined flux in latest and established models = 3.45387 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 96 components and 3.45387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202940Jy sigma=2.809420 ! Fit after self-cal, rms=0.187961Jy sigma=2.652393 ! Inverting map ! Added new window around map position (-4.4, -6.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0196447 Jy ! Component: 100 - total flux cleaned = 0.0303761 Jy ! Component: 150 - total flux cleaned = 0.0341564 Jy ! Component: 200 - total flux cleaned = 0.0376744 Jy ! Total flux subtracted in 200 components = 0.0376744 Jy ! Clean residual min=-0.025869 max=0.025983 Jy/beam ! Clean residual mean=-0.000152 rms=0.006292 Jy/beam ! Combined flux in latest and established models = 3.49155 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 116 components and 3.49155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159833Jy sigma=2.245800 ! Fit after self-cal, rms=0.156344Jy sigma=2.211548 ! 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: 1.03 x 2.462 at 20.5 degrees (North through East) ! Clean map min=-0.024196 max=2.4493 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.156344Jy sigma=2.211548 ! Fit after self-cal, rms=0.125297Jy sigma=1.760332 ! 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.125297Jy sigma=1.760332 ! Fit after self-cal, rms=0.125216Jy sigma=1.759419 ! Inverting map and beam ! Estimated beam: bmin=1.008 mas, bmaj=2.45 mas, bpa=21.6 degrees ! Estimated noise=1.10624 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141126 Jy ! Component: 100 - total flux cleaned = 0.0118989 Jy ! Component: 150 - total flux cleaned = 0.00994357 Jy ! Component: 200 - total flux cleaned = 0.00936363 Jy ! Total flux subtracted in 200 components = 0.00936363 Jy ! Clean residual min=-0.022787 max=0.020568 Jy/beam ! Clean residual mean=-0.000100 rms=0.004703 Jy/beam ! Combined flux in latest and established models = 3.50091 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 141 components and 3.50091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114220Jy sigma=1.582589 ! Fit after self-cal, rms=0.112031Jy sigma=1.559495 ! 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.112031Jy sigma=1.559495 ! Fit after self-cal, rms=0.110588Jy sigma=1.534454 ! 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.110588Jy sigma=1.534454 ! Fit after self-cal, rms=0.110581Jy sigma=1.534419 ! Inverting map and beam ! Estimated beam: bmin=1.008 mas, bmaj=2.445 mas, bpa=21.72 degrees ! Estimated noise=1.10475 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00243876 Jy ! Component: 100 - total flux cleaned = 0.00244032 Jy ! Component: 150 - total flux cleaned = 0.00193164 Jy ! Component: 200 - total flux cleaned = 0.00146849 Jy ! Total flux subtracted in 200 components = 0.00146849 Jy ! Clean residual min=-0.021086 max=0.018121 Jy/beam ! Clean residual mean=-0.000114 rms=0.004125 Jy/beam ! Combined flux in latest and established models = 3.50238 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 152 components and 3.50238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104215Jy sigma=1.431655 ! Fit after self-cal, rms=0.102520Jy sigma=1.414309 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.236 mas, bmaj=2.977 mas, bpa=20.33 degrees ! Estimated noise=1.36547 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.000473283 Jy ! Component: 100 - total flux cleaned = 0.00312771 Jy ! Component: 150 - total flux cleaned = 0.00337039 Jy ! Component: 200 - total flux cleaned = 0.00357635 Jy ! Total flux subtracted in 200 components = 0.00357635 Jy ! Clean residual min=-0.012051 max=0.010902 Jy/beam ! Clean residual mean=-0.000193 rms=0.003403 Jy/beam ! Combined flux in latest and established models = 3.50595 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 174 components and 3.50595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101439Jy sigma=1.384717 ! Fit after self-cal, rms=0.100529Jy sigma=1.376373 ! 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=0.7685 mas, bmaj=2.215 mas, bpa=23.4 degrees ! Estimated noise=1.80145 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 2.03299 Jy ! Component: 100 - total flux cleaned = 2.54928 Jy ! Component: 150 - total flux cleaned = 2.80552 Jy ! Component: 200 - total flux cleaned = 2.97489 Jy ! Total flux subtracted in 200 components = 2.97489 Jy ! Clean residual min=-0.052712 max=0.070543 Jy/beam ! Clean residual mean=-0.000323 rms=0.017324 Jy/beam ! Combined flux in latest and established models = 2.97489 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 34 model components to the UV plane model. ! The established model now contains 34 components and 2.97489 Jy ! Inverting map and beam ! Estimated beam: bmin=1.008 mas, bmaj=2.445 mas, bpa=21.72 degrees ! Estimated noise=1.10475 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.184105 Jy ! Component: 100 - total flux cleaned = 0.293248 Jy ! Component: 150 - total flux cleaned = 0.365059 Jy ! Component: 200 - total flux cleaned = 0.414841 Jy ! Total flux subtracted in 200 components = 0.414841 Jy ! Clean residual min=-0.025000 max=0.026327 Jy/beam ! Clean residual mean=-0.000409 rms=0.007278 Jy/beam ! Combined flux in latest and established models = 3.38973 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 61 components and 3.38973 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.236 mas, bmaj=2.977 mas, bpa=20.33 degrees ! Estimated noise=1.36547 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.0519792 Jy ! Component: 100 - total flux cleaned = 0.0796553 Jy ! Component: 150 - total flux cleaned = 0.0950024 Jy ! Component: 200 - total flux cleaned = 0.0998262 Jy ! Total flux subtracted in 200 components = 0.0998262 Jy ! Clean residual min=-0.015595 max=0.013668 Jy/beam ! Clean residual mean=-0.000290 rms=0.004195 Jy/beam ! Combined flux in latest and established models = 3.48955 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 107 components and 3.48956 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.008 mas, bmaj=2.445 mas, bpa=21.72 degrees ! Estimated noise=1.10475 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000698331 Jy ! Component: 100 - total flux cleaned = 0.000640435 Jy ! Component: 150 - total flux cleaned = 0.00063302 Jy ! Component: 200 - total flux cleaned = 0.00213413 Jy ! Total flux subtracted in 200 components = 0.00213413 Jy ! Clean residual min=-0.016989 max=0.013993 Jy/beam ! Clean residual mean=-0.000132 rms=0.003906 Jy/beam ! Combined flux in latest and established models = 3.49169 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 129 components and 3.49169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098561Jy sigma=1.355723 ! Fit after self-cal, rms=0.091996Jy sigma=1.262026 wmodel J2202+4216_X_2006_02_23_yyk\_map.mod ! Writing 129 model components to file: J2202+4216_X_2006_02_23_yyk_map.mod wobs J2202+4216_X_2006_02_23_yyk\_uvs.fits ! Writing UV FITS file: J2202+4216_X_2006_02_23_yyk_uvs.fits wwins J2202+4216_X_2006_02_23_yyk\_map.win ! wwins: Wrote 3 windows to J2202+4216_X_2006_02_23_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.00775099 Jy ! Component: 100 - total flux cleaned = -0.013534 Jy ! Component: 150 - total flux cleaned = -0.0139886 Jy ! Component: 200 - total flux cleaned = -0.0148074 Jy ! Component: 250 - total flux cleaned = -0.0159721 Jy ! Component: 300 - total flux cleaned = -0.0169028 Jy ! Component: 350 - total flux cleaned = -0.0179531 Jy ! Component: 400 - total flux cleaned = -0.0189488 Jy ! Component: 450 - total flux cleaned = -0.0194226 Jy ! Component: 500 - total flux cleaned = -0.0203485 Jy ! Component: 550 - total flux cleaned = -0.0206495 Jy ! Component: 600 - total flux cleaned = -0.0209397 Jy ! Component: 650 - total flux cleaned = -0.0212188 Jy ! Component: 700 - total flux cleaned = -0.0216195 Jy ! Component: 750 - total flux cleaned = -0.0213558 Jy ! Component: 800 - total flux cleaned = -0.0214856 Jy ! Component: 850 - total flux cleaned = -0.021612 Jy ! Component: 900 - total flux cleaned = -0.0216119 Jy ! Component: 950 - total flux cleaned = -0.0218514 Jy ! Component: 1000 - total flux cleaned = -0.0221981 Jy ! Component: 1050 - total flux cleaned = -0.0225348 Jy ! Component: 1100 - total flux cleaned = -0.0229749 Jy ! Component: 1150 - total flux cleaned = -0.0235101 Jy ! Component: 1200 - total flux cleaned = -0.0237176 Jy ! Component: 1250 - total flux cleaned = -0.0240252 Jy ! Component: 1300 - total flux cleaned = -0.0240241 Jy ! Component: 1350 - total flux cleaned = -0.0241213 Jy ! Component: 1400 - total flux cleaned = -0.0243143 Jy ! Component: 1450 - total flux cleaned = -0.0245029 Jy ! Component: 1500 - total flux cleaned = -0.024963 Jy ! Component: 1550 - total flux cleaned = -0.0250533 Jy ! Component: 1600 - total flux cleaned = -0.0254064 Jy ! Component: 1650 - total flux cleaned = -0.0256662 Jy ! Component: 1700 - total flux cleaned = -0.0256693 Jy ! Component: 1750 - total flux cleaned = -0.0259219 Jy ! Component: 1800 - total flux cleaned = -0.0260032 Jy ! Component: 1850 - total flux cleaned = -0.025923 Jy ! Component: 1900 - total flux cleaned = -0.0260029 Jy ! Component: 1950 - total flux cleaned = -0.0258469 Jy ! Component: 2000 - total flux cleaned = -0.0258472 Jy ! Total flux subtracted in 2048 components = -0.0256231 Jy ! Clean residual min=-0.003838 max=0.003736 Jy/beam ! Clean residual mean=-0.000006 rms=0.001386 Jy/beam ! Combined flux in latest and established models = 3.46607 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 263 components and 3.46607 Jy ![Exited script file: muppet] wmap "J2202+4216_X_2006_02_23_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.008 x 2.445 at 21.72 degrees (North through East) ! Clean map min=-0.012421 max=2.4059 Jy/beam ! Writing clean map to FITS file: J2202+4216_X_2006_02_23_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 2.40592 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00137552 device "J2202+4216_X_2006_02_23_yyk\_map.eps/VPS" ! Attempting to open device: 'J2202+4216_X_2006_02_23_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.171517 0.171517 0.343034 0.686068 1.37214 2.74427 5.48854 10.9771 21.9542 43.9083 87.8167 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0041 print "peak=",int(peak_flux*1000)/1000 ! peak= 2.405 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.008 x 2.445 at 21.72 degrees (North through East) ! Clean map min=-0.012421 max=2.4059 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2202+4216_X_2006_02_23_yyk\_map.gif/gif" ! Attempting to open device: 'J2202+4216_X_2006_02_23_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2202+4216_X_2006_02_23_yyk_uvs.log closed on Wed Jul 5 14:02:16 2006