! Started logfile: J2152+1734_S_2017_02_19_pus_uvs.log on Sat May 4 18:59:04 2019 obs J2152+1734_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J2152+1734_S_2017_02_19_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.661111 visibilities/baseline/integration-bin. ! Found source: J2152+1734 ! ! 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 482 lines of history. ! ! Reading 952 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 J2152+1734_S_2017_02_19_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.743391Jy sigma=0.006330 ! Fit after self-cal, rms=0.740100Jy sigma=0.006296 ! 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.635 mas, bmaj=6.728 mas, bpa=4.848 degrees ! Estimated noise=3386.06 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.197132 Jy ! Component: 100 - total flux cleaned = 0.274847 Jy ! Total flux subtracted in 100 components = 0.274847 Jy ! Clean residual min=-0.030160 max=0.075042 Jy/beam ! Clean residual mean=-0.000112 rms=0.009865 Jy/beam ! Combined flux in latest and established models = 0.274847 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.274847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145160Jy sigma=0.001128 ! Fit after self-cal, rms=0.144188Jy sigma=0.001121 ! Inverting map ! Added new window around map position (-3.5, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0670508 Jy ! Component: 100 - total flux cleaned = 0.100189 Jy ! Total flux subtracted in 100 components = 0.100189 Jy ! Clean residual min=-0.018542 max=0.017696 Jy/beam ! Clean residual mean=-0.000055 rms=0.004536 Jy/beam ! Combined flux in latest and established models = 0.375036 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.375036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103793Jy sigma=0.000796 ! Fit after self-cal, rms=0.102671Jy sigma=0.000787 ! 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=2.986 mas, bmaj=7.162 mas, bpa=7.692 degrees ! Estimated noise=3014.65 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.0258369 Jy ! Component: 100 - total flux cleaned = 0.0417544 Jy ! Component: 150 - total flux cleaned = 0.0525145 Jy ! Component: 200 - total flux cleaned = 0.0600213 Jy ! Total flux subtracted in 200 components = 0.0600213 Jy ! Clean residual min=-0.013737 max=0.011515 Jy/beam ! Clean residual mean=-0.000022 rms=0.003326 Jy/beam ! Combined flux in latest and established models = 0.435058 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 49 components and 0.435058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093836Jy sigma=0.000730 ! Fit after self-cal, rms=0.093709Jy sigma=0.000728 ! 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.98 FD 0.98 HN 1.00 KP 1.03 ! LA 0.99 MK 1.04 NL 0.88 OV 1.05 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 0.97 KP 1.01 ! LA 0.96 MK 1.02 NL 1.02 OV 1.07 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.08 HN 0.99 KP 0.88 ! LA 0.76 MK 1.04 NL 1.14 OV 1.08 ! PT 1.00* SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.07 HN 1.00 KP 1.00* ! LA 0.83 MK 1.03 NL 1.00* OV 1.02 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.093709Jy sigma=0.000728 ! Fit after self-cal, rms=0.083114Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=7.2 mas, bpa=7.867 degrees ! Estimated noise=2989.65 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.000673003 Jy ! Component: 100 - total flux cleaned = -0.000427856 Jy ! Component: 150 - total flux cleaned = -0.000285862 Jy ! Component: 200 - total flux cleaned = -0.00022945 Jy ! Total flux subtracted in 200 components = -0.00022945 Jy ! Clean residual min=-0.008290 max=0.008898 Jy/beam ! Clean residual mean=-0.000003 rms=0.002054 Jy/beam ! Combined flux in latest and established models = 0.434828 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 60 components and 0.434828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082951Jy sigma=0.000669 ! Fit after self-cal, rms=0.082971Jy sigma=0.000668 ! 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.082971Jy sigma=0.000668 ! Fit after self-cal, rms=0.082985Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.007 mas, bmaj=7.198 mas, bpa=7.884 degrees ! Estimated noise=2990.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.90417e-05 Jy ! Component: 100 - total flux cleaned = 0.000127772 Jy ! Component: 150 - total flux cleaned = 0.000269973 Jy ! Component: 200 - total flux cleaned = 0.000399812 Jy ! Total flux subtracted in 200 components = 0.000399812 Jy ! Clean residual min=-0.008192 max=0.008605 Jy/beam ! Clean residual mean=-0.000003 rms=0.002041 Jy/beam ! Combined flux in latest and established models = 0.435228 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.435228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082923Jy sigma=0.000668 ! Fit after self-cal, rms=0.082918Jy sigma=0.000668 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.93926e-05 Jy ! Component: 100 - total flux cleaned = 5.19326e-05 Jy ! Component: 150 - total flux cleaned = 0.000161337 Jy ! Component: 200 - total flux cleaned = 0.000195315 Jy ! Total flux subtracted in 200 components = 0.000195315 Jy ! Clean residual min=-0.008147 max=0.008452 Jy/beam ! Clean residual mean=-0.000003 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.435423 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.435423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082885Jy sigma=0.000668 ! Fit after self-cal, rms=0.082881Jy sigma=0.000668 ! 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.082881Jy sigma=0.000668 ! Fit after self-cal, rms=0.082872Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.005 mas, bmaj=7.192 mas, bpa=7.984 degrees ! Estimated noise=2989.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000289432 Jy ! Component: 100 - total flux cleaned = 0.000542052 Jy ! Component: 150 - total flux cleaned = 0.000673234 Jy ! Component: 200 - total flux cleaned = 0.000734605 Jy ! Total flux subtracted in 200 components = 0.000734605 Jy ! Clean residual min=-0.008087 max=0.008360 Jy/beam ! Clean residual mean=-0.000002 rms=0.002019 Jy/beam ! Combined flux in latest and established models = 0.436158 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.436158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082845Jy sigma=0.000667 ! Fit after self-cal, rms=0.082842Jy sigma=0.000667 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 = 5.02729e-05 Jy ! Component: 100 - total flux cleaned = 0.000138804 Jy ! Component: 150 - total flux cleaned = 0.000138896 Jy ! Component: 200 - total flux cleaned = 0.000112247 Jy ! Total flux subtracted in 200 components = 0.000112247 Jy ! Clean residual min=-0.008055 max=0.008298 Jy/beam ! Clean residual mean=-0.000002 rms=0.002014 Jy/beam ! Combined flux in latest and established models = 0.43627 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.43627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082824Jy sigma=0.000667 ! Fit after self-cal, rms=0.082821Jy sigma=0.000667 ! 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.082821Jy sigma=0.000667 ! Fit after self-cal, rms=0.082858Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.523 mas, bmaj=9.504 mas, bpa=0.4228 degrees ! Estimated noise=4090.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022178 Jy ! Component: 100 - total flux cleaned = 0.00250602 Jy ! Component: 150 - total flux cleaned = 0.00255476 Jy ! Component: 200 - total flux cleaned = 0.00247349 Jy ! Total flux subtracted in 200 components = 0.00247349 Jy ! Clean residual min=-0.010856 max=0.010047 Jy/beam ! Clean residual mean=-0.000006 rms=0.003176 Jy/beam ! Combined flux in latest and established models = 0.438744 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 86 components and 0.438744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082895Jy sigma=0.000667 ! Fit after self-cal, rms=0.082890Jy sigma=0.000667 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 = 4.4085e-05 Jy ! Component: 100 - total flux cleaned = -3.24035e-05 Jy ! Component: 150 - total flux cleaned = -6.9624e-05 Jy ! Component: 200 - total flux cleaned = -0.00017074 Jy ! Total flux subtracted in 200 components = -0.00017074 Jy ! Clean residual min=-0.010750 max=0.009904 Jy/beam ! Clean residual mean=-0.000006 rms=0.003152 Jy/beam ! Combined flux in latest and established models = 0.438573 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 0.438573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082912Jy sigma=0.000667 ! Fit after self-cal, rms=0.082910Jy sigma=0.000667 ! 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.003 mas, bmaj=7.187 mas, bpa=8.099 degrees ! Estimated noise=2990.12 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.003 x 7.187 at 8.099 degrees (North through East) ! Clean map min=-0.0076605 max=0.26981 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.652 mas, bmaj=6.74 mas, bpa=5.242 degrees ! Estimated noise=3344.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.198149 Jy ! Component: 100 - total flux cleaned = 0.286773 Jy ! Component: 150 - total flux cleaned = 0.3351 Jy ! Component: 200 - total flux cleaned = 0.365046 Jy ! Total flux subtracted in 200 components = 0.365046 Jy ! Clean residual min=-0.014019 max=0.016735 Jy/beam ! Clean residual mean=-0.000040 rms=0.003821 Jy/beam ! Combined flux in latest and established models = 0.365047 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.365047 Jy ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.187 mas, bpa=8.099 degrees ! Estimated noise=2990.12 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.0265418 Jy ! Component: 100 - total flux cleaned = 0.0423527 Jy ! Component: 150 - total flux cleaned = 0.0527143 Jy ! Component: 200 - total flux cleaned = 0.0597955 Jy ! Total flux subtracted in 200 components = 0.0597955 Jy ! Clean residual min=-0.009152 max=0.009284 Jy/beam ! Clean residual mean=-0.000008 rms=0.002226 Jy/beam ! Combined flux in latest and established models = 0.424842 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 44 components and 0.424842 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=6.523 mas, bmaj=9.504 mas, bpa=0.4228 degrees ! Estimated noise=4090.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00794908 Jy ! Component: 100 - total flux cleaned = 0.0111358 Jy ! Component: 150 - total flux cleaned = 0.0119786 Jy ! Component: 200 - total flux cleaned = 0.0125764 Jy ! Total flux subtracted in 200 components = 0.0125764 Jy ! Clean residual min=-0.010717 max=0.009635 Jy/beam ! Clean residual mean=-0.000008 rms=0.003159 Jy/beam ! Combined flux in latest and established models = 0.437418 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.00017687 Jy ! Component: 100 - total flux cleaned = 0.000227858 Jy ! Component: 150 - total flux cleaned = 0.000230009 Jy ! Component: 200 - total flux cleaned = 0.00027214 Jy ! Total flux subtracted in 200 components = 0.00027214 Jy ! Clean residual min=-0.010575 max=0.009687 Jy/beam ! Clean residual mean=-0.000007 rms=0.003136 Jy/beam ! Combined flux in latest and established models = 0.437691 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 71 components and 0.43769 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.003 mas, bmaj=7.187 mas, bpa=8.099 degrees ! Estimated noise=2990.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00182951 Jy ! Component: 100 - total flux cleaned = -0.00223524 Jy ! Component: 150 - total flux cleaned = -0.00214861 Jy ! Component: 200 - total flux cleaned = -0.00199678 Jy ! Total flux subtracted in 200 components = -0.00199678 Jy ! Clean residual min=-0.007972 max=0.008647 Jy/beam ! Clean residual mean=-0.000002 rms=0.002031 Jy/beam ! Combined flux in latest and established models = 0.435694 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.435694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082952Jy sigma=0.000668 ! Fit after self-cal, rms=0.082926Jy sigma=0.000667 wmodel J2152+1734_S_2017_02_19_pus_map.mod ! Writing 84 model components to file: J2152+1734_S_2017_02_19_pus_map.mod wobs J2152+1734_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J2152+1734_S_2017_02_19_pus_uvs.fits wwins J2152+1734_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J2152+1734_S_2017_02_19_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.00185035 Jy ! Component: 100 - total flux cleaned = 0.00171412 Jy ! Component: 150 - total flux cleaned = 0.00171225 Jy ! Component: 200 - total flux cleaned = 0.00160106 Jy ! Component: 250 - total flux cleaned = 0.00128113 Jy ! Component: 300 - total flux cleaned = 0.000773772 Jy ! Component: 350 - total flux cleaned = 0.000189407 Jy ! Component: 400 - total flux cleaned = -0.000273888 Jy ! Component: 450 - total flux cleaned = -0.000539811 Jy ! Component: 500 - total flux cleaned = -0.000883911 Jy ! Component: 550 - total flux cleaned = -0.0012937 Jy ! Component: 600 - total flux cleaned = -0.00145192 Jy ! Component: 650 - total flux cleaned = -0.00145268 Jy ! Component: 700 - total flux cleaned = -0.00152712 Jy ! Component: 750 - total flux cleaned = -0.00166689 Jy ! Component: 800 - total flux cleaned = -0.00152503 Jy ! Component: 850 - total flux cleaned = -0.00165813 Jy ! Component: 900 - total flux cleaned = -0.00159267 Jy ! Component: 950 - total flux cleaned = -0.00165734 Jy ! Component: 1000 - total flux cleaned = -0.00165678 Jy ! Component: 1050 - total flux cleaned = -0.00171784 Jy ! Component: 1100 - total flux cleaned = -0.00183488 Jy ! Component: 1150 - total flux cleaned = -0.00183488 Jy ! Component: 1200 - total flux cleaned = -0.00189163 Jy ! Component: 1250 - total flux cleaned = -0.00205765 Jy ! Component: 1300 - total flux cleaned = -0.00200164 Jy ! Component: 1350 - total flux cleaned = -0.00205559 Jy ! Component: 1400 - total flux cleaned = -0.002264 Jy ! Component: 1450 - total flux cleaned = -0.00216139 Jy ! Component: 1500 - total flux cleaned = -0.00221213 Jy ! Component: 1550 - total flux cleaned = -0.00240921 Jy ! Component: 1600 - total flux cleaned = -0.00240892 Jy ! Component: 1650 - total flux cleaned = -0.00231353 Jy ! Component: 1700 - total flux cleaned = -0.00212653 Jy ! Component: 1750 - total flux cleaned = -0.00198715 Jy ! Component: 1800 - total flux cleaned = -0.00185037 Jy ! Component: 1850 - total flux cleaned = -0.00162828 Jy ! Component: 1900 - total flux cleaned = -0.00149636 Jy ! Component: 1950 - total flux cleaned = -0.00136564 Jy ! Component: 2000 - total flux cleaned = -0.00102435 Jy ! Component: 2050 - total flux cleaned = -0.000814593 Jy ! Component: 2100 - total flux cleaned = -0.000731909 Jy ! Component: 2150 - total flux cleaned = -0.00040439 Jy ! Component: 2200 - total flux cleaned = -8.13383e-05 Jy ! Component: 2250 - total flux cleaned = 0.000157733 Jy ! Component: 2300 - total flux cleaned = 0.000315731 Jy ! Component: 2350 - total flux cleaned = 0.000510347 Jy ! Component: 2400 - total flux cleaned = 0.000625731 Jy ! Component: 2450 - total flux cleaned = 0.000853948 Jy ! Component: 2500 - total flux cleaned = 0.00104289 Jy ! Component: 2550 - total flux cleaned = 0.00122941 Jy ! Component: 2600 - total flux cleaned = 0.00148807 Jy ! Component: 2650 - total flux cleaned = 0.00163448 Jy ! Component: 2700 - total flux cleaned = 0.00185187 Jy ! Component: 2750 - total flux cleaned = 0.00203098 Jy ! Component: 2800 - total flux cleaned = 0.00224423 Jy ! Component: 2850 - total flux cleaned = 0.00238492 Jy ! Component: 2900 - total flux cleaned = 0.00255947 Jy ! Component: 2950 - total flux cleaned = 0.00280099 Jy ! Component: 3000 - total flux cleaned = 0.00280144 Jy ! Component: 3050 - total flux cleaned = 0.00314104 Jy ! Component: 3100 - total flux cleaned = 0.00327561 Jy ! Component: 3150 - total flux cleaned = 0.00340881 Jy ! Component: 3200 - total flux cleaned = 0.00340868 Jy ! Component: 3250 - total flux cleaned = 0.00350767 Jy ! Component: 3300 - total flux cleaned = 0.00360585 Jy ! Component: 3350 - total flux cleaned = 0.00376846 Jy ! Component: 3400 - total flux cleaned = 0.00386502 Jy ! Component: 3450 - total flux cleaned = 0.00408882 Jy ! Component: 3500 - total flux cleaned = 0.0042156 Jy ! Component: 3550 - total flux cleaned = 0.00431013 Jy ! Component: 3600 - total flux cleaned = 0.00443558 Jy ! Component: 3650 - total flux cleaned = 0.00452912 Jy ! Component: 3700 - total flux cleaned = 0.00477741 Jy ! Component: 3750 - total flux cleaned = 0.00486984 Jy ! Component: 3800 - total flux cleaned = 0.00496192 Jy ! Component: 3850 - total flux cleaned = 0.00517564 Jy ! Component: 3900 - total flux cleaned = 0.00535787 Jy ! Component: 3950 - total flux cleaned = 0.0054485 Jy ! Component: 4000 - total flux cleaned = 0.00553883 Jy ! Component: 4050 - total flux cleaned = 0.00577872 Jy ! Total flux subtracted in 4096 components = 0.00580866 Jy ! Clean residual min=-0.001624 max=0.001948 Jy/beam ! Clean residual mean=0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.441502 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 373 components and 0.441502 Jy ![Exited script file: muppet] wmap "J2152+1734_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.003 x 7.187 at 8.099 degrees (North through East) ! Clean map min=-0.0050429 max=0.27047 Jy/beam ! Writing clean map to FITS file: J2152+1734_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.27047 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000506337 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.561618 0.561618 1.12324 2.24647 4.49294 8.98589 17.9718 35.9436 71.8871 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.27 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.003 x 7.187 at 8.099 degrees (North through East) ! Clean map min=-0.0050429 max=0.27047 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 J2152+1734_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:59:08 2019