! Started logfile: J1644+1813_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:30:10 2017 obs J1644+1813_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1644+1813_S_2015_01_23_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964079 visibilities/baseline/integration-bin. ! Found source: J1644+1813 ! ! 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 338 lines of history. ! ! Reading 12668 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 J1644+1813_S_2015_01_23_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.181311Jy sigma=0.010128 ! Fit after self-cal, rms=1.115748Jy sigma=0.009839 ! 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=2.595 mas, bmaj=6.24 mas, bpa=-3.484 degrees ! Estimated noise=809.023 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.117313 Jy ! Component: 100 - total flux cleaned = 0.153481 Jy ! Total flux subtracted in 100 components = 0.153481 Jy ! Clean residual min=-0.007292 max=0.014820 Jy/beam ! Clean residual mean=-0.000001 rms=0.002173 Jy/beam ! Combined flux in latest and established models = 0.153481 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.153481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.803232Jy sigma=0.000920 ! Fit after self-cal, rms=0.803202Jy sigma=0.000920 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155983 Jy ! Component: 100 - total flux cleaned = 0.0230438 Jy ! Total flux subtracted in 100 components = 0.0230438 Jy ! Clean residual min=-0.007318 max=0.009388 Jy/beam ! Clean residual mean=-0.000004 rms=0.002003 Jy/beam ! Combined flux in latest and established models = 0.176524 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.176524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.801663Jy sigma=0.000894 ! Fit after self-cal, rms=0.801660Jy sigma=0.000893 ! 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=3.132 mas, bmaj=7.092 mas, bpa=-4.31 degrees ! Estimated noise=605.207 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.00664675 Jy ! Component: 100 - total flux cleaned = 0.0101226 Jy ! Component: 150 - total flux cleaned = 0.012118 Jy ! Component: 200 - total flux cleaned = 0.0133802 Jy ! Total flux subtracted in 200 components = 0.0133802 Jy ! Clean residual min=-0.009019 max=0.010916 Jy/beam ! Clean residual mean=-0.000002 rms=0.002414 Jy/beam ! Combined flux in latest and established models = 0.189905 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 46 components and 0.189905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.800972Jy sigma=0.000894 ! Fit after self-cal, rms=0.800984Jy sigma=0.000894 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.33 HN 0.97 KP 1.08 ! LA 0.93 MK 0.99 NL 1.19 OV 0.99 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.74 HN 1.02 KP 1.03 ! LA 0.92 MK 0.97 NL 1.36 OV 1.03 ! PT 0.99 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.21 HN 1.04 KP 0.87 ! LA 0.74 MK 1.01 NL 1.74 OV 0.94 ! PT 0.96 SC 1.12 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.87 HN 0.98 KP 0.82 ! LA 0.81 MK 0.97 NL 1.02 OV 1.00 ! PT 1.00 SC 1.01 ! ! ! Fit before self-cal, rms=0.800984Jy sigma=0.000894 ! Fit after self-cal, rms=1.034399Jy sigma=0.000815 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.145 mas, bmaj=7.181 mas, bpa=-4.608 degrees ! Estimated noise=619.665 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.00263245 Jy ! Component: 100 - total flux cleaned = 0.00297362 Jy ! Component: 150 - total flux cleaned = 0.00300218 Jy ! Component: 200 - total flux cleaned = 0.00297813 Jy ! Total flux subtracted in 200 components = 0.00297813 Jy ! Clean residual min=-0.005109 max=0.005620 Jy/beam ! Clean residual mean=-0.000003 rms=0.001435 Jy/beam ! Combined flux in latest and established models = 0.192883 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.192883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.034135Jy sigma=0.000815 ! Fit after self-cal, rms=1.034408Jy sigma=0.000814 ! 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=1.034408Jy sigma=0.000814 ! Fit after self-cal, rms=0.239708Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.153 mas, bmaj=7.183 mas, bpa=-4.343 degrees ! Estimated noise=619.474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000961616 Jy ! Component: 100 - total flux cleaned = -0.00111457 Jy ! Component: 150 - total flux cleaned = -0.00118566 Jy ! Component: 200 - total flux cleaned = -0.00126577 Jy ! Total flux subtracted in 200 components = -0.00126577 Jy ! Clean residual min=-0.002342 max=0.004381 Jy/beam ! Clean residual mean=0.000000 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.191617 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.191617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239681Jy sigma=0.000783 ! Fit after self-cal, rms=0.239653Jy sigma=0.000782 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 (-2, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036753 Jy ! Component: 100 - total flux cleaned = 0.00440873 Jy ! Component: 150 - total flux cleaned = 0.0042723 Jy ! Component: 200 - total flux cleaned = 0.00419031 Jy ! Total flux subtracted in 200 components = 0.00419031 Jy ! Clean residual min=-0.002086 max=0.002323 Jy/beam ! Clean residual mean=-0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.195807 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.195807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239632Jy sigma=0.000780 ! Fit after self-cal, rms=0.239662Jy sigma=0.000780 ! 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.239662Jy sigma=0.000780 ! Fit after self-cal, rms=0.238207Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.155 mas, bmaj=7.195 mas, bpa=-4.451 degrees ! Estimated noise=619.634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000917012 Jy ! Component: 100 - total flux cleaned = 0.00099614 Jy ! Component: 150 - total flux cleaned = 0.000999778 Jy ! Component: 200 - total flux cleaned = 0.000939576 Jy ! Total flux subtracted in 200 components = 0.000939576 Jy ! Clean residual min=-0.001968 max=0.002064 Jy/beam ! Clean residual mean=-0.000000 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.196747 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.196747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238192Jy sigma=0.000779 ! Fit after self-cal, rms=0.238199Jy sigma=0.000779 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 (25, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196946 Jy ! Component: 100 - total flux cleaned = 0.00270516 Jy ! Component: 150 - total flux cleaned = 0.00294694 Jy ! Component: 200 - total flux cleaned = 0.00309855 Jy ! Total flux subtracted in 200 components = 0.00309855 Jy ! Clean residual min=-0.001914 max=0.001627 Jy/beam ! Clean residual mean=0.000000 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.199845 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 0.199845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238153Jy sigma=0.000779 ! Fit after self-cal, rms=0.238169Jy sigma=0.000779 ! 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.238169Jy sigma=0.000779 ! Fit after self-cal, rms=0.237397Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.09 mas, bmaj=10.61 mas, bpa=-5.784 degrees ! Estimated noise=809.876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000350246 Jy ! Component: 100 - total flux cleaned = 0.000289604 Jy ! Component: 150 - total flux cleaned = 0.000262544 Jy ! Component: 200 - total flux cleaned = 0.000263074 Jy ! Total flux subtracted in 200 components = 0.000263074 Jy ! Clean residual min=-0.002232 max=0.002498 Jy/beam ! Clean residual mean=0.000001 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.200108 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 125 components and 0.200108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237371Jy sigma=0.000779 ! Fit after self-cal, rms=0.237382Jy sigma=0.000778 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.763e-06 Jy ! Component: 100 - total flux cleaned = -1.702e-06 Jy ! Component: 150 - total flux cleaned = -2.25949e-05 Jy ! Component: 200 - total flux cleaned = -4.22401e-05 Jy ! Total flux subtracted in 200 components = -4.22401e-05 Jy ! Clean residual min=-0.002256 max=0.002450 Jy/beam ! Clean residual mean=0.000001 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.200066 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 133 components and 0.200066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237366Jy sigma=0.000779 ! Fit after self-cal, rms=0.237369Jy sigma=0.000779 ! 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=3.159 mas, bmaj=7.207 mas, bpa=-4.506 degrees ! Estimated noise=619.602 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.159 x 7.207 at -4.506 degrees (North through East) ! Clean map min=-0.0018291 max=0.15896 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=2.608 mas, bmaj=6.327 mas, bpa=-3.742 degrees ! Estimated noise=834.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12063 Jy ! Component: 100 - total flux cleaned = 0.156922 Jy ! Component: 150 - total flux cleaned = 0.171756 Jy ! Component: 200 - total flux cleaned = 0.179451 Jy ! Total flux subtracted in 200 components = 0.179451 Jy ! Clean residual min=-0.003332 max=0.004052 Jy/beam ! Clean residual mean=0.000001 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.179451 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.179451 Jy ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=7.207 mas, bpa=-4.506 degrees ! Estimated noise=619.602 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.00669316 Jy ! Component: 100 - total flux cleaned = 0.0108667 Jy ! Component: 150 - total flux cleaned = 0.0138115 Jy ! Component: 200 - total flux cleaned = 0.0159891 Jy ! Total flux subtracted in 200 components = 0.0159891 Jy ! Clean residual min=-0.002069 max=0.001987 Jy/beam ! Clean residual mean=0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.19544 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 49 components and 0.19544 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.09 mas, bmaj=10.61 mas, bpa=-5.784 degrees ! Estimated noise=809.876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228113 Jy ! Component: 100 - total flux cleaned = 0.00368761 Jy ! Component: 150 - total flux cleaned = 0.00391343 Jy ! Component: 200 - total flux cleaned = 0.00406504 Jy ! Total flux subtracted in 200 components = 0.00406504 Jy ! Clean residual min=-0.002166 max=0.002338 Jy/beam ! Clean residual mean=0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.199505 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.000160045 Jy ! Component: 100 - total flux cleaned = 0.000271805 Jy ! Component: 150 - total flux cleaned = 0.00034489 Jy ! Component: 200 - total flux cleaned = 0.000344825 Jy ! Total flux subtracted in 200 components = 0.000344825 Jy ! Clean residual min=-0.002224 max=0.002253 Jy/beam ! Clean residual mean=0.000001 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.19985 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 77 components and 0.19985 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.159 mas, bmaj=7.207 mas, bpa=-4.506 degrees ! Estimated noise=619.602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123 Jy ! Component: 100 - total flux cleaned = 0.000258119 Jy ! Component: 150 - total flux cleaned = 0.000407519 Jy ! Component: 200 - total flux cleaned = 0.000503831 Jy ! Total flux subtracted in 200 components = 0.000503831 Jy ! Clean residual min=-0.001867 max=0.001734 Jy/beam ! Clean residual mean=-0.000000 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.200353 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.200353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237365Jy sigma=0.000779 ! Fit after self-cal, rms=0.237378Jy sigma=0.000779 wmodel J1644+1813_S_2015_01_23_pus_map.mod ! Writing 97 model components to file: J1644+1813_S_2015_01_23_pus_map.mod wobs J1644+1813_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1644+1813_S_2015_01_23_pus_uvs.fits wwins J1644+1813_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1644+1813_S_2015_01_23_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.000516651 Jy ! Component: 100 - total flux cleaned = -0.000770658 Jy ! Component: 150 - total flux cleaned = -0.000831839 Jy ! Component: 200 - total flux cleaned = -0.000860727 Jy ! Component: 250 - total flux cleaned = -0.000832399 Jy ! Component: 300 - total flux cleaned = -0.000804702 Jy ! Component: 350 - total flux cleaned = -0.000804775 Jy ! Component: 400 - total flux cleaned = -0.000883258 Jy ! Component: 450 - total flux cleaned = -0.00093428 Jy ! Component: 500 - total flux cleaned = -0.000934132 Jy ! Component: 550 - total flux cleaned = -0.000933997 Jy ! Component: 600 - total flux cleaned = -0.000982199 Jy ! Component: 650 - total flux cleaned = -0.000958219 Jy ! Component: 700 - total flux cleaned = -0.00100467 Jy ! Component: 750 - total flux cleaned = -0.00095832 Jy ! Component: 800 - total flux cleaned = -0.000913237 Jy ! Component: 850 - total flux cleaned = -0.00098041 Jy ! Component: 900 - total flux cleaned = -0.000913973 Jy ! Component: 950 - total flux cleaned = -0.000914197 Jy ! Component: 1000 - total flux cleaned = -0.000957574 Jy ! Component: 1050 - total flux cleaned = -0.000957173 Jy ! Component: 1100 - total flux cleaned = -0.000978329 Jy ! Component: 1150 - total flux cleaned = -0.000978185 Jy ! Component: 1200 - total flux cleaned = -0.0010192 Jy ! Component: 1250 - total flux cleaned = -0.000998592 Jy ! Component: 1300 - total flux cleaned = -0.000937893 Jy ! Component: 1350 - total flux cleaned = -0.00099813 Jy ! Component: 1400 - total flux cleaned = -0.000958336 Jy ! Component: 1450 - total flux cleaned = -0.00101764 Jy ! Component: 1500 - total flux cleaned = -0.000997986 Jy ! Component: 1550 - total flux cleaned = -0.000997963 Jy ! Component: 1600 - total flux cleaned = -0.00103642 Jy ! Component: 1650 - total flux cleaned = -0.00107444 Jy ! Component: 1700 - total flux cleaned = -0.00113105 Jy ! Component: 1750 - total flux cleaned = -0.00113079 Jy ! Component: 1800 - total flux cleaned = -0.00113087 Jy ! Component: 1850 - total flux cleaned = -0.0012048 Jy ! Component: 1900 - total flux cleaned = -0.00127827 Jy ! Component: 1950 - total flux cleaned = -0.00127828 Jy ! Component: 2000 - total flux cleaned = -0.00131456 Jy ! Component: 2050 - total flux cleaned = -0.0013686 Jy ! Component: 2100 - total flux cleaned = -0.00142242 Jy ! Component: 2150 - total flux cleaned = -0.00149345 Jy ! Component: 2200 - total flux cleaned = -0.00152882 Jy ! Component: 2250 - total flux cleaned = -0.00158148 Jy ! Component: 2300 - total flux cleaned = -0.00166877 Jy ! Component: 2350 - total flux cleaned = -0.00168615 Jy ! Component: 2400 - total flux cleaned = -0.00172084 Jy ! Component: 2450 - total flux cleaned = -0.00184066 Jy ! Component: 2500 - total flux cleaned = -0.00184057 Jy ! Component: 2550 - total flux cleaned = -0.00192528 Jy ! Component: 2600 - total flux cleaned = -0.00195894 Jy ! Component: 2650 - total flux cleaned = -0.00202583 Jy ! Component: 2700 - total flux cleaned = -0.00210911 Jy ! Component: 2750 - total flux cleaned = -0.0021588 Jy ! Component: 2800 - total flux cleaned = -0.0022082 Jy ! Component: 2850 - total flux cleaned = -0.00229005 Jy ! Component: 2900 - total flux cleaned = -0.00233898 Jy ! Component: 2950 - total flux cleaned = -0.00241992 Jy ! Component: 3000 - total flux cleaned = -0.00248443 Jy ! Component: 3050 - total flux cleaned = -0.00248426 Jy ! Component: 3100 - total flux cleaned = -0.00256399 Jy ! Component: 3150 - total flux cleaned = -0.00262733 Jy ! Component: 3200 - total flux cleaned = -0.00269056 Jy ! Component: 3250 - total flux cleaned = -0.00270633 Jy ! Component: 3300 - total flux cleaned = -0.00276895 Jy ! Component: 3350 - total flux cleaned = -0.00283111 Jy ! Component: 3400 - total flux cleaned = -0.00289301 Jy ! Component: 3450 - total flux cleaned = -0.00292378 Jy ! Component: 3500 - total flux cleaned = -0.0030156 Jy ! Component: 3550 - total flux cleaned = -0.00303081 Jy ! Component: 3600 - total flux cleaned = -0.0031066 Jy ! Component: 3650 - total flux cleaned = -0.00313666 Jy ! Component: 3700 - total flux cleaned = -0.00318173 Jy ! Component: 3750 - total flux cleaned = -0.00318167 Jy ! Component: 3800 - total flux cleaned = -0.00319659 Jy ! Component: 3850 - total flux cleaned = -0.00325595 Jy ! Component: 3900 - total flux cleaned = -0.00330018 Jy ! Component: 3950 - total flux cleaned = -0.00337353 Jy ! Component: 4000 - total flux cleaned = -0.00338802 Jy ! Component: 4050 - total flux cleaned = -0.00346074 Jy ! Total flux subtracted in 4096 components = -0.00351862 Jy ! Clean residual min=-0.000766 max=0.000786 Jy/beam ! Clean residual mean=-0.000001 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.196835 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 408 components and 0.196835 Jy ![Exited script file: muppet] wmap "J1644+1813_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.159 x 7.207 at -4.506 degrees (North through East) ! Clean map min=-0.0018693 max=0.15915 Jy/beam ! Writing clean map to FITS file: J1644+1813_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159151 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000271494 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.511769 0.511769 1.02354 2.04707 4.09415 8.1883 16.3766 32.7532 65.5064 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.159 x 7.207 at -4.506 degrees (North through East) ! Clean map min=-0.0018693 max=0.15915 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1644+1813_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:30:14 2017