! Started logfile: J1300+0828_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:28:00 2016 obs J1300+0828_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1300+0828_S_2014_08_05_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777295 visibilities/baseline/integration-bin. ! Found source: J1300+0828 ! ! 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 12872 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 J1300+0828_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.935716Jy sigma=0.010051 ! Fit after self-cal, rms=0.920389Jy sigma=0.009887 ! 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.597 mas, bmaj=8.828 mas, bpa=19.06 degrees ! Estimated noise=905.398 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.0616442 Jy ! Component: 100 - total flux cleaned = 0.0753228 Jy ! Total flux subtracted in 100 components = 0.0753228 Jy ! Clean residual min=-0.004189 max=0.007560 Jy/beam ! Clean residual mean=-0.000047 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.0753228 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0753228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081603Jy sigma=0.000793 ! Fit after self-cal, rms=0.081574Jy sigma=0.000793 ! Inverting map ! Added new window around map position (-1, -14). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00741102 Jy ! Component: 100 - total flux cleaned = 0.0122338 Jy ! Total flux subtracted in 100 components = 0.0122338 Jy ! Clean residual min=-0.003450 max=0.003561 Jy/beam ! Clean residual mean=-0.000030 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.0875567 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.0875567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080678Jy sigma=0.000783 ! Fit after self-cal, rms=0.080642Jy sigma=0.000783 ! 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.332 mas, bmaj=9.899 mas, bpa=18.17 degrees ! Estimated noise=609.621 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.00491094 Jy ! Component: 100 - total flux cleaned = 0.00784029 Jy ! Component: 150 - total flux cleaned = 0.00982274 Jy ! Component: 200 - total flux cleaned = 0.0112268 Jy ! Total flux subtracted in 200 components = 0.0112268 Jy ! Clean residual min=-0.002263 max=0.002248 Jy/beam ! Clean residual mean=-0.000014 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0987835 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 71 components and 0.0987835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080246Jy sigma=0.000780 ! Fit after self-cal, rms=0.080244Jy sigma=0.000779 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 0.98 KP 1.09 ! LA 1.16 MK 1.00* NL 0.95 OV 0.94 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.05 KP 1.08 ! LA 1.05 MK 1.00* NL 0.99 OV 0.99 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.29 HN 1.02 KP 0.92 ! LA 0.84 MK 1.00* NL 0.97 OV 0.92 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.94 HN 1.05 KP 0.89 ! LA 0.76 MK 1.00* NL 1.09 OV 1.00 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.080244Jy sigma=0.000779 ! Fit after self-cal, rms=0.077080Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.345 mas, bmaj=9.978 mas, bpa=18.19 degrees ! Estimated noise=605.615 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.00109831 Jy ! Component: 100 - total flux cleaned = 0.00135839 Jy ! Component: 150 - total flux cleaned = 0.00144456 Jy ! Component: 200 - total flux cleaned = 0.00144281 Jy ! Total flux subtracted in 200 components = 0.00144281 Jy ! Clean residual min=-0.001965 max=0.001798 Jy/beam ! Clean residual mean=-0.000010 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.100226 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 96 components and 0.100226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077058Jy sigma=0.000772 ! Fit after self-cal, rms=0.077042Jy sigma=0.000772 ! 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.077042Jy sigma=0.000772 ! Fit after self-cal, rms=0.076431Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.349 mas, bmaj=9.992 mas, bpa=18.2 degrees ! Estimated noise=604.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312837 Jy ! Component: 100 - total flux cleaned = 0.000398798 Jy ! Component: 150 - total flux cleaned = 0.000484506 Jy ! Component: 200 - total flux cleaned = 0.000557184 Jy ! Total flux subtracted in 200 components = 0.000557184 Jy ! Clean residual min=-0.001818 max=0.001709 Jy/beam ! Clean residual mean=-0.000010 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.100783 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 0.100783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076423Jy sigma=0.000771 ! Fit after self-cal, rms=0.076429Jy sigma=0.000771 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.000152134 Jy ! Component: 100 - total flux cleaned = 0.000186496 Jy ! Component: 150 - total flux cleaned = 0.000216928 Jy ! Component: 200 - total flux cleaned = 0.000244595 Jy ! Total flux subtracted in 200 components = 0.000244595 Jy ! Clean residual min=-0.001786 max=0.001670 Jy/beam ! Clean residual mean=-0.000009 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.101028 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 113 components and 0.101028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076426Jy sigma=0.000771 ! Fit after self-cal, rms=0.076426Jy sigma=0.000771 ! 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.076426Jy sigma=0.000771 ! Fit after self-cal, rms=0.076406Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.352 mas, bmaj=10 mas, bpa=18.23 degrees ! Estimated noise=604.775 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.71441e-05 Jy ! Component: 100 - total flux cleaned = 0.000110525 Jy ! Component: 150 - total flux cleaned = 0.000148542 Jy ! Component: 200 - total flux cleaned = 0.000182154 Jy ! Total flux subtracted in 200 components = 0.000182154 Jy ! Clean residual min=-0.001755 max=0.001658 Jy/beam ! Clean residual mean=-0.000009 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.10121 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 117 components and 0.10121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076403Jy sigma=0.000771 ! Fit after self-cal, rms=0.076403Jy sigma=0.000771 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.42323e-05 Jy ! Component: 100 - total flux cleaned = 7.71791e-05 Jy ! Component: 150 - total flux cleaned = 9.97077e-05 Jy ! Component: 200 - total flux cleaned = 0.000113545 Jy ! Total flux subtracted in 200 components = 0.000113545 Jy ! Clean residual min=-0.001740 max=0.001650 Jy/beam ! Clean residual mean=-0.000009 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.101324 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 123 components and 0.101324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076401Jy sigma=0.000771 ! Fit after self-cal, rms=0.076401Jy sigma=0.000771 ! 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.076401Jy sigma=0.000771 ! Fit after self-cal, rms=0.076406Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.196 mas, bmaj=11.86 mas, bpa=13.37 degrees ! Estimated noise=686.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000217053 Jy ! Component: 100 - total flux cleaned = 0.000325577 Jy ! Component: 150 - total flux cleaned = 0.000369873 Jy ! Component: 200 - total flux cleaned = 0.000427261 Jy ! Total flux subtracted in 200 components = 0.000427261 Jy ! Clean residual min=-0.001900 max=0.001807 Jy/beam ! Clean residual mean=-0.000015 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.101751 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 137 components and 0.101751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076406Jy sigma=0.000771 ! Fit after self-cal, rms=0.076405Jy sigma=0.000771 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 = 5.74251e-05 Jy ! Component: 100 - total flux cleaned = 0.000118534 Jy ! Component: 150 - total flux cleaned = 0.000148767 Jy ! Component: 200 - total flux cleaned = 0.000182597 Jy ! Total flux subtracted in 200 components = 0.000182597 Jy ! Clean residual min=-0.001870 max=0.001795 Jy/beam ! Clean residual mean=-0.000015 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.101934 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 142 components and 0.101934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076406Jy sigma=0.000771 ! Fit after self-cal, rms=0.076404Jy sigma=0.000771 ! 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.354 mas, bmaj=10.01 mas, bpa=18.24 degrees ! Estimated noise=604.751 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.354 x 10.01 at 18.24 degrees (North through East) ! Clean map min=-0.0016766 max=0.081142 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.604 mas, bmaj=8.929 mas, bpa=19.15 degrees ! Estimated noise=903.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0612646 Jy ! Component: 100 - total flux cleaned = 0.0757328 Jy ! Component: 150 - total flux cleaned = 0.0834482 Jy ! Component: 200 - total flux cleaned = 0.0886777 Jy ! Total flux subtracted in 200 components = 0.0886777 Jy ! Clean residual min=-0.002978 max=0.003061 Jy/beam ! Clean residual mean=-0.000025 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.0886777 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0886777 Jy ! Inverting map and beam ! Estimated beam: bmin=4.354 mas, bmaj=10.01 mas, bpa=18.24 degrees ! Estimated noise=604.751 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.00452543 Jy ! Component: 100 - total flux cleaned = 0.0072297 Jy ! Component: 150 - total flux cleaned = 0.0090368 Jy ! Component: 200 - total flux cleaned = 0.0102968 Jy ! Total flux subtracted in 200 components = 0.0102968 Jy ! Clean residual min=-0.001823 max=0.001660 Jy/beam ! Clean residual mean=-0.000013 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0989745 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 68 components and 0.0989745 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.196 mas, bmaj=11.86 mas, bpa=13.37 degrees ! Estimated noise=686.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134016 Jy ! Component: 100 - total flux cleaned = 0.00217674 Jy ! Component: 150 - total flux cleaned = 0.00250829 Jy ! Component: 200 - total flux cleaned = 0.00270912 Jy ! Total flux subtracted in 200 components = 0.00270912 Jy ! Clean residual min=-0.001985 max=0.001789 Jy/beam ! Clean residual mean=-0.000016 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.101684 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.000162621 Jy ! Component: 100 - total flux cleaned = 0.000213737 Jy ! Component: 150 - total flux cleaned = 0.000236888 Jy ! Component: 200 - total flux cleaned = 0.000258171 Jy ! Total flux subtracted in 200 components = 0.000258171 Jy ! Clean residual min=-0.001951 max=0.001805 Jy/beam ! Clean residual mean=-0.000015 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.101942 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 103 components and 0.101942 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.354 mas, bmaj=10.01 mas, bpa=18.24 degrees ! Estimated noise=604.751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.53621e-05 Jy ! Component: 100 - total flux cleaned = -5.17827e-05 Jy ! Component: 150 - total flux cleaned = -9.51336e-05 Jy ! Component: 200 - total flux cleaned = -0.00010859 Jy ! Total flux subtracted in 200 components = -0.00010859 Jy ! Clean residual min=-0.001715 max=0.001687 Jy/beam ! Clean residual mean=-0.000008 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.101833 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 118 components and 0.101833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076410Jy sigma=0.000771 ! Fit after self-cal, rms=0.076408Jy sigma=0.000771 wmodel J1300+0828_S_2014_08_05_pus_map.mod ! Writing 118 model components to file: J1300+0828_S_2014_08_05_pus_map.mod wobs J1300+0828_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1300+0828_S_2014_08_05_pus_uvs.fits wwins J1300+0828_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1300+0828_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.000283865 Jy ! Component: 100 - total flux cleaned = -0.000124279 Jy ! Component: 150 - total flux cleaned = -0.000124518 Jy ! Component: 200 - total flux cleaned = -0.000243814 Jy ! Component: 250 - total flux cleaned = -0.000312391 Jy ! Component: 300 - total flux cleaned = -0.000423362 Jy ! Component: 350 - total flux cleaned = -0.000551419 Jy ! Component: 400 - total flux cleaned = -0.000655306 Jy ! Component: 450 - total flux cleaned = -0.000756261 Jy ! Component: 500 - total flux cleaned = -0.000775516 Jy ! Component: 550 - total flux cleaned = -0.000775473 Jy ! Component: 600 - total flux cleaned = -0.000794333 Jy ! Component: 650 - total flux cleaned = -0.000812317 Jy ! Component: 700 - total flux cleaned = -0.00079415 Jy ! Component: 750 - total flux cleaned = -0.000794171 Jy ! Component: 800 - total flux cleaned = -0.000794112 Jy ! Component: 850 - total flux cleaned = -0.00075978 Jy ! Component: 900 - total flux cleaned = -0.000776147 Jy ! Component: 950 - total flux cleaned = -0.000759818 Jy ! Component: 1000 - total flux cleaned = -0.000792311 Jy ! Component: 1050 - total flux cleaned = -0.000823822 Jy ! Component: 1100 - total flux cleaned = -0.000823893 Jy ! Component: 1150 - total flux cleaned = -0.000824171 Jy ! Component: 1200 - total flux cleaned = -0.000839554 Jy ! Component: 1250 - total flux cleaned = -0.000869446 Jy ! Component: 1300 - total flux cleaned = -0.000854354 Jy ! Component: 1350 - total flux cleaned = -0.000854458 Jy ! Component: 1400 - total flux cleaned = -0.000840081 Jy ! Component: 1450 - total flux cleaned = -0.000868344 Jy ! Component: 1500 - total flux cleaned = -0.000826151 Jy ! Component: 1550 - total flux cleaned = -0.000826457 Jy ! Component: 1600 - total flux cleaned = -0.000854054 Jy ! Component: 1650 - total flux cleaned = -0.0008676 Jy ! Component: 1700 - total flux cleaned = -0.00089428 Jy ! Component: 1750 - total flux cleaned = -0.000907367 Jy ! Component: 1800 - total flux cleaned = -0.000829042 Jy ! Component: 1850 - total flux cleaned = -0.000829157 Jy ! Component: 1900 - total flux cleaned = -0.000790562 Jy ! Component: 1950 - total flux cleaned = -0.000727229 Jy ! Component: 2000 - total flux cleaned = -0.000664606 Jy ! Component: 2050 - total flux cleaned = -0.000627459 Jy ! Component: 2100 - total flux cleaned = -0.00060307 Jy ! Component: 2150 - total flux cleaned = -0.000542559 Jy ! Component: 2200 - total flux cleaned = -0.000578207 Jy ! Component: 2250 - total flux cleaned = -0.00054236 Jy ! Component: 2300 - total flux cleaned = -0.000507059 Jy ! Component: 2350 - total flux cleaned = -0.000507005 Jy ! Component: 2400 - total flux cleaned = -0.000495331 Jy ! Component: 2450 - total flux cleaned = -0.000460826 Jy ! Component: 2500 - total flux cleaned = -0.000415356 Jy ! Component: 2550 - total flux cleaned = -0.00037025 Jy ! Component: 2600 - total flux cleaned = -0.000370152 Jy ! Component: 2650 - total flux cleaned = -0.000292471 Jy ! Component: 2700 - total flux cleaned = -0.000303532 Jy ! Component: 2750 - total flux cleaned = -0.000259893 Jy ! Component: 2800 - total flux cleaned = -0.000259996 Jy ! Component: 2850 - total flux cleaned = -0.000249322 Jy ! Component: 2900 - total flux cleaned = -0.000260112 Jy ! Component: 2950 - total flux cleaned = -0.000270662 Jy ! Component: 3000 - total flux cleaned = -0.000249652 Jy ! Component: 3050 - total flux cleaned = -0.000259994 Jy ! Component: 3100 - total flux cleaned = -0.000239284 Jy ! Component: 3150 - total flux cleaned = -0.000270081 Jy ! Component: 3200 - total flux cleaned = -0.000269996 Jy ! Component: 3250 - total flux cleaned = -0.000219251 Jy ! Component: 3300 - total flux cleaned = -0.00024951 Jy ! Component: 3350 - total flux cleaned = -0.000229491 Jy ! Component: 3400 - total flux cleaned = -0.000229443 Jy ! Component: 3450 - total flux cleaned = -0.000229348 Jy ! Component: 3500 - total flux cleaned = -0.000258774 Jy ! Component: 3550 - total flux cleaned = -0.000268493 Jy ! Component: 3600 - total flux cleaned = -0.000268561 Jy ! Component: 3650 - total flux cleaned = -0.000268621 Jy ! Component: 3700 - total flux cleaned = -0.000297218 Jy ! Component: 3750 - total flux cleaned = -0.000287726 Jy ! Component: 3800 - total flux cleaned = -0.000335022 Jy ! Component: 3850 - total flux cleaned = -0.000344395 Jy ! Component: 3900 - total flux cleaned = -0.000344312 Jy ! Component: 3950 - total flux cleaned = -0.000362865 Jy ! Component: 4000 - total flux cleaned = -0.00038128 Jy ! Component: 4050 - total flux cleaned = -0.000344567 Jy ! Total flux subtracted in 4096 components = -0.000372009 Jy ! Clean residual min=-0.000584 max=0.000535 Jy/beam ! Clean residual mean=-0.000002 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.101461 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 398 components and 0.101461 Jy ![Exited script file: muppet] wmap "J1300+0828_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.354 x 10.01 at 18.24 degrees (North through East) ! Clean map min=-0.0016511 max=0.081052 Jy/beam ! Writing clean map to FITS file: J1300+0828_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.0810523 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174529 device "J1300+0828_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1300+0828_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.645988 0.645988 1.29198 2.58395 5.16791 10.3358 20.6716 41.3433 82.6865 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.354 x 10.01 at 18.24 degrees (North through East) ! Clean map min=-0.0016511 max=0.081052 Jy/beam quit ! Quitting program ! Log file J1300+0828_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:28:06 2016