! Started logfile: J1033+3935_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:32:29 2016 obs J1033+3935_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1033+3935_S_2014_12_20_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.933333 visibilities/baseline/integration-bin. ! Found source: J1033+3935 ! ! 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 344 lines of history. ! ! Reading 9744 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 J1033+3935_S_2014_12_20_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.683251Jy sigma=0.008555 ! Fit after self-cal, rms=0.672345Jy sigma=0.008436 ! 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.247 mas, bmaj=4.473 mas, bpa=-7.009 degrees ! Estimated noise=936.213 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.249796 Jy ! Component: 100 - total flux cleaned = 0.329537 Jy ! Total flux subtracted in 100 components = 0.329537 Jy ! Clean residual min=-0.011504 max=0.031206 Jy/beam ! Clean residual mean=0.000036 rms=0.003351 Jy/beam ! Combined flux in latest and established models = 0.329537 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.329537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106315Jy sigma=0.001216 ! Fit after self-cal, rms=0.106219Jy sigma=0.001215 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0316584 Jy ! Component: 100 - total flux cleaned = 0.0472733 Jy ! Total flux subtracted in 100 components = 0.0472733 Jy ! Clean residual min=-0.009885 max=0.010873 Jy/beam ! Clean residual mean=0.000034 rms=0.002421 Jy/beam ! Combined flux in latest and established models = 0.37681 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.37681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092843Jy sigma=0.001086 ! Fit after self-cal, rms=0.092840Jy sigma=0.001085 ! 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.952 mas, bmaj=5.453 mas, bpa=-6.572 degrees ! Estimated noise=587.821 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.013674 Jy ! Component: 100 - total flux cleaned = 0.0211752 Jy ! Component: 150 - total flux cleaned = 0.0257504 Jy ! Component: 200 - total flux cleaned = 0.0286446 Jy ! Total flux subtracted in 200 components = 0.0286446 Jy ! Clean residual min=-0.012511 max=0.011243 Jy/beam ! Clean residual mean=0.000064 rms=0.002960 Jy/beam ! Combined flux in latest and established models = 0.405455 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.405455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090026Jy sigma=0.001069 ! Fit after self-cal, rms=0.090023Jy sigma=0.001069 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 0.94 KP 1.07 ! LA 0.93 MK 1.02 NL 0.98 OV 0.95 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.13 HN 0.99 KP 1.02 ! LA 0.90 MK 0.98 NL 1.04 OV 1.00 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.26 HN 0.98 KP 0.92 ! LA 0.74 MK 1.02 NL 1.41 OV 0.92 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.13 HN 0.94 KP 0.88 ! LA 0.79 MK 1.02 NL 1.03 OV 0.98 ! PT 1.00 SC 1.01 ! ! ! Fit before self-cal, rms=0.090023Jy sigma=0.001069 ! Fit after self-cal, rms=0.074967Jy sigma=0.000863 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=5.503 mas, bpa=-6.78 degrees ! Estimated noise=591.461 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.000495515 Jy ! Component: 100 - total flux cleaned = -0.000628232 Jy ! Component: 150 - total flux cleaned = -0.000808185 Jy ! Component: 200 - total flux cleaned = -0.00102558 Jy ! Total flux subtracted in 200 components = -0.00102558 Jy ! Clean residual min=-0.006605 max=0.006397 Jy/beam ! Clean residual mean=0.000017 rms=0.001673 Jy/beam ! Combined flux in latest and established models = 0.404429 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.404429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074855Jy sigma=0.000862 ! Fit after self-cal, rms=0.074864Jy sigma=0.000861 ! 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.074864Jy sigma=0.000861 ! Fit after self-cal, rms=0.070641Jy sigma=0.000802 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.96 mas, bmaj=5.482 mas, bpa=-7.145 degrees ! Estimated noise=590.209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000623856 Jy ! Component: 100 - total flux cleaned = 0.000500569 Jy ! Component: 150 - total flux cleaned = 0.00035426 Jy ! Component: 200 - total flux cleaned = 0.000224469 Jy ! Total flux subtracted in 200 components = 0.000224469 Jy ! Clean residual min=-0.002490 max=0.003849 Jy/beam ! Clean residual mean=0.000015 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.404654 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.404654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070593Jy sigma=0.000802 ! Fit after self-cal, rms=0.070612Jy sigma=0.000802 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 (-42, -107.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00396761 Jy ! Component: 100 - total flux cleaned = 0.00647491 Jy ! Component: 150 - total flux cleaned = 0.00818562 Jy ! Component: 200 - total flux cleaned = 0.00936141 Jy ! Total flux subtracted in 200 components = 0.00936141 Jy ! Clean residual min=-0.002394 max=0.002560 Jy/beam ! Clean residual mean=0.000009 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.414015 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.414015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070358Jy sigma=0.000798 ! Fit after self-cal, rms=0.070334Jy sigma=0.000798 ! 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.070334Jy sigma=0.000798 ! Fit after self-cal, rms=0.070579Jy sigma=0.000798 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.956 mas, bmaj=5.479 mas, bpa=-7.094 degrees ! Estimated noise=591.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172099 Jy ! Component: 100 - total flux cleaned = 0.00296524 Jy ! Component: 150 - total flux cleaned = 0.00358273 Jy ! Component: 200 - total flux cleaned = 0.0040834 Jy ! Total flux subtracted in 200 components = 0.0040834 Jy ! Clean residual min=-0.002284 max=0.002271 Jy/beam ! Clean residual mean=0.000006 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.418099 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 0.418099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070504Jy sigma=0.000797 ! Fit after self-cal, rms=0.070501Jy sigma=0.000797 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.000570827 Jy ! Component: 100 - total flux cleaned = 0.000845554 Jy ! Component: 150 - total flux cleaned = 0.00100996 Jy ! Component: 200 - total flux cleaned = 0.00113599 Jy ! Total flux subtracted in 200 components = 0.00113599 Jy ! Clean residual min=-0.002194 max=0.002290 Jy/beam ! Clean residual mean=0.000004 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.419235 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 93 components and 0.419235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070476Jy sigma=0.000797 ! Fit after self-cal, rms=0.070475Jy sigma=0.000797 ! 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.070475Jy sigma=0.000797 ! Fit after self-cal, rms=0.070580Jy sigma=0.000797 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.879 mas, bmaj=9.228 mas, bpa=-4.356 degrees ! Estimated noise=710.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143012 Jy ! Component: 100 - total flux cleaned = 0.00233704 Jy ! Component: 150 - total flux cleaned = 0.00295838 Jy ! Component: 200 - total flux cleaned = 0.00328971 Jy ! Total flux subtracted in 200 components = 0.00328971 Jy ! Clean residual min=-0.002389 max=0.003034 Jy/beam ! Clean residual mean=0.000007 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.422524 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 112 components and 0.422524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070565Jy sigma=0.000797 ! Fit after self-cal, rms=0.070562Jy sigma=0.000797 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.00029877 Jy ! Component: 100 - total flux cleaned = 0.000374529 Jy ! Component: 150 - total flux cleaned = 0.000443444 Jy ! Component: 200 - total flux cleaned = 0.000494236 Jy ! Total flux subtracted in 200 components = 0.000494236 Jy ! Clean residual min=-0.002375 max=0.003012 Jy/beam ! Clean residual mean=0.000005 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.423019 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.423019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070561Jy sigma=0.000797 ! Fit after self-cal, rms=0.070560Jy sigma=0.000797 ! 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.951 mas, bmaj=5.475 mas, bpa=-7.055 degrees ! Estimated noise=592.267 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.951 x 5.475 at -7.055 degrees (North through East) ! Clean map min=-0.0020286 max=0.32676 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.238 mas, bmaj=4.464 mas, bpa=-7.911 degrees ! Estimated noise=946.484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.251473 Jy ! Component: 100 - total flux cleaned = 0.332419 Jy ! Component: 150 - total flux cleaned = 0.364501 Jy ! Component: 200 - total flux cleaned = 0.380208 Jy ! Total flux subtracted in 200 components = 0.380208 Jy ! Clean residual min=-0.004794 max=0.007585 Jy/beam ! Clean residual mean=0.000011 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.380208 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.380208 Jy ! Inverting map and beam ! Estimated beam: bmin=3.951 mas, bmaj=5.475 mas, bpa=-7.055 degrees ! Estimated noise=592.267 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.0117107 Jy ! Component: 100 - total flux cleaned = 0.0181366 Jy ! Component: 150 - total flux cleaned = 0.0227144 Jy ! Component: 200 - total flux cleaned = 0.0263398 Jy ! Total flux subtracted in 200 components = 0.0263398 Jy ! Clean residual min=-0.002725 max=0.002921 Jy/beam ! Clean residual mean=0.000014 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.406547 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 54 components and 0.406548 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=7.879 mas, bmaj=9.228 mas, bpa=-4.356 degrees ! Estimated noise=710.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00474609 Jy ! Component: 100 - total flux cleaned = 0.00800236 Jy ! Component: 150 - total flux cleaned = 0.0103203 Jy ! Component: 200 - total flux cleaned = 0.0120044 Jy ! Total flux subtracted in 200 components = 0.0120044 Jy ! Clean residual min=-0.002638 max=0.003098 Jy/beam ! Clean residual mean=0.000014 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.418552 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.00123882 Jy ! Component: 100 - total flux cleaned = 0.00215593 Jy ! Component: 150 - total flux cleaned = 0.00283857 Jy ! Component: 200 - total flux cleaned = 0.0033488 Jy ! Total flux subtracted in 200 components = 0.0033488 Jy ! Clean residual min=-0.002647 max=0.003009 Jy/beam ! Clean residual mean=0.000011 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.421901 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 121 components and 0.421901 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.951 mas, bmaj=5.475 mas, bpa=-7.055 degrees ! Estimated noise=592.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000276388 Jy ! Component: 100 - total flux cleaned = -8.951e-05 Jy ! Component: 150 - total flux cleaned = 7.46426e-05 Jy ! Component: 200 - total flux cleaned = 0.000148289 Jy ! Total flux subtracted in 200 components = 0.000148289 Jy ! Clean residual min=-0.002203 max=0.002400 Jy/beam ! Clean residual mean=0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.422049 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 134 components and 0.422049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070607Jy sigma=0.000797 ! Fit after self-cal, rms=0.070605Jy sigma=0.000797 wmodel J1033+3935_S_2014_12_20_pus_map.mod ! Writing 134 model components to file: J1033+3935_S_2014_12_20_pus_map.mod wobs J1033+3935_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1033+3935_S_2014_12_20_pus_uvs.fits wwins J1033+3935_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1033+3935_S_2014_12_20_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.000636542 Jy ! Component: 100 - total flux cleaned = 0.000789847 Jy ! Component: 150 - total flux cleaned = 0.000860332 Jy ! Component: 200 - total flux cleaned = 0.000894244 Jy ! Component: 250 - total flux cleaned = 0.000960036 Jy ! Component: 300 - total flux cleaned = 0.000895708 Jy ! Component: 350 - total flux cleaned = 0.000864219 Jy ! Component: 400 - total flux cleaned = 0.000773972 Jy ! Component: 450 - total flux cleaned = 0.000625876 Jy ! Component: 500 - total flux cleaned = 0.000596311 Jy ! Component: 550 - total flux cleaned = 0.00042667 Jy ! Component: 600 - total flux cleaned = 0.000343863 Jy ! Component: 650 - total flux cleaned = 0.000343597 Jy ! Component: 700 - total flux cleaned = 0.000369585 Jy ! Component: 750 - total flux cleaned = 0.000343167 Jy ! Component: 800 - total flux cleaned = 0.000291846 Jy ! Component: 850 - total flux cleaned = 0.000241942 Jy ! Component: 900 - total flux cleaned = 0.000143711 Jy ! Component: 950 - total flux cleaned = 0.000119518 Jy ! Component: 1000 - total flux cleaned = 4.85004e-05 Jy ! Component: 1050 - total flux cleaned = -2.14846e-05 Jy ! Component: 1100 - total flux cleaned = -6.76701e-05 Jy ! Component: 1150 - total flux cleaned = -6.80242e-05 Jy ! Component: 1200 - total flux cleaned = -0.000157331 Jy ! Component: 1250 - total flux cleaned = -0.000179228 Jy ! Component: 1300 - total flux cleaned = -0.000331062 Jy ! Component: 1350 - total flux cleaned = -0.000309141 Jy ! Component: 1400 - total flux cleaned = -0.000372496 Jy ! Component: 1450 - total flux cleaned = -0.000351395 Jy ! Component: 1500 - total flux cleaned = -0.000392691 Jy ! Component: 1550 - total flux cleaned = -0.000413258 Jy ! Component: 1600 - total flux cleaned = -0.00037317 Jy ! Component: 1650 - total flux cleaned = -0.000313996 Jy ! Component: 1700 - total flux cleaned = -0.000392784 Jy ! Component: 1750 - total flux cleaned = -0.000392693 Jy ! Component: 1800 - total flux cleaned = -0.000392895 Jy ! Component: 1850 - total flux cleaned = -0.000469005 Jy ! Component: 1900 - total flux cleaned = -0.000412473 Jy ! Component: 1950 - total flux cleaned = -0.00035667 Jy ! Component: 2000 - total flux cleaned = -0.000393414 Jy ! Component: 2050 - total flux cleaned = -0.000338799 Jy ! Component: 2100 - total flux cleaned = -0.000321085 Jy ! Component: 2150 - total flux cleaned = -0.000338669 Jy ! Component: 2200 - total flux cleaned = -0.000303661 Jy ! Component: 2250 - total flux cleaned = -0.000320942 Jy ! Component: 2300 - total flux cleaned = -0.000286385 Jy ! Component: 2350 - total flux cleaned = -0.000337615 Jy ! Component: 2400 - total flux cleaned = -0.000354491 Jy ! Component: 2450 - total flux cleaned = -0.000354524 Jy ! Component: 2500 - total flux cleaned = -0.000304483 Jy ! Component: 2550 - total flux cleaned = -0.000206021 Jy ! Component: 2600 - total flux cleaned = -0.000254487 Jy ! Component: 2650 - total flux cleaned = -0.000222312 Jy ! Component: 2700 - total flux cleaned = -0.00020615 Jy ! Component: 2750 - total flux cleaned = -0.000190164 Jy ! Component: 2800 - total flux cleaned = -0.000237027 Jy ! Component: 2850 - total flux cleaned = -0.000159156 Jy ! Component: 2900 - total flux cleaned = -0.000174462 Jy ! Component: 2950 - total flux cleaned = -0.000158993 Jy ! Component: 3000 - total flux cleaned = -0.000159089 Jy ! Component: 3050 - total flux cleaned = -0.000113937 Jy ! Component: 3100 - total flux cleaned = -9.90473e-05 Jy ! Component: 3150 - total flux cleaned = -5.48363e-05 Jy ! Component: 3200 - total flux cleaned = -4.02832e-05 Jy ! Component: 3250 - total flux cleaned = 1.78754e-05 Jy ! Component: 3300 - total flux cleaned = -1.10795e-05 Jy ! Component: 3350 - total flux cleaned = 1.74745e-05 Jy ! Component: 3400 - total flux cleaned = 7.42797e-05 Jy ! Component: 3450 - total flux cleaned = 7.42034e-05 Jy ! Component: 3500 - total flux cleaned = 4.64585e-05 Jy ! Component: 3550 - total flux cleaned = 8.81784e-05 Jy ! Component: 3600 - total flux cleaned = 0.000115808 Jy ! Component: 3650 - total flux cleaned = 0.000143 Jy ! Component: 3700 - total flux cleaned = 0.000170005 Jy ! Component: 3750 - total flux cleaned = 0.000169847 Jy ! Component: 3800 - total flux cleaned = 0.000209995 Jy ! Component: 3850 - total flux cleaned = 0.000196662 Jy ! Component: 3900 - total flux cleaned = 0.000196799 Jy ! Component: 3950 - total flux cleaned = 0.000235981 Jy ! Component: 4000 - total flux cleaned = 0.000235985 Jy ! Component: 4050 - total flux cleaned = 0.000274692 Jy ! Total flux subtracted in 4096 components = 0.000313011 Jy ! Clean residual min=-0.000821 max=0.000843 Jy/beam ! Clean residual mean=0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.422362 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 428 components and 0.422362 Jy ![Exited script file: muppet] wmap "J1033+3935_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.951 x 5.475 at -7.055 degrees (North through East) ! Clean map min=-0.001508 max=0.32684 Jy/beam ! Writing clean map to FITS file: J1033+3935_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.326839 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231663 device "J1033+3935_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1033+3935_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.21264 0.21264 0.42528 0.85056 1.70112 3.40224 6.80448 13.609 27.2179 54.4358 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.326 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.951 x 5.475 at -7.055 degrees (North through East) ! Clean map min=-0.001508 max=0.32684 Jy/beam quit ! Quitting program ! Log file J1033+3935_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:32:35 2016