! Started logfile: J1611+1856_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:03:51 2016 obs J1611+1856_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1611+1856_S_2015_03_17_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.797661 visibilities/baseline/integration-bin. ! Found source: J1611+1856 ! ! 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 330 lines of history. ! ! Reading 8184 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 J1611+1856_S_2015_03_17_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.920155Jy sigma=0.011494 ! Fit after self-cal, rms=0.908526Jy sigma=0.011352 ! 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.751 mas, bmaj=6.277 mas, bpa=-5.031 degrees ! Estimated noise=785.205 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.067935 Jy ! Component: 100 - total flux cleaned = 0.089184 Jy ! Total flux subtracted in 100 components = 0.089184 Jy ! Clean residual min=-0.004779 max=0.010421 Jy/beam ! Clean residual mean=-0.000003 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.089184 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.089184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072279Jy sigma=0.000829 ! Fit after self-cal, rms=0.072178Jy sigma=0.000828 ! Inverting map ! Added new window around map position (-0.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123522 Jy ! Component: 100 - total flux cleaned = 0.0200327 Jy ! Total flux subtracted in 100 components = 0.0200327 Jy ! Clean residual min=-0.003824 max=0.004311 Jy/beam ! Clean residual mean=-0.000004 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.109217 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.109217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069250Jy sigma=0.000795 ! Fit after self-cal, rms=0.069187Jy sigma=0.000795 ! 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.205 mas, bmaj=6.852 mas, bpa=-5.347 degrees ! Estimated noise=639.148 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.00764382 Jy ! Component: 100 - total flux cleaned = 0.0126264 Jy ! Component: 150 - total flux cleaned = 0.0162068 Jy ! Component: 200 - total flux cleaned = 0.0188739 Jy ! Total flux subtracted in 200 components = 0.0188739 Jy ! Clean residual min=-0.003151 max=0.003076 Jy/beam ! Clean residual mean=-0.000012 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.128091 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 78 components and 0.12809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067991Jy sigma=0.000783 ! Fit after self-cal, rms=0.067960Jy sigma=0.000783 ! 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.07 FD 0.91 HN 0.98 KP 1.12 ! LA 0.96 MK 1.08 NL 0.85 OV 0.99 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 HN 1.02 KP 1.07 ! LA 0.92 MK 1.02 NL 1.12 OV 1.00 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.91 HN 1.06 KP 0.99 ! LA 0.75 MK 1.12 NL 1.18 OV 0.97 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.98 HN 0.91 KP 0.92 ! LA 0.86 MK 1.06 NL 0.94 OV 1.04 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.067960Jy sigma=0.000783 ! Fit after self-cal, rms=0.064703Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=6.946 mas, bpa=-4.95 degrees ! Estimated noise=638.265 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.000426063 Jy ! Component: 100 - total flux cleaned = 0.000356545 Jy ! Component: 150 - total flux cleaned = 0.000428748 Jy ! Component: 200 - total flux cleaned = 0.000470333 Jy ! Total flux subtracted in 200 components = 0.000470333 Jy ! Clean residual min=-0.002388 max=0.002045 Jy/beam ! Clean residual mean=-0.000005 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.128561 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.128561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064673Jy sigma=0.000770 ! Fit after self-cal, rms=0.064626Jy sigma=0.000769 ! 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.064626Jy sigma=0.000769 ! Fit after self-cal, rms=0.064589Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.278 mas, bmaj=6.946 mas, bpa=-4.927 degrees ! Estimated noise=637.786 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.17385e-05 Jy ! Component: 100 - total flux cleaned = -2.54985e-05 Jy ! Component: 150 - total flux cleaned = 2.17207e-05 Jy ! Component: 200 - total flux cleaned = 4.90734e-05 Jy ! Total flux subtracted in 200 components = 4.90734e-05 Jy ! Clean residual min=-0.001897 max=0.001698 Jy/beam ! Clean residual mean=-0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.12861 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 99 components and 0.12861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064578Jy sigma=0.000767 ! Fit after self-cal, rms=0.064592Jy 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 = -2.37062e-05 Jy ! Component: 100 - total flux cleaned = 3.17169e-06 Jy ! Component: 150 - total flux cleaned = 2.49347e-05 Jy ! Component: 200 - total flux cleaned = 2.50467e-05 Jy ! Total flux subtracted in 200 components = 2.50467e-05 Jy ! Clean residual min=-0.001857 max=0.001697 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.128635 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.128635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064587Jy sigma=0.000767 ! Fit after self-cal, rms=0.064587Jy 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.064587Jy sigma=0.000767 ! Fit after self-cal, rms=0.064661Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=6.955 mas, bpa=-4.728 degrees ! Estimated noise=638.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000224435 Jy ! Component: 100 - total flux cleaned = -0.000238947 Jy ! Component: 150 - total flux cleaned = -0.000227108 Jy ! Component: 200 - total flux cleaned = -0.000216083 Jy ! Total flux subtracted in 200 components = -0.000216083 Jy ! Clean residual min=-0.001849 max=0.001677 Jy/beam ! Clean residual mean=-0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.128419 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 108 components and 0.128419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064654Jy sigma=0.000767 ! Fit after self-cal, rms=0.064655Jy 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 = -2.25986e-05 Jy ! Component: 100 - total flux cleaned = -1.27905e-05 Jy ! Component: 150 - total flux cleaned = -1.24345e-05 Jy ! Component: 200 - total flux cleaned = -1.26438e-05 Jy ! Total flux subtracted in 200 components = -1.26438e-05 Jy ! Clean residual min=-0.001846 max=0.001681 Jy/beam ! Clean residual mean=-0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.128406 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.128406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064652Jy sigma=0.000766 ! Fit after self-cal, rms=0.064651Jy sigma=0.000766 ! 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.064651Jy sigma=0.000766 ! Fit after self-cal, rms=0.064725Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.481 mas, bmaj=10.18 mas, bpa=-3.445 degrees ! Estimated noise=797.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263951 Jy ! Component: 100 - total flux cleaned = -0.000359115 Jy ! Component: 150 - total flux cleaned = -0.000410751 Jy ! Component: 200 - total flux cleaned = -0.000403083 Jy ! Total flux subtracted in 200 components = -0.000403083 Jy ! Clean residual min=-0.002216 max=0.001926 Jy/beam ! Clean residual mean=-0.000004 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.128003 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 114 components and 0.128003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064728Jy sigma=0.000766 ! Fit after self-cal, rms=0.064727Jy sigma=0.000766 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 = -3.44197e-05 Jy ! Component: 100 - total flux cleaned = -1.93941e-05 Jy ! Component: 150 - total flux cleaned = -1.28543e-05 Jy ! Component: 200 - total flux cleaned = -6.63294e-06 Jy ! Total flux subtracted in 200 components = -6.63294e-06 Jy ! Clean residual min=-0.002216 max=0.001923 Jy/beam ! Clean residual mean=-0.000004 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.127997 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 118 components and 0.127997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064729Jy sigma=0.000766 ! Fit after self-cal, rms=0.064730Jy sigma=0.000766 ! 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.301 mas, bmaj=6.963 mas, bpa=-4.524 degrees ! Estimated noise=640.041 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.301 x 6.963 at -4.524 degrees (North through East) ! Clean map min=-0.0017542 max=0.089283 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.831 mas, bmaj=6.365 mas, bpa=-4.439 degrees ! Estimated noise=796.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0684645 Jy ! Component: 100 - total flux cleaned = 0.0897506 Jy ! Component: 150 - total flux cleaned = 0.101249 Jy ! Component: 200 - total flux cleaned = 0.108199 Jy ! Total flux subtracted in 200 components = 0.108199 Jy ! Clean residual min=-0.003261 max=0.003772 Jy/beam ! Clean residual mean=0.000000 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.108199 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.108199 Jy ! Inverting map and beam ! Estimated beam: bmin=3.301 mas, bmaj=6.963 mas, bpa=-4.524 degrees ! Estimated noise=640.041 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.00626284 Jy ! Component: 100 - total flux cleaned = 0.0102772 Jy ! Component: 150 - total flux cleaned = 0.0130122 Jy ! Component: 200 - total flux cleaned = 0.0149632 Jy ! Total flux subtracted in 200 components = 0.0149632 Jy ! Clean residual min=-0.002114 max=0.001939 Jy/beam ! Clean residual mean=-0.000003 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.123162 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 71 components and 0.123162 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.481 mas, bmaj=10.18 mas, bpa=-3.445 degrees ! Estimated noise=797.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222597 Jy ! Component: 100 - total flux cleaned = 0.00342299 Jy ! Component: 150 - total flux cleaned = 0.00410452 Jy ! Component: 200 - total flux cleaned = 0.00450116 Jy ! Total flux subtracted in 200 components = 0.00450116 Jy ! Clean residual min=-0.002246 max=0.001856 Jy/beam ! Clean residual mean=-0.000004 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.127664 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.000217098 Jy ! Component: 100 - total flux cleaned = 0.000238507 Jy ! Component: 150 - total flux cleaned = 0.000245273 Jy ! Component: 200 - total flux cleaned = 0.000245178 Jy ! Total flux subtracted in 200 components = 0.000245178 Jy ! Clean residual min=-0.002236 max=0.001865 Jy/beam ! Clean residual mean=-0.000004 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.127909 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 98 components and 0.127909 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.301 mas, bmaj=6.963 mas, bpa=-4.524 degrees ! Estimated noise=640.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.95035e-05 Jy ! Component: 100 - total flux cleaned = -0.000179392 Jy ! Component: 150 - total flux cleaned = -0.000178622 Jy ! Component: 200 - total flux cleaned = -0.000139752 Jy ! Total flux subtracted in 200 components = -0.000139752 Jy ! Clean residual min=-0.001945 max=0.001784 Jy/beam ! Clean residual mean=-0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.127769 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 109 components and 0.127769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064747Jy sigma=0.000767 ! Fit after self-cal, rms=0.064742Jy sigma=0.000767 wmodel J1611+1856_S_2015_03_17_pus_map.mod ! Writing 109 model components to file: J1611+1856_S_2015_03_17_pus_map.mod wobs J1611+1856_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1611+1856_S_2015_03_17_pus_uvs.fits wwins J1611+1856_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1611+1856_S_2015_03_17_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.000386816 Jy ! Component: 100 - total flux cleaned = -0.000544395 Jy ! Component: 150 - total flux cleaned = -0.000690862 Jy ! Component: 200 - total flux cleaned = -0.000663663 Jy ! Component: 250 - total flux cleaned = -0.00058417 Jy ! Component: 300 - total flux cleaned = -0.000456354 Jy ! Component: 350 - total flux cleaned = -0.000431573 Jy ! Component: 400 - total flux cleaned = -0.000407875 Jy ! Component: 450 - total flux cleaned = -0.00036183 Jy ! Component: 500 - total flux cleaned = -0.000429595 Jy ! Component: 550 - total flux cleaned = -0.000363462 Jy ! Component: 600 - total flux cleaned = -0.000407202 Jy ! Component: 650 - total flux cleaned = -0.000386436 Jy ! Component: 700 - total flux cleaned = -0.000428072 Jy ! Component: 750 - total flux cleaned = -0.00050896 Jy ! Component: 800 - total flux cleaned = -0.000528899 Jy ! Component: 850 - total flux cleaned = -0.000528964 Jy ! Component: 900 - total flux cleaned = -0.000472015 Jy ! Component: 950 - total flux cleaned = -0.000415901 Jy ! Component: 1000 - total flux cleaned = -0.000379178 Jy ! Component: 1050 - total flux cleaned = -0.000361146 Jy ! Component: 1100 - total flux cleaned = -0.000360812 Jy ! Component: 1150 - total flux cleaned = -0.000290234 Jy ! Component: 1200 - total flux cleaned = -0.000255835 Jy ! Component: 1250 - total flux cleaned = -0.000239202 Jy ! Component: 1300 - total flux cleaned = -0.000239363 Jy ! Component: 1350 - total flux cleaned = -0.000239377 Jy ! Component: 1400 - total flux cleaned = -0.000239447 Jy ! Component: 1450 - total flux cleaned = -0.000222855 Jy ! Component: 1500 - total flux cleaned = -0.000190848 Jy ! Component: 1550 - total flux cleaned = -0.000238463 Jy ! Component: 1600 - total flux cleaned = -0.000222785 Jy ! Component: 1650 - total flux cleaned = -0.000253967 Jy ! Component: 1700 - total flux cleaned = -0.000269113 Jy ! Component: 1750 - total flux cleaned = -0.000208415 Jy ! Component: 1800 - total flux cleaned = -0.000283533 Jy ! Component: 1850 - total flux cleaned = -0.00019426 Jy ! Component: 1900 - total flux cleaned = -0.000223798 Jy ! Component: 1950 - total flux cleaned = -0.00023797 Jy ! Component: 2000 - total flux cleaned = -0.000209194 Jy ! Component: 2050 - total flux cleaned = -0.000209225 Jy ! Component: 2100 - total flux cleaned = -0.000223414 Jy ! Component: 2150 - total flux cleaned = -0.000209343 Jy ! Component: 2200 - total flux cleaned = -0.000195589 Jy ! Component: 2250 - total flux cleaned = -0.00019554 Jy ! Component: 2300 - total flux cleaned = -0.000181771 Jy ! Component: 2350 - total flux cleaned = -0.000195116 Jy ! Component: 2400 - total flux cleaned = -0.000221783 Jy ! Component: 2450 - total flux cleaned = -0.000169054 Jy ! Component: 2500 - total flux cleaned = -0.000247816 Jy ! Component: 2550 - total flux cleaned = -0.00020871 Jy ! Component: 2600 - total flux cleaned = -0.000260552 Jy ! Component: 2650 - total flux cleaned = -0.000247846 Jy ! Component: 2700 - total flux cleaned = -0.000260547 Jy ! Component: 2750 - total flux cleaned = -0.000323446 Jy ! Component: 2800 - total flux cleaned = -0.000335995 Jy ! Component: 2850 - total flux cleaned = -0.000348396 Jy ! Component: 2900 - total flux cleaned = -0.000336176 Jy ! Component: 2950 - total flux cleaned = -0.000409303 Jy ! Component: 3000 - total flux cleaned = -0.000421487 Jy ! Component: 3050 - total flux cleaned = -0.000457512 Jy ! Component: 3100 - total flux cleaned = -0.000469185 Jy ! Component: 3150 - total flux cleaned = -0.000493002 Jy ! Component: 3200 - total flux cleaned = -0.000528033 Jy ! Component: 3250 - total flux cleaned = -0.000551391 Jy ! Component: 3300 - total flux cleaned = -0.000505194 Jy ! Component: 3350 - total flux cleaned = -0.000516713 Jy ! Component: 3400 - total flux cleaned = -0.000539351 Jy ! Component: 3450 - total flux cleaned = -0.000573349 Jy ! Component: 3500 - total flux cleaned = -0.000584512 Jy ! Component: 3550 - total flux cleaned = -0.000617864 Jy ! Component: 3600 - total flux cleaned = -0.000617789 Jy ! Component: 3650 - total flux cleaned = -0.000650985 Jy ! Component: 3700 - total flux cleaned = -0.000651048 Jy ! Component: 3750 - total flux cleaned = -0.000705249 Jy ! Component: 3800 - total flux cleaned = -0.000705279 Jy ! Component: 3850 - total flux cleaned = -0.000715955 Jy ! Component: 3900 - total flux cleaned = -0.000769218 Jy ! Component: 3950 - total flux cleaned = -0.000790405 Jy ! Component: 4000 - total flux cleaned = -0.000811456 Jy ! Component: 4050 - total flux cleaned = -0.000842761 Jy ! Total flux subtracted in 4096 components = -0.000853137 Jy ! Clean residual min=-0.000650 max=0.000723 Jy/beam ! Clean residual mean=-0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.126916 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 402 components and 0.126916 Jy ![Exited script file: muppet] wmap "J1611+1856_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.301 x 6.963 at -4.524 degrees (North through East) ! Clean map min=-0.0015293 max=0.090024 Jy/beam ! Writing clean map to FITS file: J1611+1856_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0900237 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192252 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.640671 0.640671 1.28134 2.56269 5.12537 10.2507 20.5015 41.003 82.0059 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.301 x 6.963 at -4.524 degrees (North through East) ! Clean map min=-0.0015293 max=0.090024 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 J1611+1856_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:03:56 2016