! Started logfile: J0708+3455_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:19:02 2016 obs J0708+3455_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0708+3455_S_2014_05_31_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.791075 visibilities/baseline/integration-bin. ! Found source: J0708+3455 ! ! 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 17372 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 J0708+3455_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 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.931024Jy sigma=0.011588 ! Fit after self-cal, rms=0.890448Jy sigma=0.011167 ! 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.68 mas, bmaj=6.655 mas, bpa=21.01 degrees ! Estimated noise=780.176 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.0858798 Jy ! Component: 100 - total flux cleaned = 0.10516 Jy ! Total flux subtracted in 100 components = 0.10516 Jy ! Clean residual min=-0.004019 max=0.006962 Jy/beam ! Clean residual mean=0.000020 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.10516 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.10516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068653Jy sigma=0.000798 ! Fit after self-cal, rms=0.068646Jy sigma=0.000798 ! 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.521 mas, bmaj=7.349 mas, bpa=15.61 degrees ! Estimated noise=435.209 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.00682926 Jy ! Component: 100 - total flux cleaned = 0.00953057 Jy ! Component: 150 - total flux cleaned = 0.0108237 Jy ! Component: 200 - total flux cleaned = 0.0116067 Jy ! Total flux subtracted in 200 components = 0.0116067 Jy ! Clean residual min=-0.002749 max=0.006913 Jy/beam ! Clean residual mean=0.000023 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.116767 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 32 components and 0.116767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067944Jy sigma=0.000791 ! Fit after self-cal, rms=0.067955Jy sigma=0.000791 ! Inverting map ! Added new window around map position (-7, 29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00565617 Jy ! Component: 100 - total flux cleaned = 0.00807244 Jy ! Component: 150 - total flux cleaned = 0.00957912 Jy ! Component: 200 - total flux cleaned = 0.0103559 Jy ! Total flux subtracted in 200 components = 0.0103559 Jy ! Clean residual min=-0.002053 max=0.002298 Jy/beam ! Clean residual mean=0.000018 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.127123 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 92 components and 0.127123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067522Jy sigma=0.000785 ! Fit after self-cal, rms=0.067484Jy sigma=0.000785 ! 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.97 FD 0.85 HN 0.98 KP 1.04 ! LA 1.17 MK 1.00* NL 0.94 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.04 KP 1.00 ! LA 1.12 MK 1.00* NL 1.02 OV 1.02 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.11 HN 1.00 KP 0.92 ! LA 0.91 MK 1.00* NL 1.03 OV 0.94 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.95 HN 0.99 KP 0.88 ! LA 0.88 MK 1.00* NL 1.09 OV 1.02 ! PT 1.04 SC 0.92 ! ! ! Fit before self-cal, rms=0.067484Jy sigma=0.000785 ! Fit after self-cal, rms=0.065074Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.503 mas, bmaj=7.337 mas, bpa=15.69 degrees ! Estimated noise=433.926 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.0014839 Jy ! Component: 100 - total flux cleaned = 0.00224091 Jy ! Component: 150 - total flux cleaned = 0.00265605 Jy ! Component: 200 - total flux cleaned = 0.0029858 Jy ! Total flux subtracted in 200 components = 0.0029858 Jy ! Clean residual min=-0.001565 max=0.001550 Jy/beam ! Clean residual mean=0.000007 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.130109 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 118 components and 0.130109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065038Jy sigma=0.000773 ! Fit after self-cal, rms=0.065019Jy sigma=0.000773 ! 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.065019Jy sigma=0.000773 ! Fit after self-cal, rms=0.064916Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.503 mas, bmaj=7.327 mas, bpa=15.59 degrees ! Estimated noise=434.276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000526604 Jy ! Component: 100 - total flux cleaned = 0.00073548 Jy ! Component: 150 - total flux cleaned = 0.000902708 Jy ! Component: 200 - total flux cleaned = 0.000946353 Jy ! Total flux subtracted in 200 components = 0.000946353 Jy ! Clean residual min=-0.001304 max=0.001163 Jy/beam ! Clean residual mean=0.000005 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.131055 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 142 components and 0.131055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064907Jy sigma=0.000771 ! Fit after self-cal, rms=0.064909Jy 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 = 8.55857e-05 Jy ! Component: 100 - total flux cleaned = 0.000127036 Jy ! Component: 150 - total flux cleaned = 0.000135874 Jy ! Component: 200 - total flux cleaned = 0.000144071 Jy ! Total flux subtracted in 200 components = 0.000144071 Jy ! Clean residual min=-0.001296 max=0.001151 Jy/beam ! Clean residual mean=0.000005 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.131199 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 151 components and 0.131199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064906Jy sigma=0.000771 ! Fit after self-cal, rms=0.064906Jy 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.064906Jy sigma=0.000771 ! Fit after self-cal, rms=0.064927Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.502 mas, bmaj=7.323 mas, bpa=15.58 degrees ! Estimated noise=434.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227678 Jy ! Component: 100 - total flux cleaned = 0.000321393 Jy ! Component: 150 - total flux cleaned = 0.000345956 Jy ! Component: 200 - total flux cleaned = 0.000368515 Jy ! Total flux subtracted in 200 components = 0.000368515 Jy ! Clean residual min=-0.001308 max=0.001146 Jy/beam ! Clean residual mean=0.000004 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.131568 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 157 components and 0.131568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064925Jy sigma=0.000771 ! Fit after self-cal, rms=0.064925Jy 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 = 1.81717e-05 Jy ! Component: 100 - total flux cleaned = 4.73351e-05 Jy ! Component: 150 - total flux cleaned = 6.76767e-05 Jy ! Component: 200 - total flux cleaned = 8.01521e-05 Jy ! Total flux subtracted in 200 components = 8.01521e-05 Jy ! Clean residual min=-0.001306 max=0.001144 Jy/beam ! Clean residual mean=0.000004 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.131648 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 169 components and 0.131648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064923Jy sigma=0.000771 ! Fit after self-cal, rms=0.064923Jy 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.064923Jy sigma=0.000771 ! Fit after self-cal, rms=0.064944Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.98 mas, bmaj=9.736 mas, bpa=-2.065 degrees ! Estimated noise=498.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000219774 Jy ! Component: 100 - total flux cleaned = 0.000264699 Jy ! Component: 150 - total flux cleaned = 0.000300582 Jy ! Component: 200 - total flux cleaned = 0.000308093 Jy ! Total flux subtracted in 200 components = 0.000308093 Jy ! Clean residual min=-0.001355 max=0.001267 Jy/beam ! Clean residual mean=0.000007 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.131956 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 183 components and 0.131956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064943Jy sigma=0.000771 ! Fit after self-cal, rms=0.064942Jy 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 = 4.10132e-05 Jy ! Component: 100 - total flux cleaned = 4.96145e-05 Jy ! Component: 150 - total flux cleaned = 5.668e-05 Jy ! Component: 200 - total flux cleaned = 6.31421e-05 Jy ! Total flux subtracted in 200 components = 6.31421e-05 Jy ! Clean residual min=-0.001350 max=0.001251 Jy/beam ! Clean residual mean=0.000007 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.132019 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 197 components and 0.132019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064942Jy sigma=0.000771 ! Fit after self-cal, rms=0.064942Jy 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.502 mas, bmaj=7.32 mas, bpa=15.56 degrees ! Estimated noise=434.744 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.502 x 7.32 at 15.56 degrees (North through East) ! Clean map min=-0.0012639 max=0.11008 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.658 mas, bmaj=6.631 mas, bpa=20.88 degrees ! Estimated noise=772.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0850137 Jy ! Component: 100 - total flux cleaned = 0.104291 Jy ! Component: 150 - total flux cleaned = 0.112286 Jy ! Component: 200 - total flux cleaned = 0.117148 Jy ! Total flux subtracted in 200 components = 0.117148 Jy ! Clean residual min=-0.002901 max=0.003061 Jy/beam ! Clean residual mean=0.000006 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.117148 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.117148 Jy ! Inverting map and beam ! Estimated beam: bmin=4.502 mas, bmaj=7.32 mas, bpa=15.56 degrees ! Estimated noise=434.744 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.00391312 Jy ! Component: 100 - total flux cleaned = 0.00638583 Jy ! Component: 150 - total flux cleaned = 0.00816656 Jy ! Component: 200 - total flux cleaned = 0.00951322 Jy ! Total flux subtracted in 200 components = 0.00951322 Jy ! Clean residual min=-0.001361 max=0.001437 Jy/beam ! Clean residual mean=0.000005 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.126661 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 89 components and 0.126661 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.98 mas, bmaj=9.736 mas, bpa=-2.065 degrees ! Estimated noise=498.449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155242 Jy ! Component: 100 - total flux cleaned = 0.00259479 Jy ! Component: 150 - total flux cleaned = 0.00335345 Jy ! Component: 200 - total flux cleaned = 0.00392275 Jy ! Total flux subtracted in 200 components = 0.00392275 Jy ! Clean residual min=-0.001370 max=0.001238 Jy/beam ! Clean residual mean=0.000007 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.130584 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.000435264 Jy ! Component: 100 - total flux cleaned = 0.000771428 Jy ! Component: 150 - total flux cleaned = 0.000935208 Jy ! Component: 200 - total flux cleaned = 0.00103913 Jy ! Total flux subtracted in 200 components = 0.00103913 Jy ! Clean residual min=-0.001332 max=0.001230 Jy/beam ! Clean residual mean=0.000007 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.131623 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 172 components and 0.131623 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.502 mas, bmaj=7.32 mas, bpa=15.56 degrees ! Estimated noise=434.744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.3106e-05 Jy ! Component: 100 - total flux cleaned = 0.000110847 Jy ! Component: 150 - total flux cleaned = 0.000157216 Jy ! Component: 200 - total flux cleaned = 0.000177914 Jy ! Total flux subtracted in 200 components = 0.000177914 Jy ! Clean residual min=-0.001287 max=0.001144 Jy/beam ! Clean residual mean=0.000004 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.131801 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 185 components and 0.131801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064944Jy sigma=0.000771 ! Fit after self-cal, rms=0.064943Jy sigma=0.000771 wmodel J0708+3455_S_2014_05_31_pus_map.mod ! Writing 185 model components to file: J0708+3455_S_2014_05_31_pus_map.mod wobs J0708+3455_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0708+3455_S_2014_05_31_pus_uvs.fits wwins J0708+3455_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0708+3455_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.00053584 Jy ! Component: 100 - total flux cleaned = -0.00078671 Jy ! Component: 150 - total flux cleaned = -0.000886365 Jy ! Component: 200 - total flux cleaned = -0.000981894 Jy ! Component: 250 - total flux cleaned = -0.0010178 Jy ! Component: 300 - total flux cleaned = -0.000999838 Jy ! Component: 350 - total flux cleaned = -0.000999795 Jy ! Component: 400 - total flux cleaned = -0.000966253 Jy ! Component: 450 - total flux cleaned = -0.0009503 Jy ! Component: 500 - total flux cleaned = -0.000981965 Jy ! Component: 550 - total flux cleaned = -0.000982293 Jy ! Component: 600 - total flux cleaned = -0.000982454 Jy ! Component: 650 - total flux cleaned = -0.000968018 Jy ! Component: 700 - total flux cleaned = -0.000924914 Jy ! Component: 750 - total flux cleaned = -0.000910785 Jy ! Component: 800 - total flux cleaned = -0.000869652 Jy ! Component: 850 - total flux cleaned = -0.000856592 Jy ! Component: 900 - total flux cleaned = -0.000869934 Jy ! Component: 950 - total flux cleaned = -0.000830732 Jy ! Component: 1000 - total flux cleaned = -0.000843625 Jy ! Component: 1050 - total flux cleaned = -0.000843488 Jy ! Component: 1100 - total flux cleaned = -0.000793718 Jy ! Component: 1150 - total flux cleaned = -0.000793675 Jy ! Component: 1200 - total flux cleaned = -0.000781824 Jy ! Component: 1250 - total flux cleaned = -0.00078193 Jy ! Component: 1300 - total flux cleaned = -0.000770592 Jy ! Component: 1350 - total flux cleaned = -0.000770701 Jy ! Component: 1400 - total flux cleaned = -0.000782089 Jy ! Component: 1450 - total flux cleaned = -0.000760034 Jy ! Component: 1500 - total flux cleaned = -0.000738158 Jy ! Component: 1550 - total flux cleaned = -0.000749025 Jy ! Component: 1600 - total flux cleaned = -0.000717021 Jy ! Component: 1650 - total flux cleaned = -0.000717231 Jy ! Component: 1700 - total flux cleaned = -0.000706991 Jy ! Component: 1750 - total flux cleaned = -0.000686378 Jy ! Component: 1800 - total flux cleaned = -0.000666193 Jy ! Component: 1850 - total flux cleaned = -0.00063632 Jy ! Component: 1900 - total flux cleaned = -0.000646297 Jy ! Component: 1950 - total flux cleaned = -0.000636427 Jy ! Component: 2000 - total flux cleaned = -0.000617303 Jy ! Component: 2050 - total flux cleaned = -0.000626815 Jy ! Component: 2100 - total flux cleaned = -0.000617232 Jy ! Component: 2150 - total flux cleaned = -0.00058001 Jy ! Component: 2200 - total flux cleaned = -0.000570762 Jy ! Component: 2250 - total flux cleaned = -0.000552594 Jy ! Component: 2300 - total flux cleaned = -0.000552469 Jy ! Component: 2350 - total flux cleaned = -0.000525716 Jy ! Component: 2400 - total flux cleaned = -0.000499452 Jy ! Component: 2450 - total flux cleaned = -0.000482094 Jy ! Component: 2500 - total flux cleaned = -0.000473622 Jy ! Component: 2550 - total flux cleaned = -0.000456621 Jy ! Component: 2600 - total flux cleaned = -0.000414517 Jy ! Component: 2650 - total flux cleaned = -0.000347829 Jy ! Component: 2700 - total flux cleaned = -0.000331386 Jy ! Component: 2750 - total flux cleaned = -0.000298714 Jy ! Component: 2800 - total flux cleaned = -0.000242024 Jy ! Component: 2850 - total flux cleaned = -0.000177807 Jy ! Component: 2900 - total flux cleaned = -0.000130063 Jy ! Component: 2950 - total flux cleaned = -9.06747e-05 Jy ! Component: 3000 - total flux cleaned = -3.60236e-05 Jy ! Component: 3050 - total flux cleaned = -1.28611e-05 Jy ! Component: 3100 - total flux cleaned = 2.5759e-06 Jy ! Component: 3150 - total flux cleaned = 6.34813e-05 Jy ! Component: 3200 - total flux cleaned = 0.000101194 Jy ! Component: 3250 - total flux cleaned = 0.000138464 Jy ! Component: 3300 - total flux cleaned = 0.000160784 Jy ! Component: 3350 - total flux cleaned = 0.00020501 Jy ! Component: 3400 - total flux cleaned = 0.000205066 Jy ! Component: 3450 - total flux cleaned = 0.000234169 Jy ! Component: 3500 - total flux cleaned = 0.000277313 Jy ! Component: 3550 - total flux cleaned = 0.000284431 Jy ! Component: 3600 - total flux cleaned = 0.000319842 Jy ! Component: 3650 - total flux cleaned = 0.00035509 Jy ! Component: 3700 - total flux cleaned = 0.000362033 Jy ! Component: 3750 - total flux cleaned = 0.000396806 Jy ! Component: 3800 - total flux cleaned = 0.000417484 Jy ! Component: 3850 - total flux cleaned = 0.000424325 Jy ! Component: 3900 - total flux cleaned = 0.00043115 Jy ! Component: 3950 - total flux cleaned = 0.000478568 Jy ! Component: 4000 - total flux cleaned = 0.000505497 Jy ! Component: 4050 - total flux cleaned = 0.000512178 Jy ! Total flux subtracted in 4096 components = 0.000538815 Jy ! Clean residual min=-0.000417 max=0.000351 Jy/beam ! Clean residual mean=0.000001 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.13234 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 482 components and 0.13234 Jy ![Exited script file: muppet] wmap "J0708+3455_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.502 x 7.32 at 15.56 degrees (North through East) ! Clean map min=-0.00094707 max=0.11 Jy/beam ! Writing clean map to FITS file: J0708+3455_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.11 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000122263 device "J0708+3455_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0708+3455_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.333446 0.333446 0.666892 1.33378 2.66757 5.33514 10.6703 21.3406 42.6811 85.3622 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.109 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.502 x 7.32 at 15.56 degrees (North through East) ! Clean map min=-0.00094707 max=0.11 Jy/beam quit ! Quitting program ! Log file J0708+3455_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:19:08 2016