! Started logfile: J1606+1814_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:17:27 2019 obs J1606+1814_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1606+1814_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.762963 visibilities/baseline/integration-bin. ! Found source: J1606+1814 ! ! 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 622 lines of history. ! ! Reading 11536 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 J1606+1814_S_2017_01_16_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 271 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.898981Jy sigma=0.007172 ! Fit after self-cal, rms=0.886567Jy sigma=0.007122 ! 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.813 mas, bmaj=7.93 mas, bpa=19.52 degrees ! Estimated noise=1429.32 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.0939458 Jy ! Component: 100 - total flux cleaned = 0.117822 Jy ! Total flux subtracted in 100 components = 0.117822 Jy ! Clean residual min=-0.006306 max=0.009501 Jy/beam ! Clean residual mean=-0.000007 rms=0.001586 Jy/beam ! Combined flux in latest and established models = 0.117822 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.117822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117610Jy sigma=0.000696 ! Fit after self-cal, rms=0.117614Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105717 Jy ! Component: 100 - total flux cleaned = 0.0148408 Jy ! Total flux subtracted in 100 components = 0.0148408 Jy ! Clean residual min=-0.005915 max=0.005881 Jy/beam ! Clean residual mean=0.000000 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.132663 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.132663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116788Jy sigma=0.000686 ! Fit after self-cal, rms=0.116817Jy sigma=0.000686 ! 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=4.487 mas, bmaj=8.724 mas, bpa=19.17 degrees ! Estimated noise=892.759 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.0027527 Jy ! Component: 100 - total flux cleaned = 0.00275275 Jy ! Component: 150 - total flux cleaned = 0.00285106 Jy ! Component: 200 - total flux cleaned = 0.0029354 Jy ! Total flux subtracted in 200 components = 0.0029354 Jy ! Clean residual min=-0.004061 max=0.004905 Jy/beam ! Clean residual mean=0.000023 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.135598 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.135598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116526Jy sigma=0.000684 ! Fit after self-cal, rms=0.116527Jy sigma=0.000684 ! 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.10 FD 0.93 HN 0.96 KP 0.99 ! LA 0.96 MK 1.00* NL 0.91 OV 1.02 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 0.97 KP 0.95 ! LA 0.95 MK 1.00* NL 1.03 OV 1.03 ! PT 1.01 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.02 HN 0.99 KP 1.00 ! LA 0.97 MK 1.00* NL 1.02 OV 0.95 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 0.92 KP 1.00* ! LA 1.31 MK 1.00* NL 1.00* OV 1.02 ! PT 1.01 SC 0.82 ! ! ! Fit before self-cal, rms=0.116527Jy sigma=0.000684 ! Fit after self-cal, rms=0.113328Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.509 mas, bmaj=8.701 mas, bpa=18.43 degrees ! Estimated noise=889.021 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.00213363 Jy ! Component: 100 - total flux cleaned = -0.00249701 Jy ! Component: 150 - total flux cleaned = -0.00256777 Jy ! Component: 200 - total flux cleaned = -0.00253593 Jy ! Total flux subtracted in 200 components = -0.00253593 Jy ! Clean residual min=-0.003464 max=0.004600 Jy/beam ! Clean residual mean=0.000023 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.133062 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.133062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113256Jy sigma=0.000679 ! Fit after self-cal, rms=0.113377Jy sigma=0.000678 ! 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.113377Jy sigma=0.000678 ! Fit after self-cal, rms=0.124752Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.51 mas, bmaj=8.653 mas, bpa=18.17 degrees ! Estimated noise=890.469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00041723 Jy ! Component: 100 - total flux cleaned = -0.000185507 Jy ! Component: 150 - total flux cleaned = -0.000159971 Jy ! Component: 200 - total flux cleaned = -0.00011522 Jy ! Total flux subtracted in 200 components = -0.00011522 Jy ! Clean residual min=-0.002473 max=0.002542 Jy/beam ! Clean residual mean=-0.000008 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.132947 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.132947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124737Jy sigma=0.000668 ! Fit after self-cal, rms=0.125102Jy 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 = -0.000133462 Jy ! Component: 100 - total flux cleaned = 3.83443e-05 Jy ! Component: 150 - total flux cleaned = 7.41554e-05 Jy ! Component: 200 - total flux cleaned = 0.000123488 Jy ! Total flux subtracted in 200 components = 0.000123488 Jy ! Clean residual min=-0.002442 max=0.002476 Jy/beam ! Clean residual mean=-0.000007 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.13307 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.13307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125096Jy sigma=0.000667 ! Fit after self-cal, rms=0.125102Jy sigma=0.000667 ! 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.125102Jy sigma=0.000667 ! Fit after self-cal, rms=0.127060Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.508 mas, bmaj=8.641 mas, bpa=18.07 degrees ! Estimated noise=892.329 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.70898e-05 Jy ! Component: 100 - total flux cleaned = 0.000115508 Jy ! Component: 150 - total flux cleaned = 0.000149869 Jy ! Component: 200 - total flux cleaned = 0.000178858 Jy ! Total flux subtracted in 200 components = 0.000178858 Jy ! Clean residual min=-0.002411 max=0.002464 Jy/beam ! Clean residual mean=-0.000009 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.133249 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.133249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127056Jy sigma=0.000667 ! Fit after self-cal, rms=0.127091Jy 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 = -5.34352e-05 Jy ! Component: 100 - total flux cleaned = 5.30735e-05 Jy ! Component: 150 - total flux cleaned = 6.51265e-05 Jy ! Component: 200 - total flux cleaned = 8.80973e-05 Jy ! Total flux subtracted in 200 components = 8.80973e-05 Jy ! Clean residual min=-0.002407 max=0.002485 Jy/beam ! Clean residual mean=-0.000008 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.133337 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.133337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127089Jy sigma=0.000667 ! Fit after self-cal, rms=0.127094Jy 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.127094Jy sigma=0.000667 ! Fit after self-cal, rms=0.127581Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.194 mas, bmaj=10.59 mas, bpa=5.134 degrees ! Estimated noise=1008.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.07282e-05 Jy ! Component: 100 - total flux cleaned = 0.000193944 Jy ! Component: 150 - total flux cleaned = 0.000236417 Jy ! Component: 200 - total flux cleaned = 0.00024907 Jy ! Total flux subtracted in 200 components = 0.00024907 Jy ! Clean residual min=-0.002697 max=0.002736 Jy/beam ! Clean residual mean=-0.000015 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.133586 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.133586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127582Jy sigma=0.000667 ! Fit after self-cal, rms=0.127590Jy 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 = 2.38653e-05 Jy ! Component: 100 - total flux cleaned = 2.44677e-05 Jy ! Component: 150 - total flux cleaned = 3.47205e-05 Jy ! Component: 200 - total flux cleaned = 4.46808e-05 Jy ! Total flux subtracted in 200 components = 4.46808e-05 Jy ! Clean residual min=-0.002733 max=0.002766 Jy/beam ! Clean residual mean=-0.000015 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.133631 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 90 components and 0.133631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127590Jy sigma=0.000667 ! Fit after self-cal, rms=0.127593Jy 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=4.504 mas, bmaj=8.632 mas, bpa=18.02 degrees ! Estimated noise=893.766 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.504 x 8.632 at 18.02 degrees (North through East) ! Clean map min=-0.0022975 max=0.11858 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.828 mas, bmaj=7.822 mas, bpa=18.61 degrees ! Estimated noise=1424.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0932189 Jy ! Component: 100 - total flux cleaned = 0.117419 Jy ! Component: 150 - total flux cleaned = 0.127639 Jy ! Component: 200 - total flux cleaned = 0.132416 Jy ! Total flux subtracted in 200 components = 0.132416 Jy ! Clean residual min=-0.003831 max=0.003725 Jy/beam ! Clean residual mean=-0.000004 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.132416 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.132416 Jy ! Inverting map and beam ! Estimated beam: bmin=4.504 mas, bmaj=8.632 mas, bpa=18.02 degrees ! Estimated noise=893.766 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, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00262877 Jy ! Component: 100 - total flux cleaned = 0.0034094 Jy ! Component: 150 - total flux cleaned = 0.0039469 Jy ! Component: 200 - total flux cleaned = 0.00416303 Jy ! Total flux subtracted in 200 components = 0.00416303 Jy ! Clean residual min=-0.002524 max=0.002249 Jy/beam ! Clean residual mean=-0.000009 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.136579 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.136579 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.194 mas, bmaj=10.59 mas, bpa=5.134 degrees ! Estimated noise=1008.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000196305 Jy ! Component: 100 - total flux cleaned = 0.000259215 Jy ! Component: 150 - total flux cleaned = 0.000356337 Jy ! Component: 200 - total flux cleaned = 0.000395968 Jy ! Total flux subtracted in 200 components = 0.000395968 Jy ! Clean residual min=-0.002487 max=0.002081 Jy/beam ! Clean residual mean=-0.000016 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.136975 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 = 3.56565e-05 Jy ! Component: 100 - total flux cleaned = 6.87478e-05 Jy ! Component: 150 - total flux cleaned = 0.000113767 Jy ! Component: 200 - total flux cleaned = 0.000141317 Jy ! Total flux subtracted in 200 components = 0.000141317 Jy ! Clean residual min=-0.002452 max=0.002101 Jy/beam ! Clean residual mean=-0.000016 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.137116 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 60 components and 0.137116 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.504 mas, bmaj=8.632 mas, bpa=18.02 degrees ! Estimated noise=893.766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137968 Jy ! Component: 100 - total flux cleaned = -0.00033686 Jy ! Component: 150 - total flux cleaned = -0.000412525 Jy ! Component: 200 - total flux cleaned = -0.000389881 Jy ! Total flux subtracted in 200 components = -0.000389881 Jy ! Clean residual min=-0.002451 max=0.002098 Jy/beam ! Clean residual mean=-0.000009 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.136726 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.136726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127557Jy sigma=0.000666 ! Fit after self-cal, rms=0.127546Jy sigma=0.000666 wmodel J1606+1814_S_2017_01_16_pus_map.mod ! Writing 78 model components to file: J1606+1814_S_2017_01_16_pus_map.mod wobs J1606+1814_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1606+1814_S_2017_01_16_pus_uvs.fits wwins J1606+1814_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J1606+1814_S_2017_01_16_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.000533206 Jy ! Component: 100 - total flux cleaned = -0.000689759 Jy ! Component: 150 - total flux cleaned = -0.000876596 Jy ! Component: 200 - total flux cleaned = -0.000949119 Jy ! Component: 250 - total flux cleaned = -0.00105373 Jy ! Component: 300 - total flux cleaned = -0.00115532 Jy ! Component: 350 - total flux cleaned = -0.00125456 Jy ! Component: 400 - total flux cleaned = -0.00131888 Jy ! Component: 450 - total flux cleaned = -0.00147765 Jy ! Component: 500 - total flux cleaned = -0.00150897 Jy ! Component: 550 - total flux cleaned = -0.00166324 Jy ! Component: 600 - total flux cleaned = -0.00184377 Jy ! Component: 650 - total flux cleaned = -0.00205088 Jy ! Component: 700 - total flux cleaned = -0.00219564 Jy ! Component: 750 - total flux cleaned = -0.00228105 Jy ! Component: 800 - total flux cleaned = -0.0024507 Jy ! Component: 850 - total flux cleaned = -0.00261797 Jy ! Component: 900 - total flux cleaned = -0.00275502 Jy ! Component: 950 - total flux cleaned = -0.00291756 Jy ! Component: 1000 - total flux cleaned = -0.00294392 Jy ! Component: 1050 - total flux cleaned = -0.00297097 Jy ! Component: 1100 - total flux cleaned = -0.00320536 Jy ! Component: 1150 - total flux cleaned = -0.00320479 Jy ! Component: 1200 - total flux cleaned = -0.00322981 Jy ! Component: 1250 - total flux cleaned = -0.00330565 Jy ! Component: 1300 - total flux cleaned = -0.00345468 Jy ! Component: 1350 - total flux cleaned = -0.00357745 Jy ! Component: 1400 - total flux cleaned = -0.00362577 Jy ! Component: 1450 - total flux cleaned = -0.00374547 Jy ! Component: 1500 - total flux cleaned = -0.00386394 Jy ! Component: 1550 - total flux cleaned = -0.00393445 Jy ! Component: 1600 - total flux cleaned = -0.00409753 Jy ! Component: 1650 - total flux cleaned = -0.00418959 Jy ! Component: 1700 - total flux cleaned = -0.00430356 Jy ! Component: 1750 - total flux cleaned = -0.00441639 Jy ! Component: 1800 - total flux cleaned = -0.00452764 Jy ! Component: 1850 - total flux cleaned = -0.004616 Jy ! Component: 1900 - total flux cleaned = -0.00465932 Jy ! Component: 1950 - total flux cleaned = -0.004681 Jy ! Component: 2000 - total flux cleaned = -0.0047456 Jy ! Component: 2050 - total flux cleaned = -0.00483112 Jy ! Component: 2100 - total flux cleaned = -0.00497906 Jy ! Component: 2150 - total flux cleaned = -0.00497895 Jy ! Component: 2200 - total flux cleaned = -0.00502042 Jy ! Component: 2250 - total flux cleaned = -0.00514377 Jy ! Component: 2300 - total flux cleaned = -0.00514382 Jy ! Component: 2350 - total flux cleaned = -0.00516407 Jy ! Component: 2400 - total flux cleaned = -0.00518415 Jy ! Component: 2450 - total flux cleaned = -0.0052439 Jy ! Component: 2500 - total flux cleaned = -0.00528327 Jy ! Component: 2550 - total flux cleaned = -0.0052832 Jy ! Component: 2600 - total flux cleaned = -0.00530261 Jy ! Component: 2650 - total flux cleaned = -0.00536033 Jy ! Component: 2700 - total flux cleaned = -0.00537947 Jy ! Component: 2750 - total flux cleaned = -0.00539863 Jy ! Component: 2800 - total flux cleaned = -0.00543663 Jy ! Component: 2850 - total flux cleaned = -0.00556804 Jy ! Component: 2900 - total flux cleaned = -0.00560543 Jy ! Component: 2950 - total flux cleaned = -0.00564256 Jy ! Component: 3000 - total flux cleaned = -0.00578954 Jy ! Component: 3050 - total flux cleaned = -0.00577117 Jy ! Component: 3100 - total flux cleaned = -0.00582541 Jy ! Component: 3150 - total flux cleaned = -0.00582547 Jy ! Component: 3200 - total flux cleaned = -0.00586127 Jy ! Component: 3250 - total flux cleaned = -0.00596764 Jy ! Component: 3300 - total flux cleaned = -0.00603818 Jy ! Component: 3350 - total flux cleaned = -0.00598558 Jy ! Component: 3400 - total flux cleaned = -0.00607265 Jy ! Component: 3450 - total flux cleaned = -0.00603789 Jy ! Component: 3500 - total flux cleaned = -0.00598651 Jy ! Component: 3550 - total flux cleaned = -0.00607194 Jy ! Component: 3600 - total flux cleaned = -0.00610574 Jy ! Component: 3650 - total flux cleaned = -0.00615633 Jy ! Component: 3700 - total flux cleaned = -0.00617307 Jy ! Component: 3750 - total flux cleaned = -0.00610653 Jy ! Component: 3800 - total flux cleaned = -0.00615628 Jy ! Component: 3850 - total flux cleaned = -0.00612337 Jy ! Component: 3900 - total flux cleaned = -0.00615615 Jy ! Component: 3950 - total flux cleaned = -0.00612369 Jy ! Component: 4000 - total flux cleaned = -0.00612381 Jy ! Component: 4050 - total flux cleaned = -0.00609167 Jy ! Total flux subtracted in 4096 components = -0.00615584 Jy ! Clean residual min=-0.000865 max=0.000956 Jy/beam ! Clean residual mean=-0.000002 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.13057 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 367 components and 0.13057 Jy ![Exited script file: muppet] wmap "J1606+1814_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.504 x 8.632 at 18.02 degrees (North through East) ! Clean map min=-0.0020917 max=0.11866 Jy/beam ! Writing clean map to FITS file: J1606+1814_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.118656 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000308074 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.778909 0.778909 1.55782 3.11563 6.23127 12.4625 24.9251 49.8502 99.7003 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.504 x 8.632 at 18.02 degrees (North through East) ! Clean map min=-0.0020917 max=0.11866 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 J1606+1814_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:17:32 2019