! Started logfile: J1723+6547_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:33:14 2016 obs J1723+6547_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1723+6547_S_2014_08_05_pus_uva.fits ! AN table 1: 101 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.686029 visibilities/baseline/integration-bin. ! Found source: J1723+6547 ! ! 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 12472 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 J1723+6547_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 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.829192Jy sigma=0.009110 ! Fit after self-cal, rms=0.806983Jy sigma=0.008895 ! 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.767 mas, bmaj=6.423 mas, bpa=70.38 degrees ! Estimated noise=912.745 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.147472 Jy ! Component: 100 - total flux cleaned = 0.180054 Jy ! Total flux subtracted in 100 components = 0.180054 Jy ! Clean residual min=-0.005648 max=0.010838 Jy/beam ! Clean residual mean=-0.000014 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 0.180054 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.180054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081407Jy sigma=0.000827 ! Fit after self-cal, rms=0.081404Jy sigma=0.000827 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120209 Jy ! Component: 100 - total flux cleaned = 0.018302 Jy ! Total flux subtracted in 100 components = 0.018302 Jy ! Clean residual min=-0.004797 max=0.004240 Jy/beam ! Clean residual mean=-0.000001 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.198356 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.198356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078605Jy sigma=0.000799 ! Fit after self-cal, rms=0.078612Jy sigma=0.000798 ! 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.704 mas, bmaj=7.607 mas, bpa=67.55 degrees ! Estimated noise=584.314 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.00604706 Jy ! Component: 100 - total flux cleaned = 0.00893909 Jy ! Component: 150 - total flux cleaned = 0.0106701 Jy ! Component: 200 - total flux cleaned = 0.0117624 Jy ! Total flux subtracted in 200 components = 0.0117624 Jy ! Clean residual min=-0.004096 max=0.003059 Jy/beam ! Clean residual mean=0.000030 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.210118 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 41 components and 0.210118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078028Jy sigma=0.000795 ! Fit after self-cal, rms=0.078032Jy sigma=0.000795 ! 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.97 FD 0.91 HN 0.96 KP 1.05 ! LA 1.13 MK 1.00* NL 0.98 OV 0.96 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.02 KP 1.01 ! LA 1.05 MK 1.00* NL 1.02 OV 1.02 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.20 HN 1.03 KP 0.91 ! LA 0.83 MK 1.00* NL 0.98 OV 0.95 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.00 KP 0.88 ! LA 0.80 MK 1.00* NL 1.08 OV 0.99 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.078032Jy sigma=0.000795 ! Fit after self-cal, rms=0.073577Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.713 mas, bmaj=7.619 mas, bpa=67.57 degrees ! Estimated noise=583.972 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.000893156 Jy ! Component: 100 - total flux cleaned = -0.00116754 Jy ! Component: 150 - total flux cleaned = -0.00116824 Jy ! Component: 200 - total flux cleaned = -0.00116799 Jy ! Total flux subtracted in 200 components = -0.00116799 Jy ! Clean residual min=-0.001995 max=0.002193 Jy/beam ! Clean residual mean=0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.20895 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.20895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073567Jy sigma=0.000764 ! Fit after self-cal, rms=0.073561Jy sigma=0.000764 ! 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.073561Jy sigma=0.000764 ! Fit after self-cal, rms=0.073670Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.713 mas, bmaj=7.632 mas, bpa=67.25 degrees ! Estimated noise=583.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000638175 Jy ! Component: 100 - total flux cleaned = -0.000741684 Jy ! Component: 150 - total flux cleaned = -0.000807677 Jy ! Component: 200 - total flux cleaned = -0.000850884 Jy ! Total flux subtracted in 200 components = -0.000850884 Jy ! Clean residual min=-0.001782 max=0.001895 Jy/beam ! Clean residual mean=-0.000002 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.208099 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.208099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073661Jy sigma=0.000763 ! Fit after self-cal, rms=0.073668Jy sigma=0.000763 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 = -2.06811e-05 Jy ! Component: 100 - total flux cleaned = -2.60268e-06 Jy ! Component: 150 - total flux cleaned = 1.33664e-05 Jy ! Component: 200 - total flux cleaned = 2.06711e-05 Jy ! Total flux subtracted in 200 components = 2.06711e-05 Jy ! Clean residual min=-0.001783 max=0.001891 Jy/beam ! Clean residual mean=-0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.20812 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.20812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073666Jy sigma=0.000763 ! Fit after self-cal, rms=0.073666Jy sigma=0.000763 ! 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.073666Jy sigma=0.000763 ! Fit after self-cal, rms=0.073719Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.715 mas, bmaj=7.641 mas, bpa=67.11 degrees ! Estimated noise=583.499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000393508 Jy ! Component: 100 - total flux cleaned = -0.000456615 Jy ! Component: 150 - total flux cleaned = -0.000507763 Jy ! Component: 200 - total flux cleaned = -0.000516538 Jy ! Total flux subtracted in 200 components = -0.000516538 Jy ! Clean residual min=-0.001780 max=0.001868 Jy/beam ! Clean residual mean=-0.000002 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.207604 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.207604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073715Jy sigma=0.000763 ! Fit after self-cal, rms=0.073717Jy sigma=0.000763 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.49216e-06 Jy ! Component: 100 - total flux cleaned = -4.65572e-06 Jy ! Component: 150 - total flux cleaned = 1.89617e-06 Jy ! Component: 200 - total flux cleaned = 1.45435e-05 Jy ! Total flux subtracted in 200 components = 1.45435e-05 Jy ! Clean residual min=-0.001782 max=0.001865 Jy/beam ! Clean residual mean=-0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.207618 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 65 components and 0.207618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073716Jy sigma=0.000763 ! Fit after self-cal, rms=0.073716Jy sigma=0.000763 ! 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.073716Jy sigma=0.000763 ! Fit after self-cal, rms=0.073749Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.449 mas, bmaj=10.69 mas, bpa=68.2 degrees ! Estimated noise=667.136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.1846e-05 Jy ! Component: 100 - total flux cleaned = 1.32026e-05 Jy ! Component: 150 - total flux cleaned = 5.86857e-06 Jy ! Component: 200 - total flux cleaned = 4.97475e-06 Jy ! Total flux subtracted in 200 components = 4.97475e-06 Jy ! Clean residual min=-0.001974 max=0.001888 Jy/beam ! Clean residual mean=0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.207623 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.207623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073749Jy sigma=0.000763 ! Fit after self-cal, rms=0.073749Jy sigma=0.000763 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 = 2.15753e-05 Jy ! Component: 100 - total flux cleaned = 7.15526e-06 Jy ! Component: 150 - total flux cleaned = 3.38507e-06 Jy ! Component: 200 - total flux cleaned = -3.81391e-07 Jy ! Total flux subtracted in 200 components = -3.81391e-07 Jy ! Clean residual min=-0.001975 max=0.001870 Jy/beam ! Clean residual mean=0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.207623 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.207623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073750Jy sigma=0.000763 ! Fit after self-cal, rms=0.073750Jy sigma=0.000763 ! 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.716 mas, bmaj=7.648 mas, bpa=67.01 degrees ! Estimated noise=583.37 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.716 x 7.648 at 67.01 degrees (North through East) ! Clean map min=-0.0017439 max=0.19369 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.762 mas, bmaj=6.454 mas, bpa=69.89 degrees ! Estimated noise=915.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.14789 Jy ! Component: 100 - total flux cleaned = 0.180783 Jy ! Component: 150 - total flux cleaned = 0.192721 Jy ! Component: 200 - total flux cleaned = 0.19889 Jy ! Total flux subtracted in 200 components = 0.19889 Jy ! Clean residual min=-0.002983 max=0.002921 Jy/beam ! Clean residual mean=-0.000009 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.19889 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.19889 Jy ! Inverting map and beam ! Estimated beam: bmin=4.716 mas, bmaj=7.648 mas, bpa=67.01 degrees ! Estimated noise=583.37 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.00455191 Jy ! Component: 100 - total flux cleaned = 0.00650516 Jy ! Component: 150 - total flux cleaned = 0.00703674 Jy ! Component: 200 - total flux cleaned = 0.0072465 Jy ! Total flux subtracted in 200 components = 0.0072465 Jy ! Clean residual min=-0.001821 max=0.001887 Jy/beam ! Clean residual mean=-0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.206137 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.206137 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.449 mas, bmaj=10.69 mas, bpa=68.2 degrees ! Estimated noise=667.136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000789367 Jy ! Component: 100 - total flux cleaned = 0.00112415 Jy ! Component: 150 - total flux cleaned = 0.00116671 Jy ! Component: 200 - total flux cleaned = 0.00118843 Jy ! Total flux subtracted in 200 components = 0.00118843 Jy ! Clean residual min=-0.001968 max=0.001824 Jy/beam ! Clean residual mean=-0.000000 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.207325 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.95564e-05 Jy ! Component: 100 - total flux cleaned = 3.73663e-05 Jy ! Component: 150 - total flux cleaned = 5.31644e-05 Jy ! Component: 200 - total flux cleaned = 5.81386e-05 Jy ! Total flux subtracted in 200 components = 5.81386e-05 Jy ! Clean residual min=-0.001974 max=0.001819 Jy/beam ! Clean residual mean=-0.000000 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.207383 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.207383 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.716 mas, bmaj=7.648 mas, bpa=67.01 degrees ! Estimated noise=583.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000301987 Jy ! Component: 100 - total flux cleaned = -0.000301798 Jy ! Component: 150 - total flux cleaned = -0.000333432 Jy ! Component: 200 - total flux cleaned = -0.00036178 Jy ! Total flux subtracted in 200 components = -0.00036178 Jy ! Clean residual min=-0.001788 max=0.001818 Jy/beam ! Clean residual mean=-0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.207022 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.207022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073754Jy sigma=0.000763 ! Fit after self-cal, rms=0.073753Jy sigma=0.000763 wmodel J1723+6547_S_2014_08_05_pus_map.mod ! Writing 53 model components to file: J1723+6547_S_2014_08_05_pus_map.mod wobs J1723+6547_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1723+6547_S_2014_08_05_pus_uvs.fits wwins J1723+6547_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1723+6547_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.000232869 Jy ! Component: 100 - total flux cleaned = 0.000319816 Jy ! Component: 150 - total flux cleaned = 0.000184759 Jy ! Component: 200 - total flux cleaned = -2.11668e-05 Jy ! Component: 250 - total flux cleaned = -4.57902e-05 Jy ! Component: 300 - total flux cleaned = -0.000141667 Jy ! Component: 350 - total flux cleaned = -0.000187817 Jy ! Component: 400 - total flux cleaned = -0.000210362 Jy ! Component: 450 - total flux cleaned = -0.000254502 Jy ! Component: 500 - total flux cleaned = -0.000319125 Jy ! Component: 550 - total flux cleaned = -0.000402461 Jy ! Component: 600 - total flux cleaned = -0.000402219 Jy ! Component: 650 - total flux cleaned = -0.000462083 Jy ! Component: 700 - total flux cleaned = -0.000422607 Jy ! Component: 750 - total flux cleaned = -0.000460776 Jy ! Component: 800 - total flux cleaned = -0.000498522 Jy ! Component: 850 - total flux cleaned = -0.000498495 Jy ! Component: 900 - total flux cleaned = -0.000535052 Jy ! Component: 950 - total flux cleaned = -0.000588299 Jy ! Component: 1000 - total flux cleaned = -0.000535503 Jy ! Component: 1050 - total flux cleaned = -0.0005531 Jy ! Component: 1100 - total flux cleaned = -0.000553191 Jy ! Component: 1150 - total flux cleaned = -0.000553299 Jy ! Component: 1200 - total flux cleaned = -0.000520881 Jy ! Component: 1250 - total flux cleaned = -0.000553298 Jy ! Component: 1300 - total flux cleaned = -0.000521527 Jy ! Component: 1350 - total flux cleaned = -0.000537385 Jy ! Component: 1400 - total flux cleaned = -0.000506401 Jy ! Component: 1450 - total flux cleaned = -0.000506542 Jy ! Component: 1500 - total flux cleaned = -0.000491573 Jy ! Component: 1550 - total flux cleaned = -0.000476771 Jy ! Component: 1600 - total flux cleaned = -0.000447636 Jy ! Component: 1650 - total flux cleaned = -0.000462192 Jy ! Component: 1700 - total flux cleaned = -0.000462275 Jy ! Component: 1750 - total flux cleaned = -0.000448265 Jy ! Component: 1800 - total flux cleaned = -0.000462206 Jy ! Component: 1850 - total flux cleaned = -0.00046232 Jy ! Component: 1900 - total flux cleaned = -0.000448944 Jy ! Component: 1950 - total flux cleaned = -0.00044898 Jy ! Component: 2000 - total flux cleaned = -0.000461999 Jy ! Component: 2050 - total flux cleaned = -0.000384469 Jy ! Component: 2100 - total flux cleaned = -0.000435594 Jy ! Component: 2150 - total flux cleaned = -0.000422935 Jy ! Component: 2200 - total flux cleaned = -0.000385599 Jy ! Component: 2250 - total flux cleaned = -0.000360994 Jy ! Component: 2300 - total flux cleaned = -0.000361006 Jy ! Component: 2350 - total flux cleaned = -0.000361109 Jy ! Component: 2400 - total flux cleaned = -0.000432614 Jy ! Component: 2450 - total flux cleaned = -0.00038528 Jy ! Component: 2500 - total flux cleaned = -0.000420383 Jy ! Component: 2550 - total flux cleaned = -0.00043191 Jy ! Component: 2600 - total flux cleaned = -0.000443361 Jy ! Component: 2650 - total flux cleaned = -0.000511496 Jy ! Component: 2700 - total flux cleaned = -0.000511495 Jy ! Component: 2750 - total flux cleaned = -0.000556055 Jy ! Component: 2800 - total flux cleaned = -0.000578204 Jy ! Component: 2850 - total flux cleaned = -0.000567192 Jy ! Component: 2900 - total flux cleaned = -0.000621517 Jy ! Component: 2950 - total flux cleaned = -0.000600082 Jy ! Component: 3000 - total flux cleaned = -0.000632079 Jy ! Component: 3050 - total flux cleaned = -0.000653193 Jy ! Component: 3100 - total flux cleaned = -0.000663659 Jy ! Component: 3150 - total flux cleaned = -0.000674004 Jy ! Component: 3200 - total flux cleaned = -0.000663781 Jy ! Component: 3250 - total flux cleaned = -0.000674061 Jy ! Component: 3300 - total flux cleaned = -0.00071459 Jy ! Component: 3350 - total flux cleaned = -0.00072456 Jy ! Component: 3400 - total flux cleaned = -0.000714666 Jy ! Component: 3450 - total flux cleaned = -0.000773824 Jy ! Component: 3500 - total flux cleaned = -0.000763983 Jy ! Component: 3550 - total flux cleaned = -0.000793116 Jy ! Component: 3600 - total flux cleaned = -0.000783521 Jy ! Component: 3650 - total flux cleaned = -0.000802674 Jy ! Component: 3700 - total flux cleaned = -0.00086894 Jy ! Component: 3750 - total flux cleaned = -0.00087823 Jy ! Component: 3800 - total flux cleaned = -0.000868926 Jy ! Component: 3850 - total flux cleaned = -0.000905808 Jy ! Component: 3900 - total flux cleaned = -0.000896727 Jy ! Component: 3950 - total flux cleaned = -0.000924024 Jy ! Component: 4000 - total flux cleaned = -0.000933135 Jy ! Component: 4050 - total flux cleaned = -0.000960121 Jy ! Total flux subtracted in 4096 components = -0.000978003 Jy ! Clean residual min=-0.000485 max=0.000485 Jy/beam ! Clean residual mean=0.000002 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.206044 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 361 components and 0.206044 Jy ![Exited script file: muppet] wmap "J1723+6547_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.716 x 7.648 at 67.01 degrees (North through East) ! Clean map min=-0.0015358 max=0.19403 Jy/beam ! Writing clean map to FITS file: J1723+6547_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.194026 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166465 device "J1723+6547_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1723+6547_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.257385 0.257385 0.51477 1.02954 2.05908 4.11816 8.23632 16.4726 32.9453 65.8906 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.194 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.716 x 7.648 at 67.01 degrees (North through East) ! Clean map min=-0.0015358 max=0.19403 Jy/beam quit ! Quitting program ! Log file J1723+6547_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:33:19 2016