! Started logfile: J0158+2124_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:51:53 2016 obs J0158+2124_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0158+2124_S_2014_08_09_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.761939 visibilities/baseline/integration-bin. ! Found source: J0158+2124 ! ! 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 342 lines of history. ! ! Reading 12892 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 J0158+2124_S_2014_08_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 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.865459Jy sigma=0.010376 ! Fit after self-cal, rms=0.856426Jy sigma=0.010286 ! 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.77 mas, bmaj=7.79 mas, bpa=17.85 degrees ! Estimated noise=843.951 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.106958 Jy ! Component: 100 - total flux cleaned = 0.135004 Jy ! Total flux subtracted in 100 components = 0.135004 Jy ! Clean residual min=-0.007859 max=0.015309 Jy/beam ! Clean residual mean=-0.000030 rms=0.002252 Jy/beam ! Combined flux in latest and established models = 0.135004 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.135004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085948Jy sigma=0.000914 ! Fit after self-cal, rms=0.085952Jy sigma=0.000913 ! Inverting map ! Added new window around map position (2.5, -11.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166418 Jy ! Component: 100 - total flux cleaned = 0.028115 Jy ! Total flux subtracted in 100 components = 0.028115 Jy ! Clean residual min=-0.006636 max=0.006856 Jy/beam ! Clean residual mean=-0.000022 rms=0.001617 Jy/beam ! Combined flux in latest and established models = 0.163119 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.163119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080643Jy sigma=0.000850 ! Fit after self-cal, rms=0.080400Jy sigma=0.000847 ! 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.476 mas, bmaj=8.468 mas, bpa=16.18 degrees ! Estimated noise=532.421 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.0139383 Jy ! Component: 100 - total flux cleaned = 0.0229023 Jy ! Component: 150 - total flux cleaned = 0.0292736 Jy ! Component: 200 - total flux cleaned = 0.0339372 Jy ! Total flux subtracted in 200 components = 0.0339372 Jy ! Clean residual min=-0.005140 max=0.005145 Jy/beam ! Clean residual mean=-0.000016 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.197056 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 79 components and 0.197056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076992Jy sigma=0.000813 ! Fit after self-cal, rms=0.076757Jy sigma=0.000811 ! 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 1.03 FD 0.76 HN 0.99 KP 1.08 ! LA 1.10 MK 1.00* NL 1.01 OV 1.01 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.94 HN 1.03 KP 1.00 ! LA 1.10 MK 1.00* NL 1.06 OV 1.04 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.04 HN 1.03 KP 0.91 ! LA 0.84 MK 1.00* NL 1.05 OV 0.98 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.93 HN 0.98 KP 0.87 ! LA 0.78 MK 1.00* NL 1.07 OV 1.00 ! PT 1.00 SC 0.99 ! ! ! Fit before self-cal, rms=0.076757Jy sigma=0.000811 ! Fit after self-cal, rms=0.071095Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.526 mas, bmaj=8.496 mas, bpa=15.74 degrees ! Estimated noise=527.697 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.00356785 Jy ! Component: 100 - total flux cleaned = 0.00488195 Jy ! Component: 150 - total flux cleaned = 0.00523945 Jy ! Component: 200 - total flux cleaned = 0.00538711 Jy ! Total flux subtracted in 200 components = 0.00538711 Jy ! Clean residual min=-0.003230 max=0.003515 Jy/beam ! Clean residual mean=-0.000000 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.202443 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.202443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070902Jy sigma=0.000781 ! Fit after self-cal, rms=0.070825Jy sigma=0.000781 ! 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.070825Jy sigma=0.000781 ! Fit after self-cal, rms=0.069685Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.518 mas, bmaj=8.493 mas, bpa=16 degrees ! Estimated noise=527.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000847286 Jy ! Component: 100 - total flux cleaned = 0.000812567 Jy ! Component: 150 - total flux cleaned = 0.000753059 Jy ! Component: 200 - total flux cleaned = 0.000752992 Jy ! Total flux subtracted in 200 components = 0.000752992 Jy ! Clean residual min=-0.001919 max=0.003559 Jy/beam ! Clean residual mean=-0.000000 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.203196 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 127 components and 0.203196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069651Jy sigma=0.000775 ! Fit after self-cal, rms=0.069635Jy 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) ! Added new window around map position (-6.5, -15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00304677 Jy ! Component: 100 - total flux cleaned = 0.00384753 Jy ! Component: 150 - total flux cleaned = 0.00397156 Jy ! Component: 200 - total flux cleaned = 0.003974 Jy ! Total flux subtracted in 200 components = 0.003974 Jy ! Clean residual min=-0.001615 max=0.001960 Jy/beam ! Clean residual mean=0.000000 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.20717 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 153 components and 0.20717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069502Jy sigma=0.000773 ! Fit after self-cal, rms=0.069480Jy sigma=0.000773 ! 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.069480Jy sigma=0.000773 ! Fit after self-cal, rms=0.069291Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.521 mas, bmaj=8.498 mas, bpa=15.95 degrees ! Estimated noise=527.692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140222 Jy ! Component: 100 - total flux cleaned = 0.00169138 Jy ! Component: 150 - total flux cleaned = 0.00179799 Jy ! Component: 200 - total flux cleaned = 0.00182233 Jy ! Total flux subtracted in 200 components = 0.00182233 Jy ! Clean residual min=-0.001499 max=0.001528 Jy/beam ! Clean residual mean=0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.208992 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 168 components and 0.208992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069255Jy sigma=0.000772 ! Fit after self-cal, rms=0.069245Jy sigma=0.000772 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.000444949 Jy ! Component: 100 - total flux cleaned = 0.000510536 Jy ! Component: 150 - total flux cleaned = 0.000628438 Jy ! Component: 200 - total flux cleaned = 0.000645828 Jy ! Total flux subtracted in 200 components = 0.000645828 Jy ! Clean residual min=-0.001486 max=0.001358 Jy/beam ! Clean residual mean=0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.209638 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 180 components and 0.209638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069232Jy sigma=0.000772 ! Fit after self-cal, rms=0.069229Jy sigma=0.000772 ! 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.069229Jy sigma=0.000772 ! Fit after self-cal, rms=0.069151Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.122 mas, bmaj=10.3 mas, bpa=2.269 degrees ! Estimated noise=595.303 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000697741 Jy ! Component: 100 - total flux cleaned = 0.000975252 Jy ! Component: 150 - total flux cleaned = 0.00119278 Jy ! Component: 200 - total flux cleaned = 0.00133328 Jy ! Total flux subtracted in 200 components = 0.00133328 Jy ! Clean residual min=-0.001582 max=0.001442 Jy/beam ! Clean residual mean=0.000001 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.210971 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 190 components and 0.210971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069141Jy sigma=0.000772 ! Fit after self-cal, rms=0.069138Jy sigma=0.000772 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.00035074 Jy ! Component: 100 - total flux cleaned = 0.000465967 Jy ! Component: 150 - total flux cleaned = 0.000550596 Jy ! Component: 200 - total flux cleaned = 0.000633085 Jy ! Total flux subtracted in 200 components = 0.000633085 Jy ! Clean residual min=-0.001538 max=0.001411 Jy/beam ! Clean residual mean=0.000001 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.211605 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 198 components and 0.211605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069133Jy sigma=0.000772 ! Fit after self-cal, rms=0.069132Jy sigma=0.000772 ! 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.524 mas, bmaj=8.505 mas, bpa=15.92 degrees ! Estimated noise=527.835 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.524 x 8.505 at 15.92 degrees (North through East) ! Clean map min=-0.0014214 max=0.13825 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.805 mas, bmaj=7.805 mas, bpa=17.52 degrees ! Estimated noise=839.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10581 Jy ! Component: 100 - total flux cleaned = 0.13518 Jy ! Component: 150 - total flux cleaned = 0.152622 Jy ! Component: 200 - total flux cleaned = 0.164927 Jy ! Total flux subtracted in 200 components = 0.164927 Jy ! Clean residual min=-0.004658 max=0.006909 Jy/beam ! Clean residual mean=-0.000012 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.164927 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.164927 Jy ! Inverting map and beam ! Estimated beam: bmin=4.524 mas, bmaj=8.505 mas, bpa=15.92 degrees ! Estimated noise=527.835 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.012621 Jy ! Component: 100 - total flux cleaned = 0.0210333 Jy ! Component: 150 - total flux cleaned = 0.0269519 Jy ! Component: 200 - total flux cleaned = 0.0312298 Jy ! Total flux subtracted in 200 components = 0.0312298 Jy ! Clean residual min=-0.002265 max=0.002427 Jy/beam ! Clean residual mean=-0.000005 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.196157 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 101 components and 0.196157 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.122 mas, bmaj=10.3 mas, bpa=2.269 degrees ! Estimated noise=595.303 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00463818 Jy ! Component: 100 - total flux cleaned = 0.00750845 Jy ! Component: 150 - total flux cleaned = 0.00941319 Jy ! Component: 200 - total flux cleaned = 0.0107685 Jy ! Total flux subtracted in 200 components = 0.0107685 Jy ! Clean residual min=-0.002005 max=0.001394 Jy/beam ! Clean residual mean=-0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.206925 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.00105473 Jy ! Component: 100 - total flux cleaned = 0.00189838 Jy ! Component: 150 - total flux cleaned = 0.00258637 Jy ! Component: 200 - total flux cleaned = 0.0031527 Jy ! Total flux subtracted in 200 components = 0.0031527 Jy ! Clean residual min=-0.001726 max=0.001318 Jy/beam ! Clean residual mean=0.000001 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.210078 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 200 components and 0.210078 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.524 mas, bmaj=8.505 mas, bpa=15.92 degrees ! Estimated noise=527.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000197636 Jy ! Component: 100 - total flux cleaned = 0.000274713 Jy ! Component: 150 - total flux cleaned = 0.000344369 Jy ! Component: 200 - total flux cleaned = 0.000427369 Jy ! Total flux subtracted in 200 components = 0.000427369 Jy ! Clean residual min=-0.001460 max=0.001294 Jy/beam ! Clean residual mean=0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.210506 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 217 components and 0.210506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069151Jy sigma=0.000772 ! Fit after self-cal, rms=0.069144Jy sigma=0.000772 wmodel J0158+2124_S_2014_08_09_pus_map.mod ! Writing 217 model components to file: J0158+2124_S_2014_08_09_pus_map.mod wobs J0158+2124_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0158+2124_S_2014_08_09_pus_uvs.fits wwins J0158+2124_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0158+2124_S_2014_08_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.00048143 Jy ! Component: 100 - total flux cleaned = -0.000505693 Jy ! Component: 150 - total flux cleaned = -0.000506037 Jy ! Component: 200 - total flux cleaned = -0.000549949 Jy ! Component: 250 - total flux cleaned = -0.000592427 Jy ! Component: 300 - total flux cleaned = -0.000633569 Jy ! Component: 350 - total flux cleaned = -0.000732427 Jy ! Component: 400 - total flux cleaned = -0.000828544 Jy ! Component: 450 - total flux cleaned = -0.000922292 Jy ! Component: 500 - total flux cleaned = -0.000977805 Jy ! Component: 550 - total flux cleaned = -0.00112169 Jy ! Component: 600 - total flux cleaned = -0.00117431 Jy ! Component: 650 - total flux cleaned = -0.00122619 Jy ! Component: 700 - total flux cleaned = -0.00134492 Jy ! Component: 750 - total flux cleaned = -0.00142779 Jy ! Component: 800 - total flux cleaned = -0.00150921 Jy ! Component: 850 - total flux cleaned = -0.00162163 Jy ! Component: 900 - total flux cleaned = -0.00174796 Jy ! Component: 950 - total flux cleaned = -0.00184091 Jy ! Component: 1000 - total flux cleaned = -0.00197823 Jy ! Component: 1050 - total flux cleaned = -0.00211333 Jy ! Component: 1100 - total flux cleaned = -0.00224627 Jy ! Component: 1150 - total flux cleaned = -0.00234792 Jy ! Component: 1200 - total flux cleaned = -0.00244781 Jy ! Component: 1250 - total flux cleaned = -0.00260233 Jy ! Component: 1300 - total flux cleaned = -0.00268531 Jy ! Component: 1350 - total flux cleaned = -0.00278085 Jy ! Component: 1400 - total flux cleaned = -0.00291528 Jy ! Component: 1450 - total flux cleaned = -0.0029816 Jy ! Component: 1500 - total flux cleaned = -0.00312532 Jy ! Component: 1550 - total flux cleaned = -0.00320243 Jy ! Component: 1600 - total flux cleaned = -0.0032914 Jy ! Component: 1650 - total flux cleaned = -0.00334177 Jy ! Component: 1700 - total flux cleaned = -0.00345356 Jy ! Component: 1750 - total flux cleaned = -0.00356349 Jy ! Component: 1800 - total flux cleaned = -0.00359977 Jy ! Component: 1850 - total flux cleaned = -0.00367145 Jy ! Component: 1900 - total flux cleaned = -0.00376581 Jy ! Component: 1950 - total flux cleaned = -0.00380097 Jy ! Component: 2000 - total flux cleaned = -0.00390476 Jy ! Component: 2050 - total flux cleaned = -0.00396183 Jy ! Component: 2100 - total flux cleaned = -0.0039617 Jy ! Component: 2150 - total flux cleaned = -0.00401736 Jy ! Component: 2200 - total flux cleaned = -0.00402849 Jy ! Component: 2250 - total flux cleaned = -0.00410535 Jy ! Component: 2300 - total flux cleaned = -0.00414864 Jy ! Component: 2350 - total flux cleaned = -0.00417017 Jy ! Component: 2400 - total flux cleaned = -0.00424457 Jy ! Component: 2450 - total flux cleaned = -0.00426552 Jy ! Component: 2500 - total flux cleaned = -0.00429688 Jy ! Component: 2550 - total flux cleaned = -0.00434858 Jy ! Component: 2600 - total flux cleaned = -0.00439957 Jy ! Component: 2650 - total flux cleaned = -0.00446037 Jy ! Component: 2700 - total flux cleaned = -0.00453068 Jy ! Component: 2750 - total flux cleaned = -0.00460034 Jy ! Component: 2800 - total flux cleaned = -0.00464956 Jy ! Component: 2850 - total flux cleaned = -0.00470803 Jy ! Component: 2900 - total flux cleaned = -0.00474686 Jy ! Component: 2950 - total flux cleaned = -0.00480437 Jy ! Component: 3000 - total flux cleaned = -0.00485198 Jy ! Component: 3050 - total flux cleaned = -0.00491817 Jy ! Component: 3100 - total flux cleaned = -0.00497441 Jy ! Component: 3150 - total flux cleaned = -0.00503016 Jy ! Component: 3200 - total flux cleaned = -0.00508545 Jy ! Component: 3250 - total flux cleaned = -0.00513121 Jy ! Component: 3300 - total flux cleaned = -0.00523092 Jy ! Component: 3350 - total flux cleaned = -0.00525796 Jy ! Component: 3400 - total flux cleaned = -0.00529363 Jy ! Component: 3450 - total flux cleaned = -0.00534669 Jy ! Component: 3500 - total flux cleaned = -0.00537305 Jy ! Component: 3550 - total flux cleaned = -0.00540792 Jy ! Component: 3600 - total flux cleaned = -0.00542527 Jy ! Component: 3650 - total flux cleaned = -0.00545116 Jy ! Component: 3700 - total flux cleaned = -0.00547679 Jy ! Component: 3750 - total flux cleaned = -0.00550222 Jy ! Component: 3800 - total flux cleaned = -0.00556118 Jy ! Component: 3850 - total flux cleaned = -0.00555279 Jy ! Component: 3900 - total flux cleaned = -0.00556942 Jy ! Component: 3950 - total flux cleaned = -0.00559423 Jy ! Component: 4000 - total flux cleaned = -0.00560242 Jy ! Component: 4050 - total flux cleaned = -0.00556987 Jy ! Total flux subtracted in 4096 components = -0.00558615 Jy ! Clean residual min=-0.000460 max=0.000480 Jy/beam ! Clean residual mean=0.000001 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.204919 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 505 components and 0.20492 Jy ![Exited script file: muppet] wmap "J0158+2124_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.524 x 8.505 at 15.92 degrees (North through East) ! Clean map min=-0.00093172 max=0.13818 Jy/beam ! Writing clean map to FITS file: J0158+2124_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.138176 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150905 device "J0158+2124_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0158+2124_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.327637 0.327637 0.655273 1.31055 2.62109 5.24218 10.4844 20.9687 41.9375 83.875 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.138 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.524 x 8.505 at 15.92 degrees (North through East) ! Clean map min=-0.00093172 max=0.13818 Jy/beam quit ! Quitting program ! Log file J0158+2124_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:51:58 2016