! Started logfile: J0013+4636_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:48:09 2016 obs J0013+4636_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0013+4636_S_2014_08_09_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777541 visibilities/baseline/integration-bin. ! Found source: J0013+4636 ! ! 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 13156 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 J0013+4636_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 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.824695Jy sigma=0.009905 ! Fit after self-cal, rms=0.812812Jy sigma=0.009773 ! 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=4.249 mas, bmaj=6.036 mas, bpa=49.41 degrees ! Estimated noise=868.537 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.141777 Jy ! Component: 100 - total flux cleaned = 0.189404 Jy ! Total flux subtracted in 100 components = 0.189404 Jy ! Clean residual min=-0.007852 max=0.019549 Jy/beam ! Clean residual mean=0.000035 rms=0.002086 Jy/beam ! Combined flux in latest and established models = 0.189404 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.189404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080012Jy sigma=0.000882 ! Fit after self-cal, rms=0.079772Jy sigma=0.000879 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205249 Jy ! Component: 100 - total flux cleaned = 0.029208 Jy ! Total flux subtracted in 100 components = 0.029208 Jy ! Clean residual min=-0.004855 max=0.005082 Jy/beam ! Clean residual mean=0.000028 rms=0.001164 Jy/beam ! Combined flux in latest and established models = 0.218612 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.218612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073763Jy sigma=0.000815 ! Fit after self-cal, rms=0.073679Jy sigma=0.000814 ! 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=5.11 mas, bmaj=6.749 mas, bpa=50.35 degrees ! Estimated noise=521.699 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.00567241 Jy ! Component: 100 - total flux cleaned = 0.00875359 Jy ! Component: 150 - total flux cleaned = 0.0106245 Jy ! Component: 200 - total flux cleaned = 0.0118448 Jy ! Total flux subtracted in 200 components = 0.0118448 Jy ! Clean residual min=-0.003741 max=0.002939 Jy/beam ! Clean residual mean=0.000022 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.230456 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.230456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073053Jy sigma=0.000811 ! Fit after self-cal, rms=0.073040Jy sigma=0.000810 ! 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.00 FD 0.88 HN 0.94 KP 1.07 ! LA 1.09 MK 1.00* NL 0.97 OV 0.98 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 1.01 KP 1.01 ! LA 1.06 MK 1.00* NL 1.03 OV 1.02 ! PT 1.01 SC 1.03 ! ! ! 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.18 HN 1.03 KP 0.89 ! LA 0.83 MK 1.00* NL 1.03 OV 0.94 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 0.99 KP 0.87 ! LA 0.80 MK 1.00* NL 1.09 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.073040Jy sigma=0.000810 ! Fit after self-cal, rms=0.067753Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.104 mas, bmaj=6.741 mas, bpa=50.23 degrees ! Estimated noise=520.391 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.000795003 Jy ! Component: 100 - total flux cleaned = -0.000978501 Jy ! Component: 150 - total flux cleaned = -0.00108053 Jy ! Component: 200 - total flux cleaned = -0.00112137 Jy ! Total flux subtracted in 200 components = -0.00112137 Jy ! Clean residual min=-0.001768 max=0.002085 Jy/beam ! Clean residual mean=-0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.229335 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.229335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067739Jy sigma=0.000772 ! Fit after self-cal, rms=0.067725Jy sigma=0.000772 ! 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.067725Jy sigma=0.000772 ! Fit after self-cal, rms=0.067554Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.093 mas, bmaj=6.751 mas, bpa=50.29 degrees ! Estimated noise=519.756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000631043 Jy ! Component: 100 - total flux cleaned = -0.000752588 Jy ! Component: 150 - total flux cleaned = -0.000788486 Jy ! Component: 200 - total flux cleaned = -0.000819014 Jy ! Total flux subtracted in 200 components = -0.000819014 Jy ! Clean residual min=-0.001647 max=0.002225 Jy/beam ! Clean residual mean=-0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.228516 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.228516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067547Jy sigma=0.000771 ! Fit after self-cal, rms=0.067549Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (11, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180251 Jy ! Component: 100 - total flux cleaned = 0.00229151 Jy ! Component: 150 - total flux cleaned = 0.00247914 Jy ! Component: 200 - total flux cleaned = 0.00259865 Jy ! Total flux subtracted in 200 components = 0.00259865 Jy ! Clean residual min=-0.001440 max=0.001527 Jy/beam ! Clean residual mean=0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.231115 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.231115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067478Jy sigma=0.000770 ! Fit after self-cal, rms=0.067471Jy sigma=0.000770 ! 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.067471Jy sigma=0.000770 ! Fit after self-cal, rms=0.067452Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.093 mas, bmaj=6.752 mas, bpa=50.42 degrees ! Estimated noise=519.459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000749538 Jy ! Component: 100 - total flux cleaned = 0.000778481 Jy ! Component: 150 - total flux cleaned = 0.000692718 Jy ! Component: 200 - total flux cleaned = 0.00065468 Jy ! Total flux subtracted in 200 components = 0.00065468 Jy ! Clean residual min=-0.001402 max=0.001503 Jy/beam ! Clean residual mean=0.000000 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.231769 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 84 components and 0.231769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067435Jy sigma=0.000770 ! Fit after self-cal, rms=0.067435Jy sigma=0.000770 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.35742e-05 Jy ! Component: 100 - total flux cleaned = 3.93477e-05 Jy ! Component: 150 - total flux cleaned = 2.41826e-05 Jy ! Component: 200 - total flux cleaned = 1.01038e-05 Jy ! Total flux subtracted in 200 components = 1.01038e-05 Jy ! Clean residual min=-0.001385 max=0.001510 Jy/beam ! Clean residual mean=0.000000 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.231779 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.231779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067428Jy sigma=0.000770 ! Fit after self-cal, rms=0.067428Jy sigma=0.000770 ! 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.067428Jy sigma=0.000770 ! Fit after self-cal, rms=0.067422Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.787 mas, bmaj=8.946 mas, bpa=-65.76 degrees ! Estimated noise=588.083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000165087 Jy ! Component: 100 - total flux cleaned = 0.000220758 Jy ! Component: 150 - total flux cleaned = 0.000220301 Jy ! Component: 200 - total flux cleaned = 0.000220242 Jy ! Total flux subtracted in 200 components = 0.000220242 Jy ! Clean residual min=-0.001356 max=0.001578 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.232 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067419Jy sigma=0.000770 ! Fit after self-cal, rms=0.067420Jy sigma=0.000770 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 = 6.90302e-05 Jy ! Component: 100 - total flux cleaned = 6.87899e-05 Jy ! Component: 150 - total flux cleaned = 5.98202e-05 Jy ! Component: 200 - total flux cleaned = 6.02065e-05 Jy ! Total flux subtracted in 200 components = 6.02065e-05 Jy ! Clean residual min=-0.001347 max=0.001550 Jy/beam ! Clean residual mean=-0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.23206 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 123 components and 0.23206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067418Jy sigma=0.000770 ! Fit after self-cal, rms=0.067418Jy sigma=0.000770 ! 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=5.096 mas, bmaj=6.752 mas, bpa=50.49 degrees ! Estimated noise=519.236 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.096 x 6.752 at 50.49 degrees (North through East) ! Clean map min=-0.001359 max=0.18371 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=4.233 mas, bmaj=6.027 mas, bpa=49.52 degrees ! Estimated noise=860.424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.140797 Jy ! Component: 100 - total flux cleaned = 0.188843 Jy ! Component: 150 - total flux cleaned = 0.208576 Jy ! Component: 200 - total flux cleaned = 0.217079 Jy ! Total flux subtracted in 200 components = 0.217079 Jy ! Clean residual min=-0.002960 max=0.003835 Jy/beam ! Clean residual mean=0.000004 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.217078 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.217078 Jy ! Inverting map and beam ! Estimated beam: bmin=5.096 mas, bmaj=6.752 mas, bpa=50.49 degrees ! Estimated noise=519.236 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.00571179 Jy ! Component: 100 - total flux cleaned = 0.00903664 Jy ! Component: 150 - total flux cleaned = 0.0113007 Jy ! Component: 200 - total flux cleaned = 0.0127185 Jy ! Total flux subtracted in 200 components = 0.0127185 Jy ! Clean residual min=-0.001654 max=0.001464 Jy/beam ! Clean residual mean=-0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.229797 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 41 components and 0.229797 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.787 mas, bmaj=8.946 mas, bpa=-65.76 degrees ! Estimated noise=588.083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129378 Jy ! Component: 100 - total flux cleaned = 0.00187716 Jy ! Component: 150 - total flux cleaned = 0.00196243 Jy ! Component: 200 - total flux cleaned = 0.00203641 Jy ! Total flux subtracted in 200 components = 0.00203641 Jy ! Clean residual min=-0.001333 max=0.001515 Jy/beam ! Clean residual mean=-0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.231833 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 = 3.30776e-05 Jy ! Component: 100 - total flux cleaned = 4.79443e-05 Jy ! Component: 150 - total flux cleaned = 6.27565e-05 Jy ! Component: 200 - total flux cleaned = 8.97983e-05 Jy ! Total flux subtracted in 200 components = 8.97983e-05 Jy ! Clean residual min=-0.001323 max=0.001514 Jy/beam ! Clean residual mean=-0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.231923 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 81 components and 0.231923 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.096 mas, bmaj=6.752 mas, bpa=50.49 degrees ! Estimated noise=519.236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000162389 Jy ! Component: 100 - total flux cleaned = -0.000135848 Jy ! Component: 150 - total flux cleaned = -0.000157601 Jy ! Component: 200 - total flux cleaned = -0.000138151 Jy ! Total flux subtracted in 200 components = -0.000138151 Jy ! Clean residual min=-0.001467 max=0.001477 Jy/beam ! Clean residual mean=-0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.231785 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.231785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067440Jy sigma=0.000770 ! Fit after self-cal, rms=0.067439Jy sigma=0.000770 wmodel J0013+4636_S_2014_08_09_pus_map.mod ! Writing 98 model components to file: J0013+4636_S_2014_08_09_pus_map.mod wobs J0013+4636_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0013+4636_S_2014_08_09_pus_uvs.fits wwins J0013+4636_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J0013+4636_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.000110276 Jy ! Component: 100 - total flux cleaned = 1.40286e-05 Jy ! Component: 150 - total flux cleaned = 6.04558e-05 Jy ! Component: 200 - total flux cleaned = 0.000127834 Jy ! Component: 250 - total flux cleaned = 0.000171264 Jy ! Component: 300 - total flux cleaned = 0.000254585 Jy ! Component: 350 - total flux cleaned = 0.00029462 Jy ! Component: 400 - total flux cleaned = 0.000373158 Jy ! Component: 450 - total flux cleaned = 0.000411639 Jy ! Component: 500 - total flux cleaned = 0.000523707 Jy ! Component: 550 - total flux cleaned = 0.000559662 Jy ! Component: 600 - total flux cleaned = 0.00057717 Jy ! Component: 650 - total flux cleaned = 0.000576703 Jy ! Component: 700 - total flux cleaned = 0.000542657 Jy ! Component: 750 - total flux cleaned = 0.000542438 Jy ! Component: 800 - total flux cleaned = 0.000477102 Jy ! Component: 850 - total flux cleaned = 0.000461441 Jy ! Component: 900 - total flux cleaned = 0.000430069 Jy ! Component: 950 - total flux cleaned = 0.00043037 Jy ! Component: 1000 - total flux cleaned = 0.000399679 Jy ! Component: 1050 - total flux cleaned = 0.000399774 Jy ! Component: 1100 - total flux cleaned = 0.000385076 Jy ! Component: 1150 - total flux cleaned = 0.000385376 Jy ! Component: 1200 - total flux cleaned = 0.000413546 Jy ! Component: 1250 - total flux cleaned = 0.00048296 Jy ! Component: 1300 - total flux cleaned = 0.000427552 Jy ! Component: 1350 - total flux cleaned = 0.000441031 Jy ! Component: 1400 - total flux cleaned = 0.000441176 Jy ! Component: 1450 - total flux cleaned = 0.000480849 Jy ! Component: 1500 - total flux cleaned = 0.000481069 Jy ! Component: 1550 - total flux cleaned = 0.000519635 Jy ! Component: 1600 - total flux cleaned = 0.000595161 Jy ! Component: 1650 - total flux cleaned = 0.000557338 Jy ! Component: 1700 - total flux cleaned = 0.000582114 Jy ! Component: 1750 - total flux cleaned = 0.000606305 Jy ! Component: 1800 - total flux cleaned = 0.000606344 Jy ! Component: 1850 - total flux cleaned = 0.000665556 Jy ! Component: 1900 - total flux cleaned = 0.000665676 Jy ! Component: 1950 - total flux cleaned = 0.000688921 Jy ! Component: 2000 - total flux cleaned = 0.000677571 Jy ! Component: 2050 - total flux cleaned = 0.000711553 Jy ! Component: 2100 - total flux cleaned = 0.000711419 Jy ! Component: 2150 - total flux cleaned = 0.000689526 Jy ! Component: 2200 - total flux cleaned = 0.000766058 Jy ! Component: 2250 - total flux cleaned = 0.000722711 Jy ! Component: 2300 - total flux cleaned = 0.000765606 Jy ! Component: 2350 - total flux cleaned = 0.000807842 Jy ! Component: 2400 - total flux cleaned = 0.000787044 Jy ! Component: 2450 - total flux cleaned = 0.000818065 Jy ! Component: 2500 - total flux cleaned = 0.000828306 Jy ! Component: 2550 - total flux cleaned = 0.000807976 Jy ! Component: 2600 - total flux cleaned = 0.00082815 Jy ! Component: 2650 - total flux cleaned = 0.000818089 Jy ! Component: 2700 - total flux cleaned = 0.00087731 Jy ! Component: 2750 - total flux cleaned = 0.000867376 Jy ! Component: 2800 - total flux cleaned = 0.000886743 Jy ! Component: 2850 - total flux cleaned = 0.000905991 Jy ! Component: 2900 - total flux cleaned = 0.000934514 Jy ! Component: 2950 - total flux cleaned = 0.000943754 Jy ! Component: 3000 - total flux cleaned = 0.000925157 Jy ! Component: 3050 - total flux cleaned = 0.000925108 Jy ! Component: 3100 - total flux cleaned = 0.000915922 Jy ! Component: 3150 - total flux cleaned = 0.000934161 Jy ! Component: 3200 - total flux cleaned = 0.000952222 Jy ! Component: 3250 - total flux cleaned = 0.000925351 Jy ! Component: 3300 - total flux cleaned = 0.000934207 Jy ! Component: 3350 - total flux cleaned = 0.000951975 Jy ! Component: 3400 - total flux cleaned = 0.00094329 Jy ! Component: 3450 - total flux cleaned = 0.00094328 Jy ! Component: 3500 - total flux cleaned = 0.000943297 Jy ! Component: 3550 - total flux cleaned = 0.000926267 Jy ! Component: 3600 - total flux cleaned = 0.000943296 Jy ! Component: 3650 - total flux cleaned = 0.000917967 Jy ! Component: 3700 - total flux cleaned = 0.0009433 Jy ! Component: 3750 - total flux cleaned = 0.000951573 Jy ! Component: 3800 - total flux cleaned = 0.000968057 Jy ! Component: 3850 - total flux cleaned = 0.00095162 Jy ! Component: 3900 - total flux cleaned = 0.000919066 Jy ! Component: 3950 - total flux cleaned = 0.000919064 Jy ! Component: 4000 - total flux cleaned = 0.000951208 Jy ! Component: 4050 - total flux cleaned = 0.000943333 Jy ! Total flux subtracted in 4096 components = 0.000959147 Jy ! Clean residual min=-0.000478 max=0.000487 Jy/beam ! Clean residual mean=-0.000000 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.232744 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 388 components and 0.232744 Jy ![Exited script file: muppet] wmap "J0013+4636_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.096 x 6.752 at 50.49 degrees (North through East) ! Clean map min=-0.0010299 max=0.18383 Jy/beam ! Writing clean map to FITS file: J0013+4636_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.183828 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145021 device "J0013+4636_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0013+4636_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.236669 0.236669 0.473338 0.946675 1.89335 3.7867 7.5734 15.1468 30.2936 60.5872 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.183 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.096 x 6.752 at 50.49 degrees (North through East) ! Clean map min=-0.0010299 max=0.18383 Jy/beam quit ! Quitting program ! Log file J0013+4636_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:48:14 2016