! Started logfile: J0208-0047_S_2017_08_05_pus_uvs.log on Thu May 9 19:17:21 2019 obs J0208-0047_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0208-0047_S_2017_08_05_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.899603 visibilities/baseline/integration-bin. ! Found source: J0208-0047 ! ! 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 513 lines of history. ! ! Reading 9068 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 J0208-0047_S_2017_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 367 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.806837Jy sigma=0.006974 ! Fit after self-cal, rms=0.792004Jy sigma=0.006866 ! 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.821 mas, bmaj=7.364 mas, bpa=-5.188 degrees ! Estimated noise=1287.38 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.157762 Jy ! Component: 100 - total flux cleaned = 0.197139 Jy ! Total flux subtracted in 100 components = 0.197139 Jy ! Clean residual min=-0.009107 max=0.016811 Jy/beam ! Clean residual mean=0.000053 rms=0.002617 Jy/beam ! Combined flux in latest and established models = 0.197139 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.197139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097360Jy sigma=0.000771 ! Fit after self-cal, rms=0.097339Jy sigma=0.000771 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188258 Jy ! Component: 100 - total flux cleaned = 0.0296616 Jy ! Total flux subtracted in 100 components = 0.0296616 Jy ! Clean residual min=-0.008082 max=0.010549 Jy/beam ! Clean residual mean=0.000035 rms=0.001977 Jy/beam ! Combined flux in latest and established models = 0.226801 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.226801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092132Jy sigma=0.000729 ! Fit after self-cal, rms=0.092131Jy sigma=0.000728 ! 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.145 mas, bmaj=8.034 mas, bpa=-5.345 degrees ! Estimated noise=1065.27 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.0103907 Jy ! Component: 100 - total flux cleaned = 0.0164162 Jy ! Component: 150 - total flux cleaned = 0.0202412 Jy ! Component: 200 - total flux cleaned = 0.0227255 Jy ! Total flux subtracted in 200 components = 0.0227255 Jy ! Clean residual min=-0.006911 max=0.008840 Jy/beam ! Clean residual mean=0.000043 rms=0.001982 Jy/beam ! Combined flux in latest and established models = 0.249526 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 46 components and 0.249526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090587Jy sigma=0.000720 ! Fit after self-cal, rms=0.090592Jy sigma=0.000720 ! 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.92 FD 1.15 HN 0.96 KP 1.02 ! LA 0.96 MK 1.02 NL 0.89 OV 1.03 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.17 HN 0.99 KP 1.00 ! LA 0.96 MK 1.00 NL 1.04 OV 1.09 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.98 KP 0.88 ! LA 0.76 MK 1.00 NL 1.19 OV 1.02 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.94 KP 1.00* ! LA 1.00* MK 1.34 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.090592Jy sigma=0.000720 ! Fit after self-cal, rms=0.084271Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.037 mas, bpa=-4.799 degrees ! Estimated noise=1063.64 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.000815888 Jy ! Component: 100 - total flux cleaned = -0.0011012 Jy ! Component: 150 - total flux cleaned = -0.00110327 Jy ! Component: 200 - total flux cleaned = -0.00113276 Jy ! Total flux subtracted in 200 components = -0.00113276 Jy ! Clean residual min=-0.005678 max=0.006383 Jy/beam ! Clean residual mean=0.000032 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.248394 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.248394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084229Jy sigma=0.000687 ! Fit after self-cal, rms=0.084215Jy sigma=0.000687 ! 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.084215Jy sigma=0.000687 ! Fit after self-cal, rms=0.082580Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.182 mas, bmaj=8.04 mas, bpa=-4.724 degrees ! Estimated noise=1064.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165825 Jy ! Component: 100 - total flux cleaned = -0.000229467 Jy ! Component: 150 - total flux cleaned = -0.000230596 Jy ! Component: 200 - total flux cleaned = -0.000231513 Jy ! Total flux subtracted in 200 components = -0.000231513 Jy ! Clean residual min=-0.003570 max=0.003922 Jy/beam ! Clean residual mean=0.000005 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.248162 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.248162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082557Jy sigma=0.000661 ! Fit after self-cal, rms=0.082626Jy sigma=0.000660 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 (-9, 35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00400578 Jy ! Component: 100 - total flux cleaned = 0.00646236 Jy ! Component: 150 - total flux cleaned = 0.00810478 Jy ! Component: 200 - total flux cleaned = 0.00932897 Jy ! Total flux subtracted in 200 components = 0.00932897 Jy ! Clean residual min=-0.003078 max=0.002973 Jy/beam ! Clean residual mean=0.000006 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.257491 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 86 components and 0.257491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082430Jy sigma=0.000658 ! Fit after self-cal, rms=0.082413Jy sigma=0.000658 ! 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.082413Jy sigma=0.000658 ! Fit after self-cal, rms=0.082507Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.052 mas, bpa=-4.695 degrees ! Estimated noise=1062.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140425 Jy ! Component: 100 - total flux cleaned = 0.00191353 Jy ! Component: 150 - total flux cleaned = 0.00220829 Jy ! Component: 200 - total flux cleaned = 0.00238178 Jy ! Total flux subtracted in 200 components = 0.00238178 Jy ! Clean residual min=-0.002955 max=0.002932 Jy/beam ! Clean residual mean=0.000005 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.259873 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.259873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082480Jy sigma=0.000658 ! Fit after self-cal, rms=0.082484Jy sigma=0.000658 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.000268504 Jy ! Component: 100 - total flux cleaned = 0.00034683 Jy ! Component: 150 - total flux cleaned = 0.000371653 Jy ! Component: 200 - total flux cleaned = 0.000395502 Jy ! Total flux subtracted in 200 components = 0.000395502 Jy ! Clean residual min=-0.002925 max=0.002796 Jy/beam ! Clean residual mean=0.000005 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.260268 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 106 components and 0.260269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082471Jy sigma=0.000658 ! Fit after self-cal, rms=0.082470Jy sigma=0.000658 ! 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.082470Jy sigma=0.000658 ! Fit after self-cal, rms=0.082573Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.167 mas, bmaj=13.72 mas, bpa=-7.885 degrees ! Estimated noise=1366.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000923919 Jy ! Component: 100 - total flux cleaned = 0.00098924 Jy ! Component: 150 - total flux cleaned = 0.00101586 Jy ! Component: 200 - total flux cleaned = 0.00104156 Jy ! Total flux subtracted in 200 components = 0.00104156 Jy ! Clean residual min=-0.003249 max=0.002952 Jy/beam ! Clean residual mean=0.000008 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.26131 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 116 components and 0.26131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082576Jy sigma=0.000658 ! Fit after self-cal, rms=0.082575Jy sigma=0.000658 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.81863e-06 Jy ! Component: 100 - total flux cleaned = 3.36155e-05 Jy ! Component: 150 - total flux cleaned = 5.42808e-05 Jy ! Component: 200 - total flux cleaned = 5.38494e-05 Jy ! Total flux subtracted in 200 components = 5.38494e-05 Jy ! Clean residual min=-0.003235 max=0.002983 Jy/beam ! Clean residual mean=0.000008 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.261364 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 124 components and 0.261364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082584Jy sigma=0.000658 ! Fit after self-cal, rms=0.082580Jy sigma=0.000658 ! 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.19 mas, bmaj=8.057 mas, bpa=-4.69 degrees ! Estimated noise=1062.98 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.19 x 8.057 at -4.69 degrees (North through East) ! Clean map min=-0.0026803 max=0.20381 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.85 mas, bmaj=7.359 mas, bpa=-4.656 degrees ! Estimated noise=1316.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.15914 Jy ! Component: 100 - total flux cleaned = 0.198302 Jy ! Component: 150 - total flux cleaned = 0.216469 Jy ! Component: 200 - total flux cleaned = 0.226201 Jy ! Total flux subtracted in 200 components = 0.226201 Jy ! Clean residual min=-0.004244 max=0.007302 Jy/beam ! Clean residual mean=0.000015 rms=0.001125 Jy/beam ! Combined flux in latest and established models = 0.226201 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.226201 Jy ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=8.057 mas, bpa=-4.69 degrees ! Estimated noise=1062.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) ! Added new window around map position (4.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00881307 Jy ! Component: 100 - total flux cleaned = 0.0140274 Jy ! Component: 150 - total flux cleaned = 0.0179933 Jy ! Component: 200 - total flux cleaned = 0.0211753 Jy ! Total flux subtracted in 200 components = 0.0211753 Jy ! Clean residual min=-0.003492 max=0.002791 Jy/beam ! Clean residual mean=0.000010 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.247377 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 56 components and 0.247377 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.167 mas, bmaj=13.72 mas, bpa=-7.885 degrees ! Estimated noise=1366.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00396151 Jy ! Component: 100 - total flux cleaned = 0.0067177 Jy ! Component: 150 - total flux cleaned = 0.00878164 Jy ! Component: 200 - total flux cleaned = 0.0103576 Jy ! Total flux subtracted in 200 components = 0.0103576 Jy ! Clean residual min=-0.003287 max=0.002914 Jy/beam ! Clean residual mean=0.000011 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.257734 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.0012214 Jy ! Component: 100 - total flux cleaned = 0.00217451 Jy ! Component: 150 - total flux cleaned = 0.00292108 Jy ! Component: 200 - total flux cleaned = 0.00337893 Jy ! Total flux subtracted in 200 components = 0.00337893 Jy ! Clean residual min=-0.003131 max=0.002750 Jy/beam ! Clean residual mean=0.000007 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.261113 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 139 components and 0.261113 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=8.057 mas, bpa=-4.69 degrees ! Estimated noise=1062.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000187988 Jy ! Component: 100 - total flux cleaned = 0.000236037 Jy ! Component: 150 - total flux cleaned = 0.00027757 Jy ! Component: 200 - total flux cleaned = 0.000317462 Jy ! Total flux subtracted in 200 components = 0.000317462 Jy ! Clean residual min=-0.002821 max=0.002419 Jy/beam ! Clean residual mean=0.000003 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.261431 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 160 components and 0.261431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082483Jy sigma=0.000657 ! Fit after self-cal, rms=0.082456Jy sigma=0.000657 wmodel J0208-0047_S_2017_08_05_pus_map.mod ! Writing 160 model components to file: J0208-0047_S_2017_08_05_pus_map.mod wobs J0208-0047_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0208-0047_S_2017_08_05_pus_uvs.fits wwins J0208-0047_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0208-0047_S_2017_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.00104773 Jy ! Component: 100 - total flux cleaned = -0.00135338 Jy ! Component: 150 - total flux cleaned = -0.0015587 Jy ! Component: 200 - total flux cleaned = -0.00155931 Jy ! Component: 250 - total flux cleaned = -0.00144757 Jy ! Component: 300 - total flux cleaned = -0.00133738 Jy ! Component: 350 - total flux cleaned = -0.00105169 Jy ! Component: 400 - total flux cleaned = -0.00087859 Jy ! Component: 450 - total flux cleaned = -0.0007769 Jy ! Component: 500 - total flux cleaned = -0.000677812 Jy ! Component: 550 - total flux cleaned = -0.000612891 Jy ! Component: 600 - total flux cleaned = -0.000549577 Jy ! Component: 650 - total flux cleaned = -0.000518736 Jy ! Component: 700 - total flux cleaned = -0.000458492 Jy ! Component: 750 - total flux cleaned = -0.000488616 Jy ! Component: 800 - total flux cleaned = -0.000547178 Jy ! Component: 850 - total flux cleaned = -0.000661227 Jy ! Component: 900 - total flux cleaned = -0.000633319 Jy ! Component: 950 - total flux cleaned = -0.000661245 Jy ! Component: 1000 - total flux cleaned = -0.0007697 Jy ! Component: 1050 - total flux cleaned = -0.000769315 Jy ! Component: 1100 - total flux cleaned = -0.000769658 Jy ! Component: 1150 - total flux cleaned = -0.000821944 Jy ! Component: 1200 - total flux cleaned = -0.000924476 Jy ! Component: 1250 - total flux cleaned = -0.000949433 Jy ! Component: 1300 - total flux cleaned = -0.000924399 Jy ! Component: 1350 - total flux cleaned = -0.00102298 Jy ! Component: 1400 - total flux cleaned = -0.00104753 Jy ! Component: 1450 - total flux cleaned = -0.000975897 Jy ! Component: 1500 - total flux cleaned = -0.00102332 Jy ! Component: 1550 - total flux cleaned = -0.00104645 Jy ! Component: 1600 - total flux cleaned = -0.00104667 Jy ! Component: 1650 - total flux cleaned = -0.0010239 Jy ! Component: 1700 - total flux cleaned = -0.00100174 Jy ! Component: 1750 - total flux cleaned = -0.00100145 Jy ! Component: 1800 - total flux cleaned = -0.000891854 Jy ! Component: 1850 - total flux cleaned = -0.000848723 Jy ! Component: 1900 - total flux cleaned = -0.0008276 Jy ! Component: 1950 - total flux cleaned = -0.000785436 Jy ! Component: 2000 - total flux cleaned = -0.000743565 Jy ! Component: 2050 - total flux cleaned = -0.000764751 Jy ! Component: 2100 - total flux cleaned = -0.000805529 Jy ! Component: 2150 - total flux cleaned = -0.00072413 Jy ! Component: 2200 - total flux cleaned = -0.000704092 Jy ! Component: 2250 - total flux cleaned = -0.000704361 Jy ! Component: 2300 - total flux cleaned = -0.000645354 Jy ! Component: 2350 - total flux cleaned = -0.000625866 Jy ! Component: 2400 - total flux cleaned = -0.000626305 Jy ! Component: 2450 - total flux cleaned = -0.000626367 Jy ! Component: 2500 - total flux cleaned = -0.000607553 Jy ! Component: 2550 - total flux cleaned = -0.000626343 Jy ! Component: 2600 - total flux cleaned = -0.000663825 Jy ! Component: 2650 - total flux cleaned = -0.000663834 Jy ! Component: 2700 - total flux cleaned = -0.000663613 Jy ! Component: 2750 - total flux cleaned = -0.000627325 Jy ! Component: 2800 - total flux cleaned = -0.000609367 Jy ! Component: 2850 - total flux cleaned = -0.00062719 Jy ! Component: 2900 - total flux cleaned = -0.000662461 Jy ! Component: 2950 - total flux cleaned = -0.000627339 Jy ! Component: 3000 - total flux cleaned = -0.000609948 Jy ! Component: 3050 - total flux cleaned = -0.000610098 Jy ! Component: 3100 - total flux cleaned = -0.000627094 Jy ! Component: 3150 - total flux cleaned = -0.000609893 Jy ! Component: 3200 - total flux cleaned = -0.000609903 Jy ! Component: 3250 - total flux cleaned = -0.000676465 Jy ! Component: 3300 - total flux cleaned = -0.000643313 Jy ! Component: 3350 - total flux cleaned = -0.000659652 Jy ! Component: 3400 - total flux cleaned = -0.000676078 Jy ! Component: 3450 - total flux cleaned = -0.00062769 Jy ! Component: 3500 - total flux cleaned = -0.000643807 Jy ! Component: 3550 - total flux cleaned = -0.000627751 Jy ! Component: 3600 - total flux cleaned = -0.000627773 Jy ! Component: 3650 - total flux cleaned = -0.000659164 Jy ! Component: 3700 - total flux cleaned = -0.000721388 Jy ! Component: 3750 - total flux cleaned = -0.000706048 Jy ! Component: 3800 - total flux cleaned = -0.000736681 Jy ! Component: 3850 - total flux cleaned = -0.000782196 Jy ! Component: 3900 - total flux cleaned = -0.000812489 Jy ! Component: 3950 - total flux cleaned = -0.000857351 Jy ! Component: 4000 - total flux cleaned = -0.000887174 Jy ! Component: 4050 - total flux cleaned = -0.000916627 Jy ! Total flux subtracted in 4096 components = -0.00091656 Jy ! Clean residual min=-0.000862 max=0.000935 Jy/beam ! Clean residual mean=0.000000 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.260514 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 454 components and 0.260514 Jy ![Exited script file: muppet] wmap "J0208-0047_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.19 x 8.057 at -4.69 degrees (North through East) ! Clean map min=-0.0020495 max=0.20648 Jy/beam ! Writing clean map to FITS file: J0208-0047_S_2017_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.206475 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000271056 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.393834 0.393834 0.787668 1.57534 3.15067 6.30134 12.6027 25.2054 50.4107 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 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.19 x 8.057 at -4.69 degrees (North through East) ! Clean map min=-0.0020495 max=0.20648 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0208-0047_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:17:26 2019