! Started logfile: J2005-2310_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:39:02 2016 obs J2005-2310_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J2005-2310_S_2014_08_05_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769746 visibilities/baseline/integration-bin. ! Found source: J2005-2310 ! ! 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 11500 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 J2005-2310_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.805677Jy sigma=0.007294 ! Fit after self-cal, rms=0.777954Jy sigma=0.007020 ! 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.142 mas, bmaj=13.55 mas, bpa=17.75 degrees ! Estimated noise=1231.26 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.16876 Jy ! Component: 100 - total flux cleaned = 0.21103 Jy ! Total flux subtracted in 100 components = 0.21103 Jy ! Clean residual min=-0.009720 max=0.018608 Jy/beam ! Clean residual mean=-0.000013 rms=0.002862 Jy/beam ! Combined flux in latest and established models = 0.21103 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.21103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105360Jy sigma=0.000889 ! Fit after self-cal, rms=0.105295Jy sigma=0.000889 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021777 Jy ! Component: 100 - total flux cleaned = 0.03529 Jy ! Total flux subtracted in 100 components = 0.03529 Jy ! Clean residual min=-0.005973 max=0.007899 Jy/beam ! Clean residual mean=0.000017 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.24632 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.24632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098650Jy sigma=0.000823 ! Fit after self-cal, rms=0.098637Jy sigma=0.000823 ! 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.853 mas, bmaj=14.8 mas, bpa=16.92 degrees ! Estimated noise=741.388 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.0135102 Jy ! Component: 100 - total flux cleaned = 0.0211619 Jy ! Component: 150 - total flux cleaned = 0.0257884 Jy ! Component: 200 - total flux cleaned = 0.0286292 Jy ! Total flux subtracted in 200 components = 0.0286292 Jy ! Clean residual min=-0.005366 max=0.004690 Jy/beam ! Clean residual mean=0.000011 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.274949 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 82 components and 0.274949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096486Jy sigma=0.000807 ! Fit after self-cal, rms=0.096492Jy sigma=0.000807 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.89 HN 1.05 KP 1.07 ! LA 1.10 MK 1.00* NL 0.95 OV 1.00 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.08 KP 1.01 ! LA 1.06 MK 1.00* NL 1.02 OV 1.03 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.16 HN 1.04 KP 0.90 ! LA 0.86 MK 1.00* NL 0.98 OV 0.95 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 1.05 KP 0.86 ! LA 0.80 MK 1.00* NL 1.09 OV 0.99 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.096492Jy sigma=0.000807 ! Fit after self-cal, rms=0.091861Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=14.93 mas, bpa=17.05 degrees ! Estimated noise=741.169 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.00183027 Jy ! Component: 100 - total flux cleaned = -0.00204523 Jy ! Component: 150 - total flux cleaned = -0.00218554 Jy ! Component: 200 - total flux cleaned = -0.00234741 Jy ! Total flux subtracted in 200 components = -0.00234741 Jy ! Clean residual min=-0.002571 max=0.002667 Jy/beam ! Clean residual mean=-0.000005 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.272602 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.272602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091796Jy sigma=0.000773 ! Fit after self-cal, rms=0.091786Jy 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.091786Jy sigma=0.000773 ! Fit after self-cal, rms=0.092140Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=14.97 mas, bpa=17.09 degrees ! Estimated noise=741.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00143199 Jy ! Component: 100 - total flux cleaned = -0.00160942 Jy ! Component: 150 - total flux cleaned = -0.00171814 Jy ! Component: 200 - total flux cleaned = -0.00177489 Jy ! Total flux subtracted in 200 components = -0.00177489 Jy ! Clean residual min=-0.002348 max=0.002597 Jy/beam ! Clean residual mean=-0.000005 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.270827 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 107 components and 0.270827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092103Jy sigma=0.000771 ! Fit after self-cal, rms=0.092107Jy 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.000169561 Jy ! Component: 100 - total flux cleaned = -0.000193277 Jy ! Component: 150 - total flux cleaned = -0.00021531 Jy ! Component: 200 - total flux cleaned = -0.000215699 Jy ! Total flux subtracted in 200 components = -0.000215699 Jy ! Clean residual min=-0.002343 max=0.002583 Jy/beam ! Clean residual mean=-0.000005 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.270611 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 117 components and 0.270611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092097Jy sigma=0.000771 ! Fit after self-cal, rms=0.092097Jy 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.092097Jy sigma=0.000771 ! Fit after self-cal, rms=0.092663Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=14.98 mas, bpa=17.06 degrees ! Estimated noise=741.602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106474 Jy ! Component: 100 - total flux cleaned = -0.0011782 Jy ! Component: 150 - total flux cleaned = -0.0012014 Jy ! Component: 200 - total flux cleaned = -0.00120275 Jy ! Total flux subtracted in 200 components = -0.00120275 Jy ! Clean residual min=-0.001999 max=0.002315 Jy/beam ! Clean residual mean=-0.000004 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.269409 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 0.269409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092647Jy sigma=0.000769 ! Fit after self-cal, rms=0.092659Jy sigma=0.000769 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.95924e-05 Jy ! Component: 100 - total flux cleaned = -5.01055e-05 Jy ! Component: 150 - total flux cleaned = -2.1495e-05 Jy ! Component: 200 - total flux cleaned = 5.58534e-06 Jy ! Total flux subtracted in 200 components = 5.58534e-06 Jy ! Clean residual min=-0.002003 max=0.002325 Jy/beam ! Clean residual mean=-0.000004 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.269414 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.269414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092654Jy sigma=0.000769 ! Fit after self-cal, rms=0.092653Jy sigma=0.000769 ! 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.092653Jy sigma=0.000769 ! Fit after self-cal, rms=0.092894Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.032 mas, bmaj=20.49 mas, bpa=7.532 degrees ! Estimated noise=829.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000414902 Jy ! Component: 100 - total flux cleaned = -0.000441914 Jy ! Component: 150 - total flux cleaned = -0.00044133 Jy ! Component: 200 - total flux cleaned = -0.000441352 Jy ! Total flux subtracted in 200 components = -0.000441352 Jy ! Clean residual min=-0.002008 max=0.002203 Jy/beam ! Clean residual mean=-0.000006 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.268973 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 143 components and 0.268973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092892Jy sigma=0.000769 ! Fit after self-cal, rms=0.092898Jy sigma=0.000769 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.00244e-06 Jy ! Component: 100 - total flux cleaned = -1.31777e-05 Jy ! Component: 150 - total flux cleaned = -1.29577e-05 Jy ! Component: 200 - total flux cleaned = -1.29208e-05 Jy ! Total flux subtracted in 200 components = -1.29208e-05 Jy ! Clean residual min=-0.002003 max=0.002201 Jy/beam ! Clean residual mean=-0.000006 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.26896 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 151 components and 0.26896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092898Jy sigma=0.000769 ! Fit after self-cal, rms=0.092899Jy sigma=0.000769 ! 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.87 mas, bmaj=15.01 mas, bpa=17.1 degrees ! Estimated noise=741.512 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 15.01 at 17.1 degrees (North through East) ! Clean map min=-0.0019779 max=0.22337 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.13 mas, bmaj=13.72 mas, bpa=17.94 degrees ! Estimated noise=1243.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.170245 Jy ! Component: 100 - total flux cleaned = 0.213161 Jy ! Component: 150 - total flux cleaned = 0.233747 Jy ! Component: 200 - total flux cleaned = 0.245782 Jy ! Total flux subtracted in 200 components = 0.245782 Jy ! Clean residual min=-0.003936 max=0.006328 Jy/beam ! Clean residual mean=-0.000010 rms=0.001273 Jy/beam ! Combined flux in latest and established models = 0.245782 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.245782 Jy ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=15.01 mas, bpa=17.1 degrees ! Estimated noise=741.512 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.0100304 Jy ! Component: 100 - total flux cleaned = 0.0154516 Jy ! Component: 150 - total flux cleaned = 0.0185988 Jy ! Component: 200 - total flux cleaned = 0.0205255 Jy ! Total flux subtracted in 200 components = 0.0205255 Jy ! Clean residual min=-0.002091 max=0.002462 Jy/beam ! Clean residual mean=-0.000004 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.266308 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 90 components and 0.266308 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.032 mas, bmaj=20.49 mas, bpa=7.532 degrees ! Estimated noise=829.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175228 Jy ! Component: 100 - total flux cleaned = 0.00251783 Jy ! Component: 150 - total flux cleaned = 0.0027573 Jy ! Component: 200 - total flux cleaned = 0.00275729 Jy ! Total flux subtracted in 200 components = 0.00275729 Jy ! Clean residual min=-0.002009 max=0.002264 Jy/beam ! Clean residual mean=-0.000006 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.269065 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.33077e-05 Jy ! Component: 100 - total flux cleaned = 1.37297e-05 Jy ! Component: 150 - total flux cleaned = 2.57026e-05 Jy ! Component: 200 - total flux cleaned = 2.56142e-05 Jy ! Total flux subtracted in 200 components = 2.56142e-05 Jy ! Clean residual min=-0.001981 max=0.002230 Jy/beam ! Clean residual mean=-0.000006 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.269091 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.269091 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=15.01 mas, bpa=17.1 degrees ! Estimated noise=741.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207361 Jy ! Component: 100 - total flux cleaned = -0.000156808 Jy ! Component: 150 - total flux cleaned = -0.000113715 Jy ! Component: 200 - total flux cleaned = -0.000114731 Jy ! Total flux subtracted in 200 components = -0.000114731 Jy ! Clean residual min=-0.001982 max=0.002289 Jy/beam ! Clean residual mean=-0.000003 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.268976 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 117 components and 0.268976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092899Jy sigma=0.000769 ! Fit after self-cal, rms=0.092895Jy sigma=0.000769 wmodel J2005-2310_S_2014_08_05_pus_map.mod ! Writing 117 model components to file: J2005-2310_S_2014_08_05_pus_map.mod wobs J2005-2310_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J2005-2310_S_2014_08_05_pus_uvs.fits wwins J2005-2310_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J2005-2310_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.000785642 Jy ! Component: 100 - total flux cleaned = 0.000788462 Jy ! Component: 150 - total flux cleaned = 0.000686067 Jy ! Component: 200 - total flux cleaned = 0.000587575 Jy ! Component: 250 - total flux cleaned = 0.000493435 Jy ! Component: 300 - total flux cleaned = 0.000403267 Jy ! Component: 350 - total flux cleaned = 0.000317191 Jy ! Component: 400 - total flux cleaned = 0.000316912 Jy ! Component: 450 - total flux cleaned = 0.000396295 Jy ! Component: 500 - total flux cleaned = 0.000369248 Jy ! Component: 550 - total flux cleaned = 0.000368783 Jy ! Component: 600 - total flux cleaned = 0.000343623 Jy ! Component: 650 - total flux cleaned = 0.000318763 Jy ! Component: 700 - total flux cleaned = 0.000270556 Jy ! Component: 750 - total flux cleaned = 0.00017603 Jy ! Component: 800 - total flux cleaned = 0.000129202 Jy ! Component: 850 - total flux cleaned = 3.70054e-05 Jy ! Component: 900 - total flux cleaned = -5.33906e-05 Jy ! Component: 950 - total flux cleaned = -0.00014239 Jy ! Component: 1000 - total flux cleaned = -0.000164022 Jy ! Component: 1050 - total flux cleaned = -0.000163846 Jy ! Component: 1100 - total flux cleaned = -0.00022766 Jy ! Component: 1150 - total flux cleaned = -0.000227747 Jy ! Component: 1200 - total flux cleaned = -0.000248617 Jy ! Component: 1250 - total flux cleaned = -0.000330567 Jy ! Component: 1300 - total flux cleaned = -0.000451472 Jy ! Component: 1350 - total flux cleaned = -0.000490994 Jy ! Component: 1400 - total flux cleaned = -0.000569551 Jy ! Component: 1450 - total flux cleaned = -0.000588924 Jy ! Component: 1500 - total flux cleaned = -0.000665702 Jy ! Component: 1550 - total flux cleaned = -0.000760495 Jy ! Component: 1600 - total flux cleaned = -0.000816426 Jy ! Component: 1650 - total flux cleaned = -0.000853405 Jy ! Component: 1700 - total flux cleaned = -0.000835619 Jy ! Component: 1750 - total flux cleaned = -0.0009448 Jy ! Component: 1800 - total flux cleaned = -0.00101666 Jy ! Component: 1850 - total flux cleaned = -0.000999025 Jy ! Component: 1900 - total flux cleaned = -0.0011048 Jy ! Component: 1950 - total flux cleaned = -0.00115691 Jy ! Component: 2000 - total flux cleaned = -0.00120864 Jy ! Component: 2050 - total flux cleaned = -0.00120872 Jy ! Component: 2100 - total flux cleaned = -0.00134425 Jy ! Component: 2150 - total flux cleaned = -0.00132739 Jy ! Component: 2200 - total flux cleaned = -0.00141024 Jy ! Component: 2250 - total flux cleaned = -0.00144331 Jy ! Component: 2300 - total flux cleaned = -0.00152481 Jy ! Component: 2350 - total flux cleaned = -0.00162147 Jy ! Component: 2400 - total flux cleaned = -0.00165331 Jy ! Component: 2450 - total flux cleaned = -0.00162179 Jy ! Component: 2500 - total flux cleaned = -0.00174716 Jy ! Component: 2550 - total flux cleaned = -0.00177811 Jy ! Component: 2600 - total flux cleaned = -0.00183978 Jy ! Component: 2650 - total flux cleaned = -0.00188572 Jy ! Component: 2700 - total flux cleaned = -0.00190096 Jy ! Component: 2750 - total flux cleaned = -0.00197615 Jy ! Component: 2800 - total flux cleaned = -0.00197612 Jy ! Component: 2850 - total flux cleaned = -0.00203522 Jy ! Component: 2900 - total flux cleaned = -0.002079 Jy ! Component: 2950 - total flux cleaned = -0.00209358 Jy ! Component: 3000 - total flux cleaned = -0.00215111 Jy ! Component: 3050 - total flux cleaned = -0.00216519 Jy ! Component: 3100 - total flux cleaned = -0.0021936 Jy ! Component: 3150 - total flux cleaned = -0.00220774 Jy ! Component: 3200 - total flux cleaned = -0.00223566 Jy ! Component: 3250 - total flux cleaned = -0.00226325 Jy ! Component: 3300 - total flux cleaned = -0.00224931 Jy ! Component: 3350 - total flux cleaned = -0.00229037 Jy ! Component: 3400 - total flux cleaned = -0.00230389 Jy ! Component: 3450 - total flux cleaned = -0.00231751 Jy ! Component: 3500 - total flux cleaned = -0.00233085 Jy ! Component: 3550 - total flux cleaned = -0.00235729 Jy ! Component: 3600 - total flux cleaned = -0.00239693 Jy ! Component: 3650 - total flux cleaned = -0.00238385 Jy ! Component: 3700 - total flux cleaned = -0.00243593 Jy ! Component: 3750 - total flux cleaned = -0.00241025 Jy ! Component: 3800 - total flux cleaned = -0.00242323 Jy ! Component: 3850 - total flux cleaned = -0.00248691 Jy ! Component: 3900 - total flux cleaned = -0.00247431 Jy ! Component: 3950 - total flux cleaned = -0.00246171 Jy ! Component: 4000 - total flux cleaned = -0.00251169 Jy ! Component: 4050 - total flux cleaned = -0.00253648 Jy ! Total flux subtracted in 4096 components = -0.00254879 Jy ! Clean residual min=-0.000831 max=0.000834 Jy/beam ! Clean residual mean=-0.000001 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.266427 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 419 components and 0.266427 Jy ![Exited script file: muppet] wmap "J2005-2310_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 15.01 at 17.1 degrees (North through East) ! Clean map min=-0.0017208 max=0.22317 Jy/beam ! Writing clean map to FITS file: J2005-2310_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.223167 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000245876 device "J2005-2310_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J2005-2310_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.330528 0.330528 0.661057 1.32211 2.64423 5.28846 10.5769 21.1538 42.3076 84.6153 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.223 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.87 x 15.01 at 17.1 degrees (North through East) ! Clean map min=-0.0017208 max=0.22317 Jy/beam quit ! Quitting program ! Log file J2005-2310_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:39:06 2016