! Started logfile: J2359-3133_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:07:41 2016 obs J2359-3133_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2359-3133_S_2014_06_09_pus_uva.fits ! AN table 1: 48 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.508333 visibilities/baseline/integration-bin. ! Found source: J2359-3133 ! ! 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 4392 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 J2359-3133_S_2014_06_09_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.461922Jy sigma=0.003600 ! Fit after self-cal, rms=0.453377Jy sigma=0.003533 ! 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.134 mas, bmaj=12.91 mas, bpa=4.831 degrees ! Estimated noise=1892.45 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.437299 Jy ! Component: 100 - total flux cleaned = 0.53627 Jy ! Total flux subtracted in 100 components = 0.53627 Jy ! Clean residual min=-0.022831 max=0.044757 Jy/beam ! Clean residual mean=-0.000020 rms=0.005902 Jy/beam ! Combined flux in latest and established models = 0.536271 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.536271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146910Jy sigma=0.001109 ! Fit after self-cal, rms=0.146911Jy sigma=0.001109 ! Inverting map ! Added new window around map position (-5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0430556 Jy ! Component: 100 - total flux cleaned = 0.0677815 Jy ! Total flux subtracted in 100 components = 0.0677815 Jy ! Clean residual min=-0.018932 max=0.024849 Jy/beam ! Clean residual mean=-0.000002 rms=0.004235 Jy/beam ! Combined flux in latest and established models = 0.604052 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 21 components and 0.604052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132211Jy sigma=0.000983 ! Fit after self-cal, rms=0.131816Jy sigma=0.000978 ! 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.884 mas, bmaj=14.62 mas, bpa=4.005 degrees ! Estimated noise=1356.28 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.0185283 Jy ! Component: 100 - total flux cleaned = 0.0286452 Jy ! Component: 150 - total flux cleaned = 0.0348583 Jy ! Component: 200 - total flux cleaned = 0.0371164 Jy ! Total flux subtracted in 200 components = 0.0371164 Jy ! Clean residual min=-0.016219 max=0.012789 Jy/beam ! Clean residual mean=0.000024 rms=0.003289 Jy/beam ! Combined flux in latest and established models = 0.641168 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.641168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128777Jy sigma=0.000961 ! Fit after self-cal, rms=0.128758Jy sigma=0.000960 ! 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 1.00* FD 0.85 HN 1.04 KP 1.05 ! LA 1.17 MK 1.00* NL 0.97 OV 0.95 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.12 KP 1.03 ! LA 1.12 MK 1.00* NL 1.02 OV 0.98 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.10 KP 0.92 ! LA 0.88 MK 1.00* NL 0.97 OV 0.91 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.06 KP 0.89 ! LA 0.85 MK 1.00* NL 1.04 OV 0.98 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.128758Jy sigma=0.000960 ! Fit after self-cal, rms=0.112202Jy sigma=0.000814 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.875 mas, bmaj=14.72 mas, bpa=4.301 degrees ! Estimated noise=1357.89 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.00598723 Jy ! Component: 100 - total flux cleaned = -0.0066169 Jy ! Component: 150 - total flux cleaned = -0.00663015 Jy ! Component: 200 - total flux cleaned = -0.00663613 Jy ! Total flux subtracted in 200 components = -0.00663613 Jy ! Clean residual min=-0.008487 max=0.008259 Jy/beam ! Clean residual mean=-0.000013 rms=0.002275 Jy/beam ! Combined flux in latest and established models = 0.634532 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.634532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111340Jy sigma=0.000809 ! Fit after self-cal, rms=0.111294Jy sigma=0.000809 ! 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.111294Jy sigma=0.000809 ! Fit after self-cal, rms=0.110795Jy sigma=0.000798 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=14.78 mas, bpa=4.366 degrees ! Estimated noise=1356.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00540648 Jy ! Component: 100 - total flux cleaned = -0.0058524 Jy ! Component: 150 - total flux cleaned = -0.00596944 Jy ! Component: 200 - total flux cleaned = -0.00587881 Jy ! Total flux subtracted in 200 components = -0.00587881 Jy ! Clean residual min=-0.007455 max=0.006751 Jy/beam ! Clean residual mean=-0.000015 rms=0.001903 Jy/beam ! Combined flux in latest and established models = 0.628653 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.628654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110281Jy sigma=0.000796 ! Fit after self-cal, rms=0.110282Jy sigma=0.000796 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 = 9.33074e-05 Jy ! Component: 100 - total flux cleaned = 0.000169523 Jy ! Component: 150 - total flux cleaned = 0.000235832 Jy ! Component: 200 - total flux cleaned = 0.000359939 Jy ! Total flux subtracted in 200 components = 0.000359939 Jy ! Clean residual min=-0.007410 max=0.006674 Jy/beam ! Clean residual mean=-0.000015 rms=0.001890 Jy/beam ! Combined flux in latest and established models = 0.629013 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 90 components and 0.629013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110165Jy sigma=0.000795 ! Fit after self-cal, rms=0.110158Jy sigma=0.000795 ! 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.110158Jy sigma=0.000795 ! Fit after self-cal, rms=0.109990Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=14.85 mas, bpa=4.433 degrees ! Estimated noise=1357.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00444656 Jy ! Component: 100 - total flux cleaned = -0.00466974 Jy ! Component: 150 - total flux cleaned = -0.00459785 Jy ! Component: 200 - total flux cleaned = -0.00453058 Jy ! Total flux subtracted in 200 components = -0.00453058 Jy ! Clean residual min=-0.006677 max=0.004887 Jy/beam ! Clean residual mean=-0.000009 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.624483 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 99 components and 0.624483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109710Jy sigma=0.000779 ! Fit after self-cal, rms=0.109752Jy sigma=0.000779 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 = -7.43531e-05 Jy ! Component: 100 - total flux cleaned = 4.34634e-05 Jy ! Component: 150 - total flux cleaned = 4.25599e-05 Jy ! Component: 200 - total flux cleaned = 9.61168e-05 Jy ! Total flux subtracted in 200 components = 9.61168e-05 Jy ! Clean residual min=-0.006524 max=0.004817 Jy/beam ! Clean residual mean=-0.000009 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.624579 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 107 components and 0.624579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109672Jy sigma=0.000779 ! Fit after self-cal, rms=0.109664Jy sigma=0.000779 ! 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.109664Jy sigma=0.000779 ! Fit after self-cal, rms=0.110038Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.587 mas, bmaj=22.3 mas, bpa=-5.29 degrees ! Estimated noise=1540.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00258275 Jy ! Component: 100 - total flux cleaned = -0.00274128 Jy ! Component: 150 - total flux cleaned = -0.00286599 Jy ! Component: 200 - total flux cleaned = -0.00297008 Jy ! Total flux subtracted in 200 components = -0.00297008 Jy ! Clean residual min=-0.005721 max=0.005156 Jy/beam ! Clean residual mean=-0.000014 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.621609 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 113 components and 0.621609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109926Jy sigma=0.000778 ! Fit after self-cal, rms=0.109915Jy sigma=0.000778 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.000141841 Jy ! Component: 100 - total flux cleaned = -0.000198677 Jy ! Component: 150 - total flux cleaned = -0.000292112 Jy ! Component: 200 - total flux cleaned = -0.000295706 Jy ! Total flux subtracted in 200 components = -0.000295706 Jy ! Clean residual min=-0.005719 max=0.005232 Jy/beam ! Clean residual mean=-0.000014 rms=0.001391 Jy/beam ! Combined flux in latest and established models = 0.621313 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 116 components and 0.621313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109887Jy sigma=0.000778 ! Fit after self-cal, rms=0.109868Jy sigma=0.000778 ! 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.881 mas, bmaj=14.89 mas, bpa=4.488 degrees ! Estimated noise=1356.91 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.881 x 14.89 at 4.488 degrees (North through East) ! Clean map min=-0.0057987 max=0.54732 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109868Jy sigma=0.000778 ! Fit after self-cal, rms=0.102902Jy sigma=0.000709 ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=14.91 mas, bpa=4.509 degrees ! Estimated noise=1354.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00260326 Jy ! Component: 100 - total flux cleaned = -0.00312117 Jy ! Component: 150 - total flux cleaned = -0.00339263 Jy ! Component: 200 - total flux cleaned = -0.00346901 Jy ! Total flux subtracted in 200 components = -0.00346901 Jy ! Clean residual min=-0.005366 max=0.004528 Jy/beam ! Clean residual mean=-0.000007 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.617844 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 122 components and 0.617844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102805Jy sigma=0.000708 ! Fit after self-cal, rms=0.102789Jy sigma=0.000708 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000234841 Jy ! Component: 100 - total flux cleaned = -0.000234202 Jy ! Component: 150 - total flux cleaned = -0.0002685 Jy ! Component: 200 - total flux cleaned = -0.000299763 Jy ! Total flux subtracted in 200 components = -0.000299763 Jy ! Clean residual min=-0.005374 max=0.004513 Jy/beam ! Clean residual mean=-0.000007 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.617544 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 128 components and 0.617544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102764Jy sigma=0.000708 ! Fit after self-cal, rms=0.102755Jy sigma=0.000708 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102755Jy sigma=0.000708 ! Fit after self-cal, rms=0.103077Jy sigma=0.000708 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.101 mas, bmaj=13.14 mas, bpa=5.441 degrees ! Estimated noise=1895.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.437722 Jy ! Component: 100 - total flux cleaned = 0.533949 Jy ! Component: 150 - total flux cleaned = 0.563867 Jy ! Component: 200 - total flux cleaned = 0.578191 Jy ! Total flux subtracted in 200 components = 0.578191 Jy ! Clean residual min=-0.007388 max=0.007276 Jy/beam ! Clean residual mean=-0.000003 rms=0.001726 Jy/beam ! Combined flux in latest and established models = 0.57819 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.57819 Jy ! Inverting map and beam ! Estimated beam: bmin=3.88 mas, bmaj=14.94 mas, bpa=4.546 degrees ! Estimated noise=1353.98 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.0141202 Jy ! Component: 100 - total flux cleaned = 0.0221366 Jy ! Component: 150 - total flux cleaned = 0.0270204 Jy ! Component: 200 - total flux cleaned = 0.0300654 Jy ! Total flux subtracted in 200 components = 0.0300654 Jy ! Clean residual min=-0.005223 max=0.004413 Jy/beam ! Clean residual mean=-0.000003 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.608256 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 50 components and 0.608256 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.609 mas, bmaj=22.4 mas, bpa=-5.248 degrees ! Estimated noise=1535.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00286522 Jy ! Component: 100 - total flux cleaned = 0.00343733 Jy ! Component: 150 - total flux cleaned = 0.00364405 Jy ! Component: 200 - total flux cleaned = 0.00387601 Jy ! Total flux subtracted in 200 components = 0.00387601 Jy ! Clean residual min=-0.005062 max=0.005196 Jy/beam ! Clean residual mean=-0.000007 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.612132 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.000167524 Jy ! Component: 100 - total flux cleaned = 0.000318645 Jy ! Component: 150 - total flux cleaned = 0.000456154 Jy ! Component: 200 - total flux cleaned = 0.000580201 Jy ! Total flux subtracted in 200 components = 0.000580201 Jy ! Clean residual min=-0.005001 max=0.005153 Jy/beam ! Clean residual mean=-0.000008 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.612712 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.612712 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.88 mas, bmaj=14.94 mas, bpa=4.546 degrees ! Estimated noise=1353.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.9625e-05 Jy ! Component: 100 - total flux cleaned = -0.000220335 Jy ! Component: 150 - total flux cleaned = -0.000220846 Jy ! Component: 200 - total flux cleaned = -0.000221329 Jy ! Total flux subtracted in 200 components = -0.000221329 Jy ! Clean residual min=-0.004925 max=0.004341 Jy/beam ! Clean residual mean=-0.000004 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.612491 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.612491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102989Jy sigma=0.000707 ! Fit after self-cal, rms=0.102944Jy sigma=0.000707 wmodel J2359-3133_S_2014_06_09_pus_map.mod ! Writing 79 model components to file: J2359-3133_S_2014_06_09_pus_map.mod wobs J2359-3133_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2359-3133_S_2014_06_09_pus_uvs.fits wwins J2359-3133_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J2359-3133_S_2014_06_09_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.00151915 Jy ! Component: 100 - total flux cleaned = -0.0017459 Jy ! Component: 150 - total flux cleaned = -0.00203334 Jy ! Component: 200 - total flux cleaned = -0.00237201 Jy ! Component: 250 - total flux cleaned = -0.00275929 Jy ! Component: 300 - total flux cleaned = -0.00288314 Jy ! Component: 350 - total flux cleaned = -0.00318521 Jy ! Component: 400 - total flux cleaned = -0.00336107 Jy ! Component: 450 - total flux cleaned = -0.00353369 Jy ! Component: 500 - total flux cleaned = -0.00364569 Jy ! Component: 550 - total flux cleaned = -0.00391776 Jy ! Component: 600 - total flux cleaned = -0.00413063 Jy ! Component: 650 - total flux cleaned = -0.00428744 Jy ! Component: 700 - total flux cleaned = -0.00438942 Jy ! Component: 750 - total flux cleaned = -0.00458973 Jy ! Component: 800 - total flux cleaned = -0.0047853 Jy ! Component: 850 - total flux cleaned = -0.00488047 Jy ! Component: 900 - total flux cleaned = -0.00497449 Jy ! Component: 950 - total flux cleaned = -0.00516049 Jy ! Component: 1000 - total flux cleaned = -0.00520625 Jy ! Component: 1050 - total flux cleaned = -0.00534028 Jy ! Component: 1100 - total flux cleaned = -0.0054731 Jy ! Component: 1150 - total flux cleaned = -0.00560297 Jy ! Component: 1200 - total flux cleaned = -0.00556086 Jy ! Component: 1250 - total flux cleaned = -0.00564444 Jy ! Component: 1300 - total flux cleaned = -0.00547905 Jy ! Component: 1350 - total flux cleaned = -0.00552007 Jy ! Component: 1400 - total flux cleaned = -0.0054792 Jy ! Component: 1450 - total flux cleaned = -0.00539989 Jy ! Component: 1500 - total flux cleaned = -0.00528257 Jy ! Component: 1550 - total flux cleaned = -0.00524404 Jy ! Component: 1600 - total flux cleaned = -0.00520554 Jy ! Component: 1650 - total flux cleaned = -0.00509333 Jy ! Component: 1700 - total flux cleaned = -0.00513052 Jy ! Component: 1750 - total flux cleaned = -0.00505798 Jy ! Component: 1800 - total flux cleaned = -0.00498561 Jy ! Component: 1850 - total flux cleaned = -0.00498501 Jy ! Component: 1900 - total flux cleaned = -0.00473824 Jy ! Component: 1950 - total flux cleaned = -0.00480809 Jy ! Component: 2000 - total flux cleaned = -0.00477326 Jy ! Component: 2050 - total flux cleaned = -0.00470481 Jy ! Component: 2100 - total flux cleaned = -0.00460365 Jy ! Component: 2150 - total flux cleaned = -0.00450408 Jy ! Component: 2200 - total flux cleaned = -0.00463575 Jy ! Component: 2250 - total flux cleaned = -0.00460332 Jy ! Component: 2300 - total flux cleaned = -0.00457092 Jy ! Component: 2350 - total flux cleaned = -0.00460268 Jy ! Component: 2400 - total flux cleaned = -0.0045713 Jy ! Component: 2450 - total flux cleaned = -0.00469655 Jy ! Component: 2500 - total flux cleaned = -0.00460367 Jy ! Component: 2550 - total flux cleaned = -0.00475716 Jy ! Component: 2600 - total flux cleaned = -0.00463561 Jy ! Component: 2650 - total flux cleaned = -0.00472617 Jy ! Component: 2700 - total flux cleaned = -0.00472589 Jy ! Component: 2750 - total flux cleaned = -0.00481428 Jy ! Component: 2800 - total flux cleaned = -0.00478466 Jy ! Component: 2850 - total flux cleaned = -0.00475568 Jy ! Component: 2900 - total flux cleaned = -0.00475525 Jy ! Component: 2950 - total flux cleaned = -0.00469844 Jy ! Component: 3000 - total flux cleaned = -0.00478351 Jy ! Component: 3050 - total flux cleaned = -0.00472743 Jy ! Component: 3100 - total flux cleaned = -0.00481117 Jy ! Component: 3150 - total flux cleaned = -0.00481122 Jy ! Component: 3200 - total flux cleaned = -0.00475648 Jy ! Component: 3250 - total flux cleaned = -0.00481067 Jy ! Component: 3300 - total flux cleaned = -0.00478347 Jy ! Component: 3350 - total flux cleaned = -0.00470357 Jy ! Component: 3400 - total flux cleaned = -0.00470399 Jy ! Component: 3450 - total flux cleaned = -0.0045989 Jy ! Component: 3500 - total flux cleaned = -0.00457323 Jy ! Component: 3550 - total flux cleaned = -0.00459926 Jy ! Component: 3600 - total flux cleaned = -0.00462481 Jy ! Component: 3650 - total flux cleaned = -0.00452277 Jy ! Component: 3700 - total flux cleaned = -0.00452274 Jy ! Component: 3750 - total flux cleaned = -0.00442226 Jy ! Component: 3800 - total flux cleaned = -0.00434748 Jy ! Component: 3850 - total flux cleaned = -0.00429824 Jy ! Component: 3900 - total flux cleaned = -0.00429839 Jy ! Component: 3950 - total flux cleaned = -0.00429831 Jy ! Component: 4000 - total flux cleaned = -0.00417702 Jy ! Component: 4050 - total flux cleaned = -0.00422501 Jy ! Total flux subtracted in 4096 components = -0.004034 Jy ! Clean residual min=-0.001196 max=0.001377 Jy/beam ! Clean residual mean=-0.000002 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.608457 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 391 components and 0.608457 Jy ![Exited script file: muppet] wmap "J2359-3133_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.88 x 14.94 at 4.546 degrees (North through East) ! Clean map min=-0.0034615 max=0.55288 Jy/beam ! Writing clean map to FITS file: J2359-3133_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.55288 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000464097 device "J2359-3133_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2359-3133_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.251825 0.251825 0.50365 1.0073 2.0146 4.0292 8.0584 16.1168 32.2336 64.4672 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.552 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.88 x 14.94 at 4.546 degrees (North through East) ! Clean map min=-0.0034615 max=0.55288 Jy/beam quit ! Quitting program ! Log file J2359-3133_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:07:45 2016