! Started logfile: J0037+1109_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:10:30 2016 obs J0037+1109_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0037+1109_S_2014_08_05_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.748928 visibilities/baseline/integration-bin. ! Found source: J0037+1109 ! ! 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 7684 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 J0037+1109_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.847036Jy sigma=0.009507 ! Fit after self-cal, rms=0.825750Jy sigma=0.009280 ! 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.739 mas, bmaj=8.628 mas, bpa=18.36 degrees ! Estimated noise=920.554 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.132238 Jy ! Component: 100 - total flux cleaned = 0.165021 Jy ! Total flux subtracted in 100 components = 0.165021 Jy ! Clean residual min=-0.005536 max=0.013742 Jy/beam ! Clean residual mean=-0.000076 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.165021 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.165021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083417Jy sigma=0.000851 ! Fit after self-cal, rms=0.083384Jy sigma=0.000851 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149819 Jy ! Component: 100 - total flux cleaned = 0.0225423 Jy ! Total flux subtracted in 100 components = 0.0225423 Jy ! Clean residual min=-0.004804 max=0.004951 Jy/beam ! Clean residual mean=-0.000049 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.187563 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.187563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079766Jy sigma=0.000812 ! Fit after self-cal, rms=0.079721Jy sigma=0.000812 ! 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.545 mas, bmaj=9.531 mas, bpa=17.75 degrees ! Estimated noise=733.145 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 (-4.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00735003 Jy ! Component: 100 - total flux cleaned = 0.0116566 Jy ! Component: 150 - total flux cleaned = 0.0144993 Jy ! Component: 200 - total flux cleaned = 0.0165719 Jy ! Total flux subtracted in 200 components = 0.0165719 Jy ! Clean residual min=-0.002934 max=0.003236 Jy/beam ! Clean residual mean=-0.000035 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.204135 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 99 components and 0.204135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078832Jy sigma=0.000805 ! Fit after self-cal, rms=0.078808Jy sigma=0.000804 ! 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.99 FD 0.84 HN 0.98 KP 1.05 ! LA 1.10 MK 1.00* NL 0.97 OV 0.99 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.02 KP 1.01 ! LA 1.08 MK 1.00* NL 1.02 OV 1.03 ! PT 1.01 SC 1.04 ! ! ! 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.18 HN 1.06 KP 0.90 ! LA 0.84 MK 1.00* NL 1.00 OV 0.93 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.04 KP 0.88 ! LA 0.81 MK 1.00* NL 1.05 OV 1.01 ! PT 1.01 SC 0.98 ! ! ! Fit before self-cal, rms=0.078808Jy sigma=0.000804 ! Fit after self-cal, rms=0.074807Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.55 mas, bmaj=9.562 mas, bpa=17.77 degrees ! Estimated noise=732.21 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.00118856 Jy ! Component: 100 - total flux cleaned = 0.00146081 Jy ! Component: 150 - total flux cleaned = 0.00169219 Jy ! Component: 200 - total flux cleaned = 0.00183498 Jy ! Total flux subtracted in 200 components = 0.00183498 Jy ! Clean residual min=-0.002239 max=0.002144 Jy/beam ! Clean residual mean=-0.000020 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.20597 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.20597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074769Jy sigma=0.000777 ! Fit after self-cal, rms=0.074762Jy sigma=0.000777 ! 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.074762Jy sigma=0.000777 ! Fit after self-cal, rms=0.074583Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.551 mas, bmaj=9.572 mas, bpa=17.75 degrees ! Estimated noise=731.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000342724 Jy ! Component: 100 - total flux cleaned = 0.00046573 Jy ! Component: 150 - total flux cleaned = 0.000622909 Jy ! Component: 200 - total flux cleaned = 0.000758832 Jy ! Total flux subtracted in 200 components = 0.000758832 Jy ! Clean residual min=-0.002043 max=0.001998 Jy/beam ! Clean residual mean=-0.000015 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.206729 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 133 components and 0.206729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074562Jy sigma=0.000775 ! Fit after self-cal, rms=0.074562Jy sigma=0.000775 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.000197383 Jy ! Component: 100 - total flux cleaned = 0.000372016 Jy ! Component: 150 - total flux cleaned = 0.000467327 Jy ! Component: 200 - total flux cleaned = 0.000534199 Jy ! Total flux subtracted in 200 components = 0.000534199 Jy ! Clean residual min=-0.001986 max=0.001980 Jy/beam ! Clean residual mean=-0.000014 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.207263 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 142 components and 0.207263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074551Jy sigma=0.000775 ! Fit after self-cal, rms=0.074549Jy sigma=0.000775 ! 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.074549Jy sigma=0.000775 ! Fit after self-cal, rms=0.074547Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.553 mas, bmaj=9.579 mas, bpa=17.76 degrees ! Estimated noise=731.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000112095 Jy ! Component: 100 - total flux cleaned = 0.000298206 Jy ! Component: 150 - total flux cleaned = 0.000410393 Jy ! Component: 200 - total flux cleaned = 0.000452938 Jy ! Total flux subtracted in 200 components = 0.000452938 Jy ! Clean residual min=-0.001979 max=0.001924 Jy/beam ! Clean residual mean=-0.000014 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.207716 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 147 components and 0.207716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074539Jy sigma=0.000775 ! Fit after self-cal, rms=0.074538Jy sigma=0.000775 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 = 9.00544e-05 Jy ! Component: 100 - total flux cleaned = 0.0001616 Jy ! Component: 150 - total flux cleaned = 0.000224456 Jy ! Component: 200 - total flux cleaned = 0.000269065 Jy ! Total flux subtracted in 200 components = 0.000269065 Jy ! Clean residual min=-0.001932 max=0.001924 Jy/beam ! Clean residual mean=-0.000013 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.207985 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 152 components and 0.207985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074533Jy sigma=0.000775 ! Fit after self-cal, rms=0.074532Jy sigma=0.000775 ! 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.074532Jy sigma=0.000775 ! Fit after self-cal, rms=0.074529Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.305 mas, bmaj=11.29 mas, bpa=10.08 degrees ! Estimated noise=817.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00036309 Jy ! Component: 100 - total flux cleaned = 0.000426164 Jy ! Component: 150 - total flux cleaned = 0.000487659 Jy ! Component: 200 - total flux cleaned = 0.000532369 Jy ! Total flux subtracted in 200 components = 0.000532369 Jy ! Clean residual min=-0.001728 max=0.002159 Jy/beam ! Clean residual mean=-0.000021 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.208517 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 176 components and 0.208517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074527Jy sigma=0.000775 ! Fit after self-cal, rms=0.074527Jy sigma=0.000775 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.44693e-05 Jy ! Component: 100 - total flux cleaned = 0.000161502 Jy ! Component: 150 - total flux cleaned = 0.000202916 Jy ! Component: 200 - total flux cleaned = 0.000240945 Jy ! Total flux subtracted in 200 components = 0.000240945 Jy ! Clean residual min=-0.001719 max=0.002156 Jy/beam ! Clean residual mean=-0.000021 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.208758 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 201 components and 0.208758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074526Jy sigma=0.000775 ! Fit after self-cal, rms=0.074526Jy sigma=0.000775 ! 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.556 mas, bmaj=9.584 mas, bpa=17.76 degrees ! Estimated noise=731.814 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.556 x 9.584 at 17.76 degrees (North through East) ! Clean map min=-0.0018482 max=0.17306 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.747 mas, bmaj=8.671 mas, bpa=18.24 degrees ! Estimated noise=918.934 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131745 Jy ! Component: 100 - total flux cleaned = 0.165081 Jy ! Component: 150 - total flux cleaned = 0.180153 Jy ! Component: 200 - total flux cleaned = 0.187641 Jy ! Total flux subtracted in 200 components = 0.187641 Jy ! Clean residual min=-0.003265 max=0.003769 Jy/beam ! Clean residual mean=-0.000030 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.187641 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.187641 Jy ! Inverting map and beam ! Estimated beam: bmin=4.556 mas, bmaj=9.584 mas, bpa=17.76 degrees ! Estimated noise=731.814 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.00620525 Jy ! Component: 100 - total flux cleaned = 0.00978833 Jy ! Component: 150 - total flux cleaned = 0.0122301 Jy ! Component: 200 - total flux cleaned = 0.0141141 Jy ! Total flux subtracted in 200 components = 0.0141141 Jy ! Clean residual min=-0.002167 max=0.002049 Jy/beam ! Clean residual mean=-0.000026 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.201755 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 84 components and 0.201755 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.305 mas, bmaj=11.29 mas, bpa=10.08 degrees ! Estimated noise=817.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201295 Jy ! Component: 100 - total flux cleaned = 0.00335373 Jy ! Component: 150 - total flux cleaned = 0.00435151 Jy ! Component: 200 - total flux cleaned = 0.00510781 Jy ! Total flux subtracted in 200 components = 0.00510781 Jy ! Clean residual min=-0.001861 max=0.002169 Jy/beam ! Clean residual mean=-0.000027 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.206863 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.000573963 Jy ! Component: 100 - total flux cleaned = 0.000900897 Jy ! Component: 150 - total flux cleaned = 0.00108689 Jy ! Component: 200 - total flux cleaned = 0.00123843 Jy ! Total flux subtracted in 200 components = 0.00123843 Jy ! Clean residual min=-0.001785 max=0.002148 Jy/beam ! Clean residual mean=-0.000023 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.208101 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 134 components and 0.208102 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.556 mas, bmaj=9.584 mas, bpa=17.76 degrees ! Estimated noise=731.814 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.56844e-05 Jy ! Component: 100 - total flux cleaned = 0.000118196 Jy ! Component: 150 - total flux cleaned = 0.000197047 Jy ! Component: 200 - total flux cleaned = 0.000267339 Jy ! Total flux subtracted in 200 components = 0.000267339 Jy ! Clean residual min=-0.001919 max=0.002033 Jy/beam ! Clean residual mean=-0.000013 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.208369 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 148 components and 0.208369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074536Jy sigma=0.000775 ! Fit after self-cal, rms=0.074535Jy sigma=0.000775 wmodel J0037+1109_S_2014_08_05_pus_map.mod ! Writing 148 model components to file: J0037+1109_S_2014_08_05_pus_map.mod wobs J0037+1109_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0037+1109_S_2014_08_05_pus_uvs.fits wwins J0037+1109_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0037+1109_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 = -8.36418e-05 Jy ! Component: 100 - total flux cleaned = -0.000178739 Jy ! Component: 150 - total flux cleaned = -0.000237597 Jy ! Component: 200 - total flux cleaned = -0.000209566 Jy ! Component: 250 - total flux cleaned = -0.000263444 Jy ! Component: 300 - total flux cleaned = -0.000236888 Jy ! Component: 350 - total flux cleaned = -0.00033943 Jy ! Component: 400 - total flux cleaned = -0.00043826 Jy ! Component: 450 - total flux cleaned = -0.000558481 Jy ! Component: 500 - total flux cleaned = -0.000652803 Jy ! Component: 550 - total flux cleaned = -0.00072245 Jy ! Component: 600 - total flux cleaned = -0.000813107 Jy ! Component: 650 - total flux cleaned = -0.000857336 Jy ! Component: 700 - total flux cleaned = -0.000791954 Jy ! Component: 750 - total flux cleaned = -0.00079192 Jy ! Component: 800 - total flux cleaned = -0.000791712 Jy ! Component: 850 - total flux cleaned = -0.000750317 Jy ! Component: 900 - total flux cleaned = -0.000729939 Jy ! Component: 950 - total flux cleaned = -0.000730023 Jy ! Component: 1000 - total flux cleaned = -0.000788551 Jy ! Component: 1050 - total flux cleaned = -0.000788599 Jy ! Component: 1100 - total flux cleaned = -0.000788663 Jy ! Component: 1150 - total flux cleaned = -0.000826067 Jy ! Component: 1200 - total flux cleaned = -0.000844368 Jy ! Component: 1250 - total flux cleaned = -0.000899226 Jy ! Component: 1300 - total flux cleaned = -0.000935206 Jy ! Component: 1350 - total flux cleaned = -0.000970561 Jy ! Component: 1400 - total flux cleaned = -0.00100554 Jy ! Component: 1450 - total flux cleaned = -0.00104012 Jy ! Component: 1500 - total flux cleaned = -0.00110797 Jy ! Component: 1550 - total flux cleaned = -0.00104093 Jy ! Component: 1600 - total flux cleaned = -0.00109099 Jy ! Component: 1650 - total flux cleaned = -0.00110757 Jy ! Component: 1700 - total flux cleaned = -0.00113982 Jy ! Component: 1750 - total flux cleaned = -0.00120372 Jy ! Component: 1800 - total flux cleaned = -0.00114055 Jy ! Component: 1850 - total flux cleaned = -0.00115608 Jy ! Component: 1900 - total flux cleaned = -0.00114049 Jy ! Component: 1950 - total flux cleaned = -0.00115599 Jy ! Component: 2000 - total flux cleaned = -0.00114104 Jy ! Component: 2050 - total flux cleaned = -0.00118593 Jy ! Component: 2100 - total flux cleaned = -0.00117106 Jy ! Component: 2150 - total flux cleaned = -0.00118591 Jy ! Component: 2200 - total flux cleaned = -0.00120037 Jy ! Component: 2250 - total flux cleaned = -0.00121489 Jy ! Component: 2300 - total flux cleaned = -0.00122915 Jy ! Component: 2350 - total flux cleaned = -0.00125725 Jy ! Component: 2400 - total flux cleaned = -0.00125737 Jy ! Component: 2450 - total flux cleaned = -0.00125738 Jy ! Component: 2500 - total flux cleaned = -0.00131236 Jy ! Component: 2550 - total flux cleaned = -0.00136674 Jy ! Component: 2600 - total flux cleaned = -0.0013938 Jy ! Component: 2650 - total flux cleaned = -0.00136698 Jy ! Component: 2700 - total flux cleaned = -0.00144675 Jy ! Component: 2750 - total flux cleaned = -0.00144679 Jy ! Component: 2800 - total flux cleaned = -0.0014731 Jy ! Component: 2850 - total flux cleaned = -0.00148612 Jy ! Component: 2900 - total flux cleaned = -0.00155069 Jy ! Component: 2950 - total flux cleaned = -0.00160178 Jy ! Component: 3000 - total flux cleaned = -0.00162714 Jy ! Component: 3050 - total flux cleaned = -0.00166482 Jy ! Component: 3100 - total flux cleaned = -0.00168981 Jy ! Component: 3150 - total flux cleaned = -0.00175181 Jy ! Component: 3200 - total flux cleaned = -0.00181351 Jy ! Component: 3250 - total flux cleaned = -0.00182575 Jy ! Component: 3300 - total flux cleaned = -0.00188641 Jy ! Component: 3350 - total flux cleaned = -0.0018985 Jy ! Component: 3400 - total flux cleaned = -0.00194639 Jy ! Component: 3450 - total flux cleaned = -0.00201768 Jy ! Component: 3500 - total flux cleaned = -0.00208835 Jy ! Component: 3550 - total flux cleaned = -0.002065 Jy ! Component: 3600 - total flux cleaned = -0.00213481 Jy ! Component: 3650 - total flux cleaned = -0.00220405 Jy ! Component: 3700 - total flux cleaned = -0.00219264 Jy ! Component: 3750 - total flux cleaned = -0.002261 Jy ! Component: 3800 - total flux cleaned = -0.002295 Jy ! Component: 3850 - total flux cleaned = -0.00231736 Jy ! Component: 3900 - total flux cleaned = -0.00238449 Jy ! Component: 3950 - total flux cleaned = -0.00238451 Jy ! Component: 4000 - total flux cleaned = -0.00241757 Jy ! Component: 4050 - total flux cleaned = -0.00245055 Jy ! Total flux subtracted in 4096 components = -0.00243974 Jy ! Clean residual min=-0.000735 max=0.000578 Jy/beam ! Clean residual mean=-0.000001 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.205929 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 450 components and 0.205929 Jy ![Exited script file: muppet] wmap "J0037+1109_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.556 x 9.584 at 17.76 degrees (North through East) ! Clean map min=-0.0014377 max=0.17337 Jy/beam ! Writing clean map to FITS file: J0037+1109_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.173374 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212692 device "J0037+1109_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0037+1109_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.368035 0.368035 0.73607 1.47214 2.94428 5.88856 11.7771 23.5543 47.1085 94.217 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.173 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.556 x 9.584 at 17.76 degrees (North through East) ! Clean map min=-0.0014377 max=0.17337 Jy/beam quit ! Quitting program ! Log file J0037+1109_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:10:36 2016