! Started logfile: J2143+3337_S_2017_08_05_pus_uvs.log on Thu May 9 19:39:52 2019 obs J2143+3337_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J2143+3337_S_2017_08_05_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.961598 visibilities/baseline/integration-bin. ! Found source: J2143+3337 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 513 lines of history. ! ! Reading 19732 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 J2143+3337_S_2017_08_05_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 721 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.826061Jy sigma=0.008017 ! Fit after self-cal, rms=0.806916Jy sigma=0.007858 ! 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.849 mas, bmaj=5.443 mas, bpa=-9.547 degrees ! Estimated noise=893.545 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.141202 Jy ! Component: 100 - total flux cleaned = 0.185455 Jy ! Total flux subtracted in 100 components = 0.185455 Jy ! Clean residual min=-0.007329 max=0.019843 Jy/beam ! Clean residual mean=0.000016 rms=0.001955 Jy/beam ! Combined flux in latest and established models = 0.185455 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.185455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092128Jy sigma=0.000770 ! Fit after self-cal, rms=0.092081Jy sigma=0.000769 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0221028 Jy ! Component: 100 - total flux cleaned = 0.0333324 Jy ! Total flux subtracted in 100 components = 0.0333324 Jy ! Clean residual min=-0.005286 max=0.006040 Jy/beam ! Clean residual mean=0.000010 rms=0.001294 Jy/beam ! Combined flux in latest and established models = 0.218787 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.218787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085264Jy sigma=0.000716 ! Fit after self-cal, rms=0.085230Jy sigma=0.000716 ! 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.48 mas, bmaj=6.301 mas, bpa=-7.477 degrees ! Estimated noise=605.559 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.00629445 Jy ! Component: 100 - total flux cleaned = 0.00902778 Jy ! Component: 150 - total flux cleaned = 0.0096988 Jy ! Component: 200 - total flux cleaned = 0.00994208 Jy ! Total flux subtracted in 200 components = 0.00994208 Jy ! Clean residual min=-0.003804 max=0.003734 Jy/beam ! Clean residual mean=0.000014 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.228729 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.228729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084456Jy sigma=0.000715 ! Fit after self-cal, rms=0.084447Jy sigma=0.000714 ! 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.95 FD 0.99 HN 0.96 KP 1.07 ! LA 1.05 MK 1.00 NL 0.91 OV 1.03 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.04 HN 1.02 KP 1.01 ! LA 1.00 MK 1.02 NL 1.02 OV 1.04 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.06 HN 1.00 KP 0.89 ! LA 0.80 MK 1.04 NL 1.25 OV 0.98 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.97 KP 1.00* ! LA 1.00* MK 1.62 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.084447Jy sigma=0.000714 ! Fit after self-cal, rms=0.079604Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.523 mas, bmaj=6.288 mas, bpa=-6.973 degrees ! Estimated noise=611.048 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.000695826 Jy ! Component: 100 - total flux cleaned = 0.000700862 Jy ! Component: 150 - total flux cleaned = 0.000700454 Jy ! Component: 200 - total flux cleaned = 0.000700481 Jy ! Total flux subtracted in 200 components = 0.000700481 Jy ! Clean residual min=-0.002609 max=0.001996 Jy/beam ! Clean residual mean=0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.22943 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.22943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079539Jy sigma=0.000681 ! Fit after self-cal, rms=0.079506Jy sigma=0.000681 ! 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.079506Jy sigma=0.000681 ! Fit after self-cal, rms=0.077643Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.513 mas, bmaj=6.308 mas, bpa=-6.983 degrees ! Estimated noise=610.562 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000676446 Jy ! Component: 100 - total flux cleaned = 0.00070489 Jy ! Component: 150 - total flux cleaned = 0.000683869 Jy ! Component: 200 - total flux cleaned = 0.000683513 Jy ! Total flux subtracted in 200 components = 0.000683513 Jy ! Clean residual min=-0.001788 max=0.001666 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.230113 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.230113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077622Jy sigma=0.000670 ! Fit after self-cal, rms=0.077623Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.71934e-05 Jy ! Component: 100 - total flux cleaned = -2.70354e-05 Jy ! Component: 150 - total flux cleaned = -2.6702e-05 Jy ! Component: 200 - total flux cleaned = -1.31181e-05 Jy ! Total flux subtracted in 200 components = -1.31181e-05 Jy ! Clean residual min=-0.001740 max=0.001659 Jy/beam ! Clean residual mean=-0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.2301 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.2301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077615Jy sigma=0.000670 ! Fit after self-cal, rms=0.077614Jy sigma=0.000670 ! 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.077614Jy sigma=0.000670 ! Fit after self-cal, rms=0.077667Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.515 mas, bmaj=6.301 mas, bpa=-6.821 degrees ! Estimated noise=611.056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000378685 Jy ! Component: 100 - total flux cleaned = 0.0003962 Jy ! Component: 150 - total flux cleaned = 0.000411153 Jy ! Component: 200 - total flux cleaned = 0.000424515 Jy ! Total flux subtracted in 200 components = 0.000424515 Jy ! Clean residual min=-0.001712 max=0.001620 Jy/beam ! Clean residual mean=-0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.230525 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.230525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077658Jy sigma=0.000670 ! Fit after self-cal, rms=0.077657Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.88569e-05 Jy ! Component: 100 - total flux cleaned = 4.0044e-06 Jy ! Component: 150 - total flux cleaned = -6.54205e-06 Jy ! Component: 200 - total flux cleaned = -6.28333e-06 Jy ! Total flux subtracted in 200 components = -6.28333e-06 Jy ! Clean residual min=-0.001689 max=0.001606 Jy/beam ! Clean residual mean=-0.000000 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.230518 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.230518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077653Jy sigma=0.000670 ! Fit after self-cal, rms=0.077653Jy sigma=0.000670 ! 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.077653Jy sigma=0.000670 ! Fit after self-cal, rms=0.077699Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.51 mas, bmaj=9.639 mas, bpa=-6.751 degrees ! Estimated noise=757.839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000335563 Jy ! Component: 100 - total flux cleaned = 0.00036182 Jy ! Component: 150 - total flux cleaned = 0.000362035 Jy ! Component: 200 - total flux cleaned = 0.000368588 Jy ! Total flux subtracted in 200 components = 0.000368588 Jy ! Clean residual min=-0.001639 max=0.001814 Jy/beam ! Clean residual mean=-0.000001 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.230887 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 58 components and 0.230887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077696Jy sigma=0.000670 ! Fit after self-cal, rms=0.077695Jy 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 (84.5, 114). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146651 Jy ! Component: 100 - total flux cleaned = 0.00160487 Jy ! Component: 150 - total flux cleaned = 0.00172059 Jy ! Component: 200 - total flux cleaned = 0.00179531 Jy ! Total flux subtracted in 200 components = 0.00179531 Jy ! Clean residual min=-0.001639 max=0.001423 Jy/beam ! Clean residual mean=-0.000003 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.232682 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 91 components and 0.232682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077671Jy sigma=0.000670 ! Fit after self-cal, rms=0.077669Jy sigma=0.000670 ! 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.516 mas, bmaj=6.295 mas, bpa=-6.712 degrees ! Estimated noise=611.462 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.516 x 6.295 at -6.712 degrees (North through East) ! Clean map min=-0.0015404 max=0.19226 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.896 mas, bmaj=5.448 mas, bpa=-8.405 degrees ! Estimated noise=910.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143092 Jy ! Component: 100 - total flux cleaned = 0.186732 Jy ! Component: 150 - total flux cleaned = 0.207914 Jy ! Component: 200 - total flux cleaned = 0.218643 Jy ! Total flux subtracted in 200 components = 0.218643 Jy ! Clean residual min=-0.004093 max=0.005064 Jy/beam ! Clean residual mean=0.000003 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.218643 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.218643 Jy ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=6.295 mas, bpa=-6.712 degrees ! Estimated noise=611.462 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.00640034 Jy ! Component: 100 - total flux cleaned = 0.00954052 Jy ! Component: 150 - total flux cleaned = 0.0115579 Jy ! Component: 200 - total flux cleaned = 0.0124754 Jy ! Total flux subtracted in 200 components = 0.0124754 Jy ! Clean residual min=-0.001749 max=0.001488 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.231118 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.231118 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.51 mas, bmaj=9.639 mas, bpa=-6.751 degrees ! Estimated noise=757.839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013223 Jy ! Component: 100 - total flux cleaned = 0.00161588 Jy ! Component: 150 - total flux cleaned = 0.00176187 Jy ! Component: 200 - total flux cleaned = 0.00186275 Jy ! Total flux subtracted in 200 components = 0.00186275 Jy ! Clean residual min=-0.001686 max=0.001424 Jy/beam ! Clean residual mean=-0.000003 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.232981 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 = 4.39968e-05 Jy ! Component: 100 - total flux cleaned = 8.33031e-05 Jy ! Component: 150 - total flux cleaned = 0.000101652 Jy ! Component: 200 - total flux cleaned = 0.000118323 Jy ! Total flux subtracted in 200 components = 0.000118323 Jy ! Clean residual min=-0.001633 max=0.001400 Jy/beam ! Clean residual mean=-0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.233099 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 88 components and 0.233099 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=6.295 mas, bpa=-6.712 degrees ! Estimated noise=611.462 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.13058e-05 Jy ! Component: 100 - total flux cleaned = 5.56069e-05 Jy ! Component: 150 - total flux cleaned = -1.12089e-05 Jy ! Component: 200 - total flux cleaned = -1.03265e-05 Jy ! Total flux subtracted in 200 components = -1.03265e-05 Jy ! Clean residual min=-0.001618 max=0.001444 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.233089 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 108 components and 0.233089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077677Jy sigma=0.000670 ! Fit after self-cal, rms=0.077668Jy sigma=0.000670 wmodel J2143+3337_S_2017_08_05_pus_map.mod ! Writing 108 model components to file: J2143+3337_S_2017_08_05_pus_map.mod wobs J2143+3337_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J2143+3337_S_2017_08_05_pus_uvs.fits wwins J2143+3337_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J2143+3337_S_2017_08_05_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000300127 Jy ! Component: 100 - total flux cleaned = -0.000299986 Jy ! Component: 150 - total flux cleaned = -0.000325023 Jy ! Component: 200 - total flux cleaned = -0.000277568 Jy ! Component: 250 - total flux cleaned = -0.000278132 Jy ! Component: 300 - total flux cleaned = -0.000278037 Jy ! Component: 350 - total flux cleaned = -0.000343718 Jy ! Component: 400 - total flux cleaned = -0.000322323 Jy ! Component: 450 - total flux cleaned = -0.000406623 Jy ! Component: 500 - total flux cleaned = -0.000468783 Jy ! Component: 550 - total flux cleaned = -0.000629991 Jy ! Component: 600 - total flux cleaned = -0.000748787 Jy ! Component: 650 - total flux cleaned = -0.000846345 Jy ! Component: 700 - total flux cleaned = -0.000999426 Jy ! Component: 750 - total flux cleaned = -0.00111179 Jy ! Component: 800 - total flux cleaned = -0.00122239 Jy ! Component: 850 - total flux cleaned = -0.0012226 Jy ! Component: 900 - total flux cleaned = -0.00134842 Jy ! Component: 950 - total flux cleaned = -0.00138398 Jy ! Component: 1000 - total flux cleaned = -0.0014365 Jy ! Component: 1050 - total flux cleaned = -0.00147084 Jy ! Component: 1100 - total flux cleaned = -0.00148787 Jy ! Component: 1150 - total flux cleaned = -0.00148784 Jy ! Component: 1200 - total flux cleaned = -0.00152095 Jy ! Component: 1250 - total flux cleaned = -0.00153689 Jy ! Component: 1300 - total flux cleaned = -0.00147185 Jy ! Component: 1350 - total flux cleaned = -0.00145594 Jy ! Component: 1400 - total flux cleaned = -0.00150363 Jy ! Component: 1450 - total flux cleaned = -0.00147207 Jy ! Component: 1500 - total flux cleaned = -0.00147196 Jy ! Component: 1550 - total flux cleaned = -0.00144112 Jy ! Component: 1600 - total flux cleaned = -0.00147133 Jy ! Component: 1650 - total flux cleaned = -0.00139562 Jy ! Component: 1700 - total flux cleaned = -0.00136588 Jy ! Component: 1750 - total flux cleaned = -0.00135105 Jy ! Component: 1800 - total flux cleaned = -0.00129234 Jy ! Component: 1850 - total flux cleaned = -0.00127794 Jy ! Component: 1900 - total flux cleaned = -0.00124903 Jy ! Component: 1950 - total flux cleaned = -0.00123445 Jy ! Component: 2000 - total flux cleaned = -0.0011636 Jy ! Component: 2050 - total flux cleaned = -0.00112154 Jy ! Component: 2100 - total flux cleaned = -0.00105201 Jy ! Component: 2150 - total flux cleaned = -0.00102445 Jy ! Component: 2200 - total flux cleaned = -0.000997101 Jy ! Component: 2250 - total flux cleaned = -0.000942749 Jy ! Component: 2300 - total flux cleaned = -0.000915904 Jy ! Component: 2350 - total flux cleaned = -0.000889372 Jy ! Component: 2400 - total flux cleaned = -0.000862922 Jy ! Component: 2450 - total flux cleaned = -0.000784071 Jy ! Component: 2500 - total flux cleaned = -0.000810119 Jy ! Component: 2550 - total flux cleaned = -0.000719634 Jy ! Component: 2600 - total flux cleaned = -0.000719634 Jy ! Component: 2650 - total flux cleaned = -0.000681445 Jy ! Component: 2700 - total flux cleaned = -0.000681481 Jy ! Component: 2750 - total flux cleaned = -0.000681443 Jy ! Component: 2800 - total flux cleaned = -0.000606421 Jy ! Component: 2850 - total flux cleaned = -0.000569269 Jy ! Component: 2900 - total flux cleaned = -0.00052017 Jy ! Component: 2950 - total flux cleaned = -0.000544559 Jy ! Component: 3000 - total flux cleaned = -0.000459686 Jy ! Component: 3050 - total flux cleaned = -0.000447673 Jy ! Component: 3100 - total flux cleaned = -0.0004357 Jy ! Component: 3150 - total flux cleaned = -0.000364463 Jy ! Component: 3200 - total flux cleaned = -0.000352696 Jy ! Component: 3250 - total flux cleaned = -0.000305724 Jy ! Component: 3300 - total flux cleaned = -0.000270656 Jy ! Component: 3350 - total flux cleaned = -0.000236059 Jy ! Component: 3400 - total flux cleaned = -0.000167062 Jy ! Component: 3450 - total flux cleaned = -0.000121622 Jy ! Component: 3500 - total flux cleaned = -9.87801e-05 Jy ! Component: 3550 - total flux cleaned = -5.36697e-05 Jy ! Component: 3600 - total flux cleaned = 1.34974e-05 Jy ! Component: 3650 - total flux cleaned = 2.32753e-06 Jy ! Component: 3700 - total flux cleaned = 6.84894e-05 Jy ! Component: 3750 - total flux cleaned = 0.000112373 Jy ! Component: 3800 - total flux cleaned = 0.000101475 Jy ! Component: 3850 - total flux cleaned = 0.000144935 Jy ! Component: 3900 - total flux cleaned = 0.000177266 Jy ! Component: 3950 - total flux cleaned = 0.000220196 Jy ! Component: 4000 - total flux cleaned = 0.000230886 Jy ! Component: 4050 - total flux cleaned = 0.000241589 Jy ! Total flux subtracted in 4096 components = 0.00026273 Jy ! Clean residual min=-0.000578 max=0.000714 Jy/beam ! Clean residual mean=-0.000000 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.233352 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 382 components and 0.233352 Jy ![Exited script file: muppet] wmap "J2143+3337_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.516 x 6.295 at -6.712 degrees (North through East) ! Clean map min=-0.0012928 max=0.19223 Jy/beam ! Writing clean map to FITS file: J2143+3337_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.192232 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000188464 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.29412 0.29412 0.58824 1.17648 2.35296 4.70592 9.41184 18.8237 37.6473 75.2947 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.192 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.516 x 6.295 at -6.712 degrees (North through East) ! Clean map min=-0.0012928 max=0.19223 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 J2143+3337_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:39:58 2019