! Started logfile: J0807+1352_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:48:02 2016 obs J0807+1352_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0807+1352_S_2014_06_09_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688263 visibilities/baseline/integration-bin. ! Found source: J0807+1352 ! ! 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 8796 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 J0807+1352_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875128Jy sigma=0.010354 ! Fit after self-cal, rms=0.862224Jy sigma=0.010207 ! 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.864 mas, bmaj=6.747 mas, bpa=-5.542 degrees ! Estimated noise=945.854 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.10772 Jy ! Component: 100 - total flux cleaned = 0.133295 Jy ! Total flux subtracted in 100 components = 0.133295 Jy ! Clean residual min=-0.005610 max=0.011078 Jy/beam ! Clean residual mean=0.000001 rms=0.001465 Jy/beam ! Combined flux in latest and established models = 0.133295 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.133295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073731Jy sigma=0.000820 ! Fit after self-cal, rms=0.073712Jy sigma=0.000819 ! Inverting map ! Added new window around map position (-1.5, 8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119568 Jy ! Component: 100 - total flux cleaned = 0.0185889 Jy ! Total flux subtracted in 100 components = 0.0185889 Jy ! Clean residual min=-0.004418 max=0.004024 Jy/beam ! Clean residual mean=0.000005 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.151884 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 22 components and 0.151884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071645Jy sigma=0.000795 ! Fit after self-cal, rms=0.071616Jy sigma=0.000795 ! 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.552 mas, bmaj=7.973 mas, bpa=-6.776 degrees ! Estimated noise=645.494 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.00453087 Jy ! Component: 100 - total flux cleaned = 0.00656659 Jy ! Component: 150 - total flux cleaned = 0.00760451 Jy ! Component: 200 - total flux cleaned = 0.00783117 Jy ! Total flux subtracted in 200 components = 0.00783117 Jy ! Clean residual min=-0.003631 max=0.003116 Jy/beam ! Clean residual mean=0.000005 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.159716 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 38 components and 0.159716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071289Jy sigma=0.000792 ! Fit after self-cal, rms=0.071284Jy sigma=0.000792 ! 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.90 HN 0.97 KP 1.05 ! LA 1.17 MK 1.00 NL 0.96 OV 0.96 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.02 KP 1.02 ! LA 1.13 MK 0.99 NL 1.02 OV 1.00 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.02 KP 0.90 ! LA 0.91 MK 1.04 NL 0.98 OV 0.93 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.01 KP 0.87 ! LA 0.86 MK 1.04 NL 1.08 OV 1.00 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.071284Jy sigma=0.000792 ! Fit after self-cal, rms=0.069443Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.565 mas, bmaj=8.001 mas, bpa=-6.682 degrees ! Estimated noise=647.178 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 = 4.44904e-05 Jy ! Component: 100 - total flux cleaned = -6.55425e-05 Jy ! Component: 150 - total flux cleaned = -0.000155613 Jy ! Component: 200 - total flux cleaned = -0.000192948 Jy ! Total flux subtracted in 200 components = -0.000192948 Jy ! Clean residual min=-0.002073 max=0.001922 Jy/beam ! Clean residual mean=-0.000005 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.159523 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.159523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069426Jy sigma=0.000774 ! Fit after self-cal, rms=0.069429Jy sigma=0.000774 ! 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.069429Jy sigma=0.000774 ! Fit after self-cal, rms=0.069565Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.565 mas, bmaj=7.987 mas, bpa=-6.689 degrees ! Estimated noise=647.365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000134972 Jy ! Component: 100 - total flux cleaned = 9.65843e-05 Jy ! Component: 150 - total flux cleaned = 9.64754e-05 Jy ! Component: 200 - total flux cleaned = 0.000109926 Jy ! Total flux subtracted in 200 components = 0.000109926 Jy ! Clean residual min=-0.001911 max=0.001782 Jy/beam ! Clean residual mean=-0.000003 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.159633 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.159632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069556Jy sigma=0.000773 ! Fit after self-cal, rms=0.069557Jy sigma=0.000773 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.82068e-05 Jy ! Component: 100 - total flux cleaned = 5.41021e-05 Jy ! Component: 150 - total flux cleaned = 5.35624e-05 Jy ! Component: 200 - total flux cleaned = 4.30915e-05 Jy ! Total flux subtracted in 200 components = 4.30915e-05 Jy ! Clean residual min=-0.001915 max=0.001762 Jy/beam ! Clean residual mean=-0.000003 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.159676 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.159676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069552Jy sigma=0.000773 ! Fit after self-cal, rms=0.069547Jy sigma=0.000773 ! 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.069547Jy sigma=0.000773 ! Fit after self-cal, rms=0.069556Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.562 mas, bmaj=7.978 mas, bpa=-6.73 degrees ! Estimated noise=647.058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.62089e-05 Jy ! Component: 100 - total flux cleaned = 0.000104535 Jy ! Component: 150 - total flux cleaned = 0.000115217 Jy ! Component: 200 - total flux cleaned = 0.000115567 Jy ! Total flux subtracted in 200 components = 0.000115567 Jy ! Clean residual min=-0.001908 max=0.001736 Jy/beam ! Clean residual mean=-0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.159791 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.159791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069551Jy sigma=0.000773 ! Fit after self-cal, rms=0.069549Jy sigma=0.000773 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 = 4.61035e-05 Jy ! Component: 100 - total flux cleaned = 3.60041e-05 Jy ! Component: 150 - total flux cleaned = 3.58634e-05 Jy ! Component: 200 - total flux cleaned = 2.75522e-05 Jy ! Total flux subtracted in 200 components = 2.75522e-05 Jy ! Clean residual min=-0.001908 max=0.001728 Jy/beam ! Clean residual mean=-0.000003 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.159819 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.159819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069546Jy sigma=0.000773 ! Fit after self-cal, rms=0.069543Jy sigma=0.000773 ! 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.069543Jy sigma=0.000773 ! Fit after self-cal, rms=0.069564Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.804 mas, bmaj=13.28 mas, bpa=-11.94 degrees ! Estimated noise=778.963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200838 Jy ! Component: 100 - total flux cleaned = 0.00017684 Jy ! Component: 150 - total flux cleaned = 0.000153416 Jy ! Component: 200 - total flux cleaned = 0.000137036 Jy ! Total flux subtracted in 200 components = 0.000137036 Jy ! Clean residual min=-0.002178 max=0.001897 Jy/beam ! Clean residual mean=-0.000006 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.159956 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 72 components and 0.159956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069565Jy sigma=0.000773 ! Fit after self-cal, rms=0.069562Jy sigma=0.000773 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.17342e-07 Jy ! Component: 100 - total flux cleaned = -8.10739e-06 Jy ! Component: 150 - total flux cleaned = -1.42869e-05 Jy ! Component: 200 - total flux cleaned = -1.96364e-05 Jy ! Total flux subtracted in 200 components = -1.96364e-05 Jy ! Clean residual min=-0.002167 max=0.001901 Jy/beam ! Clean residual mean=-0.000006 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.159936 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 83 components and 0.159936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069563Jy sigma=0.000773 ! Fit after self-cal, rms=0.069560Jy sigma=0.000773 ! 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.56 mas, bmaj=7.974 mas, bpa=-6.769 degrees ! Estimated noise=646.899 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.56 x 7.974 at -6.769 degrees (North through East) ! Clean map min=-0.0017711 max=0.13673 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.871 mas, bmaj=6.727 mas, bpa=-5.473 degrees ! Estimated noise=941.786 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.107115 Jy ! Component: 100 - total flux cleaned = 0.133519 Jy ! Component: 150 - total flux cleaned = 0.145593 Jy ! Component: 200 - total flux cleaned = 0.151943 Jy ! Total flux subtracted in 200 components = 0.151943 Jy ! Clean residual min=-0.003397 max=0.003692 Jy/beam ! Clean residual mean=-0.000003 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.151943 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.151943 Jy ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=7.974 mas, bpa=-6.769 degrees ! Estimated noise=646.899 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.00412007 Jy ! Component: 100 - total flux cleaned = 0.00623131 Jy ! Component: 150 - total flux cleaned = 0.00745153 Jy ! Component: 200 - total flux cleaned = 0.00765457 Jy ! Total flux subtracted in 200 components = 0.00765457 Jy ! Clean residual min=-0.001858 max=0.001788 Jy/beam ! Clean residual mean=-0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.159598 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.159598 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.804 mas, bmaj=13.28 mas, bpa=-11.94 degrees ! Estimated noise=778.963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000372697 Jy ! Component: 100 - total flux cleaned = 0.000307204 Jy ! Component: 150 - total flux cleaned = 0.000276563 Jy ! Component: 200 - total flux cleaned = 0.00025907 Jy ! Total flux subtracted in 200 components = 0.00025907 Jy ! Clean residual min=-0.002190 max=0.001900 Jy/beam ! Clean residual mean=-0.000006 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.159857 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 = -1.52581e-05 Jy ! Component: 100 - total flux cleaned = -2.87212e-05 Jy ! Component: 150 - total flux cleaned = -2.84355e-05 Jy ! Component: 200 - total flux cleaned = -2.84813e-05 Jy ! Total flux subtracted in 200 components = -2.84813e-05 Jy ! Clean residual min=-0.002175 max=0.001903 Jy/beam ! Clean residual mean=-0.000006 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.159828 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 0.159828 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=7.974 mas, bpa=-6.769 degrees ! Estimated noise=646.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199334 Jy ! Component: 100 - total flux cleaned = -0.000158129 Jy ! Component: 150 - total flux cleaned = -0.00015825 Jy ! Component: 200 - total flux cleaned = -0.000174919 Jy ! Total flux subtracted in 200 components = -0.000174919 Jy ! Clean residual min=-0.001883 max=0.001784 Jy/beam ! Clean residual mean=-0.000003 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.159653 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.159653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069568Jy sigma=0.000773 ! Fit after self-cal, rms=0.069564Jy sigma=0.000773 wmodel J0807+1352_S_2014_06_09_pus_map.mod ! Writing 71 model components to file: J0807+1352_S_2014_06_09_pus_map.mod wobs J0807+1352_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0807+1352_S_2014_06_09_pus_uvs.fits wwins J0807+1352_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0807+1352_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.000345938 Jy ! Component: 100 - total flux cleaned = -0.000284504 Jy ! Component: 150 - total flux cleaned = -0.000313437 Jy ! Component: 200 - total flux cleaned = -0.000313712 Jy ! Component: 250 - total flux cleaned = -0.000472684 Jy ! Component: 300 - total flux cleaned = -0.00052326 Jy ! Component: 350 - total flux cleaned = -0.000547395 Jy ! Component: 400 - total flux cleaned = -0.000570885 Jy ! Component: 450 - total flux cleaned = -0.000547502 Jy ! Component: 500 - total flux cleaned = -0.000570577 Jy ! Component: 550 - total flux cleaned = -0.000615279 Jy ! Component: 600 - total flux cleaned = -0.000636792 Jy ! Component: 650 - total flux cleaned = -0.000614699 Jy ! Component: 700 - total flux cleaned = -0.000572146 Jy ! Component: 750 - total flux cleaned = -0.000550845 Jy ! Component: 800 - total flux cleaned = -0.000550533 Jy ! Component: 850 - total flux cleaned = -0.000550754 Jy ! Component: 900 - total flux cleaned = -0.000569685 Jy ! Component: 950 - total flux cleaned = -0.000512462 Jy ! Component: 1000 - total flux cleaned = -0.00049412 Jy ! Component: 1050 - total flux cleaned = -0.000439408 Jy ! Component: 1100 - total flux cleaned = -0.000475807 Jy ! Component: 1150 - total flux cleaned = -0.000404371 Jy ! Component: 1200 - total flux cleaned = -0.000386684 Jy ! Component: 1250 - total flux cleaned = -0.000369159 Jy ! Component: 1300 - total flux cleaned = -0.000300761 Jy ! Component: 1350 - total flux cleaned = -0.000199971 Jy ! Component: 1400 - total flux cleaned = -0.000216232 Jy ! Component: 1450 - total flux cleaned = -0.000150557 Jy ! Component: 1500 - total flux cleaned = -0.000118429 Jy ! Component: 1550 - total flux cleaned = -8.66322e-05 Jy ! Component: 1600 - total flux cleaned = -3.94961e-05 Jy ! Component: 1650 - total flux cleaned = -3.94949e-05 Jy ! Component: 1700 - total flux cleaned = -2.44822e-05 Jy ! Component: 1750 - total flux cleaned = 5.65527e-06 Jy ! Component: 1800 - total flux cleaned = -9.39175e-06 Jy ! Component: 1850 - total flux cleaned = -9.36451e-06 Jy ! Component: 1900 - total flux cleaned = -2.39012e-05 Jy ! Component: 1950 - total flux cleaned = 1.92733e-05 Jy ! Component: 2000 - total flux cleaned = -5.22255e-05 Jy ! Component: 2050 - total flux cleaned = -6.63322e-05 Jy ! Component: 2100 - total flux cleaned = -8.01672e-05 Jy ! Component: 2150 - total flux cleaned = -6.66976e-05 Jy ! Component: 2200 - total flux cleaned = -0.000162434 Jy ! Component: 2250 - total flux cleaned = -0.000229821 Jy ! Component: 2300 - total flux cleaned = -0.000216301 Jy ! Component: 2350 - total flux cleaned = -0.000282235 Jy ! Component: 2400 - total flux cleaned = -0.00032122 Jy ! Component: 2450 - total flux cleaned = -0.000321261 Jy ! Component: 2500 - total flux cleaned = -0.000372792 Jy ! Component: 2550 - total flux cleaned = -0.000423597 Jy ! Component: 2600 - total flux cleaned = -0.000511801 Jy ! Component: 2650 - total flux cleaned = -0.000536737 Jy ! Component: 2700 - total flux cleaned = -0.000623083 Jy ! Component: 2750 - total flux cleaned = -0.000671969 Jy ! Component: 2800 - total flux cleaned = -0.000708184 Jy ! Component: 2850 - total flux cleaned = -0.000768258 Jy ! Component: 2900 - total flux cleaned = -0.000791986 Jy ! Component: 2950 - total flux cleaned = -0.000827215 Jy ! Component: 3000 - total flux cleaned = -0.000838966 Jy ! Component: 3050 - total flux cleaned = -0.000897047 Jy ! Component: 3100 - total flux cleaned = -0.000954486 Jy ! Component: 3150 - total flux cleaned = -0.00093177 Jy ! Component: 3200 - total flux cleaned = -0.000965806 Jy ! Component: 3250 - total flux cleaned = -0.00097707 Jy ! Component: 3300 - total flux cleaned = -0.00101048 Jy ! Component: 3350 - total flux cleaned = -0.00101053 Jy ! Component: 3400 - total flux cleaned = -0.00104343 Jy ! Component: 3450 - total flux cleaned = -0.0011085 Jy ! Component: 3500 - total flux cleaned = -0.00111924 Jy ! Component: 3550 - total flux cleaned = -0.0011193 Jy ! Component: 3600 - total flux cleaned = -0.00116179 Jy ! Component: 3650 - total flux cleaned = -0.00117226 Jy ! Component: 3700 - total flux cleaned = -0.00121412 Jy ! Component: 3750 - total flux cleaned = -0.00125553 Jy ! Component: 3800 - total flux cleaned = -0.00126589 Jy ! Component: 3850 - total flux cleaned = -0.00132728 Jy ! Component: 3900 - total flux cleaned = -0.00133733 Jy ! Component: 3950 - total flux cleaned = -0.00133727 Jy ! Component: 4000 - total flux cleaned = -0.00136742 Jy ! Component: 4050 - total flux cleaned = -0.0013973 Jy ! Total flux subtracted in 4096 components = -0.00139728 Jy ! Clean residual min=-0.000587 max=0.000508 Jy/beam ! Clean residual mean=-0.000002 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.158256 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 322 components and 0.158256 Jy ![Exited script file: muppet] wmap "J0807+1352_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.56 x 7.974 at -6.769 degrees (North through East) ! Clean map min=-0.0011973 max=0.13679 Jy/beam ! Writing clean map to FITS file: J0807+1352_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.136793 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177863 device "J0807+1352_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0807+1352_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.39007 0.39007 0.78014 1.56028 3.12056 6.24112 12.4822 24.9645 49.929 99.8579 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.56 x 7.974 at -6.769 degrees (North through East) ! Clean map min=-0.0011973 max=0.13679 Jy/beam quit ! Quitting program ! Log file J0807+1352_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:48:06 2016