! Started logfile: J0108-0037_S_2017_06_15_pus_uvs.log on Tue May 7 15:07:16 2019 obs J0108-0037_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0108-0037_S_2017_06_15_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.898677 visibilities/baseline/integration-bin. ! Found source: J0108-0037 ! ! 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 603 lines of history. ! ! Reading 13588 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 J0108-0037_S_2017_06_15_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 536 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.678697Jy sigma=0.005884 ! Fit after self-cal, rms=0.655722Jy sigma=0.005700 ! 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.854 mas, bmaj=7.218 mas, bpa=-3.274 degrees ! Estimated noise=1093.96 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.269126 Jy ! Component: 100 - total flux cleaned = 0.342746 Jy ! Total flux subtracted in 100 components = 0.342746 Jy ! Clean residual min=-0.026247 max=0.082399 Jy/beam ! Clean residual mean=0.000189 rms=0.007509 Jy/beam ! Combined flux in latest and established models = 0.342746 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.342746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156303Jy sigma=0.001342 ! Fit after self-cal, rms=0.156085Jy sigma=0.001340 ! Inverting map ! Added new window around map position (5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.068087 Jy ! Component: 100 - total flux cleaned = 0.0981889 Jy ! Total flux subtracted in 100 components = 0.0981889 Jy ! Clean residual min=-0.017825 max=0.024110 Jy/beam ! Clean residual mean=0.000139 rms=0.004990 Jy/beam ! Combined flux in latest and established models = 0.440934 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 28 components and 0.440934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122957Jy sigma=0.001032 ! Fit after self-cal, rms=0.118875Jy sigma=0.000997 ! 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.217 mas, bmaj=8.071 mas, bpa=-3.488 degrees ! Estimated noise=822.431 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.0295885 Jy ! Component: 100 - total flux cleaned = 0.0438788 Jy ! Component: 150 - total flux cleaned = 0.0525189 Jy ! Component: 200 - total flux cleaned = 0.058418 Jy ! Total flux subtracted in 200 components = 0.058418 Jy ! Clean residual min=-0.017511 max=0.019221 Jy/beam ! Clean residual mean=0.000035 rms=0.004789 Jy/beam ! Combined flux in latest and established models = 0.499352 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 49 components and 0.499353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111631Jy sigma=0.000931 ! Fit after self-cal, rms=0.110913Jy sigma=0.000924 ! 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.94 FD 0.89 HN 0.96 KP 1.06 ! LA 0.97 MK 1.02 NL 0.91 OV 1.01 ! PT 1.04 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.36 FD 0.93 HN 1.00 KP 1.04 ! LA 0.95 MK 0.99 NL 1.05 OV 1.02 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 0.99 KP 1.04 ! LA 0.97 MK 1.03 NL 1.02 OV 0.96 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.20 HN 1.01 KP 1.00* ! LA 0.86 MK 1.19 NL 1.00* OV 1.00* ! PT 0.91 SC 1.00* ! ! ! Fit before self-cal, rms=0.110913Jy sigma=0.000924 ! Fit after self-cal, rms=0.104742Jy sigma=0.000886 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.044 mas, bpa=-2.827 degrees ! Estimated noise=818.463 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.00442221 Jy ! Component: 100 - total flux cleaned = 0.00425804 Jy ! Component: 150 - total flux cleaned = 0.00378067 Jy ! Component: 200 - total flux cleaned = 0.00336158 Jy ! Total flux subtracted in 200 components = 0.00336158 Jy ! Clean residual min=-0.015116 max=0.018936 Jy/beam ! Clean residual mean=0.000022 rms=0.004498 Jy/beam ! Combined flux in latest and established models = 0.502714 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.502714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103906Jy sigma=0.000879 ! Fit after self-cal, rms=0.103853Jy sigma=0.000877 ! 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.103853Jy sigma=0.000877 ! Fit after self-cal, rms=0.101837Jy sigma=0.000849 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=8.054 mas, bpa=-2.769 degrees ! Estimated noise=822.572 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264701 Jy ! Component: 100 - total flux cleaned = 0.00291635 Jy ! Component: 150 - total flux cleaned = 0.0027213 Jy ! Component: 200 - total flux cleaned = 0.00245893 Jy ! Total flux subtracted in 200 components = 0.00245893 Jy ! Clean residual min=-0.014729 max=0.017820 Jy/beam ! Clean residual mean=0.000023 rms=0.004283 Jy/beam ! Combined flux in latest and established models = 0.505173 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 84 components and 0.505173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101505Jy sigma=0.000846 ! Fit after self-cal, rms=0.101516Jy sigma=0.000845 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.000375923 Jy ! Component: 100 - total flux cleaned = 0.000186774 Jy ! Component: 150 - total flux cleaned = 3.80599e-05 Jy ! Component: 200 - total flux cleaned = -0.000225212 Jy ! Total flux subtracted in 200 components = -0.000225212 Jy ! Clean residual min=-0.014263 max=0.017964 Jy/beam ! Clean residual mean=0.000023 rms=0.004269 Jy/beam ! Combined flux in latest and established models = 0.504948 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 96 components and 0.504948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101341Jy sigma=0.000844 ! Fit after self-cal, rms=0.101337Jy sigma=0.000843 ! 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.101337Jy sigma=0.000843 ! Fit after self-cal, rms=0.101744Jy sigma=0.000842 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=8.054 mas, bpa=-2.705 degrees ! Estimated noise=822.465 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000494982 Jy ! Component: 100 - total flux cleaned = 0.000431565 Jy ! Component: 150 - total flux cleaned = 0.000368952 Jy ! Component: 200 - total flux cleaned = 0.000211831 Jy ! Total flux subtracted in 200 components = 0.000211831 Jy ! Clean residual min=-0.013989 max=0.017891 Jy/beam ! Clean residual mean=0.000025 rms=0.004247 Jy/beam ! Combined flux in latest and established models = 0.50516 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.50516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101613Jy sigma=0.000841 ! Fit after self-cal, rms=0.101624Jy sigma=0.000841 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.000105525 Jy ! Component: 100 - total flux cleaned = 9.79798e-05 Jy ! Component: 150 - total flux cleaned = -4.8234e-07 Jy ! Component: 200 - total flux cleaned = -8.47461e-05 Jy ! Total flux subtracted in 200 components = -8.47461e-05 Jy ! Clean residual min=-0.013714 max=0.018007 Jy/beam ! Clean residual mean=0.000025 rms=0.004241 Jy/beam ! Combined flux in latest and established models = 0.505075 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 115 components and 0.505075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101540Jy sigma=0.000840 ! Fit after self-cal, rms=0.101549Jy sigma=0.000840 ! 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.101549Jy sigma=0.000840 ! Fit after self-cal, rms=0.101586Jy sigma=0.000840 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.886 mas, bmaj=13.42 mas, bpa=-3.26 degrees ! Estimated noise=1031.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104147 Jy ! Component: 100 - total flux cleaned = 0.000760114 Jy ! Component: 150 - total flux cleaned = 0.000547137 Jy ! Component: 200 - total flux cleaned = 0.000445237 Jy ! Total flux subtracted in 200 components = 0.000445237 Jy ! Clean residual min=-0.022544 max=0.031635 Jy/beam ! Clean residual mean=0.000045 rms=0.008208 Jy/beam ! Combined flux in latest and established models = 0.50552 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 117 components and 0.50552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101586Jy sigma=0.000840 ! Fit after self-cal, rms=0.101589Jy sigma=0.000840 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 = 4.77465e-05 Jy ! Component: 100 - total flux cleaned = -2.91033e-05 Jy ! Component: 150 - total flux cleaned = -8.11898e-05 Jy ! Component: 200 - total flux cleaned = -0.000120048 Jy ! Total flux subtracted in 200 components = -0.000120048 Jy ! Clean residual min=-0.022524 max=0.031733 Jy/beam ! Clean residual mean=0.000044 rms=0.008213 Jy/beam ! Combined flux in latest and established models = 0.5054 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 127 components and 0.5054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101606Jy sigma=0.000840 ! Fit after self-cal, rms=0.101619Jy sigma=0.000840 ! 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.243 mas, bmaj=8.055 mas, bpa=-2.651 degrees ! Estimated noise=822.26 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.243 x 8.055 at -2.651 degrees (North through East) ! Clean map min=-0.012775 max=0.33427 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.886 mas, bmaj=7.212 mas, bpa=-2.224 degrees ! Estimated noise=1096.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.270555 Jy ! Component: 100 - total flux cleaned = 0.36987 Jy ! Component: 150 - total flux cleaned = 0.419552 Jy ! Component: 200 - total flux cleaned = 0.448597 Jy ! Total flux subtracted in 200 components = 0.448597 Jy ! Clean residual min=-0.012806 max=0.016349 Jy/beam ! Clean residual mean=0.000102 rms=0.003729 Jy/beam ! Combined flux in latest and established models = 0.448597 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.448597 Jy ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=8.055 mas, bpa=-2.651 degrees ! Estimated noise=822.26 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.0230037 Jy ! Component: 100 - total flux cleaned = 0.036205 Jy ! Component: 150 - total flux cleaned = 0.0444673 Jy ! Component: 200 - total flux cleaned = 0.0497495 Jy ! Total flux subtracted in 200 components = 0.0497495 Jy ! Clean residual min=-0.013778 max=0.018555 Jy/beam ! Clean residual mean=0.000028 rms=0.004255 Jy/beam ! Combined flux in latest and established models = 0.498347 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 64 components and 0.498347 Jy ! Inverting map ! Added new window around map position (32.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167664 Jy ! Component: 100 - total flux cleaned = 0.0256959 Jy ! Component: 150 - total flux cleaned = 0.0316058 Jy ! Component: 200 - total flux cleaned = 0.0361724 Jy ! Total flux subtracted in 200 components = 0.0361724 Jy ! Clean residual min=-0.012208 max=0.018208 Jy/beam ! Clean residual mean=0.000011 rms=0.003771 Jy/beam ! Combined flux in latest and established models = 0.534519 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 109 components and 0.534519 Jy ! Inverting map ! Added new window around map position (55.5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0190368 Jy ! Component: 100 - total flux cleaned = 0.0310295 Jy ! Component: 150 - total flux cleaned = 0.0395189 Jy ! Component: 200 - total flux cleaned = 0.0461491 Jy ! Total flux subtracted in 200 components = 0.0461491 Jy ! Clean residual min=-0.010006 max=0.012904 Jy/beam ! Clean residual mean=0.000015 rms=0.003038 Jy/beam ! Combined flux in latest and established models = 0.580668 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 186 components and 0.580668 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.886 mas, bmaj=13.42 mas, bpa=-3.26 degrees ! Estimated noise=1031.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125561 Jy ! Component: 100 - total flux cleaned = 0.0220048 Jy ! Component: 150 - total flux cleaned = 0.0298639 Jy ! Component: 200 - total flux cleaned = 0.0364781 Jy ! Total flux subtracted in 200 components = 0.0364781 Jy ! Clean residual min=-0.014069 max=0.020674 Jy/beam ! Clean residual mean=0.000015 rms=0.005061 Jy/beam ! Combined flux in latest and established models = 0.617146 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.00560419 Jy ! Component: 100 - total flux cleaned = 0.0103817 Jy ! Component: 150 - total flux cleaned = 0.0144956 Jy ! Component: 200 - total flux cleaned = 0.0180518 Jy ! Total flux subtracted in 200 components = 0.0180518 Jy ! Clean residual min=-0.013381 max=0.020026 Jy/beam ! Clean residual mean=0.000011 rms=0.004856 Jy/beam ! Combined flux in latest and established models = 0.635198 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 235 components and 0.635198 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=8.055 mas, bpa=-2.651 degrees ! Estimated noise=822.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00117246 Jy ! Component: 100 - total flux cleaned = -0.00102455 Jy ! Component: 150 - total flux cleaned = -0.000522715 Jy ! Component: 200 - total flux cleaned = 3.05638e-05 Jy ! Total flux subtracted in 200 components = 3.05638e-05 Jy ! Clean residual min=-0.009265 max=0.012648 Jy/beam ! Clean residual mean=0.000006 rms=0.002729 Jy/beam ! Combined flux in latest and established models = 0.635229 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 255 components and 0.635229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094336Jy sigma=0.000754 ! Fit after self-cal, rms=0.093120Jy sigma=0.000745 wmodel J0108-0037_S_2017_06_15_pus_map.mod ! Writing 255 model components to file: J0108-0037_S_2017_06_15_pus_map.mod wobs J0108-0037_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0108-0037_S_2017_06_15_pus_uvs.fits wwins J0108-0037_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J0108-0037_S_2017_06_15_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.00522762 Jy ! Component: 100 - total flux cleaned = 0.00928038 Jy ! Component: 150 - total flux cleaned = 0.0123369 Jy ! Component: 200 - total flux cleaned = 0.0146332 Jy ! Component: 250 - total flux cleaned = 0.0164068 Jy ! Component: 300 - total flux cleaned = 0.0183662 Jy ! Component: 350 - total flux cleaned = 0.019871 Jy ! Component: 400 - total flux cleaned = 0.0214386 Jy ! Component: 450 - total flux cleaned = 0.0227132 Jy ! Component: 500 - total flux cleaned = 0.0239389 Jy ! Component: 550 - total flux cleaned = 0.0248011 Jy ! Component: 600 - total flux cleaned = 0.025636 Jy ! Component: 650 - total flux cleaned = 0.0261428 Jy ! Component: 700 - total flux cleaned = 0.0267306 Jy ! Component: 750 - total flux cleaned = 0.0272072 Jy ! Component: 800 - total flux cleaned = 0.0278527 Jy ! Component: 850 - total flux cleaned = 0.0281228 Jy ! Component: 900 - total flux cleaned = 0.0288198 Jy ! Component: 950 - total flux cleaned = 0.0290757 Jy ! Component: 1000 - total flux cleaned = 0.0294098 Jy ! Component: 1050 - total flux cleaned = 0.0300589 Jy ! Component: 1100 - total flux cleaned = 0.030372 Jy ! Component: 1150 - total flux cleaned = 0.0302945 Jy ! Component: 1200 - total flux cleaned = 0.0304467 Jy ! Component: 1250 - total flux cleaned = 0.0306706 Jy ! Component: 1300 - total flux cleaned = 0.0308145 Jy ! Component: 1350 - total flux cleaned = 0.0308135 Jy ! Component: 1400 - total flux cleaned = 0.0307443 Jy ! Component: 1450 - total flux cleaned = 0.0312889 Jy ! Component: 1500 - total flux cleaned = 0.0312872 Jy ! Component: 1550 - total flux cleaned = 0.0312873 Jy ! Component: 1600 - total flux cleaned = 0.031416 Jy ! Component: 1650 - total flux cleaned = 0.031669 Jy ! Component: 1700 - total flux cleaned = 0.0318545 Jy ! Component: 1750 - total flux cleaned = 0.0320959 Jy ! Component: 1800 - total flux cleaned = 0.0322156 Jy ! Component: 1850 - total flux cleaned = 0.032333 Jy ! Component: 1900 - total flux cleaned = 0.0324457 Jy ! Component: 1950 - total flux cleaned = 0.0325007 Jy ! Component: 2000 - total flux cleaned = 0.0325553 Jy ! Component: 2050 - total flux cleaned = 0.0326657 Jy ! Component: 2100 - total flux cleaned = 0.0328262 Jy ! Component: 2150 - total flux cleaned = 0.0328273 Jy ! Component: 2200 - total flux cleaned = 0.0331902 Jy ! Component: 2250 - total flux cleaned = 0.0331894 Jy ! Component: 2300 - total flux cleaned = 0.0332885 Jy ! Component: 2350 - total flux cleaned = 0.0333378 Jy ! Component: 2400 - total flux cleaned = 0.0331922 Jy ! Component: 2450 - total flux cleaned = 0.0333372 Jy ! Component: 2500 - total flux cleaned = 0.0333841 Jy ! Component: 2550 - total flux cleaned = 0.033384 Jy ! Component: 2600 - total flux cleaned = 0.0333838 Jy ! Component: 2650 - total flux cleaned = 0.0331597 Jy ! Component: 2700 - total flux cleaned = 0.0332495 Jy ! Component: 2750 - total flux cleaned = 0.03338 Jy ! Component: 2800 - total flux cleaned = 0.0332084 Jy ! Component: 2850 - total flux cleaned = 0.03325 Jy ! Component: 2900 - total flux cleaned = 0.0331673 Jy ! Component: 2950 - total flux cleaned = 0.0332082 Jy ! Component: 3000 - total flux cleaned = 0.0331264 Jy ! Component: 3050 - total flux cleaned = 0.033166 Jy ! Component: 3100 - total flux cleaned = 0.0331663 Jy ! Component: 3150 - total flux cleaned = 0.0330884 Jy ! Component: 3200 - total flux cleaned = 0.0331651 Jy ! Component: 3250 - total flux cleaned = 0.0330897 Jy ! Component: 3300 - total flux cleaned = 0.0332767 Jy ! Component: 3350 - total flux cleaned = 0.0330918 Jy ! Component: 3400 - total flux cleaned = 0.0332739 Jy ! Component: 3450 - total flux cleaned = 0.0332731 Jy ! Component: 3500 - total flux cleaned = 0.0332016 Jy ! Component: 3550 - total flux cleaned = 0.0332014 Jy ! Component: 3600 - total flux cleaned = 0.0332712 Jy ! Component: 3650 - total flux cleaned = 0.0332709 Jy ! Component: 3700 - total flux cleaned = 0.0334066 Jy ! Component: 3750 - total flux cleaned = 0.0333057 Jy ! Component: 3800 - total flux cleaned = 0.033272 Jy ! Component: 3850 - total flux cleaned = 0.0330435 Jy ! Component: 3900 - total flux cleaned = 0.0331734 Jy ! Component: 3950 - total flux cleaned = 0.0330457 Jy ! Component: 4000 - total flux cleaned = 0.0329822 Jy ! Component: 4050 - total flux cleaned = 0.0328887 Jy ! Total flux subtracted in 4096 components = 0.0328269 Jy ! Clean residual min=-0.001832 max=0.001620 Jy/beam ! Clean residual mean=0.000006 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.668056 Jy keep ! Adding 479 model components to the UV plane model. ! The established model now contains 734 components and 0.668056 Jy ![Exited script file: muppet] wmap "J0108-0037_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.243 x 8.055 at -2.651 degrees (North through East) ! Clean map min=-0.0041948 max=0.33725 Jy/beam ! Writing clean map to FITS file: J0108-0037_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.33725 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000657375 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.584766 0.584766 1.16953 2.33906 4.67813 9.35626 18.7125 37.425 74.8501 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.337 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.243 x 8.055 at -2.651 degrees (North through East) ! Clean map min=-0.0041948 max=0.33725 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 J0108-0037_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:07:21 2019