! Started logfile: J0213+3652_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:41:30 2016 obs J0213+3652_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0213+3652_S_2014_06_09_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.611435 visibilities/baseline/integration-bin. ! Found source: J0213+3652 ! ! 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 11336 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 J0213+3652_S_2014_06_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 214 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 214 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 214 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 214 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882139Jy sigma=0.010914 ! Fit after self-cal, rms=0.835866Jy sigma=0.010414 ! 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 mas, bmaj=6.743 mas, bpa=7.22 degrees ! Estimated noise=1010.92 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.128588 Jy ! Component: 100 - total flux cleaned = 0.156629 Jy ! Total flux subtracted in 100 components = 0.156629 Jy ! Clean residual min=-0.004829 max=0.007823 Jy/beam ! Clean residual mean=0.000018 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.156629 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.156629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070946Jy sigma=0.000804 ! Fit after self-cal, rms=0.070942Jy sigma=0.000804 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00632181 Jy ! Component: 100 - total flux cleaned = 0.00904356 Jy ! Total flux subtracted in 100 components = 0.00904356 Jy ! Clean residual min=-0.004829 max=0.004202 Jy/beam ! Clean residual mean=0.000012 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.165672 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.165672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070196Jy sigma=0.000797 ! Fit after self-cal, rms=0.070195Jy sigma=0.000797 ! 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.79 mas, bmaj=7.686 mas, bpa=6.366 degrees ! Estimated noise=544.819 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.0023354 Jy ! Component: 100 - total flux cleaned = 0.0036576 Jy ! Component: 150 - total flux cleaned = 0.00447511 Jy ! Component: 200 - total flux cleaned = 0.00482632 Jy ! Total flux subtracted in 200 components = 0.00482632 Jy ! Clean residual min=-0.002813 max=0.003095 Jy/beam ! Clean residual mean=0.000015 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.170499 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 31 components and 0.170499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070073Jy sigma=0.000796 ! Fit after self-cal, rms=0.070077Jy sigma=0.000796 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.85 HN 0.99 KP 1.06 ! LA 1.18 MK 1.00* NL 0.98 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.02 KP 1.01 ! LA 1.13 MK 1.00* NL 1.07 OV 1.00 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.02 KP 0.92 ! LA 0.92 MK 1.00* NL 0.99 OV 0.95 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.02 KP 0.88 ! LA 0.86 MK 1.00* NL 1.04 OV 0.96 ! PT 1.01 SC 0.94 ! ! ! Fit before self-cal, rms=0.070077Jy sigma=0.000796 ! Fit after self-cal, rms=0.066993Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.77 mas, bmaj=7.691 mas, bpa=6.615 degrees ! Estimated noise=544.072 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.000341527 Jy ! Component: 100 - total flux cleaned = -0.000433016 Jy ! Component: 150 - total flux cleaned = -0.000400516 Jy ! Component: 200 - total flux cleaned = -0.00034059 Jy ! Total flux subtracted in 200 components = -0.00034059 Jy ! Clean residual min=-0.001799 max=0.001711 Jy/beam ! Clean residual mean=0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.170158 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.170158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066976Jy sigma=0.000769 ! Fit after self-cal, rms=0.066976Jy sigma=0.000769 ! 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.066976Jy sigma=0.000769 ! Fit after self-cal, rms=0.066894Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.772 mas, bmaj=7.695 mas, bpa=6.535 degrees ! Estimated noise=544.129 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158658 Jy ! Component: 100 - total flux cleaned = -0.000295584 Jy ! Component: 150 - total flux cleaned = -0.00037897 Jy ! Component: 200 - total flux cleaned = -0.000426695 Jy ! Total flux subtracted in 200 components = -0.000426695 Jy ! Clean residual min=-0.001874 max=0.001670 Jy/beam ! Clean residual mean=0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.169731 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.169731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066885Jy sigma=0.000767 ! Fit after self-cal, rms=0.066889Jy sigma=0.000767 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.7727e-06 Jy ! Component: 100 - total flux cleaned = -2.31426e-05 Jy ! Component: 150 - total flux cleaned = -5.28274e-05 Jy ! Component: 200 - total flux cleaned = -7.07601e-05 Jy ! Total flux subtracted in 200 components = -7.07601e-05 Jy ! Clean residual min=-0.001852 max=0.001656 Jy/beam ! Clean residual mean=0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.169661 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 51 components and 0.169661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066885Jy sigma=0.000767 ! Fit after self-cal, rms=0.066885Jy sigma=0.000767 ! 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.066885Jy sigma=0.000767 ! Fit after self-cal, rms=0.066884Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.769 mas, bmaj=7.699 mas, bpa=6.61 degrees ! Estimated noise=543.945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175406 Jy ! Component: 100 - total flux cleaned = -0.000263836 Jy ! Component: 150 - total flux cleaned = -0.000291058 Jy ! Component: 200 - total flux cleaned = -0.00030742 Jy ! Total flux subtracted in 200 components = -0.00030742 Jy ! Clean residual min=-0.001842 max=0.001653 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.169353 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.169353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066880Jy sigma=0.000767 ! Fit after self-cal, rms=0.066880Jy sigma=0.000767 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.22389e-06 Jy ! Component: 100 - total flux cleaned = -1.79848e-05 Jy ! Component: 150 - total flux cleaned = -3.20998e-05 Jy ! Component: 200 - total flux cleaned = -4.50577e-05 Jy ! Total flux subtracted in 200 components = -4.50577e-05 Jy ! Clean residual min=-0.001831 max=0.001647 Jy/beam ! Clean residual mean=0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.169308 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.169308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066879Jy sigma=0.000767 ! Fit after self-cal, rms=0.066878Jy sigma=0.000767 ! 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.066878Jy sigma=0.000767 ! Fit after self-cal, rms=0.066892Jy sigma=0.000767 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.213 mas, bmaj=11.58 mas, bpa=-21.17 degrees ! Estimated noise=611.254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.34598e-05 Jy ! Component: 100 - total flux cleaned = -3.24376e-05 Jy ! Component: 150 - total flux cleaned = -4.41274e-05 Jy ! Component: 200 - total flux cleaned = -4.9154e-05 Jy ! Total flux subtracted in 200 components = -4.9154e-05 Jy ! Clean residual min=-0.001618 max=0.001634 Jy/beam ! Clean residual mean=0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.169259 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.169259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066892Jy sigma=0.000767 ! Fit after self-cal, rms=0.066891Jy sigma=0.000767 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.27728e-06 Jy ! Component: 100 - total flux cleaned = 8.38165e-06 Jy ! Component: 150 - total flux cleaned = 3.40549e-06 Jy ! Component: 200 - total flux cleaned = -8.79484e-07 Jy ! Total flux subtracted in 200 components = -8.79484e-07 Jy ! Clean residual min=-0.001626 max=0.001620 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.169258 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.169258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066891Jy sigma=0.000767 ! Fit after self-cal, rms=0.066890Jy sigma=0.000767 ! 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.767 mas, bmaj=7.703 mas, bpa=6.672 degrees ! Estimated noise=543.867 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.767 x 7.703 at 6.672 degrees (North through East) ! Clean map min=-0.0017449 max=0.1648 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.969 mas, bmaj=6.752 mas, bpa=7.721 degrees ! Estimated noise=1004.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127757 Jy ! Component: 100 - total flux cleaned = 0.155691 Jy ! Component: 150 - total flux cleaned = 0.162633 Jy ! Component: 200 - total flux cleaned = 0.165307 Jy ! Total flux subtracted in 200 components = 0.165307 Jy ! Clean residual min=-0.002510 max=0.002459 Jy/beam ! Clean residual mean=0.000004 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.165307 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.165307 Jy ! Inverting map and beam ! Estimated beam: bmin=4.767 mas, bmaj=7.703 mas, bpa=6.672 degrees ! Estimated noise=543.867 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.00215273 Jy ! Component: 100 - total flux cleaned = 0.00301758 Jy ! Component: 150 - total flux cleaned = 0.00312903 Jy ! Component: 200 - total flux cleaned = 0.00317391 Jy ! Total flux subtracted in 200 components = 0.00317391 Jy ! Clean residual min=-0.001879 max=0.001696 Jy/beam ! Clean residual mean=0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.168481 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.168481 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.213 mas, bmaj=11.58 mas, bpa=-21.17 degrees ! Estimated noise=611.254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000480571 Jy ! Component: 100 - total flux cleaned = 0.000498069 Jy ! Component: 150 - total flux cleaned = 0.000498123 Jy ! Component: 200 - total flux cleaned = 0.000498115 Jy ! Total flux subtracted in 200 components = 0.000498115 Jy ! Clean residual min=-0.001636 max=0.001652 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.168979 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 = 7.89345e-07 Jy ! Component: 100 - total flux cleaned = 8.22695e-06 Jy ! Component: 150 - total flux cleaned = 1.45094e-05 Jy ! Component: 200 - total flux cleaned = 1.46302e-05 Jy ! Total flux subtracted in 200 components = 1.46302e-05 Jy ! Clean residual min=-0.001640 max=0.001643 Jy/beam ! Clean residual mean=0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.168994 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 52 components and 0.168994 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.767 mas, bmaj=7.703 mas, bpa=6.672 degrees ! Estimated noise=543.867 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119782 Jy ! Component: 100 - total flux cleaned = -0.000163015 Jy ! Component: 150 - total flux cleaned = -0.000189029 Jy ! Component: 200 - total flux cleaned = -0.000222472 Jy ! Total flux subtracted in 200 components = -0.000222472 Jy ! Clean residual min=-0.001828 max=0.001631 Jy/beam ! Clean residual mean=0.000002 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.168771 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.168771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066896Jy sigma=0.000767 ! Fit after self-cal, rms=0.066893Jy sigma=0.000767 wmodel J0213+3652_S_2014_06_09_pus_map.mod ! Writing 59 model components to file: J0213+3652_S_2014_06_09_pus_map.mod wobs J0213+3652_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0213+3652_S_2014_06_09_pus_uvs.fits wwins J0213+3652_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J0213+3652_S_2014_06_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.000558405 Jy ! Component: 100 - total flux cleaned = -0.000865975 Jy ! Component: 150 - total flux cleaned = -0.00117473 Jy ! Component: 200 - total flux cleaned = -0.00139449 Jy ! Component: 250 - total flux cleaned = -0.00144057 Jy ! Component: 300 - total flux cleaned = -0.00141815 Jy ! Component: 350 - total flux cleaned = -0.00146221 Jy ! Component: 400 - total flux cleaned = -0.00154621 Jy ! Component: 450 - total flux cleaned = -0.00160662 Jy ! Component: 500 - total flux cleaned = -0.00164527 Jy ! Component: 550 - total flux cleaned = -0.00168354 Jy ! Component: 600 - total flux cleaned = -0.00170202 Jy ! Component: 650 - total flux cleaned = -0.00168397 Jy ! Component: 700 - total flux cleaned = -0.00166636 Jy ! Component: 750 - total flux cleaned = -0.00166602 Jy ! Component: 800 - total flux cleaned = -0.00168244 Jy ! Component: 850 - total flux cleaned = -0.00169889 Jy ! Component: 900 - total flux cleaned = -0.00173118 Jy ! Component: 950 - total flux cleaned = -0.00179384 Jy ! Component: 1000 - total flux cleaned = -0.00182425 Jy ! Component: 1050 - total flux cleaned = -0.00185451 Jy ! Component: 1100 - total flux cleaned = -0.00192832 Jy ! Component: 1150 - total flux cleaned = -0.00194276 Jy ! Component: 1200 - total flux cleaned = -0.00202795 Jy ! Component: 1250 - total flux cleaned = -0.00209782 Jy ! Component: 1300 - total flux cleaned = -0.00218006 Jy ! Component: 1350 - total flux cleaned = -0.0022742 Jy ! Component: 1400 - total flux cleaned = -0.00234014 Jy ! Component: 1450 - total flux cleaned = -0.00239218 Jy ! Component: 1500 - total flux cleaned = -0.00243042 Jy ! Component: 1550 - total flux cleaned = -0.00248062 Jy ! Component: 1600 - total flux cleaned = -0.00254241 Jy ! Component: 1650 - total flux cleaned = -0.0025789 Jy ! Component: 1700 - total flux cleaned = -0.00262683 Jy ! Component: 1750 - total flux cleaned = -0.00263848 Jy ! Component: 1800 - total flux cleaned = -0.00266186 Jy ! Component: 1850 - total flux cleaned = -0.00266194 Jy ! Component: 1900 - total flux cleaned = -0.00267325 Jy ! Component: 1950 - total flux cleaned = -0.00265113 Jy ! Component: 2000 - total flux cleaned = -0.00262917 Jy ! Component: 2050 - total flux cleaned = -0.00265103 Jy ! Component: 2100 - total flux cleaned = -0.00264032 Jy ! Component: 2150 - total flux cleaned = -0.00261911 Jy ! Component: 2200 - total flux cleaned = -0.00263991 Jy ! Component: 2250 - total flux cleaned = -0.00265022 Jy ! Component: 2300 - total flux cleaned = -0.00260922 Jy ! Component: 2350 - total flux cleaned = -0.00262951 Jy ! Component: 2400 - total flux cleaned = -0.00260963 Jy ! Component: 2450 - total flux cleaned = -0.00261945 Jy ! Component: 2500 - total flux cleaned = -0.0026193 Jy ! Component: 2550 - total flux cleaned = -0.00262904 Jy ! Component: 2600 - total flux cleaned = -0.00263858 Jy ! Component: 2650 - total flux cleaned = -0.00263868 Jy ! Component: 2700 - total flux cleaned = -0.00260092 Jy ! Component: 2750 - total flux cleaned = -0.00257292 Jy ! Component: 2800 - total flux cleaned = -0.00258209 Jy ! Component: 2850 - total flux cleaned = -0.00260963 Jy ! Component: 2900 - total flux cleaned = -0.00260951 Jy ! Component: 2950 - total flux cleaned = -0.00261857 Jy ! Component: 3000 - total flux cleaned = -0.00261858 Jy ! Component: 3050 - total flux cleaned = -0.00260082 Jy ! Component: 3100 - total flux cleaned = -0.00260962 Jy ! Component: 3150 - total flux cleaned = -0.00261849 Jy ! Component: 3200 - total flux cleaned = -0.00261854 Jy ! Component: 3250 - total flux cleaned = -0.00260994 Jy ! Component: 3300 - total flux cleaned = -0.00260137 Jy ! Component: 3350 - total flux cleaned = -0.00257594 Jy ! Component: 3400 - total flux cleaned = -0.00257595 Jy ! Component: 3450 - total flux cleaned = -0.00255931 Jy ! Component: 3500 - total flux cleaned = -0.00259243 Jy ! Component: 3550 - total flux cleaned = -0.00255945 Jy ! Component: 3600 - total flux cleaned = -0.00253491 Jy ! Component: 3650 - total flux cleaned = -0.00254295 Jy ! Component: 3700 - total flux cleaned = -0.0025269 Jy ! Component: 3750 - total flux cleaned = -0.00254287 Jy ! Component: 3800 - total flux cleaned = -0.00251902 Jy ! Component: 3850 - total flux cleaned = -0.00252696 Jy ! Component: 3900 - total flux cleaned = -0.00253488 Jy ! Component: 3950 - total flux cleaned = -0.00251145 Jy ! Component: 4000 - total flux cleaned = -0.00251151 Jy ! Component: 4050 - total flux cleaned = -0.00253476 Jy ! Total flux subtracted in 4096 components = -0.00251167 Jy ! Clean residual min=-0.000464 max=0.000497 Jy/beam ! Clean residual mean=0.000001 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.166259 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 343 components and 0.16626 Jy ![Exited script file: muppet] wmap "J0213+3652_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.767 x 7.703 at 6.672 degrees (North through East) ! Clean map min=-0.0014135 max=0.16486 Jy/beam ! Writing clean map to FITS file: J0213+3652_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.164861 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138097 device "J0213+3652_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0213+3652_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.251297 0.251297 0.502594 1.00519 2.01037 4.02075 8.0415 16.083 32.166 64.332 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.164 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.767 x 7.703 at 6.672 degrees (North through East) ! Clean map min=-0.0014135 max=0.16486 Jy/beam quit ! Quitting program ! Log file J0213+3652_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:41:35 2016