! Started logfile: J1018+5911_S_2017_06_10_pus_uvs.log on Mon May 6 14:51:09 2019 obs J1018+5911_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1018+5911_S_2017_06_10_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.980861 visibilities/baseline/integration-bin. ! Found source: J1018+5911 ! ! 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 30544 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 J1018+5911_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 886 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.986255Jy sigma=0.009716 ! Fit after self-cal, rms=0.960927Jy sigma=0.009483 ! 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.143 mas, bmaj=3.87 mas, bpa=2.3 degrees ! Estimated noise=838.999 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.0322442 Jy ! Component: 100 - total flux cleaned = 0.0393269 Jy ! Total flux subtracted in 100 components = 0.0393269 Jy ! Clean residual min=-0.002543 max=0.002525 Jy/beam ! Clean residual mean=-0.000000 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0393269 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0393269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071737Jy sigma=0.000667 ! Fit after self-cal, rms=0.070971Jy sigma=0.000660 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272985 Jy ! Component: 100 - total flux cleaned = 0.00346657 Jy ! Total flux subtracted in 100 components = 0.00346657 Jy ! Clean residual min=-0.002069 max=0.002423 Jy/beam ! Clean residual mean=-0.000000 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0427934 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 7 components and 0.0427934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070866Jy sigma=0.000659 ! Fit after self-cal, rms=0.070856Jy sigma=0.000659 ! 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.858 mas, bmaj=4.7 mas, bpa=4.671 degrees ! Estimated noise=466.75 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.000695235 Jy ! Component: 100 - total flux cleaned = 0.000790779 Jy ! Component: 150 - total flux cleaned = 0.000861717 Jy ! Component: 200 - total flux cleaned = 0.000872398 Jy ! Total flux subtracted in 200 components = 0.000872398 Jy ! Clean residual min=-0.001687 max=0.002006 Jy/beam ! Clean residual mean=-0.000002 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0436658 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.0436658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070847Jy sigma=0.000659 ! Fit after self-cal, rms=0.070849Jy sigma=0.000659 ! 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.20 FD 0.90 HN 1.03 KP 0.98 ! LA 0.97 MK 1.02 NL 0.99 OV 1.09 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.01 KP 1.03 ! LA 0.97 MK 1.04 NL 1.05 OV 1.08 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 HN 1.05 KP 0.97 ! LA 0.99 MK 1.07 NL 1.03 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.84 HN 0.90 KP 1.00* ! LA 0.89 MK 0.78 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.070849Jy sigma=0.000659 ! Fit after self-cal, rms=0.070857Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.851 mas, bmaj=4.7 mas, bpa=4.748 degrees ! Estimated noise=469.979 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.000452458 Jy ! Component: 100 - total flux cleaned = 0.000521409 Jy ! Component: 150 - total flux cleaned = 0.000558943 Jy ! Component: 200 - total flux cleaned = 0.000572558 Jy ! Total flux subtracted in 200 components = 0.000572558 Jy ! Clean residual min=-0.001426 max=0.001503 Jy/beam ! Clean residual mean=0.000000 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0442384 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.0442384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070854Jy sigma=0.000657 ! Fit after self-cal, rms=0.070836Jy sigma=0.000657 ! 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.070836Jy sigma=0.000657 ! Fit after self-cal, rms=0.070387Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=4.694 mas, bpa=4.036 degrees ! Estimated noise=469.628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.03187e-05 Jy ! Component: 100 - total flux cleaned = -9.98732e-05 Jy ! Component: 150 - total flux cleaned = -9.14349e-05 Jy ! Component: 200 - total flux cleaned = -8.5329e-05 Jy ! Total flux subtracted in 200 components = -8.5329e-05 Jy ! Clean residual min=-0.001386 max=0.001506 Jy/beam ! Clean residual mean=0.000003 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.044153 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.044153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070384Jy sigma=0.000656 ! Fit after self-cal, rms=0.070397Jy sigma=0.000656 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 (56.5, -64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122776 Jy ! Component: 100 - total flux cleaned = 0.00145506 Jy ! Component: 150 - total flux cleaned = 0.00150079 Jy ! Component: 200 - total flux cleaned = 0.00151757 Jy ! Total flux subtracted in 200 components = 0.00151757 Jy ! Clean residual min=-0.001368 max=0.001491 Jy/beam ! Clean residual mean=0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0456706 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 42 components and 0.0456706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070368Jy sigma=0.000656 ! Fit after self-cal, rms=0.070343Jy sigma=0.000656 ! Inverting map ! Added new window around map position (83.5, 24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135707 Jy ! Component: 100 - total flux cleaned = 0.00210953 Jy ! Component: 150 - total flux cleaned = 0.00221043 Jy ! Component: 200 - total flux cleaned = 0.00223192 Jy ! Total flux subtracted in 200 components = 0.00223192 Jy ! Clean residual min=-0.001290 max=0.001279 Jy/beam ! Clean residual mean=-0.000002 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.0479025 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 58 components and 0.0479025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070310Jy sigma=0.000655 ! Fit after self-cal, rms=0.070300Jy sigma=0.000655 ! 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.070300Jy sigma=0.000655 ! Fit after self-cal, rms=0.070117Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.871 mas, bmaj=4.682 mas, bpa=3.285 degrees ! Estimated noise=467.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000942354 Jy ! Component: 100 - total flux cleaned = 0.00124548 Jy ! Component: 150 - total flux cleaned = 0.00133072 Jy ! Component: 200 - total flux cleaned = 0.00136874 Jy ! Total flux subtracted in 200 components = 0.00136874 Jy ! Clean residual min=-0.001148 max=0.001277 Jy/beam ! Clean residual mean=-0.000001 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.0492713 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 69 components and 0.0492713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070098Jy sigma=0.000655 ! Fit after self-cal, rms=0.070103Jy sigma=0.000655 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.000581858 Jy ! Component: 100 - total flux cleaned = 0.000704363 Jy ! Component: 150 - total flux cleaned = 0.000668457 Jy ! Component: 200 - total flux cleaned = 0.000668379 Jy ! Total flux subtracted in 200 components = 0.000668379 Jy ! Clean residual min=-0.001149 max=0.001301 Jy/beam ! Clean residual mean=-0.000003 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.0499397 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 73 components and 0.0499397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070091Jy sigma=0.000655 ! Fit after self-cal, rms=0.070091Jy sigma=0.000655 ! Inverting map ! Added new window around map position (19.5, 85.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000685671 Jy ! Component: 100 - total flux cleaned = 0.000772479 Jy ! Component: 150 - total flux cleaned = 0.000991585 Jy ! Component: 200 - total flux cleaned = 0.00118042 Jy ! Total flux subtracted in 200 components = 0.00118042 Jy ! Clean residual min=-0.001208 max=0.001187 Jy/beam ! Clean residual mean=-0.000003 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.0511201 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.0511201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070063Jy sigma=0.000654 ! Fit after self-cal, rms=0.070063Jy sigma=0.000654 ! 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.070063Jy sigma=0.000654 ! Fit after self-cal, rms=0.069938Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.26 mas, bmaj=8.639 mas, bpa=32.24 degrees ! Estimated noise=590.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000521392 Jy ! Component: 100 - total flux cleaned = 0.00082806 Jy ! Component: 150 - total flux cleaned = 0.00106954 Jy ! Component: 200 - total flux cleaned = 0.00118556 Jy ! Total flux subtracted in 200 components = 0.00118556 Jy ! Clean residual min=-0.001409 max=0.001424 Jy/beam ! Clean residual mean=-0.000007 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0523056 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 109 components and 0.0523056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069928Jy sigma=0.000654 ! Fit after self-cal, rms=0.069927Jy sigma=0.000654 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.000352699 Jy ! Component: 100 - total flux cleaned = 0.000491235 Jy ! Component: 150 - total flux cleaned = 0.000596971 Jy ! Component: 200 - total flux cleaned = 0.000661641 Jy ! Total flux subtracted in 200 components = 0.000661641 Jy ! Clean residual min=-0.001388 max=0.001452 Jy/beam ! Clean residual mean=-0.000009 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.0529673 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.0529673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069922Jy sigma=0.000654 ! Fit after self-cal, rms=0.069922Jy sigma=0.000654 ! 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.87 mas, bmaj=4.676 mas, bpa=2.958 degrees ! Estimated noise=466.304 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 4.676 at 2.958 degrees (North through East) ! Clean map min=-0.0014672 max=0.04232 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.154 mas, bmaj=3.853 mas, bpa=-0.5033 degrees ! Estimated noise=833.391 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0331413 Jy ! Component: 100 - total flux cleaned = 0.0405794 Jy ! Component: 150 - total flux cleaned = 0.0441277 Jy ! Component: 200 - total flux cleaned = 0.0462391 Jy ! Total flux subtracted in 200 components = 0.0462391 Jy ! Clean residual min=-0.002260 max=0.002100 Jy/beam ! Clean residual mean=0.000000 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0462391 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.0462391 Jy ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=4.676 mas, bpa=2.958 degrees ! Estimated noise=466.304 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 (0.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222905 Jy ! Component: 100 - total flux cleaned = 0.00314588 Jy ! Component: 150 - total flux cleaned = 0.00363839 Jy ! Component: 200 - total flux cleaned = 0.0041101 Jy ! Total flux subtracted in 200 components = 0.0041101 Jy ! Clean residual min=-0.001334 max=0.001285 Jy/beam ! Clean residual mean=-0.000002 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0503492 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.0503492 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.26 mas, bmaj=8.639 mas, bpa=32.24 degrees ! Estimated noise=590.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105096 Jy ! Component: 100 - total flux cleaned = 0.00171453 Jy ! Component: 150 - total flux cleaned = 0.00214897 Jy ! Component: 200 - total flux cleaned = 0.00250224 Jy ! Total flux subtracted in 200 components = 0.00250224 Jy ! Clean residual min=-0.001402 max=0.001443 Jy/beam ! Clean residual mean=-0.000007 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0528515 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.000315306 Jy ! Component: 100 - total flux cleaned = 0.000572501 Jy ! Component: 150 - total flux cleaned = 0.000782386 Jy ! Component: 200 - total flux cleaned = 0.000951744 Jy ! Total flux subtracted in 200 components = 0.000951744 Jy ! Clean residual min=-0.001392 max=0.001351 Jy/beam ! Clean residual mean=-0.000008 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0538032 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 84 components and 0.0538032 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.87 mas, bmaj=4.676 mas, bpa=2.958 degrees ! Estimated noise=466.304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.56775e-05 Jy ! Component: 100 - total flux cleaned = -2.34731e-05 Jy ! Component: 150 - total flux cleaned = 2.76617e-06 Jy ! Component: 200 - total flux cleaned = 5.27284e-05 Jy ! Total flux subtracted in 200 components = 5.27284e-05 Jy ! Clean residual min=-0.001193 max=0.001140 Jy/beam ! Clean residual mean=-0.000004 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.053856 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.053856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069925Jy sigma=0.000654 ! Fit after self-cal, rms=0.069923Jy sigma=0.000654 wmodel J1018+5911_S_2017_06_10_pus_map.mod ! Writing 103 model components to file: J1018+5911_S_2017_06_10_pus_map.mod wobs J1018+5911_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1018+5911_S_2017_06_10_pus_uvs.fits wwins J1018+5911_S_2017_06_10_pus_map.win ! wwins: Wrote 5 windows to J1018+5911_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 = -6.81826e-05 Jy ! Component: 100 - total flux cleaned = -4.8995e-05 Jy ! Component: 150 - total flux cleaned = -4.92165e-05 Jy ! Component: 200 - total flux cleaned = -0.000159485 Jy ! Component: 250 - total flux cleaned = -0.000302776 Jy ! Component: 300 - total flux cleaned = -0.00040783 Jy ! Component: 350 - total flux cleaned = -0.000476328 Jy ! Component: 400 - total flux cleaned = -0.000526433 Jy ! Component: 450 - total flux cleaned = -0.000591904 Jy ! Component: 500 - total flux cleaned = -0.000656109 Jy ! Component: 550 - total flux cleaned = -0.000671876 Jy ! Component: 600 - total flux cleaned = -0.000718439 Jy ! Component: 650 - total flux cleaned = -0.00076428 Jy ! Component: 700 - total flux cleaned = -0.00076423 Jy ! Component: 750 - total flux cleaned = -0.000793889 Jy ! Component: 800 - total flux cleaned = -0.000793695 Jy ! Component: 850 - total flux cleaned = -0.000808148 Jy ! Component: 900 - total flux cleaned = -0.000836608 Jy ! Component: 950 - total flux cleaned = -0.000864769 Jy ! Component: 1000 - total flux cleaned = -0.000878426 Jy ! Component: 1050 - total flux cleaned = -0.00083743 Jy ! Component: 1100 - total flux cleaned = -0.000850971 Jy ! Component: 1150 - total flux cleaned = -0.000837804 Jy ! Component: 1200 - total flux cleaned = -0.000811611 Jy ! Component: 1250 - total flux cleaned = -0.000824599 Jy ! Component: 1300 - total flux cleaned = -0.000798697 Jy ! Component: 1350 - total flux cleaned = -0.000760685 Jy ! Component: 1400 - total flux cleaned = -0.000748103 Jy ! Component: 1450 - total flux cleaned = -0.000710638 Jy ! Component: 1500 - total flux cleaned = -0.000661281 Jy ! Component: 1550 - total flux cleaned = -0.000624649 Jy ! Component: 1600 - total flux cleaned = -0.000588267 Jy ! Component: 1650 - total flux cleaned = -0.000576331 Jy ! Component: 1700 - total flux cleaned = -0.000540717 Jy ! Component: 1750 - total flux cleaned = -0.000540796 Jy ! Component: 1800 - total flux cleaned = -0.000505717 Jy ! Component: 1850 - total flux cleaned = -0.00047089 Jy ! Component: 1900 - total flux cleaned = -0.000401979 Jy ! Component: 1950 - total flux cleaned = -0.00041348 Jy ! Component: 2000 - total flux cleaned = -0.000379578 Jy ! Component: 2050 - total flux cleaned = -0.000346123 Jy ! Component: 2100 - total flux cleaned = -0.000323978 Jy ! Component: 2150 - total flux cleaned = -0.000323915 Jy ! Component: 2200 - total flux cleaned = -0.000301976 Jy ! Component: 2250 - total flux cleaned = -0.000248008 Jy ! Component: 2300 - total flux cleaned = -0.000237229 Jy ! Component: 2350 - total flux cleaned = -0.000226433 Jy ! Component: 2400 - total flux cleaned = -0.000194723 Jy ! Component: 2450 - total flux cleaned = -0.00019467 Jy ! Component: 2500 - total flux cleaned = -0.000163435 Jy ! Component: 2550 - total flux cleaned = -0.000132496 Jy ! Component: 2600 - total flux cleaned = -0.000173378 Jy ! Component: 2650 - total flux cleaned = -0.000102119 Jy ! Component: 2700 - total flux cleaned = -9.20391e-05 Jy ! Component: 2750 - total flux cleaned = -6.18911e-05 Jy ! Component: 2800 - total flux cleaned = -3.19929e-05 Jy ! Component: 2850 - total flux cleaned = -1.2234e-05 Jy ! Component: 2900 - total flux cleaned = 2.69879e-05 Jy ! Component: 2950 - total flux cleaned = 3.66906e-05 Jy ! Component: 3000 - total flux cleaned = 9.47569e-05 Jy ! Component: 3050 - total flux cleaned = 6.59001e-05 Jy ! Component: 3100 - total flux cleaned = 8.50885e-05 Jy ! Component: 3150 - total flux cleaned = 0.000132567 Jy ! Component: 3200 - total flux cleaned = 0.000170274 Jy ! Component: 3250 - total flux cleaned = 0.000170248 Jy ! Component: 3300 - total flux cleaned = 0.000170303 Jy ! Component: 3350 - total flux cleaned = 0.000225933 Jy ! Component: 3400 - total flux cleaned = 0.000235145 Jy ! Component: 3450 - total flux cleaned = 0.000271771 Jy ! Component: 3500 - total flux cleaned = 0.000253633 Jy ! Component: 3550 - total flux cleaned = 0.000335035 Jy ! Component: 3600 - total flux cleaned = 0.000334965 Jy ! Component: 3650 - total flux cleaned = 0.000379696 Jy ! Component: 3700 - total flux cleaned = 0.000397477 Jy ! Component: 3750 - total flux cleaned = 0.000441639 Jy ! Component: 3800 - total flux cleaned = 0.000441647 Jy ! Component: 3850 - total flux cleaned = 0.000485329 Jy ! Component: 3900 - total flux cleaned = 0.000502711 Jy ! Component: 3950 - total flux cleaned = 0.00053715 Jy ! Component: 4000 - total flux cleaned = 0.000537182 Jy ! Component: 4050 - total flux cleaned = 0.000571274 Jy ! Total flux subtracted in 4096 components = 0.000588221 Jy ! Clean residual min=-0.000525 max=0.000527 Jy/beam ! Clean residual mean=-0.000000 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.0544442 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 409 components and 0.0544442 Jy ![Exited script file: muppet] wmap "J1018+5911_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.87 x 4.676 at 2.958 degrees (North through East) ! Clean map min=-0.0012861 max=0.041872 Jy/beam ! Writing clean map to FITS file: J1018+5911_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.0418717 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00015411 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10416 1.10416 2.20832 4.41664 8.83327 17.6665 35.3331 70.6662 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 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.87 x 4.676 at 2.958 degrees (North through East) ! Clean map min=-0.0012861 max=0.041872 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 J1018+5911_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:51:16 2019