! Started logfile: J1519-1151_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:31:19 2016 obs J1519-1151_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1519-1151_S_2014_08_05_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77284 visibilities/baseline/integration-bin. ! Found source: J1519-1151 ! ! 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 360 lines of history. ! ! Reading 10016 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 J1519-1151_S_2014_08_05_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 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.752396Jy sigma=0.007278 ! Fit after self-cal, rms=0.709775Jy sigma=0.006860 ! 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.458 mas, bmaj=10.14 mas, bpa=20.47 degrees ! Estimated noise=947.987 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.222212 Jy ! Component: 100 - total flux cleaned = 0.277577 Jy ! Total flux subtracted in 100 components = 0.277577 Jy ! Clean residual min=-0.009941 max=0.021662 Jy/beam ! Clean residual mean=0.000045 rms=0.003220 Jy/beam ! Combined flux in latest and established models = 0.277577 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.277577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108157Jy sigma=0.000953 ! Fit after self-cal, rms=0.108102Jy sigma=0.000953 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0221987 Jy ! Component: 100 - total flux cleaned = 0.0347696 Jy ! Total flux subtracted in 100 components = 0.0347696 Jy ! Clean residual min=-0.007678 max=0.010648 Jy/beam ! Clean residual mean=0.000023 rms=0.002275 Jy/beam ! Combined flux in latest and established models = 0.312347 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.312347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101131Jy sigma=0.000884 ! Fit after self-cal, rms=0.101099Jy sigma=0.000883 ! 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=4.234 mas, bmaj=11.42 mas, bpa=19.25 degrees ! Estimated noise=742.224 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.0136497 Jy ! Component: 100 - total flux cleaned = 0.0216584 Jy ! Component: 150 - total flux cleaned = 0.0268382 Jy ! Component: 200 - total flux cleaned = 0.0302177 Jy ! Total flux subtracted in 200 components = 0.0302177 Jy ! Clean residual min=-0.007871 max=0.008083 Jy/beam ! Clean residual mean=0.000012 rms=0.002023 Jy/beam ! Combined flux in latest and established models = 0.342564 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 45 components and 0.342564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098780Jy sigma=0.000866 ! Fit after self-cal, rms=0.098746Jy sigma=0.000866 ! 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 0.97 FD 0.87 HN 1.02 KP 1.03 ! LA 1.08 MK 1.00* NL 1.09 OV 0.99 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.08 KP 1.00 ! LA 1.04 MK 1.00* NL 1.04 OV 1.04 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.15 HN 1.07 KP 0.88 ! LA 0.83 MK 1.00* NL 0.91 OV 0.97 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.10 KP 0.87 ! LA 0.79 MK 1.00* NL 1.05 OV 1.02 ! PT 1.01 SC 1.02 ! ! ! Fit before self-cal, rms=0.098746Jy sigma=0.000866 ! Fit after self-cal, rms=0.089868Jy sigma=0.000800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.265 mas, bmaj=11.57 mas, bpa=19.43 degrees ! Estimated noise=740.771 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.00462349 Jy ! Component: 100 - total flux cleaned = -0.00630175 Jy ! Component: 150 - total flux cleaned = -0.00681506 Jy ! Component: 200 - total flux cleaned = -0.00718165 Jy ! Total flux subtracted in 200 components = -0.00718165 Jy ! Clean residual min=-0.004980 max=0.005597 Jy/beam ! Clean residual mean=0.000006 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.335383 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.335383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089557Jy sigma=0.000798 ! Fit after self-cal, rms=0.089549Jy sigma=0.000797 ! 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.089549Jy sigma=0.000797 ! Fit after self-cal, rms=0.089332Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.263 mas, bmaj=11.5 mas, bpa=19.16 degrees ! Estimated noise=738.668 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000542286 Jy ! Component: 100 - total flux cleaned = -0.000687098 Jy ! Component: 150 - total flux cleaned = -0.000813494 Jy ! Component: 200 - total flux cleaned = -0.000890267 Jy ! Total flux subtracted in 200 components = -0.000890267 Jy ! Clean residual min=-0.002712 max=0.003760 Jy/beam ! Clean residual mean=-0.000001 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.334492 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.334492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089280Jy sigma=0.000776 ! Fit after self-cal, rms=0.089339Jy sigma=0.000776 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 (-8, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00416514 Jy ! Component: 100 - total flux cleaned = 0.00638087 Jy ! Component: 150 - total flux cleaned = 0.00658756 Jy ! Component: 200 - total flux cleaned = 0.00653234 Jy ! Total flux subtracted in 200 components = 0.00653234 Jy ! Clean residual min=-0.002266 max=0.002521 Jy/beam ! Clean residual mean=-0.000003 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.341025 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 96 components and 0.341025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089117Jy sigma=0.000774 ! Fit after self-cal, rms=0.089098Jy sigma=0.000774 ! 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.089098Jy sigma=0.000774 ! Fit after self-cal, rms=0.088806Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.26 mas, bmaj=11.5 mas, bpa=19.19 degrees ! Estimated noise=737.018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179472 Jy ! Component: 100 - total flux cleaned = 0.00227597 Jy ! Component: 150 - total flux cleaned = 0.00227785 Jy ! Component: 200 - total flux cleaned = 0.00220858 Jy ! Total flux subtracted in 200 components = 0.00220858 Jy ! Clean residual min=-0.001976 max=0.002134 Jy/beam ! Clean residual mean=-0.000003 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.343233 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 115 components and 0.343233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088743Jy sigma=0.000773 ! Fit after self-cal, rms=0.088738Jy sigma=0.000773 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.000149183 Jy ! Component: 100 - total flux cleaned = 0.000182787 Jy ! Component: 150 - total flux cleaned = 0.000183622 Jy ! Component: 200 - total flux cleaned = 0.000183534 Jy ! Total flux subtracted in 200 components = 0.000183534 Jy ! Clean residual min=-0.001915 max=0.001929 Jy/beam ! Clean residual mean=-0.000003 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.343417 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 135 components and 0.343417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088715Jy sigma=0.000773 ! Fit after self-cal, rms=0.088713Jy sigma=0.000773 ! 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.088713Jy sigma=0.000773 ! Fit after self-cal, rms=0.088530Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.283 mas, bmaj=15.43 mas, bpa=12.11 degrees ! Estimated noise=828.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000622744 Jy ! Component: 100 - total flux cleaned = 0.000633059 Jy ! Component: 150 - total flux cleaned = 0.000615825 Jy ! Component: 200 - total flux cleaned = 0.000588646 Jy ! Total flux subtracted in 200 components = 0.000588646 Jy ! Clean residual min=-0.002024 max=0.001764 Jy/beam ! Clean residual mean=-0.000002 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.344005 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 160 components and 0.344005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088519Jy sigma=0.000773 ! Fit after self-cal, rms=0.088517Jy sigma=0.000773 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 = 7.74382e-05 Jy ! Component: 100 - total flux cleaned = 0.000106763 Jy ! Component: 150 - total flux cleaned = 9.54526e-05 Jy ! Component: 200 - total flux cleaned = 8.4967e-05 Jy ! Total flux subtracted in 200 components = 8.4967e-05 Jy ! Clean residual min=-0.001994 max=0.001749 Jy/beam ! Clean residual mean=-0.000002 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.34409 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 177 components and 0.34409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088513Jy sigma=0.000773 ! Fit after self-cal, rms=0.088512Jy sigma=0.000773 ! 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=4.259 mas, bmaj=11.51 mas, bpa=19.19 degrees ! Estimated noise=736.043 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.51 at 19.19 degrees (North through East) ! Clean map min=-0.0022219 max=0.28703 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.462 mas, bmaj=10.17 mas, bpa=20.42 degrees ! Estimated noise=946.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.22166 Jy ! Component: 100 - total flux cleaned = 0.277366 Jy ! Component: 150 - total flux cleaned = 0.299603 Jy ! Component: 200 - total flux cleaned = 0.311727 Jy ! Total flux subtracted in 200 components = 0.311727 Jy ! Clean residual min=-0.003839 max=0.006176 Jy/beam ! Clean residual mean=0.000013 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.311727 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.311727 Jy ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.51 mas, bpa=19.19 degrees ! Estimated noise=736.043 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.0108523 Jy ! Component: 100 - total flux cleaned = 0.0172142 Jy ! Component: 150 - total flux cleaned = 0.0215668 Jy ! Component: 200 - total flux cleaned = 0.024674 Jy ! Total flux subtracted in 200 components = 0.024674 Jy ! Clean residual min=-0.002406 max=0.002044 Jy/beam ! Clean residual mean=0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.336401 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 68 components and 0.336401 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=8.283 mas, bmaj=15.43 mas, bpa=12.11 degrees ! Estimated noise=828.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290399 Jy ! Component: 100 - total flux cleaned = 0.0047295 Jy ! Component: 150 - total flux cleaned = 0.00599374 Jy ! Component: 200 - total flux cleaned = 0.00655557 Jy ! Total flux subtracted in 200 components = 0.00655557 Jy ! Clean residual min=-0.002216 max=0.001757 Jy/beam ! Clean residual mean=-0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.342956 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 = 0.000244095 Jy ! Component: 100 - total flux cleaned = 0.000375142 Jy ! Component: 150 - total flux cleaned = 0.000490445 Jy ! Component: 200 - total flux cleaned = 0.000571849 Jy ! Total flux subtracted in 200 components = 0.000571849 Jy ! Clean residual min=-0.002151 max=0.001692 Jy/beam ! Clean residual mean=-0.000002 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.343528 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 141 components and 0.343528 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.51 mas, bpa=19.19 degrees ! Estimated noise=736.043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000333321 Jy ! Component: 100 - total flux cleaned = -0.000235181 Jy ! Component: 150 - total flux cleaned = -6.27861e-05 Jy ! Component: 200 - total flux cleaned = 4.10067e-05 Jy ! Total flux subtracted in 200 components = 4.10067e-05 Jy ! Clean residual min=-0.001811 max=0.001930 Jy/beam ! Clean residual mean=-0.000002 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.343569 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 164 components and 0.343569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088511Jy sigma=0.000772 ! Fit after self-cal, rms=0.088489Jy sigma=0.000772 wmodel J1519-1151_S_2014_08_05_pus_map.mod ! Writing 164 model components to file: J1519-1151_S_2014_08_05_pus_map.mod wobs J1519-1151_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1519-1151_S_2014_08_05_pus_uvs.fits wwins J1519-1151_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1519-1151_S_2014_08_05_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.000296965 Jy ! Component: 100 - total flux cleaned = -0.000707732 Jy ! Component: 150 - total flux cleaned = -0.000917481 Jy ! Component: 200 - total flux cleaned = -0.00108909 Jy ! Component: 250 - total flux cleaned = -0.00128301 Jy ! Component: 300 - total flux cleaned = -0.00147213 Jy ! Component: 350 - total flux cleaned = -0.00175911 Jy ! Component: 400 - total flux cleaned = -0.00193616 Jy ! Component: 450 - total flux cleaned = -0.00213491 Jy ! Component: 500 - total flux cleaned = -0.00242654 Jy ! Component: 550 - total flux cleaned = -0.00261699 Jy ! Component: 600 - total flux cleaned = -0.0028269 Jy ! Component: 650 - total flux cleaned = -0.00305578 Jy ! Component: 700 - total flux cleaned = -0.003168 Jy ! Component: 750 - total flux cleaned = -0.00332312 Jy ! Component: 800 - total flux cleaned = -0.00338879 Jy ! Component: 850 - total flux cleaned = -0.00347443 Jy ! Component: 900 - total flux cleaned = -0.00349593 Jy ! Component: 950 - total flux cleaned = -0.00362157 Jy ! Component: 1000 - total flux cleaned = -0.00370415 Jy ! Component: 1050 - total flux cleaned = -0.00388713 Jy ! Component: 1100 - total flux cleaned = -0.00392728 Jy ! Component: 1150 - total flux cleaned = -0.00410548 Jy ! Component: 1200 - total flux cleaned = -0.00424184 Jy ! Component: 1250 - total flux cleaned = -0.00443472 Jy ! Component: 1300 - total flux cleaned = -0.004568 Jy ! Component: 1350 - total flux cleaned = -0.00468101 Jy ! Component: 1400 - total flux cleaned = -0.004867 Jy ! Component: 1450 - total flux cleaned = -0.00506924 Jy ! Component: 1500 - total flux cleaned = -0.00517838 Jy ! Component: 1550 - total flux cleaned = -0.00539399 Jy ! Component: 1600 - total flux cleaned = -0.00551829 Jy ! Component: 1650 - total flux cleaned = -0.00569411 Jy ! Component: 1700 - total flux cleaned = -0.00579819 Jy ! Component: 1750 - total flux cleaned = -0.00593567 Jy ! Component: 1800 - total flux cleaned = -0.00607169 Jy ! Component: 1850 - total flux cleaned = -0.00615598 Jy ! Component: 1900 - total flux cleaned = -0.00630592 Jy ! Component: 1950 - total flux cleaned = -0.00638818 Jy ! Component: 2000 - total flux cleaned = -0.00642065 Jy ! Component: 2050 - total flux cleaned = -0.00648527 Jy ! Component: 2100 - total flux cleaned = -0.00653348 Jy ! Component: 2150 - total flux cleaned = -0.00658114 Jy ! Component: 2200 - total flux cleaned = -0.00664396 Jy ! Component: 2250 - total flux cleaned = -0.00667496 Jy ! Component: 2300 - total flux cleaned = -0.00675237 Jy ! Component: 2350 - total flux cleaned = -0.00678304 Jy ! Component: 2400 - total flux cleaned = -0.00685906 Jy ! Component: 2450 - total flux cleaned = -0.00687416 Jy ! Component: 2500 - total flux cleaned = -0.00691917 Jy ! Component: 2550 - total flux cleaned = -0.0069783 Jy ! Component: 2600 - total flux cleaned = -0.00696353 Jy ! Component: 2650 - total flux cleaned = -0.00706576 Jy ! Component: 2700 - total flux cleaned = -0.00708013 Jy ! Component: 2750 - total flux cleaned = -0.00710905 Jy ! Component: 2800 - total flux cleaned = -0.00716612 Jy ! Component: 2850 - total flux cleaned = -0.00716617 Jy ! Component: 2900 - total flux cleaned = -0.00722237 Jy ! Component: 2950 - total flux cleaned = -0.00727802 Jy ! Component: 3000 - total flux cleaned = -0.00731954 Jy ! Component: 3050 - total flux cleaned = -0.00740192 Jy ! Component: 3100 - total flux cleaned = -0.00740183 Jy ! Component: 3150 - total flux cleaned = -0.00745588 Jy ! Component: 3200 - total flux cleaned = -0.00748276 Jy ! Component: 3250 - total flux cleaned = -0.0075096 Jy ! Component: 3300 - total flux cleaned = -0.00762857 Jy ! Component: 3350 - total flux cleaned = -0.00765492 Jy ! Component: 3400 - total flux cleaned = -0.00768098 Jy ! Component: 3450 - total flux cleaned = -0.00777173 Jy ! Component: 3500 - total flux cleaned = -0.00779729 Jy ! Component: 3550 - total flux cleaned = -0.00786134 Jy ! Component: 3600 - total flux cleaned = -0.00793764 Jy ! Component: 3650 - total flux cleaned = -0.00797561 Jy ! Component: 3700 - total flux cleaned = -0.00802567 Jy ! Component: 3750 - total flux cleaned = -0.00808799 Jy ! Component: 3800 - total flux cleaned = -0.00807553 Jy ! Component: 3850 - total flux cleaned = -0.00810019 Jy ! Component: 3900 - total flux cleaned = -0.00818578 Jy ! Component: 3950 - total flux cleaned = -0.00822223 Jy ! Component: 4000 - total flux cleaned = -0.0082946 Jy ! Component: 4050 - total flux cleaned = -0.00835445 Jy ! Total flux subtracted in 4096 components = -0.00839025 Jy ! Clean residual min=-0.000839 max=0.000683 Jy/beam ! Clean residual mean=-0.000003 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.335179 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 433 components and 0.335179 Jy ![Exited script file: muppet] wmap "J1519-1151_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.51 at 19.19 degrees (North through East) ! Clean map min=-0.0013788 max=0.28843 Jy/beam ! Writing clean map to FITS file: J1519-1151_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.28843 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231022 device "J1519-1151_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1519-1151_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.240289 0.240289 0.480577 0.961154 1.92231 3.84462 7.68923 15.3785 30.7569 61.5139 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.288 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.51 at 19.19 degrees (North through East) ! Clean map min=-0.0013788 max=0.28843 Jy/beam quit ! Quitting program ! Log file J1519-1151_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:31:24 2016