! Started logfile: J0236-2953_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:43:10 2016 obs J0236-2953_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0236-2953_S_2014_05_31_pus_uva.fits ! AN table 1: 37 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.837237 visibilities/baseline/integration-bin. ! Found source: J0236-2953 ! ! 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 5576 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 J0236-2953_S_2014_05_31_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.810688Jy sigma=0.006780 ! Fit after self-cal, rms=0.799092Jy sigma=0.006694 ! 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=2.827 mas, bmaj=6.428 mas, bpa=-1.435 degrees ! Estimated noise=1432.69 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.16186 Jy ! Component: 100 - total flux cleaned = 0.200208 Jy ! Total flux subtracted in 100 components = 0.200208 Jy ! Clean residual min=-0.008696 max=0.018602 Jy/beam ! Clean residual mean=-0.000045 rms=0.002503 Jy/beam ! Combined flux in latest and established models = 0.200208 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.200208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111849Jy sigma=0.000843 ! Fit after self-cal, rms=0.111837Jy sigma=0.000843 ! Inverting map ! Added new window around map position (4, -4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017035 Jy ! Component: 100 - total flux cleaned = 0.0226671 Jy ! Total flux subtracted in 100 components = 0.0226671 Jy ! Clean residual min=-0.007752 max=0.014193 Jy/beam ! Clean residual mean=-0.000005 rms=0.002042 Jy/beam ! Combined flux in latest and established models = 0.222875 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.222875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109292Jy sigma=0.000819 ! Fit after self-cal, rms=0.109172Jy sigma=0.000817 ! 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.462 mas, bmaj=8.05 mas, bpa=-1.104 degrees ! Estimated noise=1147.72 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.00812371 Jy ! Component: 100 - total flux cleaned = 0.0101307 Jy ! Component: 150 - total flux cleaned = 0.011208 Jy ! Component: 200 - total flux cleaned = 0.0119569 Jy ! Total flux subtracted in 200 components = 0.0119569 Jy ! Clean residual min=-0.006620 max=0.007713 Jy/beam ! Clean residual mean=0.000027 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.234832 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.234832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108334Jy sigma=0.000812 ! Fit after self-cal, rms=0.108326Jy sigma=0.000812 ! 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.98 FD 0.83 HN 1.20 KP 1.06 ! LA 1.18 MK 1.06 NL 1.05 OV 0.92 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.94 HN 1.18 KP 1.02 ! LA 1.12 MK 0.96 NL 1.05 OV 0.97 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.11 HN 1.27 KP 0.89 ! LA 0.88 MK 1.02 NL 0.99 OV 0.95 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.91 HN 1.21 KP 0.89 ! LA 0.85 MK 1.05 NL 1.10 OV 1.00 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.108326Jy sigma=0.000812 ! Fit after self-cal, rms=0.110471Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.494 mas, bmaj=8.064 mas, bpa=-0.249 degrees ! Estimated noise=1156.35 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.00218867 Jy ! Component: 100 - total flux cleaned = -0.00268764 Jy ! Component: 150 - total flux cleaned = -0.00300994 Jy ! Component: 200 - total flux cleaned = -0.00328626 Jy ! Total flux subtracted in 200 components = -0.00328626 Jy ! Clean residual min=-0.005229 max=0.004883 Jy/beam ! Clean residual mean=0.000005 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.231546 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 43 components and 0.231546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110302Jy sigma=0.000779 ! Fit after self-cal, rms=0.110390Jy sigma=0.000778 ! 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.110390Jy sigma=0.000778 ! Fit after self-cal, rms=0.119367Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=8.074 mas, bpa=-0.6295 degrees ! Estimated noise=1154.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00239744 Jy ! Component: 100 - total flux cleaned = -0.00278884 Jy ! Component: 150 - total flux cleaned = -0.00284508 Jy ! Component: 200 - total flux cleaned = -0.00284545 Jy ! Total flux subtracted in 200 components = -0.00284545 Jy ! Clean residual min=-0.003863 max=0.003707 Jy/beam ! Clean residual mean=0.000007 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.2287 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.2287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119271Jy sigma=0.000770 ! Fit after self-cal, rms=0.119360Jy sigma=0.000770 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.000463423 Jy ! Component: 100 - total flux cleaned = -0.000375315 Jy ! Component: 150 - total flux cleaned = -0.000336356 Jy ! Component: 200 - total flux cleaned = -0.000336614 Jy ! Total flux subtracted in 200 components = -0.000336614 Jy ! Clean residual min=-0.003696 max=0.003659 Jy/beam ! Clean residual mean=0.000006 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.228364 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.228364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119328Jy sigma=0.000770 ! Fit after self-cal, rms=0.119322Jy sigma=0.000770 ! 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.119322Jy sigma=0.000770 ! Fit after self-cal, rms=0.121522Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.477 mas, bmaj=8.081 mas, bpa=-0.5569 degrees ! Estimated noise=1153.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00169892 Jy ! Component: 100 - total flux cleaned = -0.0018805 Jy ! Component: 150 - total flux cleaned = -0.00187962 Jy ! Component: 200 - total flux cleaned = -0.00187947 Jy ! Total flux subtracted in 200 components = -0.00187947 Jy ! Clean residual min=-0.003590 max=0.003555 Jy/beam ! Clean residual mean=0.000006 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.226484 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.226484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121478Jy sigma=0.000769 ! Fit after self-cal, rms=0.121492Jy 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 = -0.000279856 Jy ! Component: 100 - total flux cleaned = -0.000211392 Jy ! Component: 150 - total flux cleaned = -0.000181468 Jy ! Component: 200 - total flux cleaned = -0.000152772 Jy ! Total flux subtracted in 200 components = -0.000152772 Jy ! Clean residual min=-0.003513 max=0.003523 Jy/beam ! Clean residual mean=0.000006 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.226332 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.226332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121475Jy sigma=0.000769 ! Fit after self-cal, rms=0.121472Jy 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.121472Jy sigma=0.000769 ! Fit after self-cal, rms=0.122975Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.385 mas, bmaj=21.69 mas, bpa=3.002 degrees ! Estimated noise=1329.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106478 Jy ! Component: 100 - total flux cleaned = -0.00118058 Jy ! Component: 150 - total flux cleaned = -0.00123173 Jy ! Component: 200 - total flux cleaned = -0.00123163 Jy ! Total flux subtracted in 200 components = -0.00123163 Jy ! Clean residual min=-0.003792 max=0.003687 Jy/beam ! Clean residual mean=0.000012 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.2251 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.2251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122964Jy sigma=0.000769 ! Fit after self-cal, rms=0.122976Jy 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 = -5.4774e-05 Jy ! Component: 100 - total flux cleaned = -5.46009e-05 Jy ! Component: 150 - total flux cleaned = -5.39258e-05 Jy ! Component: 200 - total flux cleaned = -3.36669e-05 Jy ! Total flux subtracted in 200 components = -3.36669e-05 Jy ! Clean residual min=-0.003803 max=0.003680 Jy/beam ! Clean residual mean=0.000012 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.225066 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.225066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122972Jy sigma=0.000769 ! Fit after self-cal, rms=0.122971Jy 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.48 mas, bmaj=8.081 mas, bpa=-0.5284 degrees ! Estimated noise=1152.64 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.48 x 8.081 at -0.5284 degrees (North through East) ! Clean map min=-0.003532 max=0.2043 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=2.823 mas, bmaj=6.426 mas, bpa=-0.6409 degrees ! Estimated noise=1443.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.162936 Jy ! Component: 100 - total flux cleaned = 0.200926 Jy ! Component: 150 - total flux cleaned = 0.213621 Jy ! Component: 200 - total flux cleaned = 0.219815 Jy ! Total flux subtracted in 200 components = 0.219815 Jy ! Clean residual min=-0.004446 max=0.004759 Jy/beam ! Clean residual mean=-0.000008 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.219815 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.219815 Jy ! Inverting map and beam ! Estimated beam: bmin=3.48 mas, bmaj=8.081 mas, bpa=-0.5284 degrees ! Estimated noise=1152.64 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) ! Added new window around map position (-2.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00431855 Jy ! Component: 100 - total flux cleaned = 0.00628633 Jy ! Component: 150 - total flux cleaned = 0.00647352 Jy ! Component: 200 - total flux cleaned = 0.00662969 Jy ! Total flux subtracted in 200 components = 0.00662969 Jy ! Clean residual min=-0.003366 max=0.003502 Jy/beam ! Clean residual mean=0.000007 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.226445 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.226445 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.385 mas, bmaj=21.69 mas, bpa=3.002 degrees ! Estimated noise=1329.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00040614 Jy ! Component: 100 - total flux cleaned = 0.000371991 Jy ! Component: 150 - total flux cleaned = 0.000342959 Jy ! Component: 200 - total flux cleaned = 0.000319974 Jy ! Total flux subtracted in 200 components = 0.000319974 Jy ! Clean residual min=-0.003495 max=0.003478 Jy/beam ! Clean residual mean=0.000014 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.226765 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.82313e-06 Jy ! Component: 100 - total flux cleaned = 2.32259e-05 Jy ! Component: 150 - total flux cleaned = 2.28408e-05 Jy ! Component: 200 - total flux cleaned = 2.24378e-05 Jy ! Total flux subtracted in 200 components = 2.24378e-05 Jy ! Clean residual min=-0.003475 max=0.003492 Jy/beam ! Clean residual mean=0.000013 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.226788 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 58 components and 0.226787 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.48 mas, bmaj=8.081 mas, bpa=-0.5284 degrees ! Estimated noise=1152.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.8955e-05 Jy ! Component: 100 - total flux cleaned = 9.97253e-05 Jy ! Component: 150 - total flux cleaned = 9.96157e-05 Jy ! Component: 200 - total flux cleaned = 6.90187e-05 Jy ! Total flux subtracted in 200 components = 6.90187e-05 Jy ! Clean residual min=-0.003195 max=0.003447 Jy/beam ! Clean residual mean=0.000007 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.226857 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 73 components and 0.226857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122903Jy sigma=0.000768 ! Fit after self-cal, rms=0.122871Jy sigma=0.000768 wmodel J0236-2953_S_2014_05_31_pus_map.mod ! Writing 73 model components to file: J0236-2953_S_2014_05_31_pus_map.mod wobs J0236-2953_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0236-2953_S_2014_05_31_pus_uvs.fits wwins J0236-2953_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0236-2953_S_2014_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000702704 Jy ! Component: 100 - total flux cleaned = 0.000424805 Jy ! Component: 150 - total flux cleaned = 0.000262361 Jy ! Component: 200 - total flux cleaned = 0.000159697 Jy ! Component: 250 - total flux cleaned = 6.11178e-05 Jy ! Component: 300 - total flux cleaned = 0.000109009 Jy ! Component: 350 - total flux cleaned = 0.000201986 Jy ! Component: 400 - total flux cleaned = 0.000338428 Jy ! Component: 450 - total flux cleaned = 0.00033847 Jy ! Component: 500 - total flux cleaned = 0.00025257 Jy ! Component: 550 - total flux cleaned = 0.000253628 Jy ! Component: 600 - total flux cleaned = 0.000253717 Jy ! Component: 650 - total flux cleaned = 8.89428e-05 Jy ! Component: 700 - total flux cleaned = 4.82745e-05 Jy ! Component: 750 - total flux cleaned = -3.14534e-05 Jy ! Component: 800 - total flux cleaned = -7.11798e-05 Jy ! Component: 850 - total flux cleaned = -0.000226602 Jy ! Component: 900 - total flux cleaned = -0.000302902 Jy ! Component: 950 - total flux cleaned = -0.000302655 Jy ! Component: 1000 - total flux cleaned = -0.000414296 Jy ! Component: 1050 - total flux cleaned = -0.00056098 Jy ! Component: 1100 - total flux cleaned = -0.000597468 Jy ! Component: 1150 - total flux cleaned = -0.000668879 Jy ! Component: 1200 - total flux cleaned = -0.000739715 Jy ! Component: 1250 - total flux cleaned = -0.000948312 Jy ! Component: 1300 - total flux cleaned = -0.00101673 Jy ! Component: 1350 - total flux cleaned = -0.00115241 Jy ! Component: 1400 - total flux cleaned = -0.00125319 Jy ! Component: 1450 - total flux cleaned = -0.00128635 Jy ! Component: 1500 - total flux cleaned = -0.00135213 Jy ! Component: 1550 - total flux cleaned = -0.00154615 Jy ! Component: 1600 - total flux cleaned = -0.0015139 Jy ! Component: 1650 - total flux cleaned = -0.00157739 Jy ! Component: 1700 - total flux cleaned = -0.00163949 Jy ! Component: 1750 - total flux cleaned = -0.00167091 Jy ! Component: 1800 - total flux cleaned = -0.00170172 Jy ! Component: 1850 - total flux cleaned = -0.00179254 Jy ! Component: 1900 - total flux cleaned = -0.00179261 Jy ! Component: 1950 - total flux cleaned = -0.00188158 Jy ! Component: 2000 - total flux cleaned = -0.00179327 Jy ! Component: 2050 - total flux cleaned = -0.00185136 Jy ! Component: 2100 - total flux cleaned = -0.00179401 Jy ! Component: 2150 - total flux cleaned = -0.00182303 Jy ! Component: 2200 - total flux cleaned = -0.0017382 Jy ! Component: 2250 - total flux cleaned = -0.00193453 Jy ! Component: 2300 - total flux cleaned = -0.0018233 Jy ! Component: 2350 - total flux cleaned = -0.0018234 Jy ! Component: 2400 - total flux cleaned = -0.00187762 Jy ! Component: 2450 - total flux cleaned = -0.001931 Jy ! Component: 2500 - total flux cleaned = -0.00185035 Jy ! Component: 2550 - total flux cleaned = -0.00182387 Jy ! Component: 2600 - total flux cleaned = -0.00182389 Jy ! Component: 2650 - total flux cleaned = -0.00187646 Jy ! Component: 2700 - total flux cleaned = -0.0019281 Jy ! Component: 2750 - total flux cleaned = -0.00182617 Jy ! Component: 2800 - total flux cleaned = -0.00197833 Jy ! Component: 2850 - total flux cleaned = -0.00195307 Jy ! Component: 2900 - total flux cleaned = -0.00202789 Jy ! Component: 2950 - total flux cleaned = -0.00202786 Jy ! Component: 3000 - total flux cleaned = -0.00197871 Jy ! Component: 3050 - total flux cleaned = -0.00210017 Jy ! Component: 3100 - total flux cleaned = -0.0020997 Jy ! Component: 3150 - total flux cleaned = -0.0020282 Jy ! Component: 3200 - total flux cleaned = -0.00202831 Jy ! Component: 3250 - total flux cleaned = -0.00200468 Jy ! Component: 3300 - total flux cleaned = -0.0020047 Jy ! Component: 3350 - total flux cleaned = -0.0020278 Jy ! Component: 3400 - total flux cleaned = -0.00205085 Jy ! Component: 3450 - total flux cleaned = -0.00195974 Jy ! Component: 3500 - total flux cleaned = -0.00202766 Jy ! Component: 3550 - total flux cleaned = -0.00205018 Jy ! Component: 3600 - total flux cleaned = -0.00207244 Jy ! Component: 3650 - total flux cleaned = -0.00211671 Jy ! Component: 3700 - total flux cleaned = -0.00211675 Jy ! Component: 3750 - total flux cleaned = -0.00213874 Jy ! Component: 3800 - total flux cleaned = -0.00213871 Jy ! Component: 3850 - total flux cleaned = -0.00213871 Jy ! Component: 3900 - total flux cleaned = -0.00218161 Jy ! Component: 3950 - total flux cleaned = -0.00220288 Jy ! Component: 4000 - total flux cleaned = -0.0022029 Jy ! Component: 4050 - total flux cleaned = -0.00220285 Jy ! Total flux subtracted in 4096 components = -0.00214021 Jy ! Clean residual min=-0.001125 max=0.001456 Jy/beam ! Clean residual mean=0.000003 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.224716 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 325 components and 0.224716 Jy ![Exited script file: muppet] wmap "J0236-2953_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.48 x 8.081 at -0.5284 degrees (North through East) ! Clean map min=-0.0027174 max=0.20611 Jy/beam ! Writing clean map to FITS file: J0236-2953_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.206108 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000372859 device "J0236-2953_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0236-2953_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.542714 0.542714 1.08543 2.17086 4.34171 8.68342 17.3668 34.7337 69.4674 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.206 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.48 x 8.081 at -0.5284 degrees (North through East) ! Clean map min=-0.0027174 max=0.20611 Jy/beam quit ! Quitting program ! Log file J0236-2953_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:43:15 2016