! Started logfile: J0416-2056_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:15:08 2016 obs J0416-2056_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0416-2056_S_2014_08_05_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.757143 visibilities/baseline/integration-bin. ! Found source: J0416-2056 ! ! 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 7632 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 J0416-2056_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 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.719738Jy sigma=0.006842 ! Fit after self-cal, rms=0.700058Jy sigma=0.006645 ! 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.179 mas, bmaj=12.05 mas, bpa=15.63 degrees ! Estimated noise=1238.6 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.227663 Jy ! Component: 100 - total flux cleaned = 0.282148 Jy ! Total flux subtracted in 100 components = 0.282148 Jy ! Clean residual min=-0.012621 max=0.021784 Jy/beam ! Clean residual mean=-0.000091 rms=0.003419 Jy/beam ! Combined flux in latest and established models = 0.282148 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.282148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109487Jy sigma=0.000974 ! Fit after self-cal, rms=0.109471Jy sigma=0.000974 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241095 Jy ! Component: 100 - total flux cleaned = 0.038821 Jy ! Total flux subtracted in 100 components = 0.038821 Jy ! Clean residual min=-0.010184 max=0.011819 Jy/beam ! Clean residual mean=-0.000061 rms=0.002443 Jy/beam ! Combined flux in latest and established models = 0.320969 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 43 components and 0.320969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100949Jy sigma=0.000892 ! Fit after self-cal, rms=0.100888Jy sigma=0.000891 ! 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.877 mas, bmaj=13.29 mas, bpa=14.47 degrees ! Estimated noise=865.486 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.0159561 Jy ! Component: 100 - total flux cleaned = 0.0249651 Jy ! Component: 150 - total flux cleaned = 0.0306348 Jy ! Component: 200 - total flux cleaned = 0.0343101 Jy ! Total flux subtracted in 200 components = 0.0343101 Jy ! Clean residual min=-0.007288 max=0.014106 Jy/beam ! Clean residual mean=-0.000069 rms=0.002328 Jy/beam ! Combined flux in latest and established models = 0.355279 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 96 components and 0.35528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097843Jy sigma=0.000869 ! Fit after self-cal, rms=0.097824Jy sigma=0.000869 ! Inverting map ! Added new window around map position (16.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127354 Jy ! Component: 100 - total flux cleaned = 0.0188671 Jy ! Component: 150 - total flux cleaned = 0.0234051 Jy ! Component: 200 - total flux cleaned = 0.0261596 Jy ! Total flux subtracted in 200 components = 0.0261596 Jy ! Clean residual min=-0.006012 max=0.006623 Jy/beam ! Clean residual mean=-0.000054 rms=0.001631 Jy/beam ! Combined flux in latest and established models = 0.381439 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 148 components and 0.381439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096174Jy sigma=0.000852 ! Fit after self-cal, rms=0.096080Jy sigma=0.000850 ! 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.87 HN 1.00 KP 1.05 ! LA 1.13 MK 1.00* NL 0.98 OV 0.99 ! PT 1.02 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.02 FD 1.04 HN 1.06 KP 1.02 ! LA 1.07 MK 1.00* NL 1.03 OV 1.03 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.16 HN 1.00 KP 0.90 ! LA 0.84 MK 1.00* NL 1.00 OV 0.94 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 HN 1.01 KP 0.86 ! LA 0.80 MK 1.00* NL 1.08 OV 1.01 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.096080Jy sigma=0.000850 ! Fit after self-cal, rms=0.086895Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=13.36 mas, bpa=14.46 degrees ! Estimated noise=862.481 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.0012053 Jy ! Component: 100 - total flux cleaned = 0.00195251 Jy ! Component: 150 - total flux cleaned = 0.00180897 Jy ! Component: 200 - total flux cleaned = 0.00168525 Jy ! Total flux subtracted in 200 components = 0.00168525 Jy ! Clean residual min=-0.004085 max=0.004220 Jy/beam ! Clean residual mean=-0.000056 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.383124 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 183 components and 0.383124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086711Jy sigma=0.000787 ! Fit after self-cal, rms=0.086689Jy sigma=0.000787 ! 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.086689Jy sigma=0.000787 ! Fit after self-cal, rms=0.086349Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.89 mas, bmaj=13.37 mas, bpa=14.49 degrees ! Estimated noise=861.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000332435 Jy ! Component: 100 - total flux cleaned = -0.00033192 Jy ! Component: 150 - total flux cleaned = -0.000383459 Jy ! Component: 200 - total flux cleaned = -0.000473283 Jy ! Total flux subtracted in 200 components = -0.000473283 Jy ! Clean residual min=-0.003505 max=0.003838 Jy/beam ! Clean residual mean=-0.000043 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.382651 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 206 components and 0.382651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086276Jy sigma=0.000781 ! Fit after self-cal, rms=0.086277Jy sigma=0.000781 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.000315351 Jy ! Component: 100 - total flux cleaned = 0.00039624 Jy ! Component: 150 - total flux cleaned = 0.000396333 Jy ! Component: 200 - total flux cleaned = 0.000395545 Jy ! Total flux subtracted in 200 components = 0.000395545 Jy ! Clean residual min=-0.003481 max=0.003881 Jy/beam ! Clean residual mean=-0.000043 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.383047 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 221 components and 0.383047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086243Jy sigma=0.000781 ! Fit after self-cal, rms=0.086239Jy sigma=0.000781 ! 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.086239Jy sigma=0.000781 ! Fit after self-cal, rms=0.086271Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=13.38 mas, bpa=14.52 degrees ! Estimated noise=860.662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.30845e-06 Jy ! Component: 100 - total flux cleaned = -0.000132314 Jy ! Component: 150 - total flux cleaned = -0.000249727 Jy ! Component: 200 - total flux cleaned = -0.000357018 Jy ! Total flux subtracted in 200 components = -0.000357018 Jy ! Clean residual min=-0.003451 max=0.003933 Jy/beam ! Clean residual mean=-0.000033 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.38269 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 238 components and 0.38269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086224Jy sigma=0.000779 ! Fit after self-cal, rms=0.086225Jy 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 = 0.000196462 Jy ! Component: 100 - total flux cleaned = 0.000194468 Jy ! Component: 150 - total flux cleaned = 0.000193888 Jy ! Component: 200 - total flux cleaned = 0.000254009 Jy ! Total flux subtracted in 200 components = 0.000254009 Jy ! Clean residual min=-0.003467 max=0.003960 Jy/beam ! Clean residual mean=-0.000033 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.382944 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 247 components and 0.382944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086201Jy sigma=0.000779 ! Fit after self-cal, rms=0.086198Jy 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.086198Jy sigma=0.000779 ! Fit after self-cal, rms=0.086188Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.034 mas, bmaj=18.42 mas, bpa=4.558 degrees ! Estimated noise=982.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000686077 Jy ! Component: 100 - total flux cleaned = 0.000562784 Jy ! Component: 150 - total flux cleaned = 0.000531823 Jy ! Component: 200 - total flux cleaned = 0.000476855 Jy ! Total flux subtracted in 200 components = 0.000476855 Jy ! Clean residual min=-0.004749 max=0.005295 Jy/beam ! Clean residual mean=-0.000057 rms=0.001361 Jy/beam ! Combined flux in latest and established models = 0.383421 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 260 components and 0.383421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086187Jy sigma=0.000779 ! Fit after self-cal, rms=0.086189Jy 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 = 0.000205054 Jy ! Component: 100 - total flux cleaned = 0.000135883 Jy ! Component: 150 - total flux cleaned = 7.48039e-05 Jy ! Component: 200 - total flux cleaned = 2.06312e-05 Jy ! Total flux subtracted in 200 components = 2.06312e-05 Jy ! Clean residual min=-0.004738 max=0.005280 Jy/beam ! Clean residual mean=-0.000057 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.383441 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 273 components and 0.383441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086190Jy sigma=0.000779 ! Fit after self-cal, rms=0.086190Jy sigma=0.000779 ! 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.895 mas, bmaj=13.39 mas, bpa=14.53 degrees ! Estimated noise=859.976 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.895 x 13.39 at 14.53 degrees (North through East) ! Clean map min=-0.0034453 max=0.29645 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.174 mas, bmaj=12.09 mas, bpa=15.68 degrees ! Estimated noise=1238.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227466 Jy ! Component: 100 - total flux cleaned = 0.282443 Jy ! Component: 150 - total flux cleaned = 0.30651 Jy ! Component: 200 - total flux cleaned = 0.320983 Jy ! Total flux subtracted in 200 components = 0.320983 Jy ! Clean residual min=-0.006420 max=0.010182 Jy/beam ! Clean residual mean=-0.000075 rms=0.002022 Jy/beam ! Combined flux in latest and established models = 0.320983 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.320983 Jy ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=13.39 mas, bpa=14.53 degrees ! Estimated noise=859.976 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 (5.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147976 Jy ! Component: 100 - total flux cleaned = 0.0248823 Jy ! Component: 150 - total flux cleaned = 0.0321785 Jy ! Component: 200 - total flux cleaned = 0.0377671 Jy ! Total flux subtracted in 200 components = 0.0377671 Jy ! Clean residual min=-0.004455 max=0.004738 Jy/beam ! Clean residual mean=-0.000046 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.35875 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 109 components and 0.35875 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.034 mas, bmaj=18.42 mas, bpa=4.558 degrees ! Estimated noise=982.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00675784 Jy ! Component: 100 - total flux cleaned = 0.0115326 Jy ! Component: 150 - total flux cleaned = 0.0150268 Jy ! Component: 200 - total flux cleaned = 0.0176242 Jy ! Total flux subtracted in 200 components = 0.0176242 Jy ! Clean residual min=-0.005139 max=0.005047 Jy/beam ! Clean residual mean=-0.000064 rms=0.001431 Jy/beam ! Combined flux in latest and established models = 0.376375 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.00196271 Jy ! Component: 100 - total flux cleaned = 0.00347377 Jy ! Component: 150 - total flux cleaned = 0.00428464 Jy ! Component: 200 - total flux cleaned = 0.00498 Jy ! Total flux subtracted in 200 components = 0.00498 Jy ! Clean residual min=-0.004885 max=0.005184 Jy/beam ! Clean residual mean=-0.000059 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.381355 Jy ! Adding 130 model components to the UV plane model. ! The established model now contains 229 components and 0.381355 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=13.39 mas, bpa=14.53 degrees ! Estimated noise=859.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000508518 Jy ! Component: 100 - total flux cleaned = 0.000608948 Jy ! Component: 150 - total flux cleaned = 0.000652493 Jy ! Component: 200 - total flux cleaned = 0.000730163 Jy ! Total flux subtracted in 200 components = 0.000730163 Jy ! Clean residual min=-0.003567 max=0.004029 Jy/beam ! Clean residual mean=-0.000033 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.382085 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 256 components and 0.382085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086131Jy sigma=0.000778 ! Fit after self-cal, rms=0.086115Jy sigma=0.000778 wmodel J0416-2056_S_2014_08_05_pus_map.mod ! Writing 256 model components to file: J0416-2056_S_2014_08_05_pus_map.mod wobs J0416-2056_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0416-2056_S_2014_08_05_pus_uvs.fits wwins J0416-2056_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0416-2056_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.00108347 Jy ! Component: 100 - total flux cleaned = 0.00139706 Jy ! Component: 150 - total flux cleaned = 0.00134136 Jy ! Component: 200 - total flux cleaned = 0.00139585 Jy ! Component: 250 - total flux cleaned = 0.00139413 Jy ! Component: 300 - total flux cleaned = 0.00148765 Jy ! Component: 350 - total flux cleaned = 0.0017095 Jy ! Component: 400 - total flux cleaned = 0.00187752 Jy ! Component: 450 - total flux cleaned = 0.00204039 Jy ! Component: 500 - total flux cleaned = 0.00211811 Jy ! Component: 550 - total flux cleaned = 0.00208015 Jy ! Component: 600 - total flux cleaned = 0.00200775 Jy ! Component: 650 - total flux cleaned = 0.0019015 Jy ! Component: 700 - total flux cleaned = 0.00165999 Jy ! Component: 750 - total flux cleaned = 0.00152549 Jy ! Component: 800 - total flux cleaned = 0.00132786 Jy ! Component: 850 - total flux cleaned = 0.001199 Jy ! Component: 900 - total flux cleaned = 0.00110445 Jy ! Component: 950 - total flux cleaned = 0.000979969 Jy ! Component: 1000 - total flux cleaned = 0.000767293 Jy ! Component: 1050 - total flux cleaned = 0.000617969 Jy ! Component: 1100 - total flux cleaned = 0.000412542 Jy ! Component: 1150 - total flux cleaned = 0.000182024 Jy ! Component: 1200 - total flux cleaned = -4.51732e-05 Jy ! Component: 1250 - total flux cleaned = -0.000296507 Jy ! Component: 1300 - total flux cleaned = -0.000543907 Jy ! Component: 1350 - total flux cleaned = -0.000679527 Jy ! Component: 1400 - total flux cleaned = -0.000840238 Jy ! Component: 1450 - total flux cleaned = -0.00107782 Jy ! Component: 1500 - total flux cleaned = -0.00120813 Jy ! Component: 1550 - total flux cleaned = -0.00149007 Jy ! Component: 1600 - total flux cleaned = -0.0016669 Jy ! Component: 1650 - total flux cleaned = -0.00179154 Jy ! Component: 1700 - total flux cleaned = -0.0018905 Jy ! Component: 1750 - total flux cleaned = -0.00206152 Jy ! Component: 1800 - total flux cleaned = -0.00225443 Jy ! Component: 1850 - total flux cleaned = -0.00232617 Jy ! Component: 1900 - total flux cleaned = -0.00251486 Jy ! Component: 1950 - total flux cleaned = -0.00267776 Jy ! Component: 2000 - total flux cleaned = -0.00276956 Jy ! Component: 2050 - total flux cleaned = -0.00292902 Jy ! Component: 2100 - total flux cleaned = -0.00308667 Jy ! Component: 2150 - total flux cleaned = -0.00315352 Jy ! Component: 2200 - total flux cleaned = -0.00330843 Jy ! Component: 2250 - total flux cleaned = -0.00344011 Jy ! Component: 2300 - total flux cleaned = -0.00357054 Jy ! Component: 2350 - total flux cleaned = -0.00374275 Jy ! Component: 2400 - total flux cleaned = -0.00384957 Jy ! Component: 2450 - total flux cleaned = -0.00399782 Jy ! Component: 2500 - total flux cleaned = -0.00406091 Jy ! Component: 2550 - total flux cleaned = -0.00420672 Jy ! Component: 2600 - total flux cleaned = -0.00435118 Jy ! Component: 2650 - total flux cleaned = -0.0044331 Jy ! Component: 2700 - total flux cleaned = -0.00449414 Jy ! Component: 2750 - total flux cleaned = -0.0045751 Jy ! Component: 2800 - total flux cleaned = -0.00471539 Jy ! Component: 2850 - total flux cleaned = -0.00479493 Jy ! Component: 2900 - total flux cleaned = -0.00491349 Jy ! Component: 2950 - total flux cleaned = -0.004992 Jy ! Component: 3000 - total flux cleaned = -0.0051089 Jy ! Component: 3050 - total flux cleaned = -0.00524431 Jy ! Component: 3100 - total flux cleaned = -0.00528277 Jy ! Component: 3150 - total flux cleaned = -0.00535925 Jy ! Component: 3200 - total flux cleaned = -0.00551085 Jy ! Component: 3250 - total flux cleaned = -0.00558611 Jy ! Component: 3300 - total flux cleaned = -0.00567968 Jy ! Component: 3350 - total flux cleaned = -0.00582819 Jy ! Component: 3400 - total flux cleaned = -0.00588351 Jy ! Component: 3450 - total flux cleaned = -0.00601203 Jy ! Component: 3500 - total flux cleaned = -0.00610307 Jy ! Component: 3550 - total flux cleaned = -0.00622973 Jy ! Component: 3600 - total flux cleaned = -0.00630147 Jy ! Component: 3650 - total flux cleaned = -0.00640871 Jy ! Component: 3700 - total flux cleaned = -0.00649766 Jy ! Component: 3750 - total flux cleaned = -0.00655081 Jy ! Component: 3800 - total flux cleaned = -0.00660351 Jy ! Component: 3850 - total flux cleaned = -0.00672582 Jy ! Component: 3900 - total flux cleaned = -0.0067953 Jy ! Component: 3950 - total flux cleaned = -0.00686445 Jy ! Component: 4000 - total flux cleaned = -0.00693326 Jy ! Component: 4050 - total flux cleaned = -0.00696755 Jy ! Total flux subtracted in 4096 components = -0.00705294 Jy ! Clean residual min=-0.001108 max=0.001307 Jy/beam ! Clean residual mean=-0.000015 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.375032 Jy keep ! Adding 345 model components to the UV plane model. ! The established model now contains 601 components and 0.375032 Jy ![Exited script file: muppet] wmap "J0416-2056_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.895 x 13.39 at 14.53 degrees (North through East) ! Clean map min=-0.0027717 max=0.2977 Jy/beam ! Writing clean map to FITS file: J0416-2056_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.2977 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000334725 device "J0416-2056_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0416-2056_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.337311 0.337311 0.674621 1.34924 2.69848 5.39697 10.7939 21.5879 43.1757 86.3515 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.297 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.895 x 13.39 at 14.53 degrees (North through East) ! Clean map min=-0.0027717 max=0.2977 Jy/beam quit ! Quitting program ! Log file J0416-2056_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:15:14 2016