! Started logfile: J0628+2835_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:48:08 2016 obs J0628+2835_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0628+2835_S_2014_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882937 visibilities/baseline/integration-bin. ! Found source: J0628+2835 ! ! 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 17800 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 J0628+2835_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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.906933Jy sigma=0.010299 ! Fit after self-cal, rms=0.858982Jy sigma=0.009850 ! 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.618 mas, bmaj=6.597 mas, bpa=23.82 degrees ! Estimated noise=748.962 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.133922 Jy ! Component: 100 - total flux cleaned = 0.172724 Jy ! Total flux subtracted in 100 components = 0.172724 Jy ! Clean residual min=-0.006178 max=0.017363 Jy/beam ! Clean residual mean=-0.000002 rms=0.001945 Jy/beam ! Combined flux in latest and established models = 0.172724 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.172724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282300Jy sigma=0.000868 ! Fit after self-cal, rms=0.282018Jy sigma=0.000867 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189672 Jy ! Component: 100 - total flux cleaned = 0.0284898 Jy ! Total flux subtracted in 100 components = 0.0284898 Jy ! Clean residual min=-0.004340 max=0.005256 Jy/beam ! Clean residual mean=0.000001 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.201214 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.201214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.280536Jy sigma=0.000809 ! Fit after self-cal, rms=0.280361Jy sigma=0.000809 ! 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.592 mas, bmaj=7.417 mas, bpa=19.69 degrees ! Estimated noise=479.098 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.00595706 Jy ! Component: 100 - total flux cleaned = 0.00872221 Jy ! Component: 150 - total flux cleaned = 0.009116 Jy ! Component: 200 - total flux cleaned = 0.00921217 Jy ! Total flux subtracted in 200 components = 0.00921217 Jy ! Clean residual min=-0.003033 max=0.003527 Jy/beam ! Clean residual mean=0.000002 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.210426 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.210426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.280096Jy sigma=0.000805 ! Fit after self-cal, rms=0.280056Jy sigma=0.000805 ! 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.82 HN 1.00 KP 1.04 ! LA 1.19 MK 0.27 NL 0.96 OV 0.98 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.06 KP 1.02 ! LA 1.15 MK 1.00* NL 1.07 OV 1.00 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.12 HN 1.03 KP 0.91 ! LA 0.91 MK 1.00* NL 1.09 OV 0.94 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.94 HN 1.01 KP 0.88 ! LA 0.87 MK 1.00* NL 1.07 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.280056Jy sigma=0.000805 ! Fit after self-cal, rms=0.095556Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.552 mas, bmaj=7.342 mas, bpa=18.77 degrees ! Estimated noise=477.876 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.00038318 Jy ! Component: 100 - total flux cleaned = -0.000444681 Jy ! Component: 150 - total flux cleaned = -0.000420623 Jy ! Component: 200 - total flux cleaned = -0.000421539 Jy ! Total flux subtracted in 200 components = -0.000421539 Jy ! Clean residual min=-0.001986 max=0.002290 Jy/beam ! Clean residual mean=-0.000007 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.210004 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.210004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095539Jy sigma=0.000770 ! Fit after self-cal, rms=0.095458Jy sigma=0.000770 ! 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.095458Jy sigma=0.000770 ! Fit after self-cal, rms=0.094516Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.549 mas, bmaj=7.352 mas, bpa=19.03 degrees ! Estimated noise=478.579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000351445 Jy ! Component: 100 - total flux cleaned = -0.000394921 Jy ! Component: 150 - total flux cleaned = -0.000426208 Jy ! Component: 200 - total flux cleaned = -0.000451369 Jy ! Total flux subtracted in 200 components = -0.000451369 Jy ! Clean residual min=-0.001767 max=0.001890 Jy/beam ! Clean residual mean=-0.000004 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.209553 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.209553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094505Jy sigma=0.000766 ! Fit after self-cal, rms=0.094505Jy sigma=0.000766 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 (8, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104184 Jy ! Component: 100 - total flux cleaned = 0.00122292 Jy ! Component: 150 - total flux cleaned = 0.00114882 Jy ! Component: 200 - total flux cleaned = 0.00108155 Jy ! Total flux subtracted in 200 components = 0.00108155 Jy ! Clean residual min=-0.001489 max=0.001496 Jy/beam ! Clean residual mean=-0.000004 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.210634 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 66 components and 0.210634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094455Jy sigma=0.000765 ! Fit after self-cal, rms=0.094445Jy sigma=0.000765 ! 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.094445Jy sigma=0.000765 ! Fit after self-cal, rms=0.094347Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.549 mas, bmaj=7.352 mas, bpa=19.11 degrees ! Estimated noise=479.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000364897 Jy ! Component: 100 - total flux cleaned = 0.000391793 Jy ! Component: 150 - total flux cleaned = 0.000367629 Jy ! Component: 200 - total flux cleaned = 0.00032193 Jy ! Total flux subtracted in 200 components = 0.00032193 Jy ! Clean residual min=-0.001485 max=0.001387 Jy/beam ! Clean residual mean=-0.000004 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.210956 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.210956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094325Jy sigma=0.000765 ! Fit after self-cal, rms=0.094320Jy sigma=0.000765 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.29481e-05 Jy ! Component: 100 - total flux cleaned = 8.42089e-05 Jy ! Component: 150 - total flux cleaned = 0.000103788 Jy ! Component: 200 - total flux cleaned = 0.000103382 Jy ! Total flux subtracted in 200 components = 0.000103382 Jy ! Clean residual min=-0.001451 max=0.001348 Jy/beam ! Clean residual mean=-0.000004 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.21106 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 95 components and 0.21106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094308Jy sigma=0.000765 ! Fit after self-cal, rms=0.094304Jy sigma=0.000765 ! 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.094304Jy sigma=0.000765 ! Fit after self-cal, rms=0.094281Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.132 mas, bmaj=10.01 mas, bpa=3.53 degrees ! Estimated noise=539.042 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.28738e-05 Jy ! Component: 100 - total flux cleaned = 4.13202e-05 Jy ! Component: 150 - total flux cleaned = 3.1411e-05 Jy ! Component: 200 - total flux cleaned = 2.22093e-05 Jy ! Total flux subtracted in 200 components = 2.22093e-05 Jy ! Clean residual min=-0.001349 max=0.001177 Jy/beam ! Clean residual mean=-0.000007 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.211082 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.211082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094279Jy sigma=0.000765 ! Fit after self-cal, rms=0.094281Jy sigma=0.000765 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 = -3.12164e-05 Jy ! Component: 100 - total flux cleaned = -3.15498e-05 Jy ! Component: 150 - total flux cleaned = -3.16797e-05 Jy ! Component: 200 - total flux cleaned = -3.15278e-05 Jy ! Total flux subtracted in 200 components = -3.15278e-05 Jy ! Clean residual min=-0.001339 max=0.001157 Jy/beam ! Clean residual mean=-0.000007 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.21105 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.21105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094279Jy sigma=0.000765 ! Fit after self-cal, rms=0.094280Jy sigma=0.000765 ! 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.548 mas, bmaj=7.35 mas, bpa=19.16 degrees ! Estimated noise=479.392 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.548 x 7.35 at 19.16 degrees (North through East) ! Clean map min=-0.0014682 max=0.17584 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.574 mas, bmaj=6.475 mas, bpa=23.03 degrees ! Estimated noise=745.847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133233 Jy ! Component: 100 - total flux cleaned = 0.173021 Jy ! Component: 150 - total flux cleaned = 0.191369 Jy ! Component: 200 - total flux cleaned = 0.199991 Jy ! Total flux subtracted in 200 components = 0.199991 Jy ! Clean residual min=-0.002910 max=0.003990 Jy/beam ! Clean residual mean=-0.000001 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.199991 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.199991 Jy ! Inverting map and beam ! Estimated beam: bmin=4.548 mas, bmaj=7.35 mas, bpa=19.16 degrees ! Estimated noise=479.392 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.0054259 Jy ! Component: 100 - total flux cleaned = 0.00836469 Jy ! Component: 150 - total flux cleaned = 0.00941243 Jy ! Component: 200 - total flux cleaned = 0.00980507 Jy ! Total flux subtracted in 200 components = 0.00980507 Jy ! Clean residual min=-0.001679 max=0.001405 Jy/beam ! Clean residual mean=-0.000004 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.209796 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 47 components and 0.209796 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.132 mas, bmaj=10.01 mas, bpa=3.53 degrees ! Estimated noise=539.042 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000916119 Jy ! Component: 100 - total flux cleaned = 0.00115914 Jy ! Component: 150 - total flux cleaned = 0.00124461 Jy ! Component: 200 - total flux cleaned = 0.00131831 Jy ! Total flux subtracted in 200 components = 0.00131831 Jy ! Clean residual min=-0.001415 max=0.001166 Jy/beam ! Clean residual mean=-0.000007 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.211115 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 = 4.32379e-05 Jy ! Component: 100 - total flux cleaned = 6.17794e-05 Jy ! Component: 150 - total flux cleaned = 9.71591e-05 Jy ! Component: 200 - total flux cleaned = 9.74351e-05 Jy ! Total flux subtracted in 200 components = 9.74351e-05 Jy ! Clean residual min=-0.001347 max=0.001137 Jy/beam ! Clean residual mean=-0.000007 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.211212 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 84 components and 0.211212 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.548 mas, bmaj=7.35 mas, bpa=19.16 degrees ! Estimated noise=479.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000139617 Jy ! Component: 100 - total flux cleaned = -0.000112729 Jy ! Component: 150 - total flux cleaned = -8.94593e-05 Jy ! Component: 200 - total flux cleaned = -8.9902e-05 Jy ! Total flux subtracted in 200 components = -8.9902e-05 Jy ! Clean residual min=-0.001433 max=0.001223 Jy/beam ! Clean residual mean=-0.000004 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.211122 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 103 components and 0.211122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094373Jy sigma=0.000765 ! Fit after self-cal, rms=0.094400Jy sigma=0.000765 wmodel J0628+2835_S_2014_05_31_pus_map.mod ! Writing 103 model components to file: J0628+2835_S_2014_05_31_pus_map.mod wobs J0628+2835_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0628+2835_S_2014_05_31_pus_uvs.fits wwins J0628+2835_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0628+2835_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 = -0.00060811 Jy ! Component: 100 - total flux cleaned = -0.000747098 Jy ! Component: 150 - total flux cleaned = -0.000945113 Jy ! Component: 200 - total flux cleaned = -0.00111498 Jy ! Component: 250 - total flux cleaned = -0.001361 Jy ! Component: 300 - total flux cleaned = -0.0015202 Jy ! Component: 350 - total flux cleaned = -0.00167548 Jy ! Component: 400 - total flux cleaned = -0.00175151 Jy ! Component: 450 - total flux cleaned = -0.00184406 Jy ! Component: 500 - total flux cleaned = -0.00195222 Jy ! Component: 550 - total flux cleaned = -0.00191701 Jy ! Component: 600 - total flux cleaned = -0.00193425 Jy ! Component: 650 - total flux cleaned = -0.00193409 Jy ! Component: 700 - total flux cleaned = -0.00186736 Jy ! Component: 750 - total flux cleaned = -0.00183474 Jy ! Component: 800 - total flux cleaned = -0.00180237 Jy ! Component: 850 - total flux cleaned = -0.00170783 Jy ! Component: 900 - total flux cleaned = -0.00167709 Jy ! Component: 950 - total flux cleaned = -0.00166139 Jy ! Component: 1000 - total flux cleaned = -0.001586 Jy ! Component: 1050 - total flux cleaned = -0.0014971 Jy ! Component: 1100 - total flux cleaned = -0.00142457 Jy ! Component: 1150 - total flux cleaned = -0.00142433 Jy ! Component: 1200 - total flux cleaned = -0.0013676 Jy ! Component: 1250 - total flux cleaned = -0.00128376 Jy ! Component: 1300 - total flux cleaned = -0.00124245 Jy ! Component: 1350 - total flux cleaned = -0.00124239 Jy ! Component: 1400 - total flux cleaned = -0.00121552 Jy ! Component: 1450 - total flux cleaned = -0.00120231 Jy ! Component: 1500 - total flux cleaned = -0.00124169 Jy ! Component: 1550 - total flux cleaned = -0.00121569 Jy ! Component: 1600 - total flux cleaned = -0.00119007 Jy ! Component: 1650 - total flux cleaned = -0.00122822 Jy ! Component: 1700 - total flux cleaned = -0.00126593 Jy ! Component: 1750 - total flux cleaned = -0.00127827 Jy ! Component: 1800 - total flux cleaned = -0.00126578 Jy ! Component: 1850 - total flux cleaned = -0.00129032 Jy ! Component: 1900 - total flux cleaned = -0.00129031 Jy ! Component: 1950 - total flux cleaned = -0.00126647 Jy ! Component: 2000 - total flux cleaned = -0.00127848 Jy ! Component: 2050 - total flux cleaned = -0.00129024 Jy ! Component: 2100 - total flux cleaned = -0.0012437 Jy ! Component: 2150 - total flux cleaned = -0.00125516 Jy ! Component: 2200 - total flux cleaned = -0.001221 Jy ! Component: 2250 - total flux cleaned = -0.00118706 Jy ! Component: 2300 - total flux cleaned = -0.00116478 Jy ! Component: 2350 - total flux cleaned = -0.00113169 Jy ! Component: 2400 - total flux cleaned = -0.00112084 Jy ! Component: 2450 - total flux cleaned = -0.00109907 Jy ! Component: 2500 - total flux cleaned = -0.0010992 Jy ! Component: 2550 - total flux cleaned = -0.00112041 Jy ! Component: 2600 - total flux cleaned = -0.00106749 Jy ! Component: 2650 - total flux cleaned = -0.00100469 Jy ! Component: 2700 - total flux cleaned = -0.00104619 Jy ! Component: 2750 - total flux cleaned = -0.000973972 Jy ! Component: 2800 - total flux cleaned = -0.000943255 Jy ! Component: 2850 - total flux cleaned = -0.000882449 Jy ! Component: 2900 - total flux cleaned = -0.00085254 Jy ! Component: 2950 - total flux cleaned = -0.000822795 Jy ! Component: 3000 - total flux cleaned = -0.000773385 Jy ! Component: 3050 - total flux cleaned = -0.000783255 Jy ! Component: 3100 - total flux cleaned = -0.00074427 Jy ! Component: 3150 - total flux cleaned = -0.000705718 Jy ! Component: 3200 - total flux cleaned = -0.000686604 Jy ! Component: 3250 - total flux cleaned = -0.000638836 Jy ! Component: 3300 - total flux cleaned = -0.000563172 Jy ! Component: 3350 - total flux cleaned = -0.000535163 Jy ! Component: 3400 - total flux cleaned = -0.000497816 Jy ! Component: 3450 - total flux cleaned = -0.0005442 Jy ! Component: 3500 - total flux cleaned = -0.000461261 Jy ! Component: 3550 - total flux cleaned = -0.000424697 Jy ! Component: 3600 - total flux cleaned = -0.000406588 Jy ! Component: 3650 - total flux cleaned = -0.000370477 Jy ! Component: 3700 - total flux cleaned = -0.000352492 Jy ! Component: 3750 - total flux cleaned = -0.000299015 Jy ! Component: 3800 - total flux cleaned = -0.00026354 Jy ! Component: 3850 - total flux cleaned = -0.00021949 Jy ! Component: 3900 - total flux cleaned = -0.000184496 Jy ! Component: 3950 - total flux cleaned = -0.000132373 Jy ! Component: 4000 - total flux cleaned = -9.77378e-05 Jy ! Component: 4050 - total flux cleaned = -4.60883e-05 Jy ! Total flux subtracted in 4096 components = -3.75398e-05 Jy ! Clean residual min=-0.000574 max=0.000466 Jy/beam ! Clean residual mean=-0.000000 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.211085 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 366 components and 0.211085 Jy ![Exited script file: muppet] wmap "J0628+2835_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.548 x 7.35 at 19.16 degrees (North through East) ! Clean map min=-0.0012214 max=0.17542 Jy/beam ! Writing clean map to FITS file: J0628+2835_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.17542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000152668 device "J0628+2835_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0628+2835_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.261091 0.261091 0.522181 1.04436 2.08872 4.17745 8.3549 16.7098 33.4196 66.8392 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.175 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.548 x 7.35 at 19.16 degrees (North through East) ! Clean map min=-0.0012214 max=0.17542 Jy/beam quit ! Quitting program ! Log file J0628+2835_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:48:14 2016