! Started logfile: J0010+2047_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:39:45 2016 obs J0010+2047_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0010+2047_S_2014_05_31_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978142 visibilities/baseline/integration-bin. ! Found source: J0010+2047 ! ! 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 21480 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 J0010+2047_S_2014_05_31_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927289Jy sigma=0.011653 ! Fit after self-cal, rms=0.906097Jy sigma=0.011411 ! 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.682 mas, bmaj=6.227 mas, bpa=-4.353 degrees ! Estimated noise=620.369 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.0730904 Jy ! Component: 100 - total flux cleaned = 0.0891308 Jy ! Total flux subtracted in 100 components = 0.0891308 Jy ! Clean residual min=-0.002405 max=0.005071 Jy/beam ! Clean residual mean=-0.000001 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0891308 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0891308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067705Jy sigma=0.000791 ! Fit after self-cal, rms=0.067699Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0054284 Jy ! Component: 100 - total flux cleaned = 0.00820065 Jy ! Total flux subtracted in 100 components = 0.00820065 Jy ! Clean residual min=-0.002245 max=0.001918 Jy/beam ! Clean residual mean=0.000000 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.0973314 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.0973314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067113Jy sigma=0.000784 ! Fit after self-cal, rms=0.067117Jy sigma=0.000784 ! 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.373 mas, bmaj=7.197 mas, bpa=-4.938 degrees ! Estimated noise=389.578 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.00216549 Jy ! Component: 100 - total flux cleaned = 0.00314405 Jy ! Component: 150 - total flux cleaned = 0.0037168 Jy ! Component: 200 - total flux cleaned = 0.00393771 Jy ! Total flux subtracted in 200 components = 0.00393771 Jy ! Clean residual min=-0.001978 max=0.001787 Jy/beam ! Clean residual mean=0.000000 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.101269 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 31 components and 0.101269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067028Jy sigma=0.000784 ! Fit after self-cal, rms=0.067033Jy sigma=0.000784 ! 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 0.99 FD 0.85 HN 1.00 KP 1.04 ! LA 1.18 MK 0.97 NL 0.97 OV 1.00 ! PT 1.01 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.02 FD 1.00 HN 1.03 KP 1.00 ! LA 1.13 MK 1.00 NL 1.06 OV 1.01 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.09 HN 1.05 KP 0.90 ! LA 0.89 MK 1.02 NL 0.98 OV 0.96 ! PT 0.99 SC 1.03 ! ! ! 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 0.98 HN 1.02 KP 0.89 ! LA 0.88 MK 1.04 NL 1.07 OV 1.02 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.067033Jy sigma=0.000784 ! Fit after self-cal, rms=0.065740Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=7.206 mas, bpa=-4.727 degrees ! Estimated noise=389.565 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 (13, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177656 Jy ! Component: 100 - total flux cleaned = 0.00270146 Jy ! Component: 150 - total flux cleaned = 0.00293896 Jy ! Component: 200 - total flux cleaned = 0.00304694 Jy ! Total flux subtracted in 200 components = 0.00304694 Jy ! Clean residual min=-0.001318 max=0.001425 Jy/beam ! Clean residual mean=-0.000003 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.104316 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 70 components and 0.104316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065690Jy sigma=0.000776 ! Fit after self-cal, rms=0.065681Jy sigma=0.000776 ! 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.065681Jy sigma=0.000776 ! Fit after self-cal, rms=0.065590Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=7.198 mas, bpa=-4.811 degrees ! Estimated noise=389.294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000526013 Jy ! Component: 100 - total flux cleaned = 0.00072913 Jy ! Component: 150 - total flux cleaned = 0.000883344 Jy ! Component: 200 - total flux cleaned = 0.00097351 Jy ! Total flux subtracted in 200 components = 0.00097351 Jy ! Clean residual min=-0.001130 max=0.001351 Jy/beam ! Clean residual mean=-0.000002 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.10529 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.10529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065578Jy sigma=0.000775 ! Fit after self-cal, rms=0.065582Jy 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 (-87, -68.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000956968 Jy ! Component: 100 - total flux cleaned = 0.000927822 Jy ! Component: 150 - total flux cleaned = 0.000880686 Jy ! Component: 200 - total flux cleaned = 0.000880447 Jy ! Total flux subtracted in 200 components = 0.000880447 Jy ! Clean residual min=-0.001102 max=0.001144 Jy/beam ! Clean residual mean=-0.000002 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.10617 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 104 components and 0.10617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065551Jy sigma=0.000775 ! Fit after self-cal, rms=0.065551Jy sigma=0.000775 ! 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.065551Jy sigma=0.000775 ! Fit after self-cal, rms=0.065581Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=7.198 mas, bpa=-4.825 degrees ! Estimated noise=389.439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329912 Jy ! Component: 100 - total flux cleaned = 0.000404096 Jy ! Component: 150 - total flux cleaned = 0.000453965 Jy ! Component: 200 - total flux cleaned = 0.000484069 Jy ! Total flux subtracted in 200 components = 0.000484069 Jy ! Clean residual min=-0.001096 max=0.001099 Jy/beam ! Clean residual mean=-0.000002 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.106654 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 109 components and 0.106654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065570Jy sigma=0.000774 ! Fit after self-cal, rms=0.065571Jy sigma=0.000774 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 = 8.00056e-05 Jy ! Component: 100 - total flux cleaned = 0.000136705 Jy ! Component: 150 - total flux cleaned = 0.000176259 Jy ! Component: 200 - total flux cleaned = 0.000188932 Jy ! Total flux subtracted in 200 components = 0.000188932 Jy ! Clean residual min=-0.001085 max=0.001070 Jy/beam ! Clean residual mean=-0.000002 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.106843 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 118 components and 0.106843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065565Jy sigma=0.000774 ! Fit after self-cal, rms=0.065565Jy sigma=0.000774 ! 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.065565Jy sigma=0.000774 ! Fit after self-cal, rms=0.065603Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.408 mas, bmaj=10.36 mas, bpa=-4.254 degrees ! Estimated noise=475.984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000419758 Jy ! Component: 100 - total flux cleaned = 0.000467168 Jy ! Component: 150 - total flux cleaned = 0.000455074 Jy ! Component: 200 - total flux cleaned = 0.000432635 Jy ! Total flux subtracted in 200 components = 0.000432635 Jy ! Clean residual min=-0.001350 max=0.001233 Jy/beam ! Clean residual mean=-0.000005 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.107276 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 127 components and 0.107276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065602Jy sigma=0.000774 ! Fit after self-cal, rms=0.065602Jy sigma=0.000774 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 = 9.97597e-05 Jy ! Component: 100 - total flux cleaned = 7.71557e-05 Jy ! Component: 150 - total flux cleaned = 6.70001e-05 Jy ! Component: 200 - total flux cleaned = 6.70255e-05 Jy ! Total flux subtracted in 200 components = 6.70255e-05 Jy ! Clean residual min=-0.001338 max=0.001228 Jy/beam ! Clean residual mean=-0.000004 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.107343 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 143 components and 0.107343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065603Jy sigma=0.000774 ! Fit after self-cal, rms=0.065603Jy sigma=0.000774 ! 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.382 mas, bmaj=7.199 mas, bpa=-4.843 degrees ! Estimated noise=389.602 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.382 x 7.199 at -4.843 degrees (North through East) ! Clean map min=-0.00098751 max=0.095202 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.686 mas, bmaj=6.225 mas, bpa=-4.192 degrees ! Estimated noise=620.369 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0730153 Jy ! Component: 100 - total flux cleaned = 0.0890534 Jy ! Component: 150 - total flux cleaned = 0.0944845 Jy ! Component: 200 - total flux cleaned = 0.0973848 Jy ! Total flux subtracted in 200 components = 0.0973848 Jy ! Clean residual min=-0.001642 max=0.001799 Jy/beam ! Clean residual mean=-0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0973848 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0973848 Jy ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=7.199 mas, bpa=-4.843 degrees ! Estimated noise=389.602 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.00262155 Jy ! Component: 100 - total flux cleaned = 0.00439723 Jy ! Component: 150 - total flux cleaned = 0.00578613 Jy ! Component: 200 - total flux cleaned = 0.00668883 Jy ! Total flux subtracted in 200 components = 0.00668883 Jy ! Clean residual min=-0.001155 max=0.001175 Jy/beam ! Clean residual mean=-0.000002 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.104074 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 41 components and 0.104074 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.408 mas, bmaj=10.36 mas, bpa=-4.254 degrees ! Estimated noise=475.984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149004 Jy ! Component: 100 - total flux cleaned = 0.0023004 Jy ! Component: 150 - total flux cleaned = 0.00270138 Jy ! Component: 200 - total flux cleaned = 0.00283551 Jy ! Total flux subtracted in 200 components = 0.00283551 Jy ! Clean residual min=-0.001377 max=0.001275 Jy/beam ! Clean residual mean=-0.000005 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.106909 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 = 8.3228e-05 Jy ! Component: 100 - total flux cleaned = 0.000127906 Jy ! Component: 150 - total flux cleaned = 0.000141754 Jy ! Component: 200 - total flux cleaned = 0.000192862 Jy ! Total flux subtracted in 200 components = 0.000192862 Jy ! Clean residual min=-0.001359 max=0.001260 Jy/beam ! Clean residual mean=-0.000004 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.107102 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 89 components and 0.107102 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=7.199 mas, bpa=-4.843 degrees ! Estimated noise=389.602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00035616 Jy ! Component: 100 - total flux cleaned = -0.000429819 Jy ! Component: 150 - total flux cleaned = -0.000429016 Jy ! Component: 200 - total flux cleaned = -0.000429042 Jy ! Total flux subtracted in 200 components = -0.000429042 Jy ! Clean residual min=-0.001058 max=0.001025 Jy/beam ! Clean residual mean=-0.000002 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.106673 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 112 components and 0.106673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065622Jy sigma=0.000775 ! Fit after self-cal, rms=0.065619Jy sigma=0.000775 wmodel J0010+2047_S_2014_05_31_pus_map.mod ! Writing 112 model components to file: J0010+2047_S_2014_05_31_pus_map.mod wobs J0010+2047_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0010+2047_S_2014_05_31_pus_uvs.fits wwins J0010+2047_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0010+2047_S_2014_05_31_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 = 3.62687e-05 Jy ! Component: 100 - total flux cleaned = 0.000107086 Jy ! Component: 150 - total flux cleaned = 0.000224563 Jy ! Component: 200 - total flux cleaned = 0.00028881 Jy ! Component: 250 - total flux cleaned = 0.000350709 Jy ! Component: 300 - total flux cleaned = 0.000380416 Jy ! Component: 350 - total flux cleaned = 0.000439556 Jy ! Component: 400 - total flux cleaned = 0.000526143 Jy ! Component: 450 - total flux cleaned = 0.00061095 Jy ! Component: 500 - total flux cleaned = 0.000694109 Jy ! Component: 550 - total flux cleaned = 0.000721551 Jy ! Component: 600 - total flux cleaned = 0.000788431 Jy ! Component: 650 - total flux cleaned = 0.000788266 Jy ! Component: 700 - total flux cleaned = 0.00084024 Jy ! Component: 750 - total flux cleaned = 0.00086554 Jy ! Component: 800 - total flux cleaned = 0.000852979 Jy ! Component: 850 - total flux cleaned = 0.00090257 Jy ! Component: 900 - total flux cleaned = 0.000890157 Jy ! Component: 950 - total flux cleaned = 0.000890422 Jy ! Component: 1000 - total flux cleaned = 0.000962044 Jy ! Component: 1050 - total flux cleaned = 0.00097365 Jy ! Component: 1100 - total flux cleaned = 0.000973653 Jy ! Component: 1150 - total flux cleaned = 0.000985179 Jy ! Component: 1200 - total flux cleaned = 0.00100792 Jy ! Component: 1250 - total flux cleaned = 0.00103036 Jy ! Component: 1300 - total flux cleaned = 0.00105242 Jy ! Component: 1350 - total flux cleaned = 0.00106349 Jy ! Component: 1400 - total flux cleaned = 0.00106359 Jy ! Component: 1450 - total flux cleaned = 0.00111673 Jy ! Component: 1500 - total flux cleaned = 0.00110617 Jy ! Component: 1550 - total flux cleaned = 0.00113752 Jy ! Component: 1600 - total flux cleaned = 0.00116835 Jy ! Component: 1650 - total flux cleaned = 0.00114785 Jy ! Component: 1700 - total flux cleaned = 0.00116802 Jy ! Component: 1750 - total flux cleaned = 0.00117802 Jy ! Component: 1800 - total flux cleaned = 0.00120755 Jy ! Component: 1850 - total flux cleaned = 0.00125635 Jy ! Component: 1900 - total flux cleaned = 0.00122717 Jy ! Component: 1950 - total flux cleaned = 0.00125584 Jy ! Component: 2000 - total flux cleaned = 0.00126528 Jy ! Component: 2050 - total flux cleaned = 0.00126535 Jy ! Component: 2100 - total flux cleaned = 0.00127468 Jy ! Component: 2150 - total flux cleaned = 0.00132983 Jy ! Component: 2200 - total flux cleaned = 0.00133879 Jy ! Component: 2250 - total flux cleaned = 0.00135677 Jy ! Component: 2300 - total flux cleaned = 0.00140153 Jy ! Component: 2350 - total flux cleaned = 0.00139277 Jy ! Component: 2400 - total flux cleaned = 0.00144555 Jy ! Component: 2450 - total flux cleaned = 0.00145424 Jy ! Component: 2500 - total flux cleaned = 0.00146286 Jy ! Component: 2550 - total flux cleaned = 0.00145418 Jy ! Component: 2600 - total flux cleaned = 0.00147993 Jy ! Component: 2650 - total flux cleaned = 0.00149681 Jy ! Component: 2700 - total flux cleaned = 0.00151358 Jy ! Component: 2750 - total flux cleaned = 0.0015135 Jy ! Component: 2800 - total flux cleaned = 0.00151363 Jy ! Component: 2850 - total flux cleaned = 0.00151363 Jy ! Component: 2900 - total flux cleaned = 0.00151358 Jy ! Component: 2950 - total flux cleaned = 0.0015217 Jy ! Component: 3000 - total flux cleaned = 0.00154574 Jy ! Component: 3050 - total flux cleaned = 0.0015457 Jy ! Component: 3100 - total flux cleaned = 0.00155363 Jy ! Component: 3150 - total flux cleaned = 0.00152223 Jy ! Component: 3200 - total flux cleaned = 0.00155349 Jy ! Component: 3250 - total flux cleaned = 0.00154575 Jy ! Component: 3300 - total flux cleaned = 0.00156881 Jy ! Component: 3350 - total flux cleaned = 0.0015458 Jy ! Component: 3400 - total flux cleaned = 0.00156097 Jy ! Component: 3450 - total flux cleaned = 0.00153082 Jy ! Component: 3500 - total flux cleaned = 0.00154579 Jy ! Component: 3550 - total flux cleaned = 0.00153834 Jy ! Component: 3600 - total flux cleaned = 0.00151622 Jy ! Component: 3650 - total flux cleaned = 0.0015089 Jy ! Component: 3700 - total flux cleaned = 0.00147255 Jy ! Component: 3750 - total flux cleaned = 0.00147257 Jy ! Component: 3800 - total flux cleaned = 0.00145818 Jy ! Component: 3850 - total flux cleaned = 0.00144386 Jy ! Component: 3900 - total flux cleaned = 0.00142955 Jy ! Component: 3950 - total flux cleaned = 0.00140118 Jy ! Component: 4000 - total flux cleaned = 0.00135907 Jy ! Component: 4050 - total flux cleaned = 0.00135903 Jy ! Total flux subtracted in 4096 components = 0.00134509 Jy ! Clean residual min=-0.000481 max=0.000377 Jy/beam ! Clean residual mean=-0.000001 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.108018 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 424 components and 0.108018 Jy ![Exited script file: muppet] wmap "J0010+2047_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.382 x 7.199 at -4.843 degrees (North through East) ! Clean map min=-0.00095138 max=0.095234 Jy/beam ! Writing clean map to FITS file: J0010+2047_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0952338 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000128681 device "J0010+2047_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0010+2047_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.405364 0.405364 0.810729 1.62146 3.24292 6.48583 12.9717 25.9433 51.8866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 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.382 x 7.199 at -4.843 degrees (North through East) ! Clean map min=-0.00095138 max=0.095234 Jy/beam quit ! Quitting program ! Log file J0010+2047_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:39:51 2016