! Started logfile: J1453+1025_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:56:50 2016 obs J1453+1025_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1453+1025_S_2014_06_09_pus_uva.fits ! AN table 1: 80 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.779722 visibilities/baseline/integration-bin. ! Found source: J1453+1025 ! ! 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 336 lines of history. ! ! Reading 11228 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 J1453+1025_S_2014_06_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.668176Jy sigma=0.007810 ! Fit after self-cal, rms=0.641115Jy sigma=0.007513 ! 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=2.738 mas, bmaj=7.212 mas, bpa=-6.391 degrees ! Estimated noise=884.126 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.27278 Jy ! Component: 100 - total flux cleaned = 0.342107 Jy ! Total flux subtracted in 100 components = 0.342107 Jy ! Clean residual min=-0.012836 max=0.029187 Jy/beam ! Clean residual mean=-0.000037 rms=0.003216 Jy/beam ! Combined flux in latest and established models = 0.342107 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.342107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098243Jy sigma=0.001053 ! Fit after self-cal, rms=0.098240Jy sigma=0.001053 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0314898 Jy ! Component: 100 - total flux cleaned = 0.0476904 Jy ! Total flux subtracted in 100 components = 0.0476904 Jy ! Clean residual min=-0.007770 max=0.007760 Jy/beam ! Clean residual mean=-0.000011 rms=0.001816 Jy/beam ! Combined flux in latest and established models = 0.389797 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.389797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085456Jy sigma=0.000913 ! Fit after self-cal, rms=0.085444Jy sigma=0.000913 ! 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.314 mas, bmaj=8.386 mas, bpa=-6.669 degrees ! Estimated noise=581.697 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.00994066 Jy ! Component: 100 - total flux cleaned = 0.0146223 Jy ! Component: 150 - total flux cleaned = 0.017347 Jy ! Component: 200 - total flux cleaned = 0.0189854 Jy ! Total flux subtracted in 200 components = 0.0189854 Jy ! Clean residual min=-0.005143 max=0.006193 Jy/beam ! Clean residual mean=0.000010 rms=0.001420 Jy/beam ! Combined flux in latest and established models = 0.408782 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 40 components and 0.408783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083953Jy sigma=0.000904 ! Fit after self-cal, rms=0.083953Jy sigma=0.000904 ! 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.00* FD 0.86 HN 0.94 KP 1.04 ! LA 1.18 MK 1.03 NL 0.96 OV 0.97 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 1.02 ! LA 1.13 MK 1.03 NL 1.05 OV 1.01 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 0.99 KP 0.92 ! LA 0.91 MK 1.05 NL 1.00 OV 0.95 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.97 KP 0.89 ! LA 0.89 MK 1.05 NL 1.07 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.083953Jy sigma=0.000904 ! Fit after self-cal, rms=0.074953Jy sigma=0.000807 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.341 mas, bmaj=8.406 mas, bpa=-6.529 degrees ! Estimated noise=582.655 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.000961331 Jy ! Component: 100 - total flux cleaned = -0.000911679 Jy ! Component: 150 - total flux cleaned = -0.000820922 Jy ! Component: 200 - total flux cleaned = -0.000739391 Jy ! Total flux subtracted in 200 components = -0.000739391 Jy ! Clean residual min=-0.003729 max=0.003388 Jy/beam ! Clean residual mean=0.000001 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.408043 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.408043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074878Jy sigma=0.000806 ! Fit after self-cal, rms=0.074876Jy sigma=0.000806 ! 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.074876Jy sigma=0.000806 ! Fit after self-cal, rms=0.073864Jy sigma=0.000798 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=8.405 mas, bpa=-6.558 degrees ! Estimated noise=582.255 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000691452 Jy ! Component: 100 - total flux cleaned = -0.00079486 Jy ! Component: 150 - total flux cleaned = -0.000856844 Jy ! Component: 200 - total flux cleaned = -0.000926021 Jy ! Total flux subtracted in 200 components = -0.000926021 Jy ! Clean residual min=-0.002502 max=0.002431 Jy/beam ! Clean residual mean=-0.000000 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.407117 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.407117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073845Jy sigma=0.000798 ! Fit after self-cal, rms=0.073848Jy sigma=0.000798 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) ! Added new window around map position (5.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214577 Jy ! Component: 100 - total flux cleaned = 0.00234725 Jy ! Component: 150 - total flux cleaned = 0.00225536 Jy ! Component: 200 - total flux cleaned = 0.00206319 Jy ! Total flux subtracted in 200 components = 0.00206319 Jy ! Clean residual min=-0.002059 max=0.002053 Jy/beam ! Clean residual mean=0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.40918 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 75 components and 0.40918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073751Jy sigma=0.000797 ! Fit after self-cal, rms=0.073739Jy sigma=0.000797 ! 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.073739Jy sigma=0.000797 ! Fit after self-cal, rms=0.073793Jy sigma=0.000797 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.344 mas, bmaj=8.403 mas, bpa=-6.512 degrees ! Estimated noise=582.809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000824239 Jy ! Component: 100 - total flux cleaned = 0.000701924 Jy ! Component: 150 - total flux cleaned = 0.000631994 Jy ! Component: 200 - total flux cleaned = 0.000633309 Jy ! Total flux subtracted in 200 components = 0.000633309 Jy ! Clean residual min=-0.001956 max=0.001870 Jy/beam ! Clean residual mean=0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.409814 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 94 components and 0.409814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073754Jy sigma=0.000796 ! Fit after self-cal, rms=0.073749Jy sigma=0.000796 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.000367572 Jy ! Component: 100 - total flux cleaned = 0.000397241 Jy ! Component: 150 - total flux cleaned = 0.000370947 Jy ! Component: 200 - total flux cleaned = 0.000323653 Jy ! Total flux subtracted in 200 components = 0.000323653 Jy ! Clean residual min=-0.001895 max=0.001778 Jy/beam ! Clean residual mean=0.000002 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.410137 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 108 components and 0.410137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073731Jy sigma=0.000796 ! Fit after self-cal, rms=0.073729Jy sigma=0.000796 ! 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.073729Jy sigma=0.000796 ! Fit after self-cal, rms=0.073739Jy sigma=0.000796 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.426 mas, bmaj=13.66 mas, bpa=-11.25 degrees ! Estimated noise=710.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382534 Jy ! Component: 100 - total flux cleaned = 0.000350653 Jy ! Component: 150 - total flux cleaned = 0.000351202 Jy ! Component: 200 - total flux cleaned = 0.000268325 Jy ! Total flux subtracted in 200 components = 0.000268325 Jy ! Clean residual min=-0.001785 max=0.001921 Jy/beam ! Clean residual mean=0.000003 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.410406 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 125 components and 0.410406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073729Jy sigma=0.000796 ! Fit after self-cal, rms=0.073726Jy sigma=0.000796 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.000306469 Jy ! Component: 100 - total flux cleaned = 0.000347124 Jy ! Component: 150 - total flux cleaned = 0.000285707 Jy ! Component: 200 - total flux cleaned = 0.000271215 Jy ! Total flux subtracted in 200 components = 0.000271215 Jy ! Clean residual min=-0.001754 max=0.001836 Jy/beam ! Clean residual mean=0.000004 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.410677 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 137 components and 0.410677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073722Jy sigma=0.000796 ! Fit after self-cal, rms=0.073721Jy sigma=0.000796 ! 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.347 mas, bmaj=8.403 mas, bpa=-6.481 degrees ! Estimated noise=582.92 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.347 x 8.403 at -6.481 degrees (North through East) ! Clean map min=-0.00197 max=0.35993 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=2.766 mas, bmaj=7.21 mas, bpa=-6.122 degrees ! Estimated noise=884.736 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.272893 Jy ! Component: 100 - total flux cleaned = 0.339947 Jy ! Component: 150 - total flux cleaned = 0.369429 Jy ! Component: 200 - total flux cleaned = 0.384483 Jy ! Total flux subtracted in 200 components = 0.384483 Jy ! Clean residual min=-0.003893 max=0.007094 Jy/beam ! Clean residual mean=-0.000012 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.384483 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.384483 Jy ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=8.403 mas, bpa=-6.481 degrees ! Estimated noise=582.92 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.0115119 Jy ! Component: 100 - total flux cleaned = 0.0174815 Jy ! Component: 150 - total flux cleaned = 0.0210767 Jy ! Component: 200 - total flux cleaned = 0.0234374 Jy ! Total flux subtracted in 200 components = 0.0234374 Jy ! Clean residual min=-0.002029 max=0.001764 Jy/beam ! Clean residual mean=-0.000001 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.40792 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 44 components and 0.40792 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.426 mas, bmaj=13.66 mas, bpa=-11.25 degrees ! Estimated noise=710.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226724 Jy ! Component: 100 - total flux cleaned = 0.0028885 Jy ! Component: 150 - total flux cleaned = 0.00299439 Jy ! Component: 200 - total flux cleaned = 0.00299688 Jy ! Total flux subtracted in 200 components = 0.00299688 Jy ! Clean residual min=-0.001820 max=0.001937 Jy/beam ! Clean residual mean=0.000003 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.410917 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 = 1.72657e-06 Jy ! Component: 100 - total flux cleaned = 1.98079e-06 Jy ! Component: 150 - total flux cleaned = -1.45778e-05 Jy ! Component: 200 - total flux cleaned = -3.00583e-05 Jy ! Total flux subtracted in 200 components = -3.00583e-05 Jy ! Clean residual min=-0.001726 max=0.001902 Jy/beam ! Clean residual mean=0.000003 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.410887 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 106 components and 0.410887 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=8.403 mas, bpa=-6.481 degrees ! Estimated noise=582.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000218064 Jy ! Component: 100 - total flux cleaned = -0.000129546 Jy ! Component: 150 - total flux cleaned = 3.58359e-05 Jy ! Component: 200 - total flux cleaned = 0.000160209 Jy ! Total flux subtracted in 200 components = 0.000160209 Jy ! Clean residual min=-0.001894 max=0.001719 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.411047 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 126 components and 0.411047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073738Jy sigma=0.000796 ! Fit after self-cal, rms=0.073734Jy sigma=0.000796 wmodel J1453+1025_S_2014_06_09_pus_map.mod ! Writing 126 model components to file: J1453+1025_S_2014_06_09_pus_map.mod wobs J1453+1025_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1453+1025_S_2014_06_09_pus_uvs.fits wwins J1453+1025_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1453+1025_S_2014_06_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.000624847 Jy ! Component: 100 - total flux cleaned = -0.000936383 Jy ! Component: 150 - total flux cleaned = -0.00108331 Jy ! Component: 200 - total flux cleaned = -0.00116585 Jy ! Component: 250 - total flux cleaned = -0.00119223 Jy ! Component: 300 - total flux cleaned = -0.00124375 Jy ! Component: 350 - total flux cleaned = -0.00134287 Jy ! Component: 400 - total flux cleaned = -0.00141517 Jy ! Component: 450 - total flux cleaned = -0.00150811 Jy ! Component: 500 - total flux cleaned = -0.00150784 Jy ! Component: 550 - total flux cleaned = -0.00155243 Jy ! Component: 600 - total flux cleaned = -0.00161747 Jy ! Component: 650 - total flux cleaned = -0.0016172 Jy ! Component: 700 - total flux cleaned = -0.00157608 Jy ! Component: 750 - total flux cleaned = -0.00155616 Jy ! Component: 800 - total flux cleaned = -0.00159556 Jy ! Component: 850 - total flux cleaned = -0.00159538 Jy ! Component: 900 - total flux cleaned = -0.00157669 Jy ! Component: 950 - total flux cleaned = -0.00157708 Jy ! Component: 1000 - total flux cleaned = -0.00157717 Jy ! Component: 1050 - total flux cleaned = -0.00163086 Jy ! Component: 1100 - total flux cleaned = -0.00157792 Jy ! Component: 1150 - total flux cleaned = -0.00156052 Jy ! Component: 1200 - total flux cleaned = -0.00156068 Jy ! Component: 1250 - total flux cleaned = -0.00156111 Jy ! Component: 1300 - total flux cleaned = -0.00161059 Jy ! Component: 1350 - total flux cleaned = -0.00161049 Jy ! Component: 1400 - total flux cleaned = -0.0016105 Jy ! Component: 1450 - total flux cleaned = -0.00164242 Jy ! Component: 1500 - total flux cleaned = -0.00172104 Jy ! Component: 1550 - total flux cleaned = -0.00170532 Jy ! Component: 1600 - total flux cleaned = -0.00173591 Jy ! Component: 1650 - total flux cleaned = -0.00176588 Jy ! Component: 1700 - total flux cleaned = -0.00179556 Jy ! Component: 1750 - total flux cleaned = -0.00176626 Jy ! Component: 1800 - total flux cleaned = -0.00186813 Jy ! Component: 1850 - total flux cleaned = -0.00193977 Jy ! Component: 1900 - total flux cleaned = -0.00192565 Jy ! Component: 1950 - total flux cleaned = -0.00199576 Jy ! Component: 2000 - total flux cleaned = -0.0020095 Jy ! Component: 2050 - total flux cleaned = -0.00205085 Jy ! Component: 2100 - total flux cleaned = -0.00205103 Jy ! Component: 2150 - total flux cleaned = -0.00209126 Jy ! Component: 2200 - total flux cleaned = -0.00211764 Jy ! Component: 2250 - total flux cleaned = -0.0020782 Jy ! Component: 2300 - total flux cleaned = -0.00213026 Jy ! Component: 2350 - total flux cleaned = -0.00214306 Jy ! Component: 2400 - total flux cleaned = -0.00211765 Jy ! Component: 2450 - total flux cleaned = -0.00214283 Jy ! Component: 2500 - total flux cleaned = -0.00211801 Jy ! Component: 2550 - total flux cleaned = -0.00215504 Jy ! Component: 2600 - total flux cleaned = -0.00211822 Jy ! Component: 2650 - total flux cleaned = -0.0021061 Jy ! Component: 2700 - total flux cleaned = -0.00211797 Jy ! Component: 2750 - total flux cleaned = -0.00212991 Jy ! Component: 2800 - total flux cleaned = -0.0021652 Jy ! Component: 2850 - total flux cleaned = -0.00217675 Jy ! Component: 2900 - total flux cleaned = -0.00217667 Jy ! Component: 2950 - total flux cleaned = -0.00225684 Jy ! Component: 3000 - total flux cleaned = -0.00225683 Jy ! Component: 3050 - total flux cleaned = -0.00223414 Jy ! Component: 3100 - total flux cleaned = -0.00233477 Jy ! Component: 3150 - total flux cleaned = -0.00231249 Jy ! Component: 3200 - total flux cleaned = -0.00235656 Jy ! Component: 3250 - total flux cleaned = -0.00241099 Jy ! Component: 3300 - total flux cleaned = -0.00233537 Jy ! Component: 3350 - total flux cleaned = -0.00235682 Jy ! Component: 3400 - total flux cleaned = -0.00236745 Jy ! Component: 3450 - total flux cleaned = -0.00233582 Jy ! Component: 3500 - total flux cleaned = -0.00237782 Jy ! Component: 3550 - total flux cleaned = -0.00235707 Jy ! Component: 3600 - total flux cleaned = -0.00237772 Jy ! Component: 3650 - total flux cleaned = -0.00238789 Jy ! Component: 3700 - total flux cleaned = -0.00244897 Jy ! Component: 3750 - total flux cleaned = -0.00241855 Jy ! Component: 3800 - total flux cleaned = -0.00239838 Jy ! Component: 3850 - total flux cleaned = -0.00240831 Jy ! Component: 3900 - total flux cleaned = -0.00239845 Jy ! Component: 3950 - total flux cleaned = -0.00237884 Jy ! Component: 4000 - total flux cleaned = -0.00238854 Jy ! Component: 4050 - total flux cleaned = -0.00236913 Jy ! Total flux subtracted in 4096 components = -0.00231128 Jy ! Clean residual min=-0.000632 max=0.000535 Jy/beam ! Clean residual mean=0.000001 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.408736 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 424 components and 0.408736 Jy ![Exited script file: muppet] wmap "J1453+1025_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.347 x 8.403 at -6.481 degrees (North through East) ! Clean map min=-0.0010729 max=0.36071 Jy/beam ! Writing clean map to FITS file: J1453+1025_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.360714 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018083 device "J1453+1025_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1453+1025_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.150394 0.150394 0.300787 0.601575 1.20315 2.4063 4.8126 9.62519 19.2504 38.5008 77.0016 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.36 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.347 x 8.403 at -6.481 degrees (North through East) ! Clean map min=-0.0010729 max=0.36071 Jy/beam quit ! Quitting program ! Log file J1453+1025_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:56:55 2016