! Started logfile: J0458+0608_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:44:02 2016 obs J0458+0608_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0458+0608_S_2014_06_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.696477 visibilities/baseline/integration-bin. ! Found source: J0458+0608 ! ! 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 10280 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 J0458+0608_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 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.778923Jy sigma=0.007971 ! Fit after self-cal, rms=0.723697Jy sigma=0.007426 ! 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.975 mas, bmaj=7.202 mas, bpa=-5.229 degrees ! Estimated noise=1044.32 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.206911 Jy ! Component: 100 - total flux cleaned = 0.261953 Jy ! Total flux subtracted in 100 components = 0.261953 Jy ! Clean residual min=-0.023769 max=0.045035 Jy/beam ! Clean residual mean=-0.000025 rms=0.006938 Jy/beam ! Combined flux in latest and established models = 0.261953 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.261953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167045Jy sigma=0.001714 ! Fit after self-cal, rms=0.167053Jy sigma=0.001714 ! Inverting map ! Added new window around map position (-7.5, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0425782 Jy ! Component: 100 - total flux cleaned = 0.0712466 Jy ! Total flux subtracted in 100 components = 0.0712466 Jy ! Clean residual min=-0.021742 max=0.028572 Jy/beam ! Clean residual mean=-0.000022 rms=0.005760 Jy/beam ! Combined flux in latest and established models = 0.333199 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.333199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147078Jy sigma=0.001495 ! Fit after self-cal, rms=0.146454Jy sigma=0.001490 ! 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.639 mas, bmaj=8.3 mas, bpa=-4.109 degrees ! Estimated noise=688.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0412827 Jy ! Component: 100 - total flux cleaned = 0.0679564 Jy ! Component: 150 - total flux cleaned = 0.0861068 Jy ! Component: 200 - total flux cleaned = 0.0987585 Jy ! Total flux subtracted in 200 components = 0.0987585 Jy ! Clean residual min=-0.022651 max=0.041608 Jy/beam ! Clean residual mean=-0.000064 rms=0.008735 Jy/beam ! Combined flux in latest and established models = 0.431958 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 88 components and 0.431958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132682Jy sigma=0.001345 ! Fit after self-cal, rms=0.132155Jy sigma=0.001340 ! 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.84 HN 1.01 KP 1.10 ! LA 1.05 MK 1.03 NL 0.96 OV 1.01 ! PT 0.93 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.06 KP 1.07 ! LA 1.01 MK 1.01 NL 1.02 OV 1.01 ! PT 0.95 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.05 KP 0.99 ! LA 0.79 MK 1.02 NL 1.00 OV 0.98 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.02 KP 0.96 ! LA 0.77 MK 0.98 NL 1.06 OV 1.05 ! PT 0.98 SC 0.98 ! ! ! Fit before self-cal, rms=0.132155Jy sigma=0.001340 ! Fit after self-cal, rms=0.120610Jy sigma=0.001289 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.675 mas, bmaj=8.387 mas, bpa=-4.01 degrees ! Estimated noise=676.129 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.00408248 Jy ! Component: 100 - total flux cleaned = 0.00423963 Jy ! Component: 150 - total flux cleaned = 0.00436684 Jy ! Component: 200 - total flux cleaned = 0.00436236 Jy ! Total flux subtracted in 200 components = 0.00436236 Jy ! Clean residual min=-0.022476 max=0.040307 Jy/beam ! Clean residual mean=-0.000039 rms=0.008272 Jy/beam ! Combined flux in latest and established models = 0.43632 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 94 components and 0.43632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120282Jy sigma=0.001282 ! Fit after self-cal, rms=0.120146Jy sigma=0.001281 ! 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.120146Jy sigma=0.001281 ! Fit after self-cal, rms=0.125100Jy sigma=0.001197 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=8.373 mas, bpa=-4.047 degrees ! Estimated noise=681.087 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000213334 Jy ! Component: 100 - total flux cleaned = -0.000319561 Jy ! Component: 150 - total flux cleaned = -0.000410309 Jy ! Component: 200 - total flux cleaned = -0.000495764 Jy ! Total flux subtracted in 200 components = -0.000495764 Jy ! Clean residual min=-0.021863 max=0.037687 Jy/beam ! Clean residual mean=-0.000065 rms=0.007093 Jy/beam ! Combined flux in latest and established models = 0.435824 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 100 components and 0.435824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124956Jy sigma=0.001195 ! Fit after self-cal, rms=0.125092Jy sigma=0.001195 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 (4, -42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0352775 Jy ! Component: 100 - total flux cleaned = 0.0551929 Jy ! Component: 150 - total flux cleaned = 0.0686891 Jy ! Component: 200 - total flux cleaned = 0.0783725 Jy ! Total flux subtracted in 200 components = 0.0783725 Jy ! Clean residual min=-0.021073 max=0.025142 Jy/beam ! Clean residual mean=-0.000066 rms=0.005777 Jy/beam ! Combined flux in latest and established models = 0.514197 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 149 components and 0.514197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114006Jy sigma=0.001067 ! Fit after self-cal, rms=0.112688Jy sigma=0.001062 ! Inverting map ! Added new window around map position (-41, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0277353 Jy ! Component: 100 - total flux cleaned = 0.0441629 Jy ! Component: 150 - total flux cleaned = 0.0542112 Jy ! Component: 200 - total flux cleaned = 0.0593722 Jy ! Total flux subtracted in 200 components = 0.0593722 Jy ! Clean residual min=-0.019738 max=0.019286 Jy/beam ! Clean residual mean=-0.000058 rms=0.004789 Jy/beam ! Combined flux in latest and established models = 0.573569 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 209 components and 0.573569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104351Jy sigma=0.000982 ! Fit after self-cal, rms=0.102740Jy sigma=0.000969 ! 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.102740Jy sigma=0.000969 ! Fit after self-cal, rms=0.099400Jy sigma=0.000950 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=8.427 mas, bpa=-4.05 degrees ! Estimated noise=669.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120037 Jy ! Component: 100 - total flux cleaned = 0.0193383 Jy ! Component: 150 - total flux cleaned = 0.0223133 Jy ! Component: 200 - total flux cleaned = 0.0237247 Jy ! Total flux subtracted in 200 components = 0.0237247 Jy ! Clean residual min=-0.016327 max=0.016842 Jy/beam ! Clean residual mean=-0.000016 rms=0.004009 Jy/beam ! Combined flux in latest and established models = 0.597294 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 253 components and 0.597294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097147Jy sigma=0.000930 ! Fit after self-cal, rms=0.096888Jy sigma=0.000926 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 (-62.5, 35). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0163132 Jy ! Component: 100 - total flux cleaned = 0.0218225 Jy ! Component: 150 - total flux cleaned = 0.0231975 Jy ! Component: 200 - total flux cleaned = 0.0236586 Jy ! Total flux subtracted in 200 components = 0.0236586 Jy ! Clean residual min=-0.012900 max=0.013170 Jy/beam ! Clean residual mean=0.000007 rms=0.003430 Jy/beam ! Combined flux in latest and established models = 0.620952 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 310 components and 0.620952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093676Jy sigma=0.000892 ! Fit after self-cal, rms=0.093207Jy sigma=0.000888 ! 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.093207Jy sigma=0.000888 ! Fit after self-cal, rms=0.091219Jy sigma=0.000880 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.127 mas, bmaj=14.19 mas, bpa=-8.686 degrees ! Estimated noise=790.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136167 Jy ! Component: 100 - total flux cleaned = 0.0166254 Jy ! Component: 150 - total flux cleaned = 0.0181416 Jy ! Component: 200 - total flux cleaned = 0.0186523 Jy ! Total flux subtracted in 200 components = 0.0186523 Jy ! Clean residual min=-0.016813 max=0.015560 Jy/beam ! Clean residual mean=0.000012 rms=0.004893 Jy/beam ! Combined flux in latest and established models = 0.639605 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 355 components and 0.639605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089853Jy sigma=0.000865 ! Fit after self-cal, rms=0.089674Jy sigma=0.000863 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.00349682 Jy ! Component: 100 - total flux cleaned = 0.00350968 Jy ! Component: 150 - total flux cleaned = 0.0030909 Jy ! Component: 200 - total flux cleaned = 0.0027174 Jy ! Total flux subtracted in 200 components = 0.0027174 Jy ! Clean residual min=-0.015161 max=0.014832 Jy/beam ! Clean residual mean=0.000014 rms=0.004502 Jy/beam ! Combined flux in latest and established models = 0.642322 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 383 components and 0.642322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089240Jy sigma=0.000859 ! Fit after self-cal, rms=0.089215Jy sigma=0.000858 ! 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.708 mas, bmaj=8.451 mas, bpa=-4.218 degrees ! Estimated noise=671.445 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.708 x 8.451 at -4.218 degrees (North through East) ! Clean map min=-0.010969 max=0.27207 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.004 mas, bmaj=7.276 mas, bpa=-5.303 degrees ! Estimated noise=1032.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.204325 Jy ! Component: 100 - total flux cleaned = 0.263198 Jy ! Component: 150 - total flux cleaned = 0.302194 Jy ! Component: 200 - total flux cleaned = 0.333334 Jy ! Total flux subtracted in 200 components = 0.333334 Jy ! Clean residual min=-0.016271 max=0.020399 Jy/beam ! Clean residual mean=-0.000020 rms=0.005164 Jy/beam ! Combined flux in latest and established models = 0.333334 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.333334 Jy ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=8.451 mas, bpa=-4.218 degrees ! Estimated noise=671.445 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.0452987 Jy ! Component: 100 - total flux cleaned = 0.080942 Jy ! Component: 150 - total flux cleaned = 0.110447 Jy ! Component: 200 - total flux cleaned = 0.135601 Jy ! Total flux subtracted in 200 components = 0.135601 Jy ! Clean residual min=-0.018408 max=0.021253 Jy/beam ! Clean residual mean=-0.000035 rms=0.005323 Jy/beam ! Combined flux in latest and established models = 0.468935 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 121 components and 0.468935 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.127 mas, bmaj=14.19 mas, bpa=-8.686 degrees ! Estimated noise=790.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0369758 Jy ! Component: 100 - total flux cleaned = 0.0646289 Jy ! Component: 150 - total flux cleaned = 0.0862408 Jy ! Component: 200 - total flux cleaned = 0.10348 Jy ! Total flux subtracted in 200 components = 0.10348 Jy ! Clean residual min=-0.021060 max=0.022870 Jy/beam ! Clean residual mean=-0.000022 rms=0.005695 Jy/beam ! Combined flux in latest and established models = 0.572415 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.0130123 Jy ! Component: 100 - total flux cleaned = 0.020681 Jy ! Component: 150 - total flux cleaned = 0.0265519 Jy ! Component: 200 - total flux cleaned = 0.0324417 Jy ! Total flux subtracted in 200 components = 0.0324417 Jy ! Clean residual min=-0.018172 max=0.017674 Jy/beam ! Clean residual mean=-0.000011 rms=0.004840 Jy/beam ! Combined flux in latest and established models = 0.604857 Jy ! Adding 125 model components to the UV plane model. ! The established model now contains 233 components and 0.604857 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=8.451 mas, bpa=-4.218 degrees ! Estimated noise=671.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00821876 Jy ! Component: 100 - total flux cleaned = 0.0131206 Jy ! Component: 150 - total flux cleaned = 0.014929 Jy ! Component: 200 - total flux cleaned = 0.01699 Jy ! Total flux subtracted in 200 components = 0.01699 Jy ! Clean residual min=-0.011904 max=0.012431 Jy/beam ! Clean residual mean=-0.000002 rms=0.002933 Jy/beam ! Combined flux in latest and established models = 0.621847 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 259 components and 0.621847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090952Jy sigma=0.000873 ! Fit after self-cal, rms=0.090774Jy sigma=0.000870 wmodel J0458+0608_S_2014_06_09_pus_map.mod ! Writing 259 model components to file: J0458+0608_S_2014_06_09_pus_map.mod wobs J0458+0608_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0458+0608_S_2014_06_09_pus_uvs.fits wwins J0458+0608_S_2014_06_09_pus_map.win ! wwins: Wrote 5 windows to J0458+0608_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 = -0.00032181 Jy ! Component: 100 - total flux cleaned = -0.0031216 Jy ! Component: 150 - total flux cleaned = -0.00637314 Jy ! Component: 200 - total flux cleaned = -0.00861882 Jy ! Component: 250 - total flux cleaned = -0.0107489 Jy ! Component: 300 - total flux cleaned = -0.0124933 Jy ! Component: 350 - total flux cleaned = -0.0143008 Jy ! Component: 400 - total flux cleaned = -0.0156346 Jy ! Component: 450 - total flux cleaned = -0.0167891 Jy ! Component: 500 - total flux cleaned = -0.0179003 Jy ! Component: 550 - total flux cleaned = -0.018972 Jy ! Component: 600 - total flux cleaned = -0.0197765 Jy ! Component: 650 - total flux cleaned = -0.0204459 Jy ! Component: 700 - total flux cleaned = -0.0212032 Jy ! Component: 750 - total flux cleaned = -0.0218327 Jy ! Component: 800 - total flux cleaned = -0.0225425 Jy ! Component: 850 - total flux cleaned = -0.0230369 Jy ! Component: 900 - total flux cleaned = -0.0237101 Jy ! Component: 950 - total flux cleaned = -0.024364 Jy ! Component: 1000 - total flux cleaned = -0.0247299 Jy ! Component: 1050 - total flux cleaned = -0.0251733 Jy ! Component: 1100 - total flux cleaned = -0.0255172 Jy ! Component: 1150 - total flux cleaned = -0.0254335 Jy ! Component: 1200 - total flux cleaned = -0.0257646 Jy ! Component: 1250 - total flux cleaned = -0.0260844 Jy ! Component: 1300 - total flux cleaned = -0.0262391 Jy ! Component: 1350 - total flux cleaned = -0.0263898 Jy ! Component: 1400 - total flux cleaned = -0.0265397 Jy ! Component: 1450 - total flux cleaned = -0.0266855 Jy ! Component: 1500 - total flux cleaned = -0.0267553 Jy ! Component: 1550 - total flux cleaned = -0.0266851 Jy ! Component: 1600 - total flux cleaned = -0.0267516 Jy ! Component: 1650 - total flux cleaned = -0.0267494 Jy ! Component: 1700 - total flux cleaned = -0.0266837 Jy ! Component: 1750 - total flux cleaned = -0.0269395 Jy ! Component: 1800 - total flux cleaned = -0.0269376 Jy ! Component: 1850 - total flux cleaned = -0.0269375 Jy ! Component: 1900 - total flux cleaned = -0.0271782 Jy ! Component: 1950 - total flux cleaned = -0.0273555 Jy ! Component: 2000 - total flux cleaned = -0.0273566 Jy ! Component: 2050 - total flux cleaned = -0.0273583 Jy ! Component: 2100 - total flux cleaned = -0.0274153 Jy ! Component: 2150 - total flux cleaned = -0.0273053 Jy ! Component: 2200 - total flux cleaned = -0.0270915 Jy ! Component: 2250 - total flux cleaned = -0.0271965 Jy ! Component: 2300 - total flux cleaned = -0.0270397 Jy ! Component: 2350 - total flux cleaned = -0.026836 Jy ! Component: 2400 - total flux cleaned = -0.0267865 Jy ! Component: 2450 - total flux cleaned = -0.0267367 Jy ! Component: 2500 - total flux cleaned = -0.0264938 Jy ! Component: 2550 - total flux cleaned = -0.0264459 Jy ! Component: 2600 - total flux cleaned = -0.0264442 Jy ! Component: 2650 - total flux cleaned = -0.0260317 Jy ! Component: 2700 - total flux cleaned = -0.0259425 Jy ! Component: 2750 - total flux cleaned = -0.0257659 Jy ! Component: 2800 - total flux cleaned = -0.0257653 Jy ! Component: 2850 - total flux cleaned = -0.0255929 Jy ! Component: 2900 - total flux cleaned = -0.0254242 Jy ! Component: 2950 - total flux cleaned = -0.0253825 Jy ! Component: 3000 - total flux cleaned = -0.0251783 Jy ! Component: 3050 - total flux cleaned = -0.0248977 Jy ! Component: 3100 - total flux cleaned = -0.0249768 Jy ! Component: 3150 - total flux cleaned = -0.0248591 Jy ! Component: 3200 - total flux cleaned = -0.0245522 Jy ! Component: 3250 - total flux cleaned = -0.024666 Jy ! Component: 3300 - total flux cleaned = -0.0243301 Jy ! Component: 3350 - total flux cleaned = -0.0242203 Jy ! Component: 3400 - total flux cleaned = -0.0241481 Jy ! Component: 3450 - total flux cleaned = -0.0238267 Jy ! Component: 3500 - total flux cleaned = -0.0237922 Jy ! Component: 3550 - total flux cleaned = -0.0236872 Jy ! Component: 3600 - total flux cleaned = -0.0233783 Jy ! Component: 3650 - total flux cleaned = -0.0232093 Jy ! Component: 3700 - total flux cleaned = -0.0230082 Jy ! Component: 3750 - total flux cleaned = -0.0229745 Jy ! Component: 3800 - total flux cleaned = -0.0227453 Jy ! Component: 3850 - total flux cleaned = -0.022584 Jy ! Component: 3900 - total flux cleaned = -0.0223926 Jy ! Component: 3950 - total flux cleaned = -0.0223298 Jy ! Component: 4000 - total flux cleaned = -0.0222052 Jy ! Component: 4050 - total flux cleaned = -0.0220511 Jy ! Total flux subtracted in 4096 components = -0.0218685 Jy ! Clean residual min=-0.001778 max=0.001868 Jy/beam ! Clean residual mean=-0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.599978 Jy keep ! Adding 370 model components to the UV plane model. ! The established model now contains 629 components and 0.599978 Jy ![Exited script file: muppet] wmap "J0458+0608_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.708 x 8.451 at -4.218 degrees (North through East) ! Clean map min=-0.0086801 max=0.27358 Jy/beam ! Writing clean map to FITS file: J0458+0608_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.273581 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000593118 device "J0458+0608_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0458+0608_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.650395 0.650395 1.30079 2.60158 5.20316 10.4063 20.8126 41.6253 83.2505 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.273 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.708 x 8.451 at -4.218 degrees (North through East) ! Clean map min=-0.0086801 max=0.27358 Jy/beam quit ! Quitting program ! Log file J0458+0608_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:44:06 2016