! Started logfile: J2039-1046_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:16:00 2016 obs J2039-1046_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J2039-1046_S_2014_08_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.791368 visibilities/baseline/integration-bin. ! Found source: J2039-1046 ! ! 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 17236 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 J2039-1046_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 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898055Jy sigma=0.009390 ! Fit after self-cal, rms=0.847726Jy sigma=0.008864 ! 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.25 mas, bmaj=9.902 mas, bpa=18.32 degrees ! Estimated noise=743.942 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.116114 Jy ! Component: 100 - total flux cleaned = 0.141547 Jy ! Total flux subtracted in 100 components = 0.141547 Jy ! Clean residual min=-0.004016 max=0.007913 Jy/beam ! Clean residual mean=0.000015 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.141547 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.141547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084218Jy sigma=0.000818 ! Fit after self-cal, rms=0.084216Jy sigma=0.000818 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00869808 Jy ! Component: 100 - total flux cleaned = 0.0141673 Jy ! Total flux subtracted in 100 components = 0.0141673 Jy ! Clean residual min=-0.003601 max=0.003513 Jy/beam ! Clean residual mean=0.000009 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.155715 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 37 components and 0.155715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082456Jy sigma=0.000800 ! Fit after self-cal, rms=0.082462Jy sigma=0.000800 ! 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.005 mas, bmaj=11.31 mas, bpa=16.05 degrees ! Estimated noise=523.627 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.007676 Jy ! Component: 100 - total flux cleaned = 0.0121308 Jy ! Component: 150 - total flux cleaned = 0.0150918 Jy ! Component: 200 - total flux cleaned = 0.017121 Jy ! Total flux subtracted in 200 components = 0.017121 Jy ! Clean residual min=-0.002787 max=0.003039 Jy/beam ! Clean residual mean=0.000003 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.172836 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 105 components and 0.172836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081567Jy sigma=0.000793 ! Fit after self-cal, rms=0.081570Jy sigma=0.000793 ! 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.99 FD 0.86 HN 0.99 KP 1.06 ! LA 1.10 MK 1.00* NL 0.97 OV 1.00 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.03 KP 1.01 ! LA 1.05 MK 1.00* NL 1.02 OV 1.02 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.15 HN 1.05 KP 0.89 ! LA 0.84 MK 1.00* NL 1.01 OV 0.97 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.01 KP 0.86 ! LA 0.81 MK 1.00* NL 1.09 OV 1.03 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.081570Jy sigma=0.000793 ! Fit after self-cal, rms=0.078632Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.02 mas, bmaj=11.38 mas, bpa=16.05 degrees ! Estimated noise=522.406 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 = 5.22437e-05 Jy ! Component: 100 - total flux cleaned = -2.92172e-05 Jy ! Component: 150 - total flux cleaned = -4.65584e-05 Jy ! Component: 200 - total flux cleaned = -4.70598e-05 Jy ! Total flux subtracted in 200 components = -4.70598e-05 Jy ! Clean residual min=-0.001831 max=0.002347 Jy/beam ! Clean residual mean=-0.000003 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.172789 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 115 components and 0.172789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078621Jy sigma=0.000776 ! Fit after self-cal, rms=0.078619Jy sigma=0.000776 ! 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.078619Jy sigma=0.000776 ! Fit after self-cal, rms=0.078491Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.017 mas, bmaj=11.37 mas, bpa=16.01 degrees ! Estimated noise=522.219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109255 Jy ! Component: 100 - total flux cleaned = 0.000126479 Jy ! Component: 150 - total flux cleaned = 0.000125766 Jy ! Component: 200 - total flux cleaned = 0.000126149 Jy ! Total flux subtracted in 200 components = 0.000126149 Jy ! Clean residual min=-0.001617 max=0.002410 Jy/beam ! Clean residual mean=-0.000004 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.172915 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 117 components and 0.172915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078482Jy sigma=0.000775 ! Fit after self-cal, rms=0.078485Jy sigma=0.000775 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 (48, -94.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200031 Jy ! Component: 100 - total flux cleaned = 0.00240332 Jy ! Component: 150 - total flux cleaned = 0.00254168 Jy ! Component: 200 - total flux cleaned = 0.00256563 Jy ! Total flux subtracted in 200 components = 0.00256563 Jy ! Clean residual min=-0.001507 max=0.001913 Jy/beam ! Clean residual mean=-0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.17548 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 142 components and 0.17548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078429Jy sigma=0.000775 ! Fit after self-cal, rms=0.078426Jy sigma=0.000775 ! Inverting map ! Added new window around map position (-47, -125.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120728 Jy ! Component: 100 - total flux cleaned = 0.00143409 Jy ! Component: 150 - total flux cleaned = 0.00174116 Jy ! Component: 200 - total flux cleaned = 0.00185413 Jy ! Total flux subtracted in 200 components = 0.00185413 Jy ! Clean residual min=-0.001428 max=0.001374 Jy/beam ! Clean residual mean=-0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.177334 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 179 components and 0.177334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078387Jy sigma=0.000775 ! Fit after self-cal, rms=0.078386Jy 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.078386Jy sigma=0.000774 ! Fit after self-cal, rms=0.078431Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.018 mas, bmaj=11.38 mas, bpa=16.04 degrees ! Estimated noise=522.568 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507805 Jy ! Component: 100 - total flux cleaned = 0.000555929 Jy ! Component: 150 - total flux cleaned = 0.000535547 Jy ! Component: 200 - total flux cleaned = 0.000536341 Jy ! Total flux subtracted in 200 components = 0.000536341 Jy ! Clean residual min=-0.001481 max=0.001350 Jy/beam ! Clean residual mean=-0.000004 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.177871 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 188 components and 0.177871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078416Jy sigma=0.000774 ! Fit after self-cal, rms=0.078415Jy sigma=0.000774 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 = 8.4633e-05 Jy ! Component: 100 - total flux cleaned = 4.8605e-05 Jy ! Component: 150 - total flux cleaned = 3.17549e-05 Jy ! Component: 200 - total flux cleaned = 3.15439e-05 Jy ! Total flux subtracted in 200 components = 3.15439e-05 Jy ! Clean residual min=-0.001489 max=0.001354 Jy/beam ! Clean residual mean=-0.000004 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.177902 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 198 components and 0.177902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078408Jy sigma=0.000774 ! Fit after self-cal, rms=0.078408Jy sigma=0.000774 ! 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.078408Jy sigma=0.000774 ! Fit after self-cal, rms=0.078423Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.902 mas, bmaj=14.86 mas, bpa=5.63 degrees ! Estimated noise=600.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000263772 Jy ! Component: 100 - total flux cleaned = 0.000300724 Jy ! Component: 150 - total flux cleaned = 0.000300223 Jy ! Component: 200 - total flux cleaned = 0.00028704 Jy ! Total flux subtracted in 200 components = 0.00028704 Jy ! Clean residual min=-0.001667 max=0.001367 Jy/beam ! Clean residual mean=-0.000006 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.178189 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 214 components and 0.178189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078419Jy sigma=0.000774 ! Fit after self-cal, rms=0.078420Jy sigma=0.000774 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 = -1.14699e-05 Jy ! Component: 100 - total flux cleaned = -2.42742e-05 Jy ! Component: 150 - total flux cleaned = -2.40114e-05 Jy ! Component: 200 - total flux cleaned = -3.43424e-05 Jy ! Total flux subtracted in 200 components = -3.43424e-05 Jy ! Clean residual min=-0.001640 max=0.001386 Jy/beam ! Clean residual mean=-0.000006 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.178155 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 220 components and 0.178155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078418Jy sigma=0.000774 ! Fit after self-cal, rms=0.078417Jy sigma=0.000774 ! 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.017 mas, bmaj=11.39 mas, bpa=16.06 degrees ! Estimated noise=522.633 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.017 x 11.39 at 16.06 degrees (North through East) ! Clean map min=-0.001491 max=0.15197 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.245 mas, bmaj=9.949 mas, bpa=18.3 degrees ! Estimated noise=746.732 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116416 Jy ! Component: 100 - total flux cleaned = 0.141982 Jy ! Component: 150 - total flux cleaned = 0.150875 Jy ! Component: 200 - total flux cleaned = 0.156045 Jy ! Total flux subtracted in 200 components = 0.156045 Jy ! Clean residual min=-0.002571 max=0.002894 Jy/beam ! Clean residual mean=0.000002 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.156045 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.156045 Jy ! Inverting map and beam ! Estimated beam: bmin=4.017 mas, bmaj=11.39 mas, bpa=16.06 degrees ! Estimated noise=522.633 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.00633139 Jy ! Component: 100 - total flux cleaned = 0.0101657 Jy ! Component: 150 - total flux cleaned = 0.0130328 Jy ! Component: 200 - total flux cleaned = 0.0151847 Jy ! Total flux subtracted in 200 components = 0.0151847 Jy ! Clean residual min=-0.001744 max=0.001735 Jy/beam ! Clean residual mean=-0.000003 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.17123 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 88 components and 0.17123 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.902 mas, bmaj=14.86 mas, bpa=5.63 degrees ! Estimated noise=600.247 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247344 Jy ! Component: 100 - total flux cleaned = 0.00366213 Jy ! Component: 150 - total flux cleaned = 0.00459069 Jy ! Component: 200 - total flux cleaned = 0.00516046 Jy ! Total flux subtracted in 200 components = 0.00516046 Jy ! Clean residual min=-0.001784 max=0.001532 Jy/beam ! Clean residual mean=-0.000007 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.17639 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.000469886 Jy ! Component: 100 - total flux cleaned = 0.000775112 Jy ! Component: 150 - total flux cleaned = 0.000981783 Jy ! Component: 200 - total flux cleaned = 0.00118025 Jy ! Total flux subtracted in 200 components = 0.00118025 Jy ! Clean residual min=-0.001705 max=0.001424 Jy/beam ! Clean residual mean=-0.000006 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.17757 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 157 components and 0.17757 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.017 mas, bmaj=11.39 mas, bpa=16.06 degrees ! Estimated noise=522.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000267389 Jy ! Component: 100 - total flux cleaned = 0.000322313 Jy ! Component: 150 - total flux cleaned = 0.000298484 Jy ! Component: 200 - total flux cleaned = 0.000298868 Jy ! Total flux subtracted in 200 components = 0.000298868 Jy ! Clean residual min=-0.001454 max=0.001503 Jy/beam ! Clean residual mean=-0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.177869 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 177 components and 0.177869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078435Jy sigma=0.000774 ! Fit after self-cal, rms=0.078431Jy sigma=0.000774 wmodel J2039-1046_S_2014_08_09_pus_map.mod ! Writing 177 model components to file: J2039-1046_S_2014_08_09_pus_map.mod wobs J2039-1046_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J2039-1046_S_2014_08_09_pus_uvs.fits wwins J2039-1046_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J2039-1046_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 = -6.98469e-05 Jy ! Component: 100 - total flux cleaned = -0.000239826 Jy ! Component: 150 - total flux cleaned = -0.000444166 Jy ! Component: 200 - total flux cleaned = -0.000596585 Jy ! Component: 250 - total flux cleaned = -0.000659449 Jy ! Component: 300 - total flux cleaned = -0.000781517 Jy ! Component: 350 - total flux cleaned = -0.000939676 Jy ! Component: 400 - total flux cleaned = -0.00101631 Jy ! Component: 450 - total flux cleaned = -0.00116595 Jy ! Component: 500 - total flux cleaned = -0.0012391 Jy ! Component: 550 - total flux cleaned = -0.00134666 Jy ! Component: 600 - total flux cleaned = -0.00139939 Jy ! Component: 650 - total flux cleaned = -0.0015026 Jy ! Component: 700 - total flux cleaned = -0.00165376 Jy ! Component: 750 - total flux cleaned = -0.00168649 Jy ! Component: 800 - total flux cleaned = -0.00175154 Jy ! Component: 850 - total flux cleaned = -0.00186314 Jy ! Component: 900 - total flux cleaned = -0.00195684 Jy ! Component: 950 - total flux cleaned = -0.00204856 Jy ! Component: 1000 - total flux cleaned = -0.00204842 Jy ! Component: 1050 - total flux cleaned = -0.00210769 Jy ! Component: 1100 - total flux cleaned = -0.00218074 Jy ! Component: 1150 - total flux cleaned = -0.0021665 Jy ! Component: 1200 - total flux cleaned = -0.00227981 Jy ! Component: 1250 - total flux cleaned = -0.0023494 Jy ! Component: 1300 - total flux cleaned = -0.00234934 Jy ! Component: 1350 - total flux cleaned = -0.00239033 Jy ! Component: 1400 - total flux cleaned = -0.00244388 Jy ! Component: 1450 - total flux cleaned = -0.00243106 Jy ! Component: 1500 - total flux cleaned = -0.00249603 Jy ! Component: 1550 - total flux cleaned = -0.00253439 Jy ! Component: 1600 - total flux cleaned = -0.00257204 Jy ! Component: 1650 - total flux cleaned = -0.00257197 Jy ! Component: 1700 - total flux cleaned = -0.002572 Jy ! Component: 1750 - total flux cleaned = -0.00259637 Jy ! Component: 1800 - total flux cleaned = -0.00262039 Jy ! Component: 1850 - total flux cleaned = -0.00264424 Jy ! Component: 1900 - total flux cleaned = -0.00264435 Jy ! Component: 1950 - total flux cleaned = -0.00266769 Jy ! Component: 2000 - total flux cleaned = -0.00267925 Jy ! Component: 2050 - total flux cleaned = -0.00269058 Jy ! Component: 2100 - total flux cleaned = -0.00270192 Jy ! Component: 2150 - total flux cleaned = -0.002713 Jy ! Component: 2200 - total flux cleaned = -0.00267962 Jy ! Component: 2250 - total flux cleaned = -0.00267954 Jy ! Component: 2300 - total flux cleaned = -0.00266859 Jy ! Component: 2350 - total flux cleaned = -0.00269018 Jy ! Component: 2400 - total flux cleaned = -0.00269021 Jy ! Component: 2450 - total flux cleaned = -0.0027432 Jy ! Component: 2500 - total flux cleaned = -0.00277469 Jy ! Component: 2550 - total flux cleaned = -0.00278505 Jy ! Component: 2600 - total flux cleaned = -0.00280579 Jy ! Component: 2650 - total flux cleaned = -0.00284681 Jy ! Component: 2700 - total flux cleaned = -0.00286702 Jy ! Component: 2750 - total flux cleaned = -0.00289726 Jy ! Component: 2800 - total flux cleaned = -0.00288728 Jy ! Component: 2850 - total flux cleaned = -0.00292683 Jy ! Component: 2900 - total flux cleaned = -0.00292676 Jy ! Component: 2950 - total flux cleaned = -0.00290722 Jy ! Component: 3000 - total flux cleaned = -0.00290725 Jy ! Component: 3050 - total flux cleaned = -0.00290732 Jy ! Component: 3100 - total flux cleaned = -0.00293587 Jy ! Component: 3150 - total flux cleaned = -0.0029736 Jy ! Component: 3200 - total flux cleaned = -0.00295481 Jy ! Component: 3250 - total flux cleaned = -0.0030015 Jy ! Component: 3300 - total flux cleaned = -0.00299221 Jy ! Component: 3350 - total flux cleaned = -0.00300138 Jy ! Component: 3400 - total flux cleaned = -0.00301961 Jy ! Component: 3450 - total flux cleaned = -0.00303778 Jy ! Component: 3500 - total flux cleaned = -0.00310078 Jy ! Component: 3550 - total flux cleaned = -0.00310966 Jy ! Component: 3600 - total flux cleaned = -0.00317183 Jy ! Component: 3650 - total flux cleaned = -0.00317184 Jy ! Component: 3700 - total flux cleaned = -0.00318946 Jy ! Component: 3750 - total flux cleaned = -0.00323293 Jy ! Component: 3800 - total flux cleaned = -0.00324142 Jy ! Component: 3850 - total flux cleaned = -0.00322427 Jy ! Component: 3900 - total flux cleaned = -0.00326694 Jy ! Component: 3950 - total flux cleaned = -0.00325849 Jy ! Component: 4000 - total flux cleaned = -0.00328377 Jy ! Component: 4050 - total flux cleaned = -0.00330043 Jy ! Total flux subtracted in 4096 components = -0.00333364 Jy ! Clean residual min=-0.000451 max=0.000650 Jy/beam ! Clean residual mean=-0.000001 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.174536 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 485 components and 0.174536 Jy ![Exited script file: muppet] wmap "J2039-1046_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.017 x 11.39 at 16.06 degrees (North through East) ! Clean map min=-0.0011451 max=0.15245 Jy/beam ! Writing clean map to FITS file: J2039-1046_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.152453 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160539 device "J2039-1046_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2039-1046_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.315912 0.315912 0.631824 1.26365 2.5273 5.05459 10.1092 20.2184 40.4368 80.8735 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.152 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.017 x 11.39 at 16.06 degrees (North through East) ! Clean map min=-0.0011451 max=0.15245 Jy/beam quit ! Quitting program ! Log file J2039-1046_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:16:05 2016