! Started logfile: J0009+0628_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:39:31 2016 obs J0009+0628_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0009+0628_S_2014_06_09_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.617901 visibilities/baseline/integration-bin. ! Found source: J0009+0628 ! ! 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 336 lines of history. ! ! Reading 8008 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 J0009+0628_S_2014_06_09_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 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.911743Jy sigma=0.010636 ! Fit after self-cal, rms=0.900192Jy sigma=0.010511 ! 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.887 mas, bmaj=8.669 mas, bpa=12.65 degrees ! Estimated noise=829.653 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.0790559 Jy ! Component: 100 - total flux cleaned = 0.0963516 Jy ! Total flux subtracted in 100 components = 0.0963516 Jy ! Clean residual min=-0.004727 max=0.007915 Jy/beam ! Clean residual mean=0.000003 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.0963516 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0963516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074344Jy sigma=0.000806 ! Fit after self-cal, rms=0.074336Jy sigma=0.000806 ! Inverting map ! Added new window around map position (17.5, 15). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00769437 Jy ! Component: 100 - total flux cleaned = 0.0125124 Jy ! Total flux subtracted in 100 components = 0.0125124 Jy ! Clean residual min=-0.004059 max=0.004023 Jy/beam ! Clean residual mean=0.000000 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.108864 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 23 components and 0.108864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073376Jy sigma=0.000793 ! Fit after self-cal, rms=0.073345Jy sigma=0.000793 ! 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.544 mas, bmaj=10.02 mas, bpa=10.64 degrees ! Estimated noise=689.584 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.00557028 Jy ! Component: 100 - total flux cleaned = 0.00940738 Jy ! Component: 150 - total flux cleaned = 0.0122306 Jy ! Component: 200 - total flux cleaned = 0.0143547 Jy ! Total flux subtracted in 200 components = 0.0143547 Jy ! Clean residual min=-0.003249 max=0.004118 Jy/beam ! Clean residual mean=-0.000005 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.123219 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 52 components and 0.123219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072837Jy sigma=0.000786 ! Fit after self-cal, rms=0.072805Jy sigma=0.000786 ! 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.00* FD 0.80 HN 0.98 KP 1.07 ! LA 1.18 MK 1.00* NL 1.02 OV 0.97 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.05 KP 1.02 ! LA 1.11 MK 1.00* NL 1.10 OV 0.97 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00 KP 0.95 ! LA 0.93 MK 1.00* NL 1.02 OV 0.94 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.01 KP 0.91 ! LA 0.86 MK 1.00* NL 1.06 OV 1.00 ! PT 0.95 SC 0.97 ! ! ! Fit before self-cal, rms=0.072805Jy sigma=0.000786 ! Fit after self-cal, rms=0.070516Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.529 mas, bmaj=10.07 mas, bpa=10.89 degrees ! Estimated noise=681.237 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.00170079 Jy ! Component: 100 - total flux cleaned = 0.00224976 Jy ! Component: 150 - total flux cleaned = 0.00267354 Jy ! Component: 200 - total flux cleaned = 0.00276789 Jy ! Total flux subtracted in 200 components = 0.00276789 Jy ! Clean residual min=-0.003004 max=0.003795 Jy/beam ! Clean residual mean=-0.000007 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.125987 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.125987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070474Jy sigma=0.000776 ! Fit after self-cal, rms=0.070470Jy sigma=0.000776 ! 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.070470Jy sigma=0.000776 ! Fit after self-cal, rms=0.070361Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.531 mas, bmaj=10.08 mas, bpa=11.06 degrees ! Estimated noise=680.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379334 Jy ! Component: 100 - total flux cleaned = 0.000557809 Jy ! Component: 150 - total flux cleaned = 0.000594039 Jy ! Component: 200 - total flux cleaned = 0.000562022 Jy ! Total flux subtracted in 200 components = 0.000562022 Jy ! Clean residual min=-0.002850 max=0.003617 Jy/beam ! Clean residual mean=-0.000006 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.126549 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.126549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070346Jy sigma=0.000774 ! Fit after self-cal, rms=0.070349Jy sigma=0.000774 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 (32, 22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00345882 Jy ! Component: 100 - total flux cleaned = 0.00545795 Jy ! Component: 150 - total flux cleaned = 0.00653594 Jy ! Component: 200 - total flux cleaned = 0.00718381 Jy ! Total flux subtracted in 200 components = 0.00718381 Jy ! Clean residual min=-0.002331 max=0.002053 Jy/beam ! Clean residual mean=-0.000001 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.133732 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 128 components and 0.133732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070165Jy sigma=0.000772 ! Fit after self-cal, rms=0.070146Jy sigma=0.000772 ! 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.070146Jy sigma=0.000772 ! Fit after self-cal, rms=0.069884Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.538 mas, bmaj=10.1 mas, bpa=11.09 degrees ! Estimated noise=676.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012326 Jy ! Component: 100 - total flux cleaned = 0.00176181 Jy ! Component: 150 - total flux cleaned = 0.00223733 Jy ! Component: 200 - total flux cleaned = 0.00264036 Jy ! Total flux subtracted in 200 components = 0.00264036 Jy ! Clean residual min=-0.002077 max=0.002059 Jy/beam ! Clean residual mean=-0.000002 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.136373 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 143 components and 0.136373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069846Jy sigma=0.000771 ! Fit after self-cal, rms=0.069851Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000484794 Jy ! Component: 100 - total flux cleaned = 0.00082923 Jy ! Component: 150 - total flux cleaned = 0.0011424 Jy ! Component: 200 - total flux cleaned = 0.00141142 Jy ! Total flux subtracted in 200 components = 0.00141142 Jy ! Clean residual min=-0.002009 max=0.001996 Jy/beam ! Clean residual mean=-0.000001 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.137784 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 158 components and 0.137784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069838Jy sigma=0.000771 ! Fit after self-cal, rms=0.069838Jy sigma=0.000771 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069838Jy sigma=0.000771 ! Fit after self-cal, rms=0.069875Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.16 mas, bmaj=14.52 mas, bpa=-7.397 degrees ! Estimated noise=753.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000823692 Jy ! Component: 100 - total flux cleaned = 0.00115323 Jy ! Component: 150 - total flux cleaned = 0.00136834 Jy ! Component: 200 - total flux cleaned = 0.00157392 Jy ! Total flux subtracted in 200 components = 0.00157392 Jy ! Clean residual min=-0.002129 max=0.002042 Jy/beam ! Clean residual mean=-0.000002 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.139358 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 172 components and 0.139358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069869Jy sigma=0.000771 ! Fit after self-cal, rms=0.069871Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000289239 Jy ! Component: 100 - total flux cleaned = 0.000431342 Jy ! Component: 150 - total flux cleaned = 0.000572211 Jy ! Component: 200 - total flux cleaned = 0.000700379 Jy ! Total flux subtracted in 200 components = 0.000700379 Jy ! Clean residual min=-0.002123 max=0.002027 Jy/beam ! Clean residual mean=-0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.140058 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 179 components and 0.140058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069870Jy sigma=0.000771 ! Fit after self-cal, rms=0.069871Jy sigma=0.000771 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.54 mas, bmaj=10.1 mas, bpa=11.12 degrees ! Estimated noise=677.426 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.54 x 10.1 at 11.12 degrees (North through East) ! Clean map min=-0.001895 max=0.10133 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.866 mas, bmaj=8.737 mas, bpa=13.11 degrees ! Estimated noise=814.968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0775954 Jy ! Component: 100 - total flux cleaned = 0.0949767 Jy ! Component: 150 - total flux cleaned = 0.102473 Jy ! Component: 200 - total flux cleaned = 0.107749 Jy ! Total flux subtracted in 200 components = 0.107749 Jy ! Clean residual min=-0.003796 max=0.003716 Jy/beam ! Clean residual mean=-0.000003 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.107749 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.107749 Jy ! Inverting map and beam ! Estimated beam: bmin=4.54 mas, bmaj=10.1 mas, bpa=11.12 degrees ! Estimated noise=677.426 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) ! Added new window around map position (12.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00605862 Jy ! Component: 100 - total flux cleaned = 0.010571 Jy ! Component: 150 - total flux cleaned = 0.0141263 Jy ! Component: 200 - total flux cleaned = 0.0169981 Jy ! Total flux subtracted in 200 components = 0.0169981 Jy ! Clean residual min=-0.002673 max=0.002545 Jy/beam ! Clean residual mean=-0.000002 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.124747 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 79 components and 0.124747 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.16 mas, bmaj=14.52 mas, bpa=-7.397 degrees ! Estimated noise=753.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00330206 Jy ! Component: 100 - total flux cleaned = 0.00570462 Jy ! Component: 150 - total flux cleaned = 0.0076095 Jy ! Component: 200 - total flux cleaned = 0.00916557 Jy ! Total flux subtracted in 200 components = 0.00916557 Jy ! Clean residual min=-0.002459 max=0.002282 Jy/beam ! Clean residual mean=-0.000002 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.133913 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.00129951 Jy ! Component: 100 - total flux cleaned = 0.00239535 Jy ! Component: 150 - total flux cleaned = 0.00332517 Jy ! Component: 200 - total flux cleaned = 0.00411918 Jy ! Total flux subtracted in 200 components = 0.00411918 Jy ! Clean residual min=-0.002275 max=0.002031 Jy/beam ! Clean residual mean=-0.000003 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.138032 Jy ! Adding 120 model components to the UV plane model. ! The established model now contains 188 components and 0.138032 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.54 mas, bmaj=10.1 mas, bpa=11.12 degrees ! Estimated noise=677.426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00085196 Jy ! Component: 100 - total flux cleaned = 0.00141722 Jy ! Component: 150 - total flux cleaned = 0.00183912 Jy ! Component: 200 - total flux cleaned = 0.0021948 Jy ! Total flux subtracted in 200 components = 0.0021948 Jy ! Clean residual min=-0.001876 max=0.002072 Jy/beam ! Clean residual mean=-0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.140227 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 212 components and 0.140227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069831Jy sigma=0.000771 ! Fit after self-cal, rms=0.069828Jy sigma=0.000770 wmodel J0009+0628_S_2014_06_09_pus_map.mod ! Writing 212 model components to file: J0009+0628_S_2014_06_09_pus_map.mod wobs J0009+0628_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0009+0628_S_2014_06_09_pus_uvs.fits wwins J0009+0628_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J0009+0628_S_2014_06_09_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 = -2.11522e-05 Jy ! Component: 100 - total flux cleaned = -0.000276607 Jy ! Component: 150 - total flux cleaned = -0.000515283 Jy ! Component: 200 - total flux cleaned = -0.000743089 Jy ! Component: 250 - total flux cleaned = -0.000988728 Jy ! Component: 300 - total flux cleaned = -0.00111977 Jy ! Component: 350 - total flux cleaned = -0.00114505 Jy ! Component: 400 - total flux cleaned = -0.00119311 Jy ! Component: 450 - total flux cleaned = -0.00119314 Jy ! Component: 500 - total flux cleaned = -0.00119358 Jy ! Component: 550 - total flux cleaned = -0.0011715 Jy ! Component: 600 - total flux cleaned = -0.00110699 Jy ! Component: 650 - total flux cleaned = -0.00114964 Jy ! Component: 700 - total flux cleaned = -0.0011078 Jy ! Component: 750 - total flux cleaned = -0.00110782 Jy ! Component: 800 - total flux cleaned = -0.00110849 Jy ! Component: 850 - total flux cleaned = -0.00116704 Jy ! Component: 900 - total flux cleaned = -0.001111 Jy ! Component: 950 - total flux cleaned = -0.00111168 Jy ! Component: 1000 - total flux cleaned = -0.00112991 Jy ! Component: 1050 - total flux cleaned = -0.00123597 Jy ! Component: 1100 - total flux cleaned = -0.00123576 Jy ! Component: 1150 - total flux cleaned = -0.00126987 Jy ! Component: 1200 - total flux cleaned = -0.00125283 Jy ! Component: 1250 - total flux cleaned = -0.00125282 Jy ! Component: 1300 - total flux cleaned = -0.00123662 Jy ! Component: 1350 - total flux cleaned = -0.00128401 Jy ! Component: 1400 - total flux cleaned = -0.00123711 Jy ! Component: 1450 - total flux cleaned = -0.001252 Jy ! Component: 1500 - total flux cleaned = -0.00122127 Jy ! Component: 1550 - total flux cleaned = -0.00125077 Jy ! Component: 1600 - total flux cleaned = -0.00129466 Jy ! Component: 1650 - total flux cleaned = -0.00132354 Jy ! Component: 1700 - total flux cleaned = -0.00135162 Jy ! Component: 1750 - total flux cleaned = -0.00135185 Jy ! Component: 1800 - total flux cleaned = -0.00139356 Jy ! Component: 1850 - total flux cleaned = -0.00146171 Jy ! Component: 1900 - total flux cleaned = -0.00147524 Jy ! Component: 1950 - total flux cleaned = -0.0015546 Jy ! Component: 2000 - total flux cleaned = -0.00160662 Jy ! Component: 2050 - total flux cleaned = -0.00163247 Jy ! Component: 2100 - total flux cleaned = -0.00169625 Jy ! Component: 2150 - total flux cleaned = -0.00170881 Jy ! Component: 2200 - total flux cleaned = -0.00178367 Jy ! Component: 2250 - total flux cleaned = -0.00180821 Jy ! Component: 2300 - total flux cleaned = -0.00184477 Jy ! Component: 2350 - total flux cleaned = -0.00191721 Jy ! Component: 2400 - total flux cleaned = -0.00195292 Jy ! Component: 2450 - total flux cleaned = -0.00195297 Jy ! Component: 2500 - total flux cleaned = -0.00198808 Jy ! Component: 2550 - total flux cleaned = -0.0020111 Jy ! Component: 2600 - total flux cleaned = -0.00201093 Jy ! Component: 2650 - total flux cleaned = -0.00199975 Jy ! Component: 2700 - total flux cleaned = -0.00208989 Jy ! Component: 2750 - total flux cleaned = -0.00211221 Jy ! Component: 2800 - total flux cleaned = -0.00213419 Jy ! Component: 2850 - total flux cleaned = -0.00214514 Jy ! Component: 2900 - total flux cleaned = -0.00219956 Jy ! Component: 2950 - total flux cleaned = -0.0022642 Jy ! Component: 3000 - total flux cleaned = -0.00230716 Jy ! Component: 3050 - total flux cleaned = -0.00237084 Jy ! Component: 3100 - total flux cleaned = -0.00239186 Jy ! Component: 3150 - total flux cleaned = -0.00245441 Jy ! Component: 3200 - total flux cleaned = -0.00252685 Jy ! Component: 3250 - total flux cleaned = -0.00258861 Jy ! Component: 3300 - total flux cleaned = -0.00262946 Jy ! Component: 3350 - total flux cleaned = -0.00269013 Jy ! Component: 3400 - total flux cleaned = -0.00279049 Jy ! Component: 3450 - total flux cleaned = -0.00280041 Jy ! Component: 3500 - total flux cleaned = -0.00281035 Jy ! Component: 3550 - total flux cleaned = -0.00287913 Jy ! Component: 3600 - total flux cleaned = -0.0029181 Jy ! Component: 3650 - total flux cleaned = -0.00295668 Jy ! Component: 3700 - total flux cleaned = -0.00297584 Jy ! Component: 3750 - total flux cleaned = -0.0030235 Jy ! Component: 3800 - total flux cleaned = -0.00303294 Jy ! Component: 3850 - total flux cleaned = -0.00307049 Jy ! Component: 3900 - total flux cleaned = -0.00310772 Jy ! Component: 3950 - total flux cleaned = -0.00309843 Jy ! Component: 4000 - total flux cleaned = -0.00312599 Jy ! Component: 4050 - total flux cleaned = -0.00318088 Jy ! Total flux subtracted in 4096 components = -0.00321719 Jy ! Clean residual min=-0.000563 max=0.000453 Jy/beam ! Clean residual mean=-0.000002 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.13701 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 495 components and 0.13701 Jy ![Exited script file: muppet] wmap "J0009+0628_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.54 x 10.1 at 11.12 degrees (North through East) ! Clean map min=-0.0013653 max=0.10026 Jy/beam ! Writing clean map to FITS file: J0009+0628_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100256 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170237 device "J0009+0628_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0009+0628_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.509409 0.509409 1.01882 2.03764 4.07527 8.15055 16.3011 32.6022 65.2044 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.54 x 10.1 at 11.12 degrees (North through East) ! Clean map min=-0.0013653 max=0.10026 Jy/beam quit ! Quitting program ! Log file J0009+0628_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:39:36 2016