! Started logfile: J1412+1334_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:50 2016 obs J1412+1334_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1412+1334_S_2014_08_05_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.720078 visibilities/baseline/integration-bin. ! Found source: J1412+1334 ! ! 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 7388 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 J1412+1334_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 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.732800Jy sigma=0.007771 ! Fit after self-cal, rms=0.726920Jy sigma=0.007715 ! 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.731 mas, bmaj=8.847 mas, bpa=18.03 degrees ! Estimated noise=1059.62 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.210858 Jy ! Component: 100 - total flux cleaned = 0.264964 Jy ! Total flux subtracted in 100 components = 0.264964 Jy ! Clean residual min=-0.008994 max=0.021806 Jy/beam ! Clean residual mean=-0.000078 rms=0.002789 Jy/beam ! Combined flux in latest and established models = 0.264964 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.264964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117567Jy sigma=0.000909 ! Fit after self-cal, rms=0.117574Jy sigma=0.000909 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0219977 Jy ! Component: 100 - total flux cleaned = 0.032894 Jy ! Total flux subtracted in 100 components = 0.032894 Jy ! Clean residual min=-0.007041 max=0.007926 Jy/beam ! Clean residual mean=-0.000040 rms=0.001898 Jy/beam ! Combined flux in latest and established models = 0.297858 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.297858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112443Jy sigma=0.000852 ! Fit after self-cal, rms=0.112437Jy sigma=0.000851 ! 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.603 mas, bmaj=9.457 mas, bpa=15.87 degrees ! Estimated noise=791.167 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.00738828 Jy ! Component: 100 - total flux cleaned = 0.0117821 Jy ! Component: 150 - total flux cleaned = 0.0145658 Jy ! Component: 200 - total flux cleaned = 0.0163662 Jy ! Total flux subtracted in 200 components = 0.0163662 Jy ! Clean residual min=-0.005094 max=0.005874 Jy/beam ! Clean residual mean=-0.000011 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.314224 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 60 components and 0.314224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111623Jy sigma=0.000848 ! Fit after self-cal, rms=0.111620Jy sigma=0.000848 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.85 HN 0.98 KP 1.09 ! LA 1.13 MK 1.00* NL 0.97 OV 1.00 ! PT 1.07 SC 1.06 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.03 KP 1.05 ! LA 1.09 MK 1.00* NL 0.96 OV 1.01 ! PT 1.05 SC 1.10 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.12 HN 1.03 KP 0.92 ! LA 0.85 MK 1.00* NL 0.99 OV 0.95 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 1.00 KP 0.87 ! LA 0.81 MK 1.00* NL 1.06 OV 0.99 ! PT 1.05 SC 1.04 ! ! ! Fit before self-cal, rms=0.111620Jy sigma=0.000848 ! Fit after self-cal, rms=0.104895Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.654 mas, bmaj=9.443 mas, bpa=15.43 degrees ! Estimated noise=795.754 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.00182016 Jy ! Component: 100 - total flux cleaned = -0.00182461 Jy ! Component: 150 - total flux cleaned = -0.00176782 Jy ! Component: 200 - total flux cleaned = -0.00162778 Jy ! Total flux subtracted in 200 components = -0.00162778 Jy ! Clean residual min=-0.004047 max=0.004550 Jy/beam ! Clean residual mean=-0.000023 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.312596 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 72 components and 0.312596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104824Jy sigma=0.000780 ! Fit after self-cal, rms=0.104770Jy sigma=0.000780 ! 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.104770Jy sigma=0.000780 ! Fit after self-cal, rms=0.105210Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.635 mas, bmaj=9.445 mas, bpa=15.63 degrees ! Estimated noise=794.027 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00153889 Jy ! Component: 100 - total flux cleaned = -0.00207288 Jy ! Component: 150 - total flux cleaned = -0.00227114 Jy ! Component: 200 - total flux cleaned = -0.00241591 Jy ! Total flux subtracted in 200 components = -0.00241591 Jy ! Clean residual min=-0.002584 max=0.002475 Jy/beam ! Clean residual mean=-0.000001 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.31018 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.31018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105182Jy sigma=0.000767 ! Fit after self-cal, rms=0.105194Jy sigma=0.000767 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.00015264 Jy ! Component: 100 - total flux cleaned = -0.000240594 Jy ! Component: 150 - total flux cleaned = -0.000319298 Jy ! Component: 200 - total flux cleaned = -0.000406017 Jy ! Total flux subtracted in 200 components = -0.000406017 Jy ! Clean residual min=-0.002577 max=0.002506 Jy/beam ! Clean residual mean=-0.000002 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.309774 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 90 components and 0.309774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105189Jy sigma=0.000767 ! Fit after self-cal, rms=0.105188Jy sigma=0.000767 ! 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.105188Jy sigma=0.000767 ! Fit after self-cal, rms=0.105516Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.649 mas, bmaj=9.453 mas, bpa=15.56 degrees ! Estimated noise=794.381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114886 Jy ! Component: 100 - total flux cleaned = -0.00150241 Jy ! Component: 150 - total flux cleaned = -0.00171122 Jy ! Component: 200 - total flux cleaned = -0.00184601 Jy ! Total flux subtracted in 200 components = -0.00184601 Jy ! Clean residual min=-0.002591 max=0.002424 Jy/beam ! Clean residual mean=-0.000002 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.307928 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 96 components and 0.307928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105502Jy sigma=0.000767 ! Fit after self-cal, rms=0.105504Jy sigma=0.000767 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.000115959 Jy ! Component: 100 - total flux cleaned = -0.00018806 Jy ! Component: 150 - total flux cleaned = -0.000263515 Jy ! Component: 200 - total flux cleaned = -0.000319819 Jy ! Total flux subtracted in 200 components = -0.000319819 Jy ! Clean residual min=-0.002580 max=0.002447 Jy/beam ! Clean residual mean=-0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.307608 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.307608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105503Jy sigma=0.000767 ! Fit after self-cal, rms=0.105502Jy sigma=0.000767 ! 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.105502Jy sigma=0.000767 ! Fit after self-cal, rms=0.105762Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.391 mas, bmaj=11.19 mas, bpa=8.805 degrees ! Estimated noise=872.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000848301 Jy ! Component: 100 - total flux cleaned = -0.00123582 Jy ! Component: 150 - total flux cleaned = -0.00134626 Jy ! Component: 200 - total flux cleaned = -0.00138321 Jy ! Total flux subtracted in 200 components = -0.00138321 Jy ! Clean residual min=-0.002221 max=0.002232 Jy/beam ! Clean residual mean=-0.000004 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.306225 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 107 components and 0.306225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105759Jy sigma=0.000767 ! Fit after self-cal, rms=0.105760Jy sigma=0.000767 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.82522e-05 Jy ! Component: 100 - total flux cleaned = -0.000108753 Jy ! Component: 150 - total flux cleaned = -0.000108472 Jy ! Component: 200 - total flux cleaned = -0.000108434 Jy ! Total flux subtracted in 200 components = -0.000108434 Jy ! Clean residual min=-0.002218 max=0.002226 Jy/beam ! Clean residual mean=-0.000004 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.306117 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 109 components and 0.306117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105760Jy sigma=0.000767 ! Fit after self-cal, rms=0.105759Jy sigma=0.000767 ! 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.66 mas, bmaj=9.461 mas, bpa=15.51 degrees ! Estimated noise=794.628 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.66 x 9.461 at 15.51 degrees (North through East) ! Clean map min=-0.0025164 max=0.27743 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.776 mas, bmaj=8.84 mas, bpa=17.72 degrees ! Estimated noise=1069.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.212655 Jy ! Component: 100 - total flux cleaned = 0.264949 Jy ! Component: 150 - total flux cleaned = 0.285268 Jy ! Component: 200 - total flux cleaned = 0.293972 Jy ! Total flux subtracted in 200 components = 0.293972 Jy ! Clean residual min=-0.003781 max=0.004043 Jy/beam ! Clean residual mean=-0.000015 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.293972 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.293972 Jy ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=9.461 mas, bpa=15.51 degrees ! Estimated noise=794.628 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.00520163 Jy ! Component: 100 - total flux cleaned = 0.00803478 Jy ! Component: 150 - total flux cleaned = 0.00974624 Jy ! Component: 200 - total flux cleaned = 0.0107858 Jy ! Total flux subtracted in 200 components = 0.0107858 Jy ! Clean residual min=-0.002544 max=0.002295 Jy/beam ! Clean residual mean=-0.000005 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.304758 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.304758 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.391 mas, bmaj=11.19 mas, bpa=8.805 degrees ! Estimated noise=872.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000829734 Jy ! Component: 100 - total flux cleaned = 0.0010448 Jy ! Component: 150 - total flux cleaned = 0.00113514 Jy ! Component: 200 - total flux cleaned = 0.00116059 Jy ! Total flux subtracted in 200 components = 0.00116059 Jy ! Clean residual min=-0.002260 max=0.002137 Jy/beam ! Clean residual mean=-0.000005 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.305919 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 = 2.31655e-05 Jy ! Component: 100 - total flux cleaned = 5.36451e-05 Jy ! Component: 150 - total flux cleaned = 7.17952e-05 Jy ! Component: 200 - total flux cleaned = 8.02074e-05 Jy ! Total flux subtracted in 200 components = 8.02074e-05 Jy ! Clean residual min=-0.002233 max=0.002168 Jy/beam ! Clean residual mean=-0.000005 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.305999 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 0.305999 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.66 mas, bmaj=9.461 mas, bpa=15.51 degrees ! Estimated noise=794.628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000147379 Jy ! Component: 100 - total flux cleaned = -0.000290818 Jy ! Component: 150 - total flux cleaned = -0.000362598 Jy ! Component: 200 - total flux cleaned = -0.000411469 Jy ! Total flux subtracted in 200 components = -0.000411469 Jy ! Clean residual min=-0.002493 max=0.002271 Jy/beam ! Clean residual mean=-0.000003 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.305587 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 86 components and 0.305587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105764Jy sigma=0.000767 ! Fit after self-cal, rms=0.105761Jy sigma=0.000767 wmodel J1412+1334_S_2014_08_05_pus_map.mod ! Writing 86 model components to file: J1412+1334_S_2014_08_05_pus_map.mod wobs J1412+1334_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1412+1334_S_2014_08_05_pus_uvs.fits wwins J1412+1334_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1412+1334_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.000868784 Jy ! Component: 100 - total flux cleaned = -0.00143349 Jy ! Component: 150 - total flux cleaned = -0.00192122 Jy ! Component: 200 - total flux cleaned = -0.00238272 Jy ! Component: 250 - total flux cleaned = -0.00258704 Jy ! Component: 300 - total flux cleaned = -0.00262069 Jy ! Component: 350 - total flux cleaned = -0.0027171 Jy ! Component: 400 - total flux cleaned = -0.00284078 Jy ! Component: 450 - total flux cleaned = -0.0027493 Jy ! Component: 500 - total flux cleaned = -0.00277916 Jy ! Component: 550 - total flux cleaned = -0.00272226 Jy ! Component: 600 - total flux cleaned = -0.00274976 Jy ! Component: 650 - total flux cleaned = -0.002694 Jy ! Component: 700 - total flux cleaned = -0.00264057 Jy ! Component: 750 - total flux cleaned = -0.00261407 Jy ! Component: 800 - total flux cleaned = -0.00266585 Jy ! Component: 850 - total flux cleaned = -0.00253942 Jy ! Component: 900 - total flux cleaned = -0.00256506 Jy ! Component: 950 - total flux cleaned = -0.00254116 Jy ! Component: 1000 - total flux cleaned = -0.0024696 Jy ! Component: 1050 - total flux cleaned = -0.00247057 Jy ! Component: 1100 - total flux cleaned = -0.00256248 Jy ! Component: 1150 - total flux cleaned = -0.00251652 Jy ! Component: 1200 - total flux cleaned = -0.00247208 Jy ! Component: 1250 - total flux cleaned = -0.0024943 Jy ! Component: 1300 - total flux cleaned = -0.00249417 Jy ! Component: 1350 - total flux cleaned = -0.00247286 Jy ! Component: 1400 - total flux cleaned = -0.00253674 Jy ! Component: 1450 - total flux cleaned = -0.00253642 Jy ! Component: 1500 - total flux cleaned = -0.00257733 Jy ! Component: 1550 - total flux cleaned = -0.00255709 Jy ! Component: 1600 - total flux cleaned = -0.00253687 Jy ! Component: 1650 - total flux cleaned = -0.00257622 Jy ! Component: 1700 - total flux cleaned = -0.00255607 Jy ! Component: 1750 - total flux cleaned = -0.00257535 Jy ! Component: 1800 - total flux cleaned = -0.00261362 Jy ! Component: 1850 - total flux cleaned = -0.00263211 Jy ! Component: 1900 - total flux cleaned = -0.00261364 Jy ! Component: 1950 - total flux cleaned = -0.00266925 Jy ! Component: 2000 - total flux cleaned = -0.00274217 Jy ! Component: 2050 - total flux cleaned = -0.0027603 Jy ! Component: 2100 - total flux cleaned = -0.0027603 Jy ! Component: 2150 - total flux cleaned = -0.00281339 Jy ! Component: 2200 - total flux cleaned = -0.00281353 Jy ! Component: 2250 - total flux cleaned = -0.00289963 Jy ! Component: 2300 - total flux cleaned = -0.0029166 Jy ! Component: 2350 - total flux cleaned = -0.00291658 Jy ! Component: 2400 - total flux cleaned = -0.00298342 Jy ! Component: 2450 - total flux cleaned = -0.00301673 Jy ! Component: 2500 - total flux cleaned = -0.00303321 Jy ! Component: 2550 - total flux cleaned = -0.00309833 Jy ! Component: 2600 - total flux cleaned = -0.00314662 Jy ! Component: 2650 - total flux cleaned = -0.00317819 Jy ! Component: 2700 - total flux cleaned = -0.00320986 Jy ! Component: 2750 - total flux cleaned = -0.0032724 Jy ! Component: 2800 - total flux cleaned = -0.0033187 Jy ! Component: 2850 - total flux cleaned = -0.0033338 Jy ! Component: 2900 - total flux cleaned = -0.00333349 Jy ! Component: 2950 - total flux cleaned = -0.00336355 Jy ! Component: 3000 - total flux cleaned = -0.00331858 Jy ! Component: 3050 - total flux cleaned = -0.00342253 Jy ! Component: 3100 - total flux cleaned = -0.00345171 Jy ! Component: 3150 - total flux cleaned = -0.00342254 Jy ! Component: 3200 - total flux cleaned = -0.0034517 Jy ! Component: 3250 - total flux cleaned = -0.00345164 Jy ! Component: 3300 - total flux cleaned = -0.00345174 Jy ! Component: 3350 - total flux cleaned = -0.0035366 Jy ! Component: 3400 - total flux cleaned = -0.00355067 Jy ! Component: 3450 - total flux cleaned = -0.00357861 Jy ! Component: 3500 - total flux cleaned = -0.00360636 Jy ! Component: 3550 - total flux cleaned = -0.0036201 Jy ! Component: 3600 - total flux cleaned = -0.00364749 Jy ! Component: 3650 - total flux cleaned = -0.00370158 Jy ! Component: 3700 - total flux cleaned = -0.00370152 Jy ! Component: 3750 - total flux cleaned = -0.00376831 Jy ! Component: 3800 - total flux cleaned = -0.00376823 Jy ! Component: 3850 - total flux cleaned = -0.00380785 Jy ! Component: 3900 - total flux cleaned = -0.00382094 Jy ! Component: 3950 - total flux cleaned = -0.00384703 Jy ! Component: 4000 - total flux cleaned = -0.00389884 Jy ! Component: 4050 - total flux cleaned = -0.00392458 Jy ! Total flux subtracted in 4096 components = -0.00402674 Jy ! Clean residual min=-0.000676 max=0.000813 Jy/beam ! Clean residual mean=-0.000001 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.301561 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 360 components and 0.301561 Jy ![Exited script file: muppet] wmap "J1412+1334_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.66 x 9.461 at 15.51 degrees (North through East) ! Clean map min=-0.0019218 max=0.27776 Jy/beam ! Writing clean map to FITS file: J1412+1334_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.277762 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251255 device "J1412+1334_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1412+1334_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.271371 0.271371 0.542742 1.08548 2.17097 4.34194 8.68388 17.3678 34.7355 69.471 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.277 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.66 x 9.461 at 15.51 degrees (North through East) ! Clean map min=-0.0019218 max=0.27776 Jy/beam quit ! Quitting program ! Log file J1412+1334_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:29:55 2016