! Started logfile: J2116+0225_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:17:22 2016 obs J2116+0225_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J2116+0225_S_2014_08_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.701561 visibilities/baseline/integration-bin. ! Found source: J2116+0225 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 342 lines of history. ! ! Reading 15280 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 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J2116+0225_S_2014_08_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996945Jy sigma=0.011136 ! Fit after self-cal, rms=0.961716Jy sigma=0.010769 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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=3.335 mas, bmaj=8.563 mas, bpa=16.16 degrees ! Estimated noise=697.365 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0301369 Jy ! Component: 100 - total flux cleaned = 0.0372308 Jy ! Total flux subtracted in 100 components = 0.0372308 Jy ! Clean residual min=-0.003088 max=0.003052 Jy/beam ! Clean residual mean=0.000006 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0372308 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0372308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074249Jy sigma=0.000774 ! Fit after self-cal, rms=0.073176Jy sigma=0.000763 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00461618 Jy ! Component: 100 - total flux cleaned = 0.00726231 Jy ! Total flux subtracted in 100 components = 0.00726231 Jy ! Clean residual min=-0.002750 max=0.002512 Jy/beam ! Clean residual mean=0.000002 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0444931 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 39 components and 0.0444931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072730Jy sigma=0.000758 ! Fit after self-cal, rms=0.072696Jy sigma=0.000758 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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.956 mas, bmaj=9.389 mas, bpa=15.32 degrees ! Estimated noise=518.971 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357736 Jy ! Component: 100 - total flux cleaned = 0.00596164 Jy ! Component: 150 - total flux cleaned = 0.00765761 Jy ! Component: 200 - total flux cleaned = 0.00888304 Jy ! Total flux subtracted in 200 components = 0.00888304 Jy ! Clean residual min=-0.002164 max=0.002612 Jy/beam ! Clean residual mean=0.000003 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0533762 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 63 components and 0.0533762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072449Jy sigma=0.000756 ! Fit after self-cal, rms=0.072386Jy sigma=0.000755 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.91 HN 1.01 KP 1.03 ! LA 1.03 MK 1.00* NL 1.05 OV 1.13 ! PT 0.90 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 1.05 KP 0.97 ! LA 1.03 MK 1.00* NL 1.00 OV 1.06 ! PT 1.24 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.09 HN 1.04 KP 0.90 ! LA 0.84 MK 1.00* NL 0.99 OV 0.99 ! PT 0.88 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.97 HN 0.97 KP 0.91 ! LA 0.73 MK 1.00* NL 1.14 OV 1.14 ! PT 0.78 SC 1.00 ! ! ! Fit before self-cal, rms=0.072386Jy sigma=0.000755 ! Fit after self-cal, rms=0.071658Jy sigma=0.000752 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.005 mas, bmaj=9.449 mas, bpa=14.96 degrees ! Estimated noise=521.366 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110781 Jy ! Component: 100 - total flux cleaned = 0.00144399 Jy ! Component: 150 - total flux cleaned = 0.00158635 Jy ! Component: 200 - total flux cleaned = 0.00169091 Jy ! Total flux subtracted in 200 components = 0.00169091 Jy ! Clean residual min=-0.001941 max=0.002548 Jy/beam ! Clean residual mean=0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.0550671 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 67 components and 0.0550671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071637Jy sigma=0.000752 ! Fit after self-cal, rms=0.071681Jy sigma=0.000751 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071681Jy sigma=0.000751 ! Fit after self-cal, rms=0.071691Jy sigma=0.000749 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.002 mas, bmaj=9.452 mas, bpa=14.97 degrees ! Estimated noise=522.176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000790198 Jy ! Component: 100 - total flux cleaned = 0.000923743 Jy ! Component: 150 - total flux cleaned = 0.00102267 Jy ! Component: 200 - total flux cleaned = 0.00112751 Jy ! Total flux subtracted in 200 components = 0.00112751 Jy ! Clean residual min=-0.001927 max=0.001980 Jy/beam ! Clean residual mean=0.000001 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.0561946 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.0561946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071679Jy sigma=0.000749 ! Fit after self-cal, rms=0.071729Jy sigma=0.000749 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000237241 Jy ! Component: 100 - total flux cleaned = 0.000326998 Jy ! Component: 150 - total flux cleaned = 0.000359788 Jy ! Component: 200 - total flux cleaned = 0.000375377 Jy ! Total flux subtracted in 200 components = 0.000375377 Jy ! Clean residual min=-0.001916 max=0.001835 Jy/beam ! Clean residual mean=0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.05657 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 75 components and 0.05657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071721Jy sigma=0.000749 ! Fit after self-cal, rms=0.071718Jy sigma=0.000749 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071718Jy sigma=0.000749 ! Fit after self-cal, rms=0.071949Jy sigma=0.000748 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=9.4 mas, bpa=14.87 degrees ! Estimated noise=520.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000602663 Jy ! Component: 100 - total flux cleaned = 0.000687148 Jy ! Component: 150 - total flux cleaned = 0.000746948 Jy ! Component: 200 - total flux cleaned = 0.000800181 Jy ! Total flux subtracted in 200 components = 0.000800181 Jy ! Clean residual min=-0.001871 max=0.001759 Jy/beam ! Clean residual mean=0.000001 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0573702 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.0573702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071942Jy sigma=0.000748 ! Fit after self-cal, rms=0.071967Jy sigma=0.000748 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.83303e-05 Jy ! Component: 100 - total flux cleaned = 0.000126039 Jy ! Component: 150 - total flux cleaned = 0.000138665 Jy ! Component: 200 - total flux cleaned = 0.000150225 Jy ! Total flux subtracted in 200 components = 0.000150225 Jy ! Clean residual min=-0.001884 max=0.001715 Jy/beam ! Clean residual mean=0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0575204 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.0575204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071962Jy sigma=0.000748 ! Fit after self-cal, rms=0.071959Jy sigma=0.000748 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071959Jy sigma=0.000748 ! Fit after self-cal, rms=0.071959Jy sigma=0.000748 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.585 mas, bmaj=11.72 mas, bpa=1.888 degrees ! Estimated noise=611.358 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000605089 Jy ! Component: 100 - total flux cleaned = 0.000794291 Jy ! Component: 150 - total flux cleaned = 0.000862798 Jy ! Component: 200 - total flux cleaned = 0.000933226 Jy ! Total flux subtracted in 200 components = 0.000933226 Jy ! Clean residual min=-0.002314 max=0.002279 Jy/beam ! Clean residual mean=0.000003 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0584536 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 85 components and 0.0584536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071961Jy sigma=0.000748 ! Fit after self-cal, rms=0.071961Jy sigma=0.000748 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000166118 Jy ! Component: 100 - total flux cleaned = 0.000224536 Jy ! Component: 150 - total flux cleaned = 0.000266973 Jy ! Component: 200 - total flux cleaned = 0.000311542 Jy ! Total flux subtracted in 200 components = 0.000311542 Jy ! Clean residual min=-0.002296 max=0.002281 Jy/beam ! Clean residual mean=0.000002 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0587651 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 90 components and 0.0587652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071963Jy sigma=0.000748 ! Fit after self-cal, rms=0.071960Jy sigma=0.000748 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.981 mas, bmaj=9.361 mas, bpa=14.78 degrees ! Estimated noise=519.202 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.981 x 9.361 at 14.78 degrees (North through East) ! Clean map min=-0.001783 max=0.040255 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative 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=3.359 mas, bmaj=8.514 mas, bpa=15.51 degrees ! Estimated noise=699.981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0309044 Jy ! Component: 100 - total flux cleaned = 0.0397176 Jy ! Component: 150 - total flux cleaned = 0.0445992 Jy ! Component: 200 - total flux cleaned = 0.0480236 Jy ! Total flux subtracted in 200 components = 0.0480236 Jy ! Clean residual min=-0.002565 max=0.002320 Jy/beam ! Clean residual mean=0.000002 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0480236 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0480236 Jy ! Inverting map and beam ! Estimated beam: bmin=3.981 mas, bmaj=9.361 mas, bpa=14.78 degrees ! Estimated noise=519.202 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00344921 Jy ! Component: 100 - total flux cleaned = 0.00563828 Jy ! Component: 150 - total flux cleaned = 0.00709238 Jy ! Component: 200 - total flux cleaned = 0.00807663 Jy ! Total flux subtracted in 200 components = 0.00807663 Jy ! Clean residual min=-0.001880 max=0.001740 Jy/beam ! Clean residual mean=0.000003 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0561002 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 33 components and 0.0561002 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.585 mas, bmaj=11.72 mas, bpa=1.888 degrees ! Estimated noise=611.358 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012362 Jy ! Component: 100 - total flux cleaned = 0.00186207 Jy ! Component: 150 - total flux cleaned = 0.00206166 Jy ! Component: 200 - total flux cleaned = 0.00215686 Jy ! Total flux subtracted in 200 components = 0.00215686 Jy ! Clean residual min=-0.002248 max=0.002265 Jy/beam ! Clean residual mean=0.000003 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.0582571 Jy flux_cutoff = imstat(rms) * dynam 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.34649e-05 Jy ! Component: 100 - total flux cleaned = 0.000157883 Jy ! Component: 150 - total flux cleaned = 0.000223813 Jy ! Component: 200 - total flux cleaned = 0.000266667 Jy ! Total flux subtracted in 200 components = 0.000266667 Jy ! Clean residual min=-0.002256 max=0.002271 Jy/beam ! Clean residual mean=0.000003 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.0585238 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.0585238 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.981 mas, bmaj=9.361 mas, bpa=14.78 degrees ! Estimated noise=519.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000356279 Jy ! Component: 100 - total flux cleaned = -0.000389481 Jy ! Component: 150 - total flux cleaned = -0.000389897 Jy ! Component: 200 - total flux cleaned = -0.000377726 Jy ! Total flux subtracted in 200 components = -0.000377726 Jy ! Clean residual min=-0.001845 max=0.001759 Jy/beam ! Clean residual mean=0.000001 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.058146 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.058146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071959Jy sigma=0.000748 ! Fit after self-cal, rms=0.071951Jy sigma=0.000748 wmodel J2116+0225_S_2014_08_09_pus_map.mod ! Writing 55 model components to file: J2116+0225_S_2014_08_09_pus_map.mod wobs J2116+0225_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J2116+0225_S_2014_08_09_pus_uvs.fits wwins J2116+0225_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J2116+0225_S_2014_08_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175535 Jy ! Component: 100 - total flux cleaned = -0.0001768 Jy ! Component: 150 - total flux cleaned = -3.94944e-05 Jy ! Component: 200 - total flux cleaned = 0.0001423 Jy ! Component: 250 - total flux cleaned = 0.00029065 Jy ! Component: 300 - total flux cleaned = 0.000361539 Jy ! Component: 350 - total flux cleaned = 0.000384539 Jy ! Component: 400 - total flux cleaned = 0.000406223 Jy ! Component: 450 - total flux cleaned = 0.000405917 Jy ! Component: 500 - total flux cleaned = 0.000364151 Jy ! Component: 550 - total flux cleaned = 0.000343964 Jy ! Component: 600 - total flux cleaned = 0.000363716 Jy ! Component: 650 - total flux cleaned = 0.000344485 Jy ! Component: 700 - total flux cleaned = 0.00032597 Jy ! Component: 750 - total flux cleaned = 0.00030794 Jy ! Component: 800 - total flux cleaned = 0.000308477 Jy ! Component: 850 - total flux cleaned = 0.000343591 Jy ! Component: 900 - total flux cleaned = 0.000326522 Jy ! Component: 950 - total flux cleaned = 0.000377013 Jy ! Component: 1000 - total flux cleaned = 0.000327121 Jy ! Component: 1050 - total flux cleaned = 0.00029513 Jy ! Component: 1100 - total flux cleaned = 0.000263371 Jy ! Component: 1150 - total flux cleaned = 0.000262991 Jy ! Component: 1200 - total flux cleaned = 0.000185652 Jy ! Component: 1250 - total flux cleaned = 0.000140043 Jy ! Component: 1300 - total flux cleaned = 6.53254e-05 Jy ! Component: 1350 - total flux cleaned = 5.0468e-05 Jy ! Component: 1400 - total flux cleaned = 2.12935e-05 Jy ! Component: 1450 - total flux cleaned = -3.58401e-05 Jy ! Component: 1500 - total flux cleaned = -7.53141e-06 Jy ! Component: 1550 - total flux cleaned = -7.69372e-05 Jy ! Component: 1600 - total flux cleaned = -6.32903e-05 Jy ! Component: 1650 - total flux cleaned = -6.34918e-05 Jy ! Component: 1700 - total flux cleaned = -0.000130433 Jy ! Component: 1750 - total flux cleaned = -0.000182687 Jy ! Component: 1800 - total flux cleaned = -0.000156692 Jy ! Component: 1850 - total flux cleaned = -0.000169408 Jy ! Component: 1900 - total flux cleaned = -0.00019477 Jy ! Component: 1950 - total flux cleaned = -0.000207096 Jy ! Component: 2000 - total flux cleaned = -0.000206916 Jy ! Component: 2050 - total flux cleaned = -0.000243329 Jy ! Component: 2100 - total flux cleaned = -0.000243343 Jy ! Component: 2150 - total flux cleaned = -0.000338623 Jy ! Component: 2200 - total flux cleaned = -0.000338421 Jy ! Component: 2250 - total flux cleaned = -0.000315062 Jy ! Component: 2300 - total flux cleaned = -0.000361183 Jy ! Component: 2350 - total flux cleaned = -0.000395289 Jy ! Component: 2400 - total flux cleaned = -0.000417495 Jy ! Component: 2450 - total flux cleaned = -0.000394857 Jy ! Component: 2500 - total flux cleaned = -0.000438763 Jy ! Component: 2550 - total flux cleaned = -0.000438698 Jy ! Component: 2600 - total flux cleaned = -0.000460121 Jy ! Component: 2650 - total flux cleaned = -0.000417517 Jy ! Component: 2700 - total flux cleaned = -0.000470277 Jy ! Component: 2750 - total flux cleaned = -0.000522552 Jy ! Component: 2800 - total flux cleaned = -0.000532798 Jy ! Component: 2850 - total flux cleaned = -0.000532675 Jy ! Component: 2900 - total flux cleaned = -0.000552875 Jy ! Component: 2950 - total flux cleaned = -0.000562986 Jy ! Component: 3000 - total flux cleaned = -0.000582897 Jy ! Component: 3050 - total flux cleaned = -0.00060269 Jy ! Component: 3100 - total flux cleaned = -0.000631974 Jy ! Component: 3150 - total flux cleaned = -0.000622365 Jy ! Component: 3200 - total flux cleaned = -0.000651177 Jy ! Component: 3250 - total flux cleaned = -0.000670209 Jy ! Component: 3300 - total flux cleaned = -0.000670316 Jy ! Component: 3350 - total flux cleaned = -0.000688972 Jy ! Component: 3400 - total flux cleaned = -0.000725968 Jy ! Component: 3450 - total flux cleaned = -0.000735052 Jy ! Component: 3500 - total flux cleaned = -0.000725984 Jy ! Component: 3550 - total flux cleaned = -0.000744134 Jy ! Component: 3600 - total flux cleaned = -0.000771004 Jy ! Component: 3650 - total flux cleaned = -0.000806315 Jy ! Component: 3700 - total flux cleaned = -0.000788799 Jy ! Component: 3750 - total flux cleaned = -0.000797479 Jy ! Component: 3800 - total flux cleaned = -0.000806232 Jy ! Component: 3850 - total flux cleaned = -0.000797724 Jy ! Component: 3900 - total flux cleaned = -0.000814679 Jy ! Component: 3950 - total flux cleaned = -0.000772595 Jy ! Component: 4000 - total flux cleaned = -0.000797796 Jy ! Component: 4050 - total flux cleaned = -0.000805988 Jy ! Total flux subtracted in 4096 components = -0.000781313 Jy ! Clean residual min=-0.000456 max=0.000534 Jy/beam ! Clean residual mean=0.000001 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0573647 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 370 components and 0.0573647 Jy ![Exited script file: muppet] wmap "J2116+0225_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.981 x 9.361 at 14.78 degrees (North through East) ! Clean map min=-0.0013077 max=0.039853 Jy/beam ! Writing clean map to FITS file: J2116+0225_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0398526 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000157173 device "J2116+0225_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2116+0225_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18315 1.18315 2.36631 4.73262 9.46523 18.9305 37.8609 75.7218 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.039 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.981 x 9.361 at 14.78 degrees (North through East) ! Clean map min=-0.0013077 max=0.039853 Jy/beam quit ! Quitting program ! Log file J2116+0225_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:17:27 2016