! Started logfile: J2017-2514_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:04:58 2016 obs J2017-2514_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2017-2514_S_2014_06_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.695127 visibilities/baseline/integration-bin. ! Found source: J2017-2514 ! ! 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 14264 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 J2017-2514_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 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 187 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.944078Jy sigma=0.008922 ! Fit after self-cal, rms=0.923539Jy sigma=0.008751 ! 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.703 mas, bmaj=6.713 mas, bpa=-3.697 degrees ! Estimated noise=985.456 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.059101 Jy ! Component: 100 - total flux cleaned = 0.0754568 Jy ! Total flux subtracted in 100 components = 0.0754568 Jy ! Clean residual min=-0.004584 max=0.007385 Jy/beam ! Clean residual mean=-0.000018 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.0754568 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0754568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089745Jy sigma=0.000794 ! Fit after self-cal, rms=0.089682Jy sigma=0.000794 ! Inverting map ! Added new window around map position (-2.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0089964 Jy ! Component: 100 - total flux cleaned = 0.01459 Jy ! Total flux subtracted in 100 components = 0.01459 Jy ! Clean residual min=-0.003940 max=0.003817 Jy/beam ! Clean residual mean=-0.000009 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.0900468 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.0900468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088308Jy sigma=0.000777 ! Fit after self-cal, rms=0.088285Jy sigma=0.000777 ! 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.361 mas, bmaj=8.373 mas, bpa=-1.578 degrees ! Estimated noise=633.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00744641 Jy ! Component: 100 - total flux cleaned = 0.0110275 Jy ! Component: 150 - total flux cleaned = 0.0129654 Jy ! Component: 200 - total flux cleaned = 0.0140659 Jy ! Total flux subtracted in 200 components = 0.0140659 Jy ! Clean residual min=-0.002610 max=0.002958 Jy/beam ! Clean residual mean=-0.000011 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.104113 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.104113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087743Jy sigma=0.000771 ! Fit after self-cal, rms=0.087709Jy sigma=0.000770 ! 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.89 HN 1.06 KP 1.08 ! LA 1.11 MK 1.02 NL 1.02 OV 0.98 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.07 KP 1.04 ! LA 1.06 MK 1.03 NL 1.13 OV 1.01 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.05 KP 0.91 ! LA 0.88 MK 1.04 NL 0.98 OV 0.92 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.10 KP 0.90 ! LA 0.86 MK 1.05 NL 1.12 OV 0.96 ! PT 0.97 SC 0.97 ! ! ! Fit before self-cal, rms=0.087709Jy sigma=0.000770 ! Fit after self-cal, rms=0.088528Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.385 mas, bmaj=8.433 mas, bpa=-0.9292 degrees ! Estimated noise=637.702 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.00030673 Jy ! Component: 100 - total flux cleaned = -0.000367481 Jy ! Component: 150 - total flux cleaned = -0.000437093 Jy ! Component: 200 - total flux cleaned = -0.000437786 Jy ! Total flux subtracted in 200 components = -0.000437786 Jy ! Clean residual min=-0.002567 max=0.002343 Jy/beam ! Clean residual mean=-0.000007 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.103675 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 70 components and 0.103675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088518Jy sigma=0.000766 ! Fit after self-cal, rms=0.088566Jy sigma=0.000765 ! 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.088566Jy sigma=0.000765 ! Fit after self-cal, rms=0.088960Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.378 mas, bmaj=8.433 mas, bpa=-0.8445 degrees ! Estimated noise=635.477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000187966 Jy ! Component: 100 - total flux cleaned = -0.000248929 Jy ! Component: 150 - total flux cleaned = -0.000314929 Jy ! Component: 200 - total flux cleaned = -0.000338619 Jy ! Total flux subtracted in 200 components = -0.000338619 Jy ! Clean residual min=-0.002066 max=0.002270 Jy/beam ! Clean residual mean=-0.000004 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.103336 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 77 components and 0.103336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088954Jy sigma=0.000765 ! Fit after self-cal, rms=0.088983Jy 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 = -5.32199e-05 Jy ! Component: 100 - total flux cleaned = -6.49321e-05 Jy ! Component: 150 - total flux cleaned = -8.65475e-05 Jy ! Component: 200 - total flux cleaned = -9.66472e-05 Jy ! Total flux subtracted in 200 components = -9.66472e-05 Jy ! Clean residual min=-0.002083 max=0.002246 Jy/beam ! Clean residual mean=-0.000005 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.10324 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.10324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088980Jy sigma=0.000765 ! Fit after self-cal, rms=0.088979Jy 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.088979Jy sigma=0.000765 ! Fit after self-cal, rms=0.089128Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=8.433 mas, bpa=-0.7638 degrees ! Estimated noise=634.922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000140404 Jy ! Component: 100 - total flux cleaned = -0.000198139 Jy ! Component: 150 - total flux cleaned = -0.000228832 Jy ! Component: 200 - total flux cleaned = -0.00023845 Jy ! Total flux subtracted in 200 components = -0.00023845 Jy ! Clean residual min=-0.002041 max=0.002251 Jy/beam ! Clean residual mean=-0.000004 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.103001 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.103001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089125Jy sigma=0.000765 ! Fit after self-cal, rms=0.089132Jy 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.35938e-05 Jy ! Component: 100 - total flux cleaned = -5.24409e-05 Jy ! Component: 150 - total flux cleaned = -6.1619e-05 Jy ! Component: 200 - total flux cleaned = -7.00631e-05 Jy ! Total flux subtracted in 200 components = -7.00631e-05 Jy ! Clean residual min=-0.002040 max=0.002243 Jy/beam ! Clean residual mean=-0.000004 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.102931 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.102931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089129Jy sigma=0.000765 ! Fit after self-cal, rms=0.089128Jy 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.089128Jy sigma=0.000765 ! Fit after self-cal, rms=0.089200Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.746 mas, bmaj=21.11 mas, bpa=-1.435 degrees ! Estimated noise=747.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.39945e-05 Jy ! Component: 100 - total flux cleaned = 4.46842e-05 Jy ! Component: 150 - total flux cleaned = 4.47056e-05 Jy ! Component: 200 - total flux cleaned = 3.72901e-05 Jy ! Total flux subtracted in 200 components = 3.72901e-05 Jy ! Clean residual min=-0.002026 max=0.002552 Jy/beam ! Clean residual mean=-0.000008 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.102968 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 86 components and 0.102968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089200Jy sigma=0.000765 ! Fit after self-cal, rms=0.089200Jy 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 = -1.74382e-06 Jy ! Component: 100 - total flux cleaned = -2.83344e-06 Jy ! Component: 150 - total flux cleaned = -1.04018e-05 Jy ! Component: 200 - total flux cleaned = -1.6482e-05 Jy ! Total flux subtracted in 200 components = -1.6482e-05 Jy ! Clean residual min=-0.002027 max=0.002534 Jy/beam ! Clean residual mean=-0.000008 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.102952 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 86 components and 0.102952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089201Jy sigma=0.000765 ! Fit after self-cal, rms=0.089196Jy 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=3.376 mas, bmaj=8.435 mas, bpa=-0.7283 degrees ! Estimated noise=634.528 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.376 x 8.435 at -0.7283 degrees (North through East) ! Clean map min=-0.0018795 max=0.078207 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.699 mas, bmaj=6.709 mas, bpa=-2.626 degrees ! Estimated noise=992.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0590119 Jy ! Component: 100 - total flux cleaned = 0.0769263 Jy ! Component: 150 - total flux cleaned = 0.0864035 Jy ! Component: 200 - total flux cleaned = 0.0922165 Jy ! Total flux subtracted in 200 components = 0.0922165 Jy ! Clean residual min=-0.003570 max=0.003896 Jy/beam ! Clean residual mean=-0.000006 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.0922165 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0922165 Jy ! Inverting map and beam ! Estimated beam: bmin=3.376 mas, bmaj=8.435 mas, bpa=-0.7283 degrees ! Estimated noise=634.528 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.00577734 Jy ! Component: 100 - total flux cleaned = 0.00838929 Jy ! Component: 150 - total flux cleaned = 0.00953025 Jy ! Component: 200 - total flux cleaned = 0.00966258 Jy ! Total flux subtracted in 200 components = 0.00966258 Jy ! Clean residual min=-0.002031 max=0.002172 Jy/beam ! Clean residual mean=-0.000005 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.101879 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 41 components and 0.101879 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.746 mas, bmaj=21.11 mas, bpa=-1.435 degrees ! Estimated noise=747.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000754281 Jy ! Component: 100 - total flux cleaned = 0.000790473 Jy ! Component: 150 - total flux cleaned = 0.000837976 Jy ! Component: 200 - total flux cleaned = 0.0008787 Jy ! Total flux subtracted in 200 components = 0.0008787 Jy ! Clean residual min=-0.002078 max=0.002543 Jy/beam ! Clean residual mean=-0.000008 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.102758 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 = 2.4247e-05 Jy ! Component: 100 - total flux cleaned = 4.59992e-05 Jy ! Component: 150 - total flux cleaned = 7.45315e-05 Jy ! Component: 200 - total flux cleaned = 8.3443e-05 Jy ! Total flux subtracted in 200 components = 8.3443e-05 Jy ! Clean residual min=-0.002045 max=0.002537 Jy/beam ! Clean residual mean=-0.000008 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.102841 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.102841 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.376 mas, bmaj=8.435 mas, bpa=-0.7283 degrees ! Estimated noise=634.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000339102 Jy ! Component: 100 - total flux cleaned = -0.000365041 Jy ! Component: 150 - total flux cleaned = -0.000367959 Jy ! Component: 200 - total flux cleaned = -0.000333765 Jy ! Total flux subtracted in 200 components = -0.000333765 Jy ! Clean residual min=-0.001984 max=0.002200 Jy/beam ! Clean residual mean=-0.000004 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.102507 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.102507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089206Jy sigma=0.000765 ! Fit after self-cal, rms=0.089187Jy sigma=0.000765 wmodel J2017-2514_S_2014_06_09_pus_map.mod ! Writing 64 model components to file: J2017-2514_S_2014_06_09_pus_map.mod wobs J2017-2514_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2017-2514_S_2014_06_09_pus_uvs.fits wwins J2017-2514_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J2017-2514_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.000104988 Jy ! Component: 100 - total flux cleaned = -6.879e-05 Jy ! Component: 150 - total flux cleaned = -0.00030131 Jy ! Component: 200 - total flux cleaned = -0.000522179 Jy ! Component: 250 - total flux cleaned = -0.000672202 Jy ! Component: 300 - total flux cleaned = -0.000959761 Jy ! Component: 350 - total flux cleaned = -0.00120885 Jy ! Component: 400 - total flux cleaned = -0.00136912 Jy ! Component: 450 - total flux cleaned = -0.00154996 Jy ! Component: 500 - total flux cleaned = -0.00157474 Jy ! Component: 550 - total flux cleaned = -0.00157476 Jy ! Component: 600 - total flux cleaned = -0.00159872 Jy ! Component: 650 - total flux cleaned = -0.00169156 Jy ! Component: 700 - total flux cleaned = -0.00178199 Jy ! Component: 750 - total flux cleaned = -0.00169318 Jy ! Component: 800 - total flux cleaned = -0.00173723 Jy ! Component: 850 - total flux cleaned = -0.00177991 Jy ! Component: 900 - total flux cleaned = -0.00180092 Jy ! Component: 950 - total flux cleaned = -0.00180124 Jy ! Component: 1000 - total flux cleaned = -0.00184206 Jy ! Component: 1050 - total flux cleaned = -0.0018817 Jy ! Component: 1100 - total flux cleaned = -0.00188184 Jy ! Component: 1150 - total flux cleaned = -0.00190142 Jy ! Component: 1200 - total flux cleaned = -0.00193968 Jy ! Component: 1250 - total flux cleaned = -0.0019022 Jy ! Component: 1300 - total flux cleaned = -0.00192063 Jy ! Component: 1350 - total flux cleaned = -0.00184853 Jy ! Component: 1400 - total flux cleaned = -0.00186627 Jy ! Component: 1450 - total flux cleaned = -0.00181347 Jy ! Component: 1500 - total flux cleaned = -0.00174416 Jy ! Component: 1550 - total flux cleaned = -0.00171028 Jy ! Component: 1600 - total flux cleaned = -0.00165969 Jy ! Component: 1650 - total flux cleaned = -0.00159319 Jy ! Component: 1700 - total flux cleaned = -0.00151098 Jy ! Component: 1750 - total flux cleaned = -0.00149459 Jy ! Component: 1800 - total flux cleaned = -0.00147838 Jy ! Component: 1850 - total flux cleaned = -0.00136784 Jy ! Component: 1900 - total flux cleaned = -0.00138351 Jy ! Component: 1950 - total flux cleaned = -0.00132223 Jy ! Component: 2000 - total flux cleaned = -0.00132253 Jy ! Component: 2050 - total flux cleaned = -0.00130726 Jy ! Component: 2100 - total flux cleaned = -0.00127736 Jy ! Component: 2150 - total flux cleaned = -0.0012478 Jy ! Component: 2200 - total flux cleaned = -0.00124785 Jy ! Component: 2250 - total flux cleaned = -0.00120427 Jy ! Component: 2300 - total flux cleaned = -0.00117562 Jy ! Component: 2350 - total flux cleaned = -0.00117577 Jy ! Component: 2400 - total flux cleaned = -0.00117555 Jy ! Component: 2450 - total flux cleaned = -0.00113359 Jy ! Component: 2500 - total flux cleaned = -0.00114719 Jy ! Component: 2550 - total flux cleaned = -0.0010789 Jy ! Component: 2600 - total flux cleaned = -0.0010383 Jy ! Component: 2650 - total flux cleaned = -0.00103841 Jy ! Component: 2700 - total flux cleaned = -0.000985343 Jy ! Component: 2750 - total flux cleaned = -0.00094582 Jy ! Component: 2800 - total flux cleaned = -0.000945825 Jy ! Component: 2850 - total flux cleaned = -0.000907053 Jy ! Component: 2900 - total flux cleaned = -0.000881519 Jy ! Component: 2950 - total flux cleaned = -0.000843221 Jy ! Component: 3000 - total flux cleaned = -0.000855798 Jy ! Component: 3050 - total flux cleaned = -0.000755689 Jy ! Component: 3100 - total flux cleaned = -0.000693636 Jy ! Component: 3150 - total flux cleaned = -0.00069353 Jy ! Component: 3200 - total flux cleaned = -0.000644625 Jy ! Component: 3250 - total flux cleaned = -0.000632564 Jy ! Component: 3300 - total flux cleaned = -0.000644531 Jy ! Component: 3350 - total flux cleaned = -0.000584779 Jy ! Component: 3400 - total flux cleaned = -0.000549411 Jy ! Component: 3450 - total flux cleaned = -0.000561113 Jy ! Component: 3500 - total flux cleaned = -0.000526197 Jy ! Component: 3550 - total flux cleaned = -0.000503092 Jy ! Component: 3600 - total flux cleaned = -0.000468609 Jy ! Component: 3650 - total flux cleaned = -0.000457218 Jy ! Component: 3700 - total flux cleaned = -0.000423552 Jy ! Component: 3750 - total flux cleaned = -0.000446013 Jy ! Component: 3800 - total flux cleaned = -0.000423649 Jy ! Component: 3850 - total flux cleaned = -0.000423678 Jy ! Component: 3900 - total flux cleaned = -0.0004126 Jy ! Component: 3950 - total flux cleaned = -0.000390896 Jy ! Component: 4000 - total flux cleaned = -0.000390933 Jy ! Component: 4050 - total flux cleaned = -0.000423209 Jy ! Total flux subtracted in 4096 components = -0.000423236 Jy ! Clean residual min=-0.000562 max=0.000640 Jy/beam ! Clean residual mean=0.000003 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.102084 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 346 components and 0.102084 Jy ![Exited script file: muppet] wmap "J2017-2514_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.376 x 8.435 at -0.7283 degrees (North through East) ! Clean map min=-0.0012944 max=0.078283 Jy/beam ! Writing clean map to FITS file: J2017-2514_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.0782825 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192691 device "J2017-2514_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2017-2514_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.738445 0.738445 1.47689 2.95378 5.90756 11.8151 23.6302 47.2605 94.5209 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.078 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.376 x 8.435 at -0.7283 degrees (North through East) ! Clean map min=-0.0012944 max=0.078283 Jy/beam quit ! Quitting program ! Log file J2017-2514_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:05:02 2016