! Started logfile: J0704-1307_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:18:15 2016 obs J0704-1307_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0704-1307_S_2014_08_05_pus_uva.fits ! AN table 1: 111 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.697097 visibilities/baseline/integration-bin. ! Found source: J0704-1307 ! ! 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 360 lines of history. ! ! Reading 13928 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 J0704-1307_S_2014_08_05_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 176 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.979068Jy sigma=0.009559 ! Fit after self-cal, rms=0.946165Jy sigma=0.009255 ! 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.249 mas, bmaj=10.09 mas, bpa=20.29 degrees ! Estimated noise=1002.47 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.0400107 Jy ! Component: 100 - total flux cleaned = 0.0529424 Jy ! Total flux subtracted in 100 components = 0.0529424 Jy ! Clean residual min=-0.004250 max=0.006474 Jy/beam ! Clean residual mean=0.000001 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.0529424 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0529424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086630Jy sigma=0.000789 ! Fit after self-cal, rms=0.086152Jy sigma=0.000785 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00881717 Jy ! Component: 100 - total flux cleaned = 0.0143425 Jy ! Total flux subtracted in 100 components = 0.0143425 Jy ! Clean residual min=-0.003791 max=0.003801 Jy/beam ! Clean residual mean=-0.000000 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.0672849 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 44 components and 0.0672849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084788Jy sigma=0.000769 ! Fit after self-cal, rms=0.084716Jy sigma=0.000769 ! 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.018 mas, bmaj=11.59 mas, bpa=19.57 degrees ! Estimated noise=621.812 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.0068032 Jy ! Component: 100 - total flux cleaned = 0.0105573 Jy ! Component: 150 - total flux cleaned = 0.0128874 Jy ! Component: 200 - total flux cleaned = 0.0144348 Jy ! Total flux subtracted in 200 components = 0.0144348 Jy ! Clean residual min=-0.002283 max=0.003163 Jy/beam ! Clean residual mean=-0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.0817197 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 84 components and 0.0817197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084151Jy sigma=0.000763 ! Fit after self-cal, rms=0.084071Jy sigma=0.000762 ! 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.86 HN 1.00 KP 0.99 ! LA 1.08 MK 1.00* NL 1.24 OV 0.98 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 0.95 KP 0.95 ! LA 1.06 MK 1.00* NL 1.15 OV 0.99 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 1.02 KP 0.88 ! LA 0.77 MK 1.00* NL 1.06 OV 0.94 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.98 HN 0.93 KP 0.87 ! LA 0.78 MK 1.00* NL 1.10 OV 0.98 ! PT 1.04 SC 1.02 ! ! ! Fit before self-cal, rms=0.084071Jy sigma=0.000762 ! Fit after self-cal, rms=0.082252Jy sigma=0.000758 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.016 mas, bmaj=11.63 mas, bpa=19.4 degrees ! Estimated noise=614.851 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.00080561 Jy ! Component: 100 - total flux cleaned = 0.000993356 Jy ! Component: 150 - total flux cleaned = 0.00108098 Jy ! Component: 200 - total flux cleaned = 0.00117449 Jy ! Total flux subtracted in 200 components = 0.00117449 Jy ! Clean residual min=-0.002132 max=0.001866 Jy/beam ! Clean residual mean=0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0828942 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 88 components and 0.0828942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082220Jy sigma=0.000758 ! Fit after self-cal, rms=0.082282Jy sigma=0.000758 ! 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.082282Jy sigma=0.000758 ! Fit after self-cal, rms=0.083121Jy sigma=0.000757 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.001 mas, bmaj=11.56 mas, bpa=19.23 degrees ! Estimated noise=614.009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000793842 Jy ! Component: 100 - total flux cleaned = 0.000930619 Jy ! Component: 150 - total flux cleaned = 0.00101422 Jy ! Component: 200 - total flux cleaned = 0.00106417 Jy ! Total flux subtracted in 200 components = 0.00106417 Jy ! Clean residual min=-0.001889 max=0.001894 Jy/beam ! Clean residual mean=0.000003 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0839584 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.0839584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083101Jy sigma=0.000757 ! Fit after self-cal, rms=0.083147Jy sigma=0.000756 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) ! Added new window around map position (-107, 103.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146035 Jy ! Component: 100 - total flux cleaned = 0.00155151 Jy ! Component: 150 - total flux cleaned = 0.00141379 Jy ! Component: 200 - total flux cleaned = 0.00144571 Jy ! Total flux subtracted in 200 components = 0.00144571 Jy ! Clean residual min=-0.001933 max=0.001429 Jy/beam ! Clean residual mean=0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0854041 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.0854041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083096Jy sigma=0.000756 ! Fit after self-cal, rms=0.083080Jy sigma=0.000756 ! 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.083080Jy sigma=0.000756 ! Fit after self-cal, rms=0.082920Jy sigma=0.000756 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=11.51 mas, bpa=19.29 degrees ! Estimated noise=611.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000767078 Jy ! Component: 100 - total flux cleaned = 0.000946145 Jy ! Component: 150 - total flux cleaned = 0.0010379 Jy ! Component: 200 - total flux cleaned = 0.00112097 Jy ! Total flux subtracted in 200 components = 0.00112097 Jy ! Clean residual min=-0.001940 max=0.001445 Jy/beam ! Clean residual mean=0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0865251 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 121 components and 0.086525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082890Jy sigma=0.000756 ! Fit after self-cal, rms=0.082902Jy sigma=0.000756 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.000179173 Jy ! Component: 100 - total flux cleaned = 0.000120402 Jy ! Component: 150 - total flux cleaned = 0.000173974 Jy ! Component: 200 - total flux cleaned = 0.000221665 Jy ! Total flux subtracted in 200 components = 0.000221665 Jy ! Clean residual min=-0.001944 max=0.001440 Jy/beam ! Clean residual mean=0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0867467 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 131 components and 0.0867467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082881Jy sigma=0.000755 ! Fit after self-cal, rms=0.082876Jy sigma=0.000755 ! 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.082876Jy sigma=0.000755 ! Fit after self-cal, rms=0.082961Jy sigma=0.000755 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.745 mas, bmaj=15.41 mas, bpa=12.48 degrees ! Estimated noise=701.253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319799 Jy ! Component: 100 - total flux cleaned = 0.000454743 Jy ! Component: 150 - total flux cleaned = 0.00043744 Jy ! Component: 200 - total flux cleaned = 0.000453599 Jy ! Total flux subtracted in 200 components = 0.000453599 Jy ! Clean residual min=-0.001727 max=0.001666 Jy/beam ! Clean residual mean=0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0872003 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 150 components and 0.0872003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082954Jy sigma=0.000755 ! Fit after self-cal, rms=0.082962Jy sigma=0.000755 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.8013e-05 Jy ! Component: 100 - total flux cleaned = -3.9263e-05 Jy ! Component: 150 - total flux cleaned = -2.46612e-05 Jy ! Component: 200 - total flux cleaned = 2.70869e-06 Jy ! Total flux subtracted in 200 components = 2.70869e-06 Jy ! Clean residual min=-0.001736 max=0.001656 Jy/beam ! Clean residual mean=0.000003 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.087203 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 165 components and 0.087203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082957Jy sigma=0.000755 ! Fit after self-cal, rms=0.082955Jy sigma=0.000755 ! 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.991 mas, bmaj=11.48 mas, bpa=19.31 degrees ! Estimated noise=610.838 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.991 x 11.48 at 19.31 degrees (North through East) ! Clean map min=-0.0019419 max=0.053959 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.228 mas, bmaj=9.847 mas, bpa=19.76 degrees ! Estimated noise=980.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0386967 Jy ! Component: 100 - total flux cleaned = 0.0543975 Jy ! Component: 150 - total flux cleaned = 0.0636975 Jy ! Component: 200 - total flux cleaned = 0.0699746 Jy ! Total flux subtracted in 200 components = 0.0699746 Jy ! Clean residual min=-0.003556 max=0.003898 Jy/beam ! Clean residual mean=0.000003 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.0699746 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0699746 Jy ! Inverting map and beam ! Estimated beam: bmin=3.991 mas, bmaj=11.48 mas, bpa=19.31 degrees ! Estimated noise=610.838 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.00612719 Jy ! Component: 100 - total flux cleaned = 0.00978643 Jy ! Component: 150 - total flux cleaned = 0.0124069 Jy ! Component: 200 - total flux cleaned = 0.01381 Jy ! Total flux subtracted in 200 components = 0.01381 Jy ! Clean residual min=-0.002292 max=0.001923 Jy/beam ! Clean residual mean=0.000001 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.0837846 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 58 components and 0.0837846 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.745 mas, bmaj=15.41 mas, bpa=12.48 degrees ! Estimated noise=701.253 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00195049 Jy ! Component: 100 - total flux cleaned = 0.00222625 Jy ! Component: 150 - total flux cleaned = 0.00227347 Jy ! Component: 200 - total flux cleaned = 0.00230883 Jy ! Total flux subtracted in 200 components = 0.00230883 Jy ! Clean residual min=-0.001796 max=0.001519 Jy/beam ! Clean residual mean=0.000003 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.0860935 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 = 9.14299e-05 Jy ! Component: 100 - total flux cleaned = 0.000147909 Jy ! Component: 150 - total flux cleaned = 0.000225168 Jy ! Component: 200 - total flux cleaned = 0.00029561 Jy ! Total flux subtracted in 200 components = 0.00029561 Jy ! Clean residual min=-0.001771 max=0.001626 Jy/beam ! Clean residual mean=0.000003 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0863891 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 95 components and 0.0863891 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.991 mas, bmaj=11.48 mas, bpa=19.31 degrees ! Estimated noise=610.838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000431151 Jy ! Component: 100 - total flux cleaned = 0.000428822 Jy ! Component: 150 - total flux cleaned = 0.000387698 Jy ! Component: 200 - total flux cleaned = 0.000388589 Jy ! Total flux subtracted in 200 components = 0.000388589 Jy ! Clean residual min=-0.001896 max=0.001546 Jy/beam ! Clean residual mean=0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0867777 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.0867777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082992Jy sigma=0.000756 ! Fit after self-cal, rms=0.082963Jy sigma=0.000755 wmodel J0704-1307_S_2014_08_05_pus_map.mod ! Writing 113 model components to file: J0704-1307_S_2014_08_05_pus_map.mod wobs J0704-1307_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0704-1307_S_2014_08_05_pus_uvs.fits wwins J0704-1307_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0704-1307_S_2014_08_05_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.000869036 Jy ! Component: 100 - total flux cleaned = -0.00159959 Jy ! Component: 150 - total flux cleaned = -0.00189189 Jy ! Component: 200 - total flux cleaned = -0.00199042 Jy ! Component: 250 - total flux cleaned = -0.00208498 Jy ! Component: 300 - total flux cleaned = -0.0022878 Jy ! Component: 350 - total flux cleaned = -0.0023969 Jy ! Component: 400 - total flux cleaned = -0.00248231 Jy ! Component: 450 - total flux cleaned = -0.00262675 Jy ! Component: 500 - total flux cleaned = -0.00264655 Jy ! Component: 550 - total flux cleaned = -0.00278419 Jy ! Component: 600 - total flux cleaned = -0.00280309 Jy ! Component: 650 - total flux cleaned = -0.00289738 Jy ! Component: 700 - total flux cleaned = -0.00295307 Jy ! Component: 750 - total flux cleaned = -0.00302591 Jy ! Component: 800 - total flux cleaned = -0.00313303 Jy ! Component: 850 - total flux cleaned = -0.00318558 Jy ! Component: 900 - total flux cleaned = -0.00330607 Jy ! Component: 950 - total flux cleaned = -0.00339021 Jy ! Component: 1000 - total flux cleaned = -0.00340667 Jy ! Component: 1050 - total flux cleaned = -0.00342299 Jy ! Component: 1100 - total flux cleaned = -0.00347139 Jy ! Component: 1150 - total flux cleaned = -0.00353519 Jy ! Component: 1200 - total flux cleaned = -0.0035664 Jy ! Component: 1250 - total flux cleaned = -0.00359696 Jy ! Component: 1300 - total flux cleaned = -0.00358221 Jy ! Component: 1350 - total flux cleaned = -0.0036726 Jy ! Component: 1400 - total flux cleaned = -0.00373173 Jy ! Component: 1450 - total flux cleaned = -0.0037463 Jy ! Component: 1500 - total flux cleaned = -0.00376086 Jy ! Component: 1550 - total flux cleaned = -0.00383142 Jy ! Component: 1600 - total flux cleaned = -0.00380329 Jy ! Component: 1650 - total flux cleaned = -0.00380308 Jy ! Component: 1700 - total flux cleaned = -0.00381675 Jy ! Component: 1750 - total flux cleaned = -0.00380317 Jy ! Component: 1800 - total flux cleaned = -0.00381651 Jy ! Component: 1850 - total flux cleaned = -0.0038695 Jy ! Component: 1900 - total flux cleaned = -0.00385648 Jy ! Component: 1950 - total flux cleaned = -0.00389533 Jy ! Component: 2000 - total flux cleaned = -0.00393361 Jy ! Component: 2050 - total flux cleaned = -0.00394636 Jy ! Component: 2100 - total flux cleaned = -0.00395907 Jy ! Component: 2150 - total flux cleaned = -0.00398382 Jy ! Component: 2200 - total flux cleaned = -0.0039715 Jy ! Component: 2250 - total flux cleaned = -0.00402027 Jy ! Component: 2300 - total flux cleaned = -0.00408031 Jy ! Component: 2350 - total flux cleaned = -0.00408044 Jy ! Component: 2400 - total flux cleaned = -0.00413949 Jy ! Component: 2450 - total flux cleaned = -0.00413951 Jy ! Component: 2500 - total flux cleaned = -0.00422046 Jy ! Component: 2550 - total flux cleaned = -0.00423208 Jy ! Component: 2600 - total flux cleaned = -0.00425491 Jy ! Component: 2650 - total flux cleaned = -0.00431113 Jy ! Component: 2700 - total flux cleaned = -0.00429975 Jy ! Component: 2750 - total flux cleaned = -0.00426669 Jy ! Component: 2800 - total flux cleaned = -0.00428867 Jy ! Component: 2850 - total flux cleaned = -0.00429952 Jy ! Component: 2900 - total flux cleaned = -0.00431051 Jy ! Component: 2950 - total flux cleaned = -0.00432141 Jy ! Component: 3000 - total flux cleaned = -0.00435335 Jy ! Component: 3050 - total flux cleaned = -0.00439547 Jy ! Component: 3100 - total flux cleaned = -0.00441636 Jy ! Component: 3150 - total flux cleaned = -0.00442672 Jy ! Component: 3200 - total flux cleaned = -0.00447811 Jy ! Component: 3250 - total flux cleaned = -0.00447798 Jy ! Component: 3300 - total flux cleaned = -0.00448805 Jy ! Component: 3350 - total flux cleaned = -0.00445796 Jy ! Component: 3400 - total flux cleaned = -0.00443808 Jy ! Component: 3450 - total flux cleaned = -0.0044777 Jy ! Component: 3500 - total flux cleaned = -0.00447752 Jy ! Component: 3550 - total flux cleaned = -0.00443847 Jy ! Component: 3600 - total flux cleaned = -0.0044966 Jy ! Component: 3650 - total flux cleaned = -0.00443873 Jy ! Component: 3700 - total flux cleaned = -0.00446733 Jy ! Component: 3750 - total flux cleaned = -0.00445778 Jy ! Component: 3800 - total flux cleaned = -0.00446715 Jy ! Component: 3850 - total flux cleaned = -0.00445776 Jy ! Component: 3900 - total flux cleaned = -0.00442986 Jy ! Component: 3950 - total flux cleaned = -0.00448545 Jy ! Component: 4000 - total flux cleaned = -0.00448544 Jy ! Component: 4050 - total flux cleaned = -0.00448538 Jy ! Total flux subtracted in 4096 components = -0.00449433 Jy ! Clean residual min=-0.000539 max=0.000541 Jy/beam ! Clean residual mean=0.000002 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.0822834 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 376 components and 0.0822834 Jy ![Exited script file: muppet] wmap "J0704-1307_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.991 x 11.48 at 19.31 degrees (North through East) ! Clean map min=-0.0016714 max=0.05328 Jy/beam ! Writing clean map to FITS file: J0704-1307_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0532795 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017321 device "J0704-1307_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0704-1307_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.975289 0.975289 1.95058 3.90115 7.80231 15.6046 31.2092 62.4185 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.053 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.991 x 11.48 at 19.31 degrees (North through East) ! Clean map min=-0.0016714 max=0.05328 Jy/beam quit ! Quitting program ! Log file J0704-1307_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:18:21 2016