! Started logfile: J1322+2148_S_2017_06_10_pus_uvs.log on Mon May 6 14:54:17 2019 obs J1322+2148_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1322+2148_S_2017_06_10_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.778042 visibilities/baseline/integration-bin. ! Found source: J1322+2148 ! ! 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 11764 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 J1322+2148_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 601 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.912829Jy sigma=0.009242 ! Fit after self-cal, rms=0.904623Jy sigma=0.009162 ! 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.425 mas, bmaj=5.75 mas, bpa=-0.251 degrees ! Estimated noise=1158.72 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.07449 Jy ! Component: 100 - total flux cleaned = 0.0935509 Jy ! Total flux subtracted in 100 components = 0.0935509 Jy ! Clean residual min=-0.004180 max=0.007383 Jy/beam ! Clean residual mean=-0.000028 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.0935509 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0935509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075971Jy sigma=0.000709 ! Fit after self-cal, rms=0.075964Jy sigma=0.000709 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00751453 Jy ! Component: 100 - total flux cleaned = 0.011197 Jy ! Total flux subtracted in 100 components = 0.011197 Jy ! Clean residual min=-0.003830 max=0.004361 Jy/beam ! Clean residual mean=-0.000018 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.104748 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.104748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075221Jy sigma=0.000703 ! Fit after self-cal, rms=0.075213Jy sigma=0.000703 ! 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.996 mas, bmaj=6.623 mas, bpa=-3.009 degrees ! Estimated noise=756.029 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.00237647 Jy ! Component: 100 - total flux cleaned = 0.00341814 Jy ! Component: 150 - total flux cleaned = 0.00370279 Jy ! Component: 200 - total flux cleaned = 0.00384514 Jy ! Total flux subtracted in 200 components = 0.00384514 Jy ! Clean residual min=-0.003301 max=0.003909 Jy/beam ! Clean residual mean=-0.000012 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.108593 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.108593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075114Jy sigma=0.000702 ! Fit after self-cal, rms=0.075112Jy sigma=0.000702 ! 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.13 FD 0.94 HN 0.98 KP 1.07 ! LA 1.00 MK 0.97 NL 0.89 OV 1.04 ! PT 0.98 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.97 HN 1.00 KP 1.00 ! LA 0.94 MK 1.06 NL 1.11 OV 1.04 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.99 HN 1.00 KP 1.09 ! LA 0.96 MK 1.02 NL 1.17 OV 0.97 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.99 KP 1.00* ! LA 1.04 MK 0.99 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.075112Jy sigma=0.000702 ! Fit after self-cal, rms=0.075730Jy sigma=0.000696 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.978 mas, bmaj=6.624 mas, bpa=-2.412 degrees ! Estimated noise=762.906 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.000882607 Jy ! Component: 100 - total flux cleaned = 0.00103354 Jy ! Component: 150 - total flux cleaned = 0.00108707 Jy ! Component: 200 - total flux cleaned = 0.00107367 Jy ! Total flux subtracted in 200 components = 0.00107367 Jy ! Clean residual min=-0.003023 max=0.003964 Jy/beam ! Clean residual mean=-0.000003 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.109667 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.109667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075699Jy sigma=0.000696 ! Fit after self-cal, rms=0.075733Jy sigma=0.000696 ! 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.075733Jy sigma=0.000696 ! Fit after self-cal, rms=0.076543Jy sigma=0.000687 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.989 mas, bmaj=6.593 mas, bpa=-2.237 degrees ! Estimated noise=762.557 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000371337 Jy ! Component: 100 - total flux cleaned = -0.000418343 Jy ! Component: 150 - total flux cleaned = -0.000383121 Jy ! Component: 200 - total flux cleaned = -0.000337175 Jy ! Total flux subtracted in 200 components = -0.000337175 Jy ! Clean residual min=-0.002486 max=0.002550 Jy/beam ! Clean residual mean=-0.000001 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.10933 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.10933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076529Jy sigma=0.000687 ! Fit after self-cal, rms=0.076580Jy sigma=0.000687 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 (-50.5, 63). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025167 Jy ! Component: 100 - total flux cleaned = 0.00409528 Jy ! Component: 150 - total flux cleaned = 0.00526614 Jy ! Component: 200 - total flux cleaned = 0.00588808 Jy ! Total flux subtracted in 200 components = 0.00588808 Jy ! Clean residual min=-0.002166 max=0.002714 Jy/beam ! Clean residual mean=-0.000002 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.115218 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 73 components and 0.115218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076481Jy sigma=0.000685 ! Fit after self-cal, rms=0.076470Jy sigma=0.000685 ! Inverting map ! Added new window around map position (-35, 38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221651 Jy ! Component: 100 - total flux cleaned = 0.00348556 Jy ! Component: 150 - total flux cleaned = 0.00454218 Jy ! Component: 200 - total flux cleaned = 0.00545169 Jy ! Total flux subtracted in 200 components = 0.00545169 Jy ! Clean residual min=-0.002061 max=0.001666 Jy/beam ! Clean residual mean=-0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.120669 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 98 components and 0.120669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076385Jy sigma=0.000685 ! Fit after self-cal, rms=0.076373Jy sigma=0.000684 ! 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.076373Jy sigma=0.000684 ! Fit after self-cal, rms=0.076149Jy sigma=0.000684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=6.586 mas, bpa=-2.027 degrees ! Estimated noise=760.754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126529 Jy ! Component: 100 - total flux cleaned = 0.00221096 Jy ! Component: 150 - total flux cleaned = 0.0028902 Jy ! Component: 200 - total flux cleaned = 0.00326469 Jy ! Total flux subtracted in 200 components = 0.00326469 Jy ! Clean residual min=-0.002007 max=0.001595 Jy/beam ! Clean residual mean=-0.000001 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.123934 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 119 components and 0.123934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076113Jy sigma=0.000684 ! Fit after self-cal, rms=0.076110Jy sigma=0.000684 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.000623035 Jy ! Component: 100 - total flux cleaned = 0.000904821 Jy ! Component: 150 - total flux cleaned = 0.00111742 Jy ! Component: 200 - total flux cleaned = 0.00133806 Jy ! Total flux subtracted in 200 components = 0.00133806 Jy ! Clean residual min=-0.001940 max=0.001606 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.125272 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 128 components and 0.125272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076094Jy sigma=0.000684 ! Fit after self-cal, rms=0.076094Jy sigma=0.000684 ! 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.076094Jy sigma=0.000684 ! Fit after self-cal, rms=0.076055Jy sigma=0.000684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.39 mas, bmaj=10.11 mas, bpa=-4.135 degrees ! Estimated noise=914.436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108785 Jy ! Component: 100 - total flux cleaned = 0.00169146 Jy ! Component: 150 - total flux cleaned = 0.00200701 Jy ! Component: 200 - total flux cleaned = 0.00223982 Jy ! Total flux subtracted in 200 components = 0.00223982 Jy ! Clean residual min=-0.002171 max=0.001657 Jy/beam ! Clean residual mean=-0.000003 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.127512 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 153 components and 0.127512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076043Jy sigma=0.000684 ! Fit after self-cal, rms=0.076039Jy sigma=0.000684 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.000386912 Jy ! Component: 100 - total flux cleaned = 0.000563395 Jy ! Component: 150 - total flux cleaned = 0.000721234 Jy ! Component: 200 - total flux cleaned = 0.000863072 Jy ! Total flux subtracted in 200 components = 0.000863072 Jy ! Clean residual min=-0.002167 max=0.001662 Jy/beam ! Clean residual mean=-0.000004 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.128375 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 161 components and 0.128375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076035Jy sigma=0.000684 ! Fit after self-cal, rms=0.076035Jy sigma=0.000684 ! 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.99 mas, bmaj=6.581 mas, bpa=-1.924 degrees ! Estimated noise=761.125 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.99 x 6.581 at -1.924 degrees (North through East) ! Clean map min=-0.0017864 max=0.096418 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.42 mas, bmaj=5.714 mas, bpa=1.163 degrees ! Estimated noise=1157.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0741915 Jy ! Component: 100 - total flux cleaned = 0.0942607 Jy ! Component: 150 - total flux cleaned = 0.10214 Jy ! Component: 200 - total flux cleaned = 0.106629 Jy ! Total flux subtracted in 200 components = 0.106629 Jy ! Clean residual min=-0.003384 max=0.003557 Jy/beam ! Clean residual mean=-0.000007 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.106629 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.106629 Jy ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=6.581 mas, bpa=-1.924 degrees ! Estimated noise=761.125 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 (-3.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00388053 Jy ! Component: 100 - total flux cleaned = 0.0066544 Jy ! Component: 150 - total flux cleaned = 0.00891721 Jy ! Component: 200 - total flux cleaned = 0.0108511 Jy ! Total flux subtracted in 200 components = 0.0108511 Jy ! Clean residual min=-0.002493 max=0.001710 Jy/beam ! Clean residual mean=-0.000004 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.11748 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 59 components and 0.11748 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.39 mas, bmaj=10.11 mas, bpa=-4.135 degrees ! Estimated noise=914.436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024776 Jy ! Component: 100 - total flux cleaned = 0.00432634 Jy ! Component: 150 - total flux cleaned = 0.00576693 Jy ! Component: 200 - total flux cleaned = 0.00689477 Jy ! Total flux subtracted in 200 components = 0.00689477 Jy ! Clean residual min=-0.002406 max=0.001821 Jy/beam ! Clean residual mean=-0.000005 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.124374 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.00072232 Jy ! Component: 100 - total flux cleaned = 0.0013888 Jy ! Component: 150 - total flux cleaned = 0.00194758 Jy ! Component: 200 - total flux cleaned = 0.00247032 Jy ! Total flux subtracted in 200 components = 0.00247032 Jy ! Clean residual min=-0.002309 max=0.001760 Jy/beam ! Clean residual mean=-0.000004 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.126845 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 121 components and 0.126845 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.99 mas, bmaj=6.581 mas, bpa=-1.924 degrees ! Estimated noise=761.125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000275793 Jy ! Component: 100 - total flux cleaned = 0.000524758 Jy ! Component: 150 - total flux cleaned = 0.000776874 Jy ! Component: 200 - total flux cleaned = 0.00103804 Jy ! Total flux subtracted in 200 components = 0.00103804 Jy ! Clean residual min=-0.001977 max=0.001586 Jy/beam ! Clean residual mean=-0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.127883 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 148 components and 0.127883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076057Jy sigma=0.000684 ! Fit after self-cal, rms=0.076054Jy sigma=0.000684 wmodel J1322+2148_S_2017_06_10_pus_map.mod ! Writing 148 model components to file: J1322+2148_S_2017_06_10_pus_map.mod wobs J1322+2148_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1322+2148_S_2017_06_10_pus_uvs.fits wwins J1322+2148_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J1322+2148_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.000555744 Jy ! Component: 100 - total flux cleaned = -0.000586361 Jy ! Component: 150 - total flux cleaned = -0.000557002 Jy ! Component: 200 - total flux cleaned = -0.000530257 Jy ! Component: 250 - total flux cleaned = -0.00055639 Jy ! Component: 300 - total flux cleaned = -0.000404052 Jy ! Component: 350 - total flux cleaned = -0.000354225 Jy ! Component: 400 - total flux cleaned = -0.00037773 Jy ! Component: 450 - total flux cleaned = -0.000423795 Jy ! Component: 500 - total flux cleaned = -0.000445972 Jy ! Component: 550 - total flux cleaned = -0.000513044 Jy ! Component: 600 - total flux cleaned = -0.000513036 Jy ! Component: 650 - total flux cleaned = -0.000578343 Jy ! Component: 700 - total flux cleaned = -0.000599301 Jy ! Component: 750 - total flux cleaned = -0.000599603 Jy ! Component: 800 - total flux cleaned = -0.00070245 Jy ! Component: 850 - total flux cleaned = -0.000722422 Jy ! Component: 900 - total flux cleaned = -0.000742523 Jy ! Component: 950 - total flux cleaned = -0.000821016 Jy ! Component: 1000 - total flux cleaned = -0.000801688 Jy ! Component: 1050 - total flux cleaned = -0.000859317 Jy ! Component: 1100 - total flux cleaned = -0.000897138 Jy ! Component: 1150 - total flux cleaned = -0.000934403 Jy ! Component: 1200 - total flux cleaned = -0.000915813 Jy ! Component: 1250 - total flux cleaned = -0.000933974 Jy ! Component: 1300 - total flux cleaned = -0.000916391 Jy ! Component: 1350 - total flux cleaned = -0.000969467 Jy ! Component: 1400 - total flux cleaned = -0.00105694 Jy ! Component: 1450 - total flux cleaned = -0.00102209 Jy ! Component: 1500 - total flux cleaned = -0.00107342 Jy ! Component: 1550 - total flux cleaned = -0.00103939 Jy ! Component: 1600 - total flux cleaned = -0.00100605 Jy ! Component: 1650 - total flux cleaned = -0.00100618 Jy ! Component: 1700 - total flux cleaned = -0.000973289 Jy ! Component: 1750 - total flux cleaned = -0.000989389 Jy ! Component: 1800 - total flux cleaned = -0.000892918 Jy ! Component: 1850 - total flux cleaned = -0.000924746 Jy ! Component: 1900 - total flux cleaned = -0.000830197 Jy ! Component: 1950 - total flux cleaned = -0.000799255 Jy ! Component: 2000 - total flux cleaned = -0.000814734 Jy ! Component: 2050 - total flux cleaned = -0.000799532 Jy ! Component: 2100 - total flux cleaned = -0.000814722 Jy ! Component: 2150 - total flux cleaned = -0.000784699 Jy ! Component: 2200 - total flux cleaned = -0.000784833 Jy ! Component: 2250 - total flux cleaned = -0.000814172 Jy ! Component: 2300 - total flux cleaned = -0.0007848 Jy ! Component: 2350 - total flux cleaned = -0.00077025 Jy ! Component: 2400 - total flux cleaned = -0.000784615 Jy ! Component: 2450 - total flux cleaned = -0.000741854 Jy ! Component: 2500 - total flux cleaned = -0.00074185 Jy ! Component: 2550 - total flux cleaned = -0.000727953 Jy ! Component: 2600 - total flux cleaned = -0.00072794 Jy ! Component: 2650 - total flux cleaned = -0.00074148 Jy ! Component: 2700 - total flux cleaned = -0.000714034 Jy ! Component: 2750 - total flux cleaned = -0.000673354 Jy ! Component: 2800 - total flux cleaned = -0.0007001 Jy ! Component: 2850 - total flux cleaned = -0.000686822 Jy ! Component: 2900 - total flux cleaned = -0.000700204 Jy ! Component: 2950 - total flux cleaned = -0.00068708 Jy ! Component: 3000 - total flux cleaned = -0.000661177 Jy ! Component: 3050 - total flux cleaned = -0.000648363 Jy ! Component: 3100 - total flux cleaned = -0.000686816 Jy ! Component: 3150 - total flux cleaned = -0.000737688 Jy ! Component: 3200 - total flux cleaned = -0.000788259 Jy ! Component: 3250 - total flux cleaned = -0.000750483 Jy ! Component: 3300 - total flux cleaned = -0.000762947 Jy ! Component: 3350 - total flux cleaned = -0.000787588 Jy ! Component: 3400 - total flux cleaned = -0.000849072 Jy ! Component: 3450 - total flux cleaned = -0.000812226 Jy ! Component: 3500 - total flux cleaned = -0.000800167 Jy ! Component: 3550 - total flux cleaned = -0.000836463 Jy ! Component: 3600 - total flux cleaned = -0.000860431 Jy ! Component: 3650 - total flux cleaned = -0.000848547 Jy ! Component: 3700 - total flux cleaned = -0.000824795 Jy ! Component: 3750 - total flux cleaned = -0.000883675 Jy ! Component: 3800 - total flux cleaned = -0.000906957 Jy ! Component: 3850 - total flux cleaned = -0.000883844 Jy ! Component: 3900 - total flux cleaned = -0.00094154 Jy ! Component: 3950 - total flux cleaned = -0.000941346 Jy ! Component: 4000 - total flux cleaned = -0.000986905 Jy ! Component: 4050 - total flux cleaned = -0.00096421 Jy ! Total flux subtracted in 4096 components = -0.000930457 Jy ! Clean residual min=-0.000616 max=0.000622 Jy/beam ! Clean residual mean=-0.000001 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.126952 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 443 components and 0.126952 Jy ![Exited script file: muppet] wmap "J1322+2148_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.99 x 6.581 at -1.924 degrees (North through East) ! Clean map min=-0.0013187 max=0.095775 Jy/beam ! Writing clean map to FITS file: J1322+2148_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.0957749 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204972 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.642044 0.642044 1.28409 2.56818 5.13635 10.2727 20.5454 41.0908 82.1816 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 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.99 x 6.581 at -1.924 degrees (North through East) ! Clean map min=-0.0013187 max=0.095775 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 J1322+2148_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:54:22 2019