! Started logfile: J0048+0640_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:50:13 2016 obs J0048+0640_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0048+0640_S_2014_08_09_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.779259 visibilities/baseline/integration-bin. ! Found source: J0048+0640 ! ! 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 14728 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 J0048+0640_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 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.810843Jy sigma=0.009240 ! Fit after self-cal, rms=0.787530Jy sigma=0.008993 ! 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.626 mas, bmaj=8.603 mas, bpa=18.33 degrees ! Estimated noise=696.757 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.160828 Jy ! Component: 100 - total flux cleaned = 0.203433 Jy ! Total flux subtracted in 100 components = 0.203433 Jy ! Clean residual min=-0.006976 max=0.018281 Jy/beam ! Clean residual mean=0.000009 rms=0.002106 Jy/beam ! Combined flux in latest and established models = 0.203433 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.203433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084578Jy sigma=0.000887 ! Fit after self-cal, rms=0.084563Jy sigma=0.000887 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0197051 Jy ! Component: 100 - total flux cleaned = 0.02942 Jy ! Total flux subtracted in 100 components = 0.02942 Jy ! Clean residual min=-0.004740 max=0.005439 Jy/beam ! Clean residual mean=0.000003 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.232853 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.232853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079014Jy sigma=0.000830 ! Fit after self-cal, rms=0.079000Jy sigma=0.000830 ! 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.343 mas, bmaj=9.551 mas, bpa=17.09 degrees ! Estimated noise=520.174 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.00678696 Jy ! Component: 100 - total flux cleaned = 0.0102689 Jy ! Component: 150 - total flux cleaned = 0.0122778 Jy ! Component: 200 - total flux cleaned = 0.0134593 Jy ! Total flux subtracted in 200 components = 0.0134593 Jy ! Clean residual min=-0.003197 max=0.003120 Jy/beam ! Clean residual mean=-0.000005 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.246313 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.246313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078189Jy sigma=0.000826 ! Fit after self-cal, rms=0.078192Jy sigma=0.000826 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 HN 0.95 KP 1.07 ! LA 1.12 MK 1.00* NL 0.96 OV 0.98 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 1.02 KP 1.03 ! LA 1.09 MK 1.00* NL 0.97 OV 1.02 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.18 HN 1.05 KP 0.92 ! LA 0.84 MK 1.00* NL 0.98 OV 0.96 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.02 HN 1.04 KP 0.87 ! LA 0.83 MK 1.00* NL 1.07 OV 1.00 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.078192Jy sigma=0.000826 ! Fit after self-cal, rms=0.073074Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.342 mas, bmaj=9.564 mas, bpa=17.09 degrees ! Estimated noise=520.983 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.000569403 Jy ! Component: 100 - total flux cleaned = -0.000658208 Jy ! Component: 150 - total flux cleaned = -0.000676855 Jy ! Component: 200 - total flux cleaned = -0.000711415 Jy ! Total flux subtracted in 200 components = -0.000711415 Jy ! Clean residual min=-0.001810 max=0.002350 Jy/beam ! Clean residual mean=-0.000006 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.245601 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.245601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073059Jy sigma=0.000787 ! Fit after self-cal, rms=0.073039Jy sigma=0.000786 ! 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.073039Jy sigma=0.000786 ! Fit after self-cal, rms=0.072808Jy sigma=0.000784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.347 mas, bmaj=9.577 mas, bpa=17.13 degrees ! Estimated noise=521.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000426262 Jy ! Component: 100 - total flux cleaned = -0.00050809 Jy ! Component: 150 - total flux cleaned = -0.000545413 Jy ! Component: 200 - total flux cleaned = -0.000568078 Jy ! Total flux subtracted in 200 components = -0.000568078 Jy ! Clean residual min=-0.001736 max=0.002116 Jy/beam ! Clean residual mean=-0.000002 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.245033 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.245033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072803Jy sigma=0.000784 ! Fit after self-cal, rms=0.072801Jy sigma=0.000784 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 (35, -91.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172288 Jy ! Component: 100 - total flux cleaned = 0.00177311 Jy ! Component: 150 - total flux cleaned = 0.00181247 Jy ! Component: 200 - total flux cleaned = 0.00177943 Jy ! Total flux subtracted in 200 components = 0.00177943 Jy ! Clean residual min=-0.001494 max=0.001593 Jy/beam ! Clean residual mean=-0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.246813 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.246813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072732Jy sigma=0.000784 ! Fit after self-cal, rms=0.072727Jy sigma=0.000784 ! Inverting map ! Added new window around map position (8.5, -77.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000600201 Jy ! Component: 100 - total flux cleaned = 0.000595231 Jy ! Component: 150 - total flux cleaned = 0.00060019 Jy ! Component: 200 - total flux cleaned = 0.00054972 Jy ! Total flux subtracted in 200 components = 0.00054972 Jy ! Clean residual min=-0.001412 max=0.001435 Jy/beam ! Clean residual mean=-0.000002 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.247362 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.247362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072686Jy sigma=0.000783 ! Fit after self-cal, rms=0.072685Jy sigma=0.000783 ! 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.072685Jy sigma=0.000783 ! Fit after self-cal, rms=0.072660Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.349 mas, bmaj=9.576 mas, bpa=17.12 degrees ! Estimated noise=520.536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000353121 Jy ! Component: 100 - total flux cleaned = 0.000332111 Jy ! Component: 150 - total flux cleaned = 0.000311557 Jy ! Component: 200 - total flux cleaned = 0.000293187 Jy ! Total flux subtracted in 200 components = 0.000293187 Jy ! Clean residual min=-0.001362 max=0.001439 Jy/beam ! Clean residual mean=-0.000002 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.247656 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.247656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072644Jy sigma=0.000783 ! Fit after self-cal, rms=0.072645Jy sigma=0.000783 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 = 4.16965e-05 Jy ! Component: 100 - total flux cleaned = -1.06742e-05 Jy ! Component: 150 - total flux cleaned = -6.04384e-05 Jy ! Component: 200 - total flux cleaned = -9.214e-05 Jy ! Total flux subtracted in 200 components = -9.214e-05 Jy ! Clean residual min=-0.001345 max=0.001423 Jy/beam ! Clean residual mean=-0.000002 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.247563 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 113 components and 0.247563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072637Jy sigma=0.000783 ! Fit after self-cal, rms=0.072637Jy sigma=0.000783 ! 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.072637Jy sigma=0.000783 ! Fit after self-cal, rms=0.072642Jy sigma=0.000783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.006 mas, bmaj=11.57 mas, bpa=4.676 degrees ! Estimated noise=593.504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00038507 Jy ! Component: 100 - total flux cleaned = -0.000402657 Jy ! Component: 150 - total flux cleaned = -0.000388824 Jy ! Component: 200 - total flux cleaned = -0.000363155 Jy ! Total flux subtracted in 200 components = -0.000363155 Jy ! Clean residual min=-0.001282 max=0.001365 Jy/beam ! Clean residual mean=-0.000003 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.2472 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 139 components and 0.2472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072640Jy sigma=0.000783 ! Fit after self-cal, rms=0.072641Jy sigma=0.000783 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.000111498 Jy ! Component: 100 - total flux cleaned = -0.000100609 Jy ! Component: 150 - total flux cleaned = -8.0211e-05 Jy ! Component: 200 - total flux cleaned = -7.06956e-05 Jy ! Total flux subtracted in 200 components = -7.06956e-05 Jy ! Clean residual min=-0.001259 max=0.001324 Jy/beam ! Clean residual mean=-0.000003 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.24713 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 149 components and 0.24713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072640Jy sigma=0.000783 ! Fit after self-cal, rms=0.072640Jy sigma=0.000783 ! 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.35 mas, bmaj=9.575 mas, bpa=17.11 degrees ! Estimated noise=520.512 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.35 x 9.575 at 17.11 degrees (North through East) ! Clean map min=-0.0013147 max=0.21248 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.623 mas, bmaj=8.634 mas, bpa=18.43 degrees ! Estimated noise=700.996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.161728 Jy ! Component: 100 - total flux cleaned = 0.204343 Jy ! Component: 150 - total flux cleaned = 0.224054 Jy ! Component: 200 - total flux cleaned = 0.233772 Jy ! Total flux subtracted in 200 components = 0.233772 Jy ! Clean residual min=-0.003154 max=0.004510 Jy/beam ! Clean residual mean=0.000001 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.233772 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.233772 Jy ! Inverting map and beam ! Estimated beam: bmin=4.35 mas, bmaj=9.575 mas, bpa=17.11 degrees ! Estimated noise=520.512 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.00557098 Jy ! Component: 100 - total flux cleaned = 0.00866044 Jy ! Component: 150 - total flux cleaned = 0.0108855 Jy ! Component: 200 - total flux cleaned = 0.0121493 Jy ! Total flux subtracted in 200 components = 0.0121493 Jy ! Clean residual min=-0.001606 max=0.001740 Jy/beam ! Clean residual mean=-0.000002 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.245922 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 43 components and 0.245922 Jy ! Inverting map ! Added new window around map position (66.5, 30). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121377 Jy ! Component: 100 - total flux cleaned = 0.00180229 Jy ! Component: 150 - total flux cleaned = 0.00222973 Jy ! Component: 200 - total flux cleaned = 0.00240492 Jy ! Total flux subtracted in 200 components = 0.00240492 Jy ! Clean residual min=-0.001419 max=0.001505 Jy/beam ! Clean residual mean=-0.000002 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.248327 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 68 components and 0.248327 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.006 mas, bmaj=11.57 mas, bpa=4.676 degrees ! Estimated noise=593.504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.41529e-05 Jy ! Component: 100 - total flux cleaned = -4.84114e-05 Jy ! Component: 150 - total flux cleaned = 5.10005e-05 Jy ! Component: 200 - total flux cleaned = 0.000184643 Jy ! Total flux subtracted in 200 components = 0.000184643 Jy ! Clean residual min=-0.001272 max=0.001306 Jy/beam ! Clean residual mean=-0.000003 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.248511 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.000100299 Jy ! Component: 100 - total flux cleaned = 0.000193777 Jy ! Component: 150 - total flux cleaned = 0.000245445 Jy ! Component: 200 - total flux cleaned = 0.000310782 Jy ! Total flux subtracted in 200 components = 0.000310782 Jy ! Clean residual min=-0.001255 max=0.001252 Jy/beam ! Clean residual mean=-0.000003 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.248822 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 115 components and 0.248822 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.35 mas, bmaj=9.575 mas, bpa=17.11 degrees ! Estimated noise=520.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000115672 Jy ! Component: 100 - total flux cleaned = -0.000116591 Jy ! Component: 150 - total flux cleaned = -5.98509e-05 Jy ! Component: 200 - total flux cleaned = -3.4036e-05 Jy ! Total flux subtracted in 200 components = -3.4036e-05 Jy ! Clean residual min=-0.001348 max=0.001505 Jy/beam ! Clean residual mean=-0.000002 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.248788 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 131 components and 0.248788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072645Jy sigma=0.000783 ! Fit after self-cal, rms=0.072644Jy sigma=0.000783 wmodel J0048+0640_S_2014_08_09_pus_map.mod ! Writing 131 model components to file: J0048+0640_S_2014_08_09_pus_map.mod wobs J0048+0640_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0048+0640_S_2014_08_09_pus_uvs.fits wwins J0048+0640_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J0048+0640_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.000403435 Jy ! Component: 100 - total flux cleaned = 0.000591477 Jy ! Component: 150 - total flux cleaned = 0.000702447 Jy ! Component: 200 - total flux cleaned = 0.000660128 Jy ! Component: 250 - total flux cleaned = 0.000659888 Jy ! Component: 300 - total flux cleaned = 0.00069876 Jy ! Component: 350 - total flux cleaned = 0.000717677 Jy ! Component: 400 - total flux cleaned = 0.000754779 Jy ! Component: 450 - total flux cleaned = 0.000736567 Jy ! Component: 500 - total flux cleaned = 0.000808119 Jy ! Component: 550 - total flux cleaned = 0.000772814 Jy ! Component: 600 - total flux cleaned = 0.000704223 Jy ! Component: 650 - total flux cleaned = 0.000637018 Jy ! Component: 700 - total flux cleaned = 0.000554587 Jy ! Component: 750 - total flux cleaned = 0.000489923 Jy ! Component: 800 - total flux cleaned = 0.000378729 Jy ! Component: 850 - total flux cleaned = 0.000347899 Jy ! Component: 900 - total flux cleaned = 0.000317231 Jy ! Component: 950 - total flux cleaned = 0.000286563 Jy ! Component: 1000 - total flux cleaned = 0.000211972 Jy ! Component: 1050 - total flux cleaned = 0.000212 Jy ! Component: 1100 - total flux cleaned = 0.000182951 Jy ! Component: 1150 - total flux cleaned = 0.000168551 Jy ! Component: 1200 - total flux cleaned = 0.000168781 Jy ! Component: 1250 - total flux cleaned = 0.000182561 Jy ! Component: 1300 - total flux cleaned = 0.000168737 Jy ! Component: 1350 - total flux cleaned = 0.000168844 Jy ! Component: 1400 - total flux cleaned = 0.000195812 Jy ! Component: 1450 - total flux cleaned = 0.000208913 Jy ! Component: 1500 - total flux cleaned = 0.00020877 Jy ! Component: 1550 - total flux cleaned = 0.000247721 Jy ! Component: 1600 - total flux cleaned = 0.00022189 Jy ! Component: 1650 - total flux cleaned = 0.000259818 Jy ! Component: 1700 - total flux cleaned = 0.000209566 Jy ! Component: 1750 - total flux cleaned = 0.000184796 Jy ! Component: 1800 - total flux cleaned = 0.000148085 Jy ! Component: 1850 - total flux cleaned = 0.000160328 Jy ! Component: 1900 - total flux cleaned = 0.000184396 Jy ! Component: 1950 - total flux cleaned = 0.00018441 Jy ! Component: 2000 - total flux cleaned = 0.00021981 Jy ! Component: 2050 - total flux cleaned = 0.000231313 Jy ! Component: 2100 - total flux cleaned = 0.00024278 Jy ! Component: 2150 - total flux cleaned = 0.000242754 Jy ! Component: 2200 - total flux cleaned = 0.000288231 Jy ! Component: 2250 - total flux cleaned = 0.000299381 Jy ! Component: 2300 - total flux cleaned = 0.000254703 Jy ! Component: 2350 - total flux cleaned = 0.00027672 Jy ! Component: 2400 - total flux cleaned = 0.00027669 Jy ! Component: 2450 - total flux cleaned = 0.000287421 Jy ! Component: 2500 - total flux cleaned = 0.00024422 Jy ! Component: 2550 - total flux cleaned = 0.000244214 Jy ! Component: 2600 - total flux cleaned = 0.000223029 Jy ! Component: 2650 - total flux cleaned = 0.000222951 Jy ! Component: 2700 - total flux cleaned = 0.00018118 Jy ! Component: 2750 - total flux cleaned = 0.00017091 Jy ! Component: 2800 - total flux cleaned = 0.000150445 Jy ! Component: 2850 - total flux cleaned = 0.000150373 Jy ! Component: 2900 - total flux cleaned = 0.000140367 Jy ! Component: 2950 - total flux cleaned = 0.000110321 Jy ! Component: 3000 - total flux cleaned = 0.000110271 Jy ! Component: 3050 - total flux cleaned = 7.06084e-05 Jy ! Component: 3100 - total flux cleaned = 9.02184e-05 Jy ! Component: 3150 - total flux cleaned = 6.09679e-05 Jy ! Component: 3200 - total flux cleaned = 5.12939e-05 Jy ! Component: 3250 - total flux cleaned = 6.08783e-05 Jy ! Component: 3300 - total flux cleaned = 3.2081e-05 Jy ! Component: 3350 - total flux cleaned = 1.30912e-05 Jy ! Component: 3400 - total flux cleaned = 3.63236e-06 Jy ! Component: 3450 - total flux cleaned = -1.51198e-05 Jy ! Component: 3500 - total flux cleaned = -3.38245e-05 Jy ! Component: 3550 - total flux cleaned = -6.15594e-05 Jy ! Component: 3600 - total flux cleaned = -4.31734e-05 Jy ! Component: 3650 - total flux cleaned = -8.885e-05 Jy ! Component: 3700 - total flux cleaned = -9.7835e-05 Jy ! Component: 3750 - total flux cleaned = -7.96931e-05 Jy ! Component: 3800 - total flux cleaned = -0.000115637 Jy ! Component: 3850 - total flux cleaned = -0.000106633 Jy ! Component: 3900 - total flux cleaned = -0.000150974 Jy ! Component: 3950 - total flux cleaned = -0.0001863 Jy ! Component: 4000 - total flux cleaned = -0.000203844 Jy ! Component: 4050 - total flux cleaned = -0.000230027 Jy ! Total flux subtracted in 4096 components = -0.00023871 Jy ! Clean residual min=-0.000612 max=0.000499 Jy/beam ! Clean residual mean=-0.000001 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.248549 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 415 components and 0.248549 Jy ![Exited script file: muppet] wmap "J0048+0640_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.35 x 9.575 at 17.11 degrees (North through East) ! Clean map min=-0.0011872 max=0.21249 Jy/beam ! Writing clean map to FITS file: J0048+0640_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.212486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163167 device "J0048+0640_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0048+0640_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.230369 0.230369 0.460738 0.921476 1.84295 3.6859 7.3718 14.7436 29.4872 58.9744 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.212 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.35 x 9.575 at 17.11 degrees (North through East) ! Clean map min=-0.0011872 max=0.21249 Jy/beam quit ! Quitting program ! Log file J0048+0640_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:50:19 2016