! Started logfile: J0808+4052_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:19:57 2016 obs J0808+4052_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0808+4052_S_2014_05_31_pus_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.76358 visibilities/baseline/integration-bin. ! Found source: J0808+4052 ! ! 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 4948 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 J0808+4052_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.632869Jy sigma=0.007854 ! Fit after self-cal, rms=0.620714Jy sigma=0.007700 ! 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.979 mas, bmaj=6.722 mas, bpa=24.28 degrees ! Estimated noise=1122.67 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.297162 Jy ! Component: 100 - total flux cleaned = 0.362956 Jy ! Total flux subtracted in 100 components = 0.362956 Jy ! Clean residual min=-0.012179 max=0.024494 Jy/beam ! Clean residual mean=0.000049 rms=0.003667 Jy/beam ! Combined flux in latest and established models = 0.362956 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.362956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095493Jy sigma=0.001094 ! Fit after self-cal, rms=0.095445Jy sigma=0.001094 ! Inverting map ! Added new window around map position (8.5, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273556 Jy ! Component: 100 - total flux cleaned = 0.0441832 Jy ! Total flux subtracted in 100 components = 0.0441832 Jy ! Clean residual min=-0.010426 max=0.010986 Jy/beam ! Clean residual mean=0.000027 rms=0.002568 Jy/beam ! Combined flux in latest and established models = 0.407139 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 25 components and 0.407139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085691Jy sigma=0.000973 ! Fit after self-cal, rms=0.085130Jy sigma=0.000967 ! 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.93 mas, bmaj=7.262 mas, bpa=21.74 degrees ! Estimated noise=829.569 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.0151288 Jy ! Component: 100 - total flux cleaned = 0.0238696 Jy ! Component: 150 - total flux cleaned = 0.0297094 Jy ! Component: 200 - total flux cleaned = 0.0338559 Jy ! Total flux subtracted in 200 components = 0.0338559 Jy ! Clean residual min=-0.006756 max=0.006287 Jy/beam ! Clean residual mean=0.000020 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.440995 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 70 components and 0.440995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081936Jy sigma=0.000933 ! Fit after self-cal, rms=0.081738Jy sigma=0.000931 ! 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 0.99 FD 0.84 HN 0.99 KP 1.06 ! LA 1.22 MK 1.00* NL 1.00 OV 0.97 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.05 KP 1.03 ! LA 1.15 MK 1.00* NL 1.02 OV 1.01 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.14 HN 1.05 KP 0.91 ! LA 0.90 MK 1.00* NL 1.00 OV 0.94 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.01 KP 0.87 ! LA 0.86 MK 1.00* NL 1.05 OV 0.96 ! PT 1.00 SC 0.92 ! ! ! Fit before self-cal, rms=0.081738Jy sigma=0.000931 ! Fit after self-cal, rms=0.067783Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.909 mas, bmaj=7.274 mas, bpa=21.92 degrees ! Estimated noise=825.453 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.00288901 Jy ! Component: 100 - total flux cleaned = 0.00352593 Jy ! Component: 150 - total flux cleaned = 0.00376216 Jy ! Component: 200 - total flux cleaned = 0.00399205 Jy ! Total flux subtracted in 200 components = 0.00399205 Jy ! Clean residual min=-0.002534 max=0.002366 Jy/beam ! Clean residual mean=-0.000004 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.444987 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.444987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067653Jy sigma=0.000776 ! Fit after self-cal, rms=0.067624Jy sigma=0.000775 ! 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.067624Jy sigma=0.000775 ! Fit after self-cal, rms=0.067161Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.911 mas, bmaj=7.271 mas, bpa=21.75 degrees ! Estimated noise=825.111 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141494 Jy ! Component: 100 - total flux cleaned = 0.00183379 Jy ! Component: 150 - total flux cleaned = 0.00199516 Jy ! Component: 200 - total flux cleaned = 0.00208056 Jy ! Total flux subtracted in 200 components = 0.00208056 Jy ! Clean residual min=-0.002510 max=0.002262 Jy/beam ! Clean residual mean=-0.000009 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.447067 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 93 components and 0.447067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067118Jy sigma=0.000771 ! Fit after self-cal, rms=0.067112Jy sigma=0.000771 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 = 0.000185402 Jy ! Component: 100 - total flux cleaned = 0.000348142 Jy ! Component: 150 - total flux cleaned = 0.000396322 Jy ! Component: 200 - total flux cleaned = 0.000441661 Jy ! Total flux subtracted in 200 components = 0.000441661 Jy ! Clean residual min=-0.002508 max=0.002281 Jy/beam ! Clean residual mean=-0.000010 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.447509 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 100 components and 0.447509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067093Jy sigma=0.000771 ! Fit after self-cal, rms=0.067091Jy sigma=0.000771 ! 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.067091Jy sigma=0.000771 ! Fit after self-cal, rms=0.067053Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.908 mas, bmaj=7.267 mas, bpa=21.76 degrees ! Estimated noise=825.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000881293 Jy ! Component: 100 - total flux cleaned = 0.00121122 Jy ! Component: 150 - total flux cleaned = 0.00129757 Jy ! Component: 200 - total flux cleaned = 0.00133769 Jy ! Total flux subtracted in 200 components = 0.00133769 Jy ! Clean residual min=-0.002494 max=0.002270 Jy/beam ! Clean residual mean=-0.000010 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.448847 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.448847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067035Jy sigma=0.000771 ! Fit after self-cal, rms=0.067033Jy sigma=0.000771 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 = 0.000119123 Jy ! Component: 100 - total flux cleaned = 0.000175223 Jy ! Component: 150 - total flux cleaned = 0.000193428 Jy ! Component: 200 - total flux cleaned = 0.000193126 Jy ! Total flux subtracted in 200 components = 0.000193126 Jy ! Clean residual min=-0.002489 max=0.002270 Jy/beam ! Clean residual mean=-0.000010 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.44904 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.44904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067024Jy sigma=0.000771 ! Fit after self-cal, rms=0.067023Jy sigma=0.000771 ! 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.067023Jy sigma=0.000771 ! Fit after self-cal, rms=0.067019Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.785 mas, bmaj=9.24 mas, bpa=-18.56 degrees ! Estimated noise=922.597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000601854 Jy ! Component: 100 - total flux cleaned = 0.000805632 Jy ! Component: 150 - total flux cleaned = 0.000875939 Jy ! Component: 200 - total flux cleaned = 0.000884753 Jy ! Total flux subtracted in 200 components = 0.000884753 Jy ! Clean residual min=-0.002744 max=0.002033 Jy/beam ! Clean residual mean=-0.000016 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.449925 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 116 components and 0.449925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067014Jy sigma=0.000771 ! Fit after self-cal, rms=0.067013Jy sigma=0.000771 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 = 0.000137218 Jy ! Component: 100 - total flux cleaned = 0.000163709 Jy ! Component: 150 - total flux cleaned = 0.000171726 Jy ! Component: 200 - total flux cleaned = 0.000171926 Jy ! Total flux subtracted in 200 components = 0.000171926 Jy ! Clean residual min=-0.002748 max=0.002041 Jy/beam ! Clean residual mean=-0.000016 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.450097 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 121 components and 0.450097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067012Jy sigma=0.000771 ! Fit after self-cal, rms=0.067012Jy sigma=0.000771 ! 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.907 mas, bmaj=7.264 mas, bpa=21.77 degrees ! Estimated noise=825.415 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.907 x 7.264 at 21.77 degrees (North through East) ! Clean map min=-0.0024742 max=0.3786 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.95 mas, bmaj=6.715 mas, bpa=24.27 degrees ! Estimated noise=1108.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.293187 Jy ! Component: 100 - total flux cleaned = 0.358853 Jy ! Component: 150 - total flux cleaned = 0.387132 Jy ! Component: 200 - total flux cleaned = 0.404484 Jy ! Total flux subtracted in 200 components = 0.404484 Jy ! Clean residual min=-0.004716 max=0.009237 Jy/beam ! Clean residual mean=0.000016 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.404484 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.404484 Jy ! Inverting map and beam ! Estimated beam: bmin=4.907 mas, bmaj=7.264 mas, bpa=21.77 degrees ! Estimated noise=825.415 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.0153415 Jy ! Component: 100 - total flux cleaned = 0.0246828 Jy ! Component: 150 - total flux cleaned = 0.0308529 Jy ! Component: 200 - total flux cleaned = 0.0350905 Jy ! Total flux subtracted in 200 components = 0.0350905 Jy ! Clean residual min=-0.002489 max=0.002589 Jy/beam ! Clean residual mean=-0.000001 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.439574 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 67 components and 0.439574 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.785 mas, bmaj=9.24 mas, bpa=-18.56 degrees ! Estimated noise=922.597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406446 Jy ! Component: 100 - total flux cleaned = 0.00649244 Jy ! Component: 150 - total flux cleaned = 0.00803648 Jy ! Component: 200 - total flux cleaned = 0.00903342 Jy ! Total flux subtracted in 200 components = 0.00903342 Jy ! Clean residual min=-0.002762 max=0.001923 Jy/beam ! Clean residual mean=-0.000014 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.448608 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 = 0.000627157 Jy ! Component: 100 - total flux cleaned = 0.000781448 Jy ! Component: 150 - total flux cleaned = 0.000925553 Jy ! Component: 200 - total flux cleaned = 0.000981063 Jy ! Total flux subtracted in 200 components = 0.000981063 Jy ! Clean residual min=-0.002755 max=0.001986 Jy/beam ! Clean residual mean=-0.000016 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.449589 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 120 components and 0.449589 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.907 mas, bmaj=7.264 mas, bpa=21.77 degrees ! Estimated noise=825.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000315703 Jy ! Component: 100 - total flux cleaned = -0.000203117 Jy ! Component: 150 - total flux cleaned = -8.46563e-05 Jy ! Component: 200 - total flux cleaned = 2.23612e-05 Jy ! Total flux subtracted in 200 components = 2.23612e-05 Jy ! Clean residual min=-0.002404 max=0.002171 Jy/beam ! Clean residual mean=-0.000010 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.449611 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 130 components and 0.449611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067020Jy sigma=0.000771 ! Fit after self-cal, rms=0.067018Jy sigma=0.000771 wmodel J0808+4052_S_2014_05_31_pus_map.mod ! Writing 130 model components to file: J0808+4052_S_2014_05_31_pus_map.mod wobs J0808+4052_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0808+4052_S_2014_05_31_pus_uvs.fits wwins J0808+4052_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0808+4052_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.000104194 Jy ! Component: 100 - total flux cleaned = 4.27969e-05 Jy ! Component: 150 - total flux cleaned = -2.66836e-05 Jy ! Component: 200 - total flux cleaned = 0.000171197 Jy ! Component: 250 - total flux cleaned = 0.000202969 Jy ! Component: 300 - total flux cleaned = 0.000295214 Jy ! Component: 350 - total flux cleaned = 0.000205069 Jy ! Component: 400 - total flux cleaned = 0.000293362 Jy ! Component: 450 - total flux cleaned = 0.000208261 Jy ! Component: 500 - total flux cleaned = 0.000236919 Jy ! Component: 550 - total flux cleaned = 0.00018332 Jy ! Component: 600 - total flux cleaned = 0.000210418 Jy ! Component: 650 - total flux cleaned = 0.000184741 Jy ! Component: 700 - total flux cleaned = 0.000159911 Jy ! Component: 750 - total flux cleaned = 0.00015964 Jy ! Component: 800 - total flux cleaned = -1.12988e-05 Jy ! Component: 850 - total flux cleaned = -5.85991e-05 Jy ! Component: 900 - total flux cleaned = -8.15979e-05 Jy ! Component: 950 - total flux cleaned = -5.8258e-05 Jy ! Component: 1000 - total flux cleaned = -0.000103602 Jy ! Component: 1050 - total flux cleaned = -0.000103128 Jy ! Component: 1100 - total flux cleaned = -0.000169278 Jy ! Component: 1150 - total flux cleaned = -0.000147625 Jy ! Component: 1200 - total flux cleaned = -8.40796e-05 Jy ! Component: 1250 - total flux cleaned = -0.000189796 Jy ! Component: 1300 - total flux cleaned = -0.000231139 Jy ! Component: 1350 - total flux cleaned = -0.000251533 Jy ! Component: 1400 - total flux cleaned = -0.000291488 Jy ! Component: 1450 - total flux cleaned = -0.000231543 Jy ! Component: 1500 - total flux cleaned = -0.000251554 Jy ! Component: 1550 - total flux cleaned = -0.000251409 Jy ! Component: 1600 - total flux cleaned = -0.000212964 Jy ! Component: 1650 - total flux cleaned = -0.000156047 Jy ! Component: 1700 - total flux cleaned = -0.000174897 Jy ! Component: 1750 - total flux cleaned = -0.000156319 Jy ! Component: 1800 - total flux cleaned = -0.000229359 Jy ! Component: 1850 - total flux cleaned = -0.000211374 Jy ! Component: 1900 - total flux cleaned = -0.000229314 Jy ! Component: 1950 - total flux cleaned = -0.000246719 Jy ! Component: 2000 - total flux cleaned = -0.000333923 Jy ! Component: 2050 - total flux cleaned = -0.000281815 Jy ! Component: 2100 - total flux cleaned = -0.000333431 Jy ! Component: 2150 - total flux cleaned = -0.000384185 Jy ! Component: 2200 - total flux cleaned = -0.00048461 Jy ! Component: 2250 - total flux cleaned = -0.000467927 Jy ! Component: 2300 - total flux cleaned = -0.000500784 Jy ! Component: 2350 - total flux cleaned = -0.000533122 Jy ! Component: 2400 - total flux cleaned = -0.000532825 Jy ! Component: 2450 - total flux cleaned = -0.000548703 Jy ! Component: 2500 - total flux cleaned = -0.000595824 Jy ! Component: 2550 - total flux cleaned = -0.00059565 Jy ! Component: 2600 - total flux cleaned = -0.000595494 Jy ! Component: 2650 - total flux cleaned = -0.000595205 Jy ! Component: 2700 - total flux cleaned = -0.000640985 Jy ! Component: 2750 - total flux cleaned = -0.000489905 Jy ! Component: 2800 - total flux cleaned = -0.000534716 Jy ! Component: 2850 - total flux cleaned = -0.000504901 Jy ! Component: 2900 - total flux cleaned = -0.000548839 Jy ! Component: 2950 - total flux cleaned = -0.000475687 Jy ! Component: 3000 - total flux cleaned = -0.000504688 Jy ! Component: 3050 - total flux cleaned = -0.000375539 Jy ! Component: 3100 - total flux cleaned = -0.000361285 Jy ! Component: 3150 - total flux cleaned = -0.000318791 Jy ! Component: 3200 - total flux cleaned = -0.000332544 Jy ! Component: 3250 - total flux cleaned = -0.000304539 Jy ! Component: 3300 - total flux cleaned = -0.000290603 Jy ! Component: 3350 - total flux cleaned = -0.000276943 Jy ! Component: 3400 - total flux cleaned = -0.000276818 Jy ! Component: 3450 - total flux cleaned = -0.00025006 Jy ! Component: 3500 - total flux cleaned = -0.00020999 Jy ! Component: 3550 - total flux cleaned = -0.000210019 Jy ! Component: 3600 - total flux cleaned = -0.000236293 Jy ! Component: 3650 - total flux cleaned = -0.00022325 Jy ! Component: 3700 - total flux cleaned = -0.000210001 Jy ! Component: 3750 - total flux cleaned = -0.00022289 Jy ! Component: 3800 - total flux cleaned = -0.000197347 Jy ! Component: 3850 - total flux cleaned = -0.000184555 Jy ! Component: 3900 - total flux cleaned = -0.000159462 Jy ! Component: 3950 - total flux cleaned = -0.000134656 Jy ! Component: 4000 - total flux cleaned = -0.000196496 Jy ! Component: 4050 - total flux cleaned = -0.000171863 Jy ! Total flux subtracted in 4096 components = -0.000171834 Jy ! Clean residual min=-0.000699 max=0.000739 Jy/beam ! Clean residual mean=-0.000005 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.449439 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 420 components and 0.449439 Jy ![Exited script file: muppet] wmap "J0808+4052_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.907 x 7.264 at 21.77 degrees (North through East) ! Clean map min=-0.0018295 max=0.37794 Jy/beam ! Writing clean map to FITS file: J0808+4052_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.377944 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224248 device "J0808+4052_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0808+4052_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.178 0.178 0.356001 0.712002 1.424 2.84801 5.69601 11.392 22.7841 45.5681 91.1362 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.377 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.907 x 7.264 at 21.77 degrees (North through East) ! Clean map min=-0.0018295 max=0.37794 Jy/beam quit ! Quitting program ! Log file J0808+4052_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:20:02 2016