! Started logfile: J0025-2227_S_2017_06_10_pus_uvs.log on Mon May 6 14:39:33 2019 obs J0025-2227_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0025-2227_S_2017_06_10_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.766061 visibilities/baseline/integration-bin. ! Found source: J0025-2227 ! ! 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 1154 lines of history. ! ! Reading 7584 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 J0025-2227_S_2017_06_10_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 342 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.839105Jy sigma=0.006758 ! Fit after self-cal, rms=0.826288Jy sigma=0.006657 ! 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.337 mas, bmaj=7.006 mas, bpa=-4.848 degrees ! Estimated noise=1644.34 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.13366 Jy ! Component: 100 - total flux cleaned = 0.169259 Jy ! Total flux subtracted in 100 components = 0.169259 Jy ! Clean residual min=-0.007851 max=0.014818 Jy/beam ! Clean residual mean=-0.000020 rms=0.002003 Jy/beam ! Combined flux in latest and established models = 0.169259 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.169259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093899Jy sigma=0.000715 ! Fit after self-cal, rms=0.093850Jy sigma=0.000714 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155374 Jy ! Component: 100 - total flux cleaned = 0.0226464 Jy ! Total flux subtracted in 100 components = 0.0226464 Jy ! Clean residual min=-0.005629 max=0.007397 Jy/beam ! Clean residual mean=-0.000013 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.191906 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.191906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090820Jy sigma=0.000685 ! Fit after self-cal, rms=0.090794Jy sigma=0.000685 ! 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=2.855 mas, bmaj=8.043 mas, bpa=-4.676 degrees ! Estimated noise=1145.19 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 (5, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0081953 Jy ! Component: 100 - total flux cleaned = 0.0126472 Jy ! Component: 150 - total flux cleaned = 0.0149691 Jy ! Component: 200 - total flux cleaned = 0.0156659 Jy ! Total flux subtracted in 200 components = 0.0156659 Jy ! Clean residual min=-0.003854 max=0.004375 Jy/beam ! Clean residual mean=-0.000006 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.207572 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.207572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090036Jy sigma=0.000679 ! Fit after self-cal, rms=0.089999Jy sigma=0.000678 ! 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 1.00* FD 0.94 HN 1.07 KP 1.03 ! LA 1.00 MK 1.01 NL 0.90 OV 0.99 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.09 KP 0.99 ! LA 0.98 MK 0.98 NL 1.04 OV 1.03 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.03 KP 0.97 ! LA 0.97 MK 1.04 NL 0.99 OV 0.92 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.11 KP 1.00* ! LA 1.00* MK 0.92 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.089999Jy sigma=0.000678 ! Fit after self-cal, rms=0.089698Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.866 mas, bmaj=8.024 mas, bpa=-4.427 degrees ! Estimated noise=1139.47 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.00111914 Jy ! Component: 100 - total flux cleaned = 0.000986751 Jy ! Component: 150 - total flux cleaned = 0.000884194 Jy ! Component: 200 - total flux cleaned = 0.000693318 Jy ! Total flux subtracted in 200 components = 0.000693318 Jy ! Clean residual min=-0.003188 max=0.003222 Jy/beam ! Clean residual mean=-0.000002 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.208265 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 73 components and 0.208265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089589Jy sigma=0.000672 ! Fit after self-cal, rms=0.089611Jy sigma=0.000672 ! 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.089611Jy sigma=0.000672 ! Fit after self-cal, rms=0.090068Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.864 mas, bmaj=8.012 mas, bpa=-4.439 degrees ! Estimated noise=1138.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238695 Jy ! Component: 100 - total flux cleaned = 0.000270696 Jy ! Component: 150 - total flux cleaned = 0.000211418 Jy ! Component: 200 - total flux cleaned = 0.000183994 Jy ! Total flux subtracted in 200 components = 0.000183994 Jy ! Clean residual min=-0.002735 max=0.002757 Jy/beam ! Clean residual mean=-0.000006 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.208449 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.208449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090047Jy sigma=0.000670 ! Fit after self-cal, rms=0.090058Jy sigma=0.000670 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 (64, 121.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001174 Jy ! Component: 100 - total flux cleaned = 0.00129754 Jy ! Component: 150 - total flux cleaned = 0.00111947 Jy ! Component: 200 - total flux cleaned = 0.000998473 Jy ! Total flux subtracted in 200 components = 0.000998473 Jy ! Clean residual min=-0.002379 max=0.002627 Jy/beam ! Clean residual mean=-0.000006 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.209447 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.209447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089968Jy sigma=0.000669 ! Fit after self-cal, rms=0.089960Jy sigma=0.000669 ! Inverting map ! Added new window around map position (51.5, 126.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197879 Jy ! Component: 100 - total flux cleaned = 0.00228125 Jy ! Component: 150 - total flux cleaned = 0.00236351 Jy ! Component: 200 - total flux cleaned = 0.00243568 Jy ! Total flux subtracted in 200 components = 0.00243568 Jy ! Clean residual min=-0.002358 max=0.002429 Jy/beam ! Clean residual mean=-0.000006 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.211883 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 116 components and 0.211883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089890Jy sigma=0.000668 ! Fit after self-cal, rms=0.089885Jy sigma=0.000668 ! Inverting map ! Added new window around map position (-123.5, 86). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141448 Jy ! Component: 100 - total flux cleaned = 0.00145644 Jy ! Component: 150 - total flux cleaned = 0.0014182 Jy ! Component: 200 - total flux cleaned = 0.00141817 Jy ! Total flux subtracted in 200 components = 0.00141817 Jy ! Clean residual min=-0.002197 max=0.002199 Jy/beam ! Clean residual mean=-0.000008 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.213301 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 131 components and 0.213301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089823Jy sigma=0.000668 ! Fit after self-cal, rms=0.089820Jy sigma=0.000668 ! 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.089820Jy sigma=0.000668 ! Fit after self-cal, rms=0.090130Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.862 mas, bmaj=8.006 mas, bpa=-4.449 degrees ! Estimated noise=1137.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000733565 Jy ! Component: 100 - total flux cleaned = 0.000916832 Jy ! Component: 150 - total flux cleaned = 0.000948556 Jy ! Component: 200 - total flux cleaned = 0.000978378 Jy ! Total flux subtracted in 200 components = 0.000978378 Jy ! Clean residual min=-0.002236 max=0.002176 Jy/beam ! Clean residual mean=-0.000010 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.21428 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 144 components and 0.21428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090102Jy sigma=0.000667 ! Fit after self-cal, rms=0.090107Jy sigma=0.000667 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 (-106, -30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131851 Jy ! Component: 100 - total flux cleaned = 0.00135868 Jy ! Component: 150 - total flux cleaned = 0.00146241 Jy ! Component: 200 - total flux cleaned = 0.00159353 Jy ! Total flux subtracted in 200 components = 0.00159353 Jy ! Clean residual min=-0.002010 max=0.001897 Jy/beam ! Clean residual mean=-0.000009 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.215873 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 163 components and 0.215873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090059Jy sigma=0.000667 ! Fit after self-cal, rms=0.090054Jy sigma=0.000667 ! 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.090054Jy sigma=0.000667 ! Fit after self-cal, rms=0.089957Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.453 mas, bmaj=19.32 mas, bpa=-1.208 degrees ! Estimated noise=1487.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176595 Jy ! Component: 100 - total flux cleaned = 0.000125667 Jy ! Component: 150 - total flux cleaned = 0.000103849 Jy ! Component: 200 - total flux cleaned = 8.39627e-05 Jy ! Total flux subtracted in 200 components = 8.39627e-05 Jy ! Clean residual min=-0.001760 max=0.001609 Jy/beam ! Clean residual mean=-0.000019 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.215957 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 179 components and 0.215957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089947Jy sigma=0.000667 ! Fit after self-cal, rms=0.089945Jy sigma=0.000667 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.83132e-05 Jy ! Component: 100 - total flux cleaned = 6.90576e-05 Jy ! Component: 150 - total flux cleaned = 3.40346e-05 Jy ! Component: 200 - total flux cleaned = 1.77894e-05 Jy ! Total flux subtracted in 200 components = 1.77894e-05 Jy ! Clean residual min=-0.001723 max=0.001545 Jy/beam ! Clean residual mean=-0.000020 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.215975 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 186 components and 0.215975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089940Jy sigma=0.000667 ! Fit after self-cal, rms=0.089939Jy sigma=0.000667 ! 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=2.862 mas, bmaj=8.006 mas, bpa=-4.462 degrees ! Estimated noise=1137.7 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.862 x 8.006 at -4.462 degrees (North through East) ! Clean map min=-0.0022444 max=0.1738 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.339 mas, bmaj=6.953 mas, bpa=-4.648 degrees ! Estimated noise=1636.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132709 Jy ! Component: 100 - total flux cleaned = 0.168532 Jy ! Component: 150 - total flux cleaned = 0.183719 Jy ! Component: 200 - total flux cleaned = 0.191787 Jy ! Total flux subtracted in 200 components = 0.191787 Jy ! Clean residual min=-0.004210 max=0.004669 Jy/beam ! Clean residual mean=-0.000013 rms=0.001156 Jy/beam ! Combined flux in latest and established models = 0.191787 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.191787 Jy ! Inverting map and beam ! Estimated beam: bmin=2.862 mas, bmaj=8.006 mas, bpa=-4.462 degrees ! Estimated noise=1137.7 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.00746857 Jy ! Component: 100 - total flux cleaned = 0.0121239 Jy ! Component: 150 - total flux cleaned = 0.0157498 Jy ! Component: 200 - total flux cleaned = 0.0187031 Jy ! Total flux subtracted in 200 components = 0.0187031 Jy ! Clean residual min=-0.002626 max=0.002299 Jy/beam ! Clean residual mean=-0.000017 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.21049 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 46 components and 0.21049 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.453 mas, bmaj=19.32 mas, bpa=-1.208 degrees ! Estimated noise=1487.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00297668 Jy ! Component: 100 - total flux cleaned = 0.00387928 Jy ! Component: 150 - total flux cleaned = 0.00428464 Jy ! Component: 200 - total flux cleaned = 0.00453225 Jy ! Total flux subtracted in 200 components = 0.00453225 Jy ! Clean residual min=-0.002063 max=0.001704 Jy/beam ! Clean residual mean=-0.000025 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.215022 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.000219989 Jy ! Component: 100 - total flux cleaned = 0.000298863 Jy ! Component: 150 - total flux cleaned = 0.000371623 Jy ! Component: 200 - total flux cleaned = 0.000404444 Jy ! Total flux subtracted in 200 components = 0.000404444 Jy ! Clean residual min=-0.001966 max=0.001582 Jy/beam ! Clean residual mean=-0.000024 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.215426 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 99 components and 0.215426 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.862 mas, bmaj=8.006 mas, bpa=-4.462 degrees ! Estimated noise=1137.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110429 Jy ! Component: 100 - total flux cleaned = 0.00132091 Jy ! Component: 150 - total flux cleaned = 0.00138329 Jy ! Component: 200 - total flux cleaned = 0.00126793 Jy ! Total flux subtracted in 200 components = 0.00126793 Jy ! Clean residual min=-0.002390 max=0.001964 Jy/beam ! Clean residual mean=-0.000011 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.216694 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 120 components and 0.216694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090050Jy sigma=0.000668 ! Fit after self-cal, rms=0.090045Jy sigma=0.000668 wmodel J0025-2227_S_2017_06_10_pus_map.mod ! Writing 120 model components to file: J0025-2227_S_2017_06_10_pus_map.mod wobs J0025-2227_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0025-2227_S_2017_06_10_pus_uvs.fits wwins J0025-2227_S_2017_06_10_pus_map.win ! wwins: Wrote 6 windows to J0025-2227_S_2017_06_10_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.000635209 Jy ! Component: 100 - total flux cleaned = -0.000813279 Jy ! Component: 150 - total flux cleaned = -0.000848554 Jy ! Component: 200 - total flux cleaned = -0.000881523 Jy ! Component: 250 - total flux cleaned = -0.000944585 Jy ! Component: 300 - total flux cleaned = -0.000821676 Jy ! Component: 350 - total flux cleaned = -0.000881476 Jy ! Component: 400 - total flux cleaned = -0.000910576 Jy ! Component: 450 - total flux cleaned = -0.0009678 Jy ! Component: 500 - total flux cleaned = -0.0010236 Jy ! Component: 550 - total flux cleaned = -0.0010779 Jy ! Component: 600 - total flux cleaned = -0.00105192 Jy ! Component: 650 - total flux cleaned = -0.00115831 Jy ! Component: 700 - total flux cleaned = -0.00120968 Jy ! Component: 750 - total flux cleaned = -0.00118359 Jy ! Component: 800 - total flux cleaned = -0.00115844 Jy ! Component: 850 - total flux cleaned = -0.00118301 Jy ! Component: 900 - total flux cleaned = -0.00115868 Jy ! Component: 950 - total flux cleaned = -0.00120649 Jy ! Component: 1000 - total flux cleaned = -0.00113574 Jy ! Component: 1050 - total flux cleaned = -0.00106667 Jy ! Component: 1100 - total flux cleaned = -0.0011124 Jy ! Component: 1150 - total flux cleaned = -0.00108977 Jy ! Component: 1200 - total flux cleaned = -0.00104497 Jy ! Component: 1250 - total flux cleaned = -0.00102287 Jy ! Component: 1300 - total flux cleaned = -0.000936314 Jy ! Component: 1350 - total flux cleaned = -0.000893721 Jy ! Component: 1400 - total flux cleaned = -0.000830582 Jy ! Component: 1450 - total flux cleaned = -0.000851531 Jy ! Component: 1500 - total flux cleaned = -0.00078991 Jy ! Component: 1550 - total flux cleaned = -0.000851183 Jy ! Component: 1600 - total flux cleaned = -0.000931483 Jy ! Component: 1650 - total flux cleaned = -0.00089159 Jy ! Component: 1700 - total flux cleaned = -0.000911074 Jy ! Component: 1750 - total flux cleaned = -0.000852778 Jy ! Component: 1800 - total flux cleaned = -0.000833539 Jy ! Component: 1850 - total flux cleaned = -0.000852653 Jy ! Component: 1900 - total flux cleaned = -0.000833863 Jy ! Component: 1950 - total flux cleaned = -0.000908052 Jy ! Component: 2000 - total flux cleaned = -0.000926433 Jy ! Component: 2050 - total flux cleaned = -0.000908188 Jy ! Component: 2100 - total flux cleaned = -0.000890286 Jy ! Component: 2150 - total flux cleaned = -0.000819516 Jy ! Component: 2200 - total flux cleaned = -0.00087275 Jy ! Component: 2250 - total flux cleaned = -0.00087268 Jy ! Component: 2300 - total flux cleaned = -0.000907088 Jy ! Component: 2350 - total flux cleaned = -0.000872879 Jy ! Component: 2400 - total flux cleaned = -0.000889753 Jy ! Component: 2450 - total flux cleaned = -0.000939694 Jy ! Component: 2500 - total flux cleaned = -0.000923094 Jy ! Component: 2550 - total flux cleaned = -0.00092303 Jy ! Component: 2600 - total flux cleaned = -0.000858135 Jy ! Component: 2650 - total flux cleaned = -0.000842087 Jy ! Component: 2700 - total flux cleaned = -0.000938023 Jy ! Component: 2750 - total flux cleaned = -0.00103289 Jy ! Component: 2800 - total flux cleaned = -0.0010173 Jy ! Component: 2850 - total flux cleaned = -0.00106398 Jy ! Component: 2900 - total flux cleaned = -0.00121829 Jy ! Component: 2950 - total flux cleaned = -0.00120263 Jy ! Component: 3000 - total flux cleaned = -0.00121795 Jy ! Component: 3050 - total flux cleaned = -0.00127843 Jy ! Component: 3100 - total flux cleaned = -0.00126373 Jy ! Component: 3150 - total flux cleaned = -0.00133819 Jy ! Component: 3200 - total flux cleaned = -0.00135313 Jy ! Component: 3250 - total flux cleaned = -0.00144107 Jy ! Component: 3300 - total flux cleaned = -0.00145545 Jy ! Component: 3350 - total flux cleaned = -0.00149882 Jy ! Component: 3400 - total flux cleaned = -0.00152748 Jy ! Component: 3450 - total flux cleaned = -0.00152755 Jy ! Component: 3500 - total flux cleaned = -0.00157015 Jy ! Component: 3550 - total flux cleaned = -0.00165436 Jy ! Component: 3600 - total flux cleaned = -0.00159864 Jy ! Component: 3650 - total flux cleaned = -0.00164034 Jy ! Component: 3700 - total flux cleaned = -0.00165417 Jy ! Component: 3750 - total flux cleaned = -0.00166788 Jy ! Component: 3800 - total flux cleaned = -0.00173578 Jy ! Component: 3850 - total flux cleaned = -0.00173578 Jy ! Component: 3900 - total flux cleaned = -0.00173565 Jy ! Component: 3950 - total flux cleaned = -0.0017623 Jy ! Component: 4000 - total flux cleaned = -0.00177554 Jy ! Component: 4050 - total flux cleaned = -0.00177569 Jy ! Total flux subtracted in 4096 components = -0.00178882 Jy ! Clean residual min=-0.001193 max=0.000739 Jy/beam ! Clean residual mean=-0.000006 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.214905 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 406 components and 0.214905 Jy ![Exited script file: muppet] wmap "J0025-2227_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.862 x 8.006 at -4.462 degrees (North through East) ! Clean map min=-0.0018518 max=0.17392 Jy/beam ! Writing clean map to FITS file: J0025-2227_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.173919 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231414 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.399175 0.399175 0.798351 1.5967 3.1934 6.38681 12.7736 25.5472 51.0944 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.173 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.862 x 8.006 at -4.462 degrees (North through East) ! Clean map min=-0.0018518 max=0.17392 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 J0025-2227_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:39:39 2019