! Started logfile: J1926-1005_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:37:07 2016 obs J1926-1005_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1926-1005_S_2014_08_05_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.777579 visibilities/baseline/integration-bin. ! Found source: J1926-1005 ! ! 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 15676 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 J1926-1005_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.842298Jy sigma=0.008650 ! Fit after self-cal, rms=0.781599Jy sigma=0.008030 ! 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.27 mas, bmaj=11.34 mas, bpa=23.46 degrees ! Estimated noise=987.393 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.17 Jy ! Component: 100 - total flux cleaned = 0.207112 Jy ! Total flux subtracted in 100 components = 0.207112 Jy ! Clean residual min=-0.006426 max=0.010434 Jy/beam ! Clean residual mean=0.000003 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.207112 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.207112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087233Jy sigma=0.000825 ! Fit after self-cal, rms=0.087227Jy sigma=0.000825 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103382 Jy ! Component: 100 - total flux cleaned = 0.0156153 Jy ! Total flux subtracted in 100 components = 0.0156153 Jy ! Clean residual min=-0.006332 max=0.005314 Jy/beam ! Clean residual mean=0.000003 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.222728 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 30 components and 0.222728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085389Jy sigma=0.000808 ! Fit after self-cal, rms=0.085386Jy sigma=0.000808 ! 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.134 mas, bmaj=12.56 mas, bpa=21.75 degrees ! Estimated noise=560.891 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.00650519 Jy ! Component: 100 - total flux cleaned = 0.0101496 Jy ! Component: 150 - total flux cleaned = 0.0123343 Jy ! Component: 200 - total flux cleaned = 0.0137043 Jy ! Total flux subtracted in 200 components = 0.0137043 Jy ! Clean residual min=-0.004761 max=0.003844 Jy/beam ! Clean residual mean=0.000006 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.236432 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 79 components and 0.236432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084760Jy sigma=0.000804 ! Fit after self-cal, rms=0.084770Jy sigma=0.000804 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.87 HN 0.99 KP 1.06 ! LA 1.10 MK 1.00* NL 1.00 OV 0.98 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.03 KP 1.00 ! LA 1.05 MK 1.00* NL 1.08 OV 1.03 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 1.04 KP 0.90 ! LA 0.84 MK 1.00* NL 0.97 OV 0.95 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.07 HN 1.02 KP 0.88 ! LA 0.82 MK 1.00* NL 1.09 OV 1.01 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.084770Jy sigma=0.000804 ! Fit after self-cal, rms=0.080359Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=12.62 mas, bpa=21.77 degrees ! Estimated noise=561.105 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.00136893 Jy ! Component: 100 - total flux cleaned = -0.00179515 Jy ! Component: 150 - total flux cleaned = -0.00201811 Jy ! Component: 200 - total flux cleaned = -0.00214668 Jy ! Total flux subtracted in 200 components = -0.00214668 Jy ! Clean residual min=-0.002433 max=0.003280 Jy/beam ! Clean residual mean=0.000002 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.234285 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.234285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080329Jy sigma=0.000770 ! Fit after self-cal, rms=0.080330Jy sigma=0.000770 ! 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.080330Jy sigma=0.000770 ! Fit after self-cal, rms=0.080219Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.141 mas, bmaj=12.64 mas, bpa=21.77 degrees ! Estimated noise=561.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000757738 Jy ! Component: 100 - total flux cleaned = -0.000953697 Jy ! Component: 150 - total flux cleaned = -0.00105813 Jy ! Component: 200 - total flux cleaned = -0.00110407 Jy ! Total flux subtracted in 200 components = -0.00110407 Jy ! Clean residual min=-0.002083 max=0.003033 Jy/beam ! Clean residual mean=0.000003 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.233181 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 107 components and 0.233181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080206Jy sigma=0.000767 ! Fit after self-cal, rms=0.080211Jy sigma=0.000767 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 (17.5, 26.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00304265 Jy ! Component: 100 - total flux cleaned = 0.00483771 Jy ! Component: 150 - total flux cleaned = 0.00605645 Jy ! Component: 200 - total flux cleaned = 0.0065351 Jy ! Total flux subtracted in 200 components = 0.0065351 Jy ! Clean residual min=-0.001696 max=0.001686 Jy/beam ! Clean residual mean=0.000002 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.239716 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 152 components and 0.239716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080093Jy sigma=0.000765 ! Fit after self-cal, rms=0.080083Jy sigma=0.000765 ! 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.080083Jy sigma=0.000765 ! Fit after self-cal, rms=0.080105Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=12.65 mas, bpa=21.77 degrees ! Estimated noise=560.385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000677446 Jy ! Component: 100 - total flux cleaned = 0.000776359 Jy ! Component: 150 - total flux cleaned = 0.000855863 Jy ! Component: 200 - total flux cleaned = 0.000947756 Jy ! Total flux subtracted in 200 components = 0.000947756 Jy ! Clean residual min=-0.001425 max=0.001510 Jy/beam ! Clean residual mean=0.000002 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.240664 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 177 components and 0.240664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080083Jy sigma=0.000764 ! Fit after self-cal, rms=0.080085Jy sigma=0.000764 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.000290438 Jy ! Component: 100 - total flux cleaned = 0.000350699 Jy ! Component: 150 - total flux cleaned = 0.00040474 Jy ! Component: 200 - total flux cleaned = 0.000437962 Jy ! Total flux subtracted in 200 components = 0.000437962 Jy ! Clean residual min=-0.001375 max=0.001511 Jy/beam ! Clean residual mean=0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.241102 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 194 components and 0.241102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080075Jy sigma=0.000764 ! Fit after self-cal, rms=0.080075Jy sigma=0.000764 ! 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.080075Jy sigma=0.000764 ! Fit after self-cal, rms=0.080108Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.837 mas, bmaj=15.79 mas, bpa=12.94 degrees ! Estimated noise=626.881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143913 Jy ! Component: 100 - total flux cleaned = 0.000175594 Jy ! Component: 150 - total flux cleaned = 0.000220521 Jy ! Component: 200 - total flux cleaned = 0.000270518 Jy ! Total flux subtracted in 200 components = 0.000270518 Jy ! Clean residual min=-0.001314 max=0.001368 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.241373 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 229 components and 0.241373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080104Jy sigma=0.000764 ! Fit after self-cal, rms=0.080105Jy sigma=0.000764 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.000138183 Jy ! Component: 100 - total flux cleaned = 0.00021668 Jy ! Component: 150 - total flux cleaned = 0.000279784 Jy ! Component: 200 - total flux cleaned = 0.000338436 Jy ! Total flux subtracted in 200 components = 0.000338436 Jy ! Clean residual min=-0.001323 max=0.001366 Jy/beam ! Clean residual mean=0.000003 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.241711 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 242 components and 0.241711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080103Jy sigma=0.000764 ! Fit after self-cal, rms=0.080103Jy sigma=0.000764 ! 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.139 mas, bmaj=12.65 mas, bpa=21.79 degrees ! Estimated noise=560.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.139 x 12.65 at 21.79 degrees (North through East) ! Clean map min=-0.001276 max=0.21947 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.258 mas, bmaj=11.39 mas, bpa=23.5 degrees ! Estimated noise=991.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.170566 Jy ! Component: 100 - total flux cleaned = 0.207962 Jy ! Component: 150 - total flux cleaned = 0.217617 Jy ! Component: 200 - total flux cleaned = 0.222559 Jy ! Total flux subtracted in 200 components = 0.222559 Jy ! Clean residual min=-0.002794 max=0.003058 Jy/beam ! Clean residual mean=0.000001 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.222559 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.222559 Jy ! Inverting map and beam ! Estimated beam: bmin=4.139 mas, bmaj=12.65 mas, bpa=21.79 degrees ! Estimated noise=560.38 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.00518512 Jy ! Component: 100 - total flux cleaned = 0.00841351 Jy ! Component: 150 - total flux cleaned = 0.0107237 Jy ! Component: 200 - total flux cleaned = 0.0124858 Jy ! Total flux subtracted in 200 components = 0.0124858 Jy ! Clean residual min=-0.001766 max=0.001632 Jy/beam ! Clean residual mean=0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.235045 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 88 components and 0.235045 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.837 mas, bmaj=15.79 mas, bpa=12.94 degrees ! Estimated noise=626.881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183798 Jy ! Component: 100 - total flux cleaned = 0.003034 Jy ! Component: 150 - total flux cleaned = 0.00385038 Jy ! Component: 200 - total flux cleaned = 0.0043244 Jy ! Total flux subtracted in 200 components = 0.0043244 Jy ! Clean residual min=-0.001668 max=0.001543 Jy/beam ! Clean residual mean=0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.239369 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.00040963 Jy ! Component: 100 - total flux cleaned = 0.000730535 Jy ! Component: 150 - total flux cleaned = 0.00101688 Jy ! Component: 200 - total flux cleaned = 0.00123779 Jy ! Total flux subtracted in 200 components = 0.00123779 Jy ! Clean residual min=-0.001480 max=0.001503 Jy/beam ! Clean residual mean=0.000003 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.240607 Jy ! Adding 132 model components to the UV plane model. ! The established model now contains 216 components and 0.240607 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.139 mas, bmaj=12.65 mas, bpa=21.79 degrees ! Estimated noise=560.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123596 Jy ! Component: 100 - total flux cleaned = 0.000337341 Jy ! Component: 150 - total flux cleaned = 0.000464786 Jy ! Component: 200 - total flux cleaned = 0.000561201 Jy ! Total flux subtracted in 200 components = 0.000561201 Jy ! Clean residual min=-0.001420 max=0.001507 Jy/beam ! Clean residual mean=0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.241168 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 235 components and 0.241168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080111Jy sigma=0.000764 ! Fit after self-cal, rms=0.080107Jy sigma=0.000764 wmodel J1926-1005_S_2014_08_05_pus_map.mod ! Writing 235 model components to file: J1926-1005_S_2014_08_05_pus_map.mod wobs J1926-1005_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1926-1005_S_2014_08_05_pus_uvs.fits wwins J1926-1005_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1926-1005_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.000410915 Jy ! Component: 100 - total flux cleaned = 0.000410458 Jy ! Component: 150 - total flux cleaned = 0.000525342 Jy ! Component: 200 - total flux cleaned = 0.000636553 Jy ! Component: 250 - total flux cleaned = 0.000679284 Jy ! Component: 300 - total flux cleaned = 0.000679657 Jy ! Component: 350 - total flux cleaned = 0.000699701 Jy ! Component: 400 - total flux cleaned = 0.000680037 Jy ! Component: 450 - total flux cleaned = 0.000679872 Jy ! Component: 500 - total flux cleaned = 0.000642576 Jy ! Component: 550 - total flux cleaned = 0.000587728 Jy ! Component: 600 - total flux cleaned = 0.000516592 Jy ! Component: 650 - total flux cleaned = 0.00042971 Jy ! Component: 700 - total flux cleaned = 0.000344777 Jy ! Component: 750 - total flux cleaned = 0.000261149 Jy ! Component: 800 - total flux cleaned = 0.000130067 Jy ! Component: 850 - total flux cleaned = 9.79375e-05 Jy ! Component: 900 - total flux cleaned = 3.42721e-05 Jy ! Component: 950 - total flux cleaned = -0.000106162 Jy ! Component: 1000 - total flux cleaned = -0.000182812 Jy ! Component: 1050 - total flux cleaned = -0.0001827 Jy ! Component: 1100 - total flux cleaned = -0.000286774 Jy ! Component: 1150 - total flux cleaned = -0.000360027 Jy ! Component: 1200 - total flux cleaned = -0.000345269 Jy ! Component: 1250 - total flux cleaned = -0.000388332 Jy ! Component: 1300 - total flux cleaned = -0.000430724 Jy ! Component: 1350 - total flux cleaned = -0.000500378 Jy ! Component: 1400 - total flux cleaned = -0.000527572 Jy ! Component: 1450 - total flux cleaned = -0.000513967 Jy ! Component: 1500 - total flux cleaned = -0.000581051 Jy ! Component: 1550 - total flux cleaned = -0.000580951 Jy ! Component: 1600 - total flux cleaned = -0.000594098 Jy ! Component: 1650 - total flux cleaned = -0.000555278 Jy ! Component: 1700 - total flux cleaned = -0.000580679 Jy ! Component: 1750 - total flux cleaned = -0.000530102 Jy ! Component: 1800 - total flux cleaned = -0.000505073 Jy ! Component: 1850 - total flux cleaned = -0.000517492 Jy ! Component: 1900 - total flux cleaned = -0.000493056 Jy ! Component: 1950 - total flux cleaned = -0.000456417 Jy ! Component: 2000 - total flux cleaned = -0.000372592 Jy ! Component: 2050 - total flux cleaned = -0.000408191 Jy ! Component: 2100 - total flux cleaned = -0.000325805 Jy ! Component: 2150 - total flux cleaned = -0.00025586 Jy ! Component: 2200 - total flux cleaned = -0.000198223 Jy ! Component: 2250 - total flux cleaned = -0.000198131 Jy ! Component: 2300 - total flux cleaned = -8.47937e-05 Jy ! Component: 2350 - total flux cleaned = -2.87473e-05 Jy ! Component: 2400 - total flux cleaned = 1.59157e-05 Jy ! Component: 2450 - total flux cleaned = 0.000104252 Jy ! Component: 2500 - total flux cleaned = 0.000191544 Jy ! Component: 2550 - total flux cleaned = 0.000267385 Jy ! Component: 2600 - total flux cleaned = 0.000288773 Jy ! Component: 2650 - total flux cleaned = 0.000395446 Jy ! Component: 2700 - total flux cleaned = 0.000448262 Jy ! Component: 2750 - total flux cleaned = 0.000511224 Jy ! Component: 2800 - total flux cleaned = 0.000625571 Jy ! Component: 2850 - total flux cleaned = 0.000666619 Jy ! Component: 2900 - total flux cleaned = 0.000707619 Jy ! Component: 2950 - total flux cleaned = 0.000748356 Jy ! Component: 3000 - total flux cleaned = 0.000879384 Jy ! Component: 3050 - total flux cleaned = 0.000949348 Jy ! Component: 3100 - total flux cleaned = 0.00100894 Jy ! Component: 3150 - total flux cleaned = 0.00106799 Jy ! Component: 3200 - total flux cleaned = 0.0011658 Jy ! Component: 3250 - total flux cleaned = 0.00120462 Jy ! Component: 3300 - total flux cleaned = 0.00126253 Jy ! Component: 3350 - total flux cleaned = 0.00130096 Jy ! Component: 3400 - total flux cleaned = 0.00136763 Jy ! Component: 3450 - total flux cleaned = 0.0014527 Jy ! Component: 3500 - total flux cleaned = 0.00148087 Jy ! Component: 3550 - total flux cleaned = 0.00156492 Jy ! Component: 3600 - total flux cleaned = 0.00161132 Jy ! Component: 3650 - total flux cleaned = 0.00171275 Jy ! Component: 3700 - total flux cleaned = 0.00174938 Jy ! Component: 3750 - total flux cleaned = 0.00180405 Jy ! Component: 3800 - total flux cleaned = 0.00188546 Jy ! Component: 3850 - total flux cleaned = 0.00196642 Jy ! Component: 3900 - total flux cleaned = 0.00204693 Jy ! Component: 3950 - total flux cleaned = 0.00207371 Jy ! Component: 4000 - total flux cleaned = 0.0021621 Jy ! Component: 4050 - total flux cleaned = 0.00222371 Jy ! Total flux subtracted in 4096 components = 0.00226749 Jy ! Clean residual min=-0.000482 max=0.000489 Jy/beam ! Clean residual mean=0.000002 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.243436 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 536 components and 0.243436 Jy ![Exited script file: muppet] wmap "J1926-1005_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.139 x 12.65 at 21.79 degrees (North through East) ! Clean map min=-0.0010514 max=0.21999 Jy/beam ! Writing clean map to FITS file: J1926-1005_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.219992 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017052 device "J1926-1005_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1926-1005_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.232535 0.232535 0.46507 0.93014 1.86028 3.72056 7.44112 14.8822 29.7645 59.529 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.219 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.139 x 12.65 at 21.79 degrees (North through East) ! Clean map min=-0.0010514 max=0.21999 Jy/beam quit ! Quitting program ! Log file J1926-1005_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:37:13 2016