! Started logfile: J1416-1705_S_2017_05_01_pus_uvs.log on Wed May 1 18:38:25 2019 obs J1416-1705_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1416-1705_S_2017_05_01_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.782222 visibilities/baseline/integration-bin. ! Found source: J1416-1705 ! ! 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 788 lines of history. ! ! Reading 7744 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 J1416-1705_S_2017_05_01_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 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 345 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.838425Jy sigma=0.005841 ! Fit after self-cal, rms=0.831078Jy sigma=0.005792 ! 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.801 mas, bmaj=6.492 mas, bpa=0.4698 degrees ! Estimated noise=1630.62 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.128639 Jy ! Component: 100 - total flux cleaned = 0.168635 Jy ! Total flux subtracted in 100 components = 0.168635 Jy ! Clean residual min=-0.007569 max=0.017612 Jy/beam ! Clean residual mean=0.000019 rms=0.002366 Jy/beam ! Combined flux in latest and established models = 0.168635 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.168635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104989Jy sigma=0.000710 ! Fit after self-cal, rms=0.104999Jy sigma=0.000710 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0199594 Jy ! Component: 100 - total flux cleaned = 0.0304419 Jy ! Total flux subtracted in 100 components = 0.0304419 Jy ! Clean residual min=-0.006377 max=0.007374 Jy/beam ! Clean residual mean=0.000002 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.199077 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.199077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100529Jy sigma=0.000674 ! Fit after self-cal, rms=0.100528Jy sigma=0.000674 ! 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.441 mas, bmaj=7.64 mas, bpa=1.269 degrees ! Estimated noise=1302.19 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00977659 Jy ! Component: 100 - total flux cleaned = 0.0154232 Jy ! Component: 150 - total flux cleaned = 0.0191777 Jy ! Component: 200 - total flux cleaned = 0.0210476 Jy ! Total flux subtracted in 200 components = 0.0210476 Jy ! Clean residual min=-0.004535 max=0.005994 Jy/beam ! Clean residual mean=-0.000003 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.220125 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 51 components and 0.220125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099544Jy sigma=0.000666 ! Fit after self-cal, rms=0.099519Jy sigma=0.000666 ! 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.92 HN 1.08 KP 1.06 ! LA 1.01 MK 0.97 NL 0.94 OV 1.05 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.92 HN 1.17 KP 1.02 ! LA 0.95 MK 1.00 NL 1.04 OV 1.04 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 1.05 KP 1.00 ! LA 0.95 MK 0.98 NL 1.03 OV 0.98 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.07 HN 0.90 KP 1.00* ! LA 1.00* MK 0.95 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.099519Jy sigma=0.000666 ! Fit after self-cal, rms=0.099095Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=7.587 mas, bpa=1.254 degrees ! Estimated noise=1300.79 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.00056304 Jy ! Component: 100 - total flux cleaned = 0.000503538 Jy ! Component: 150 - total flux cleaned = 0.000543411 Jy ! Component: 200 - total flux cleaned = 0.000581705 Jy ! Total flux subtracted in 200 components = 0.000581705 Jy ! Clean residual min=-0.003499 max=0.004584 Jy/beam ! Clean residual mean=-0.000006 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.220706 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.220706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099042Jy sigma=0.000662 ! Fit after self-cal, rms=0.099065Jy sigma=0.000662 ! 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.099065Jy sigma=0.000662 ! Fit after self-cal, rms=0.098997Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=7.573 mas, bpa=1.275 degrees ! Estimated noise=1297.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000173721 Jy ! Component: 100 - total flux cleaned = 0.000104408 Jy ! Component: 150 - total flux cleaned = 1.3658e-05 Jy ! Component: 200 - total flux cleaned = -0.000119987 Jy ! Total flux subtracted in 200 components = -0.000119987 Jy ! Clean residual min=-0.003412 max=0.004284 Jy/beam ! Clean residual mean=-0.000006 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.220586 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.220586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098974Jy sigma=0.000661 ! Fit after self-cal, rms=0.098973Jy sigma=0.000661 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 (20.5, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045782 Jy ! Component: 100 - total flux cleaned = 0.00736026 Jy ! Component: 150 - total flux cleaned = 0.00919616 Jy ! Component: 200 - total flux cleaned = 0.0105064 Jy ! Total flux subtracted in 200 components = 0.0105064 Jy ! Clean residual min=-0.003663 max=0.003095 Jy/beam ! Clean residual mean=-0.000004 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.231093 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 121 components and 0.231093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098753Jy sigma=0.000659 ! Fit after self-cal, rms=0.098743Jy sigma=0.000659 ! 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.098743Jy sigma=0.000659 ! Fit after self-cal, rms=0.098323Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.432 mas, bmaj=7.567 mas, bpa=1.304 degrees ! Estimated noise=1293.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178798 Jy ! Component: 100 - total flux cleaned = 0.00289807 Jy ! Component: 150 - total flux cleaned = 0.00338816 Jy ! Component: 200 - total flux cleaned = 0.0036531 Jy ! Total flux subtracted in 200 components = 0.0036531 Jy ! Clean residual min=-0.003475 max=0.002990 Jy/beam ! Clean residual mean=-0.000003 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.234746 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 131 components and 0.234746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098278Jy sigma=0.000658 ! Fit after self-cal, rms=0.098276Jy sigma=0.000658 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.000235245 Jy ! Component: 100 - total flux cleaned = 0.000263588 Jy ! Component: 150 - total flux cleaned = 0.000318338 Jy ! Component: 200 - total flux cleaned = 0.000343758 Jy ! Total flux subtracted in 200 components = 0.000343758 Jy ! Clean residual min=-0.003519 max=0.002939 Jy/beam ! Clean residual mean=-0.000003 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.23509 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.23509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098259Jy sigma=0.000658 ! Fit after self-cal, rms=0.098258Jy sigma=0.000658 ! 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.098258Jy sigma=0.000658 ! Fit after self-cal, rms=0.098198Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.598 mas, bmaj=15.21 mas, bpa=4.512 degrees ! Estimated noise=1571.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00086085 Jy ! Component: 100 - total flux cleaned = 0.00120331 Jy ! Component: 150 - total flux cleaned = 0.00135919 Jy ! Component: 200 - total flux cleaned = 0.00142562 Jy ! Total flux subtracted in 200 components = 0.00142562 Jy ! Clean residual min=-0.003368 max=0.002922 Jy/beam ! Clean residual mean=-0.000004 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.236515 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 154 components and 0.236515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098191Jy sigma=0.000658 ! Fit after self-cal, rms=0.098189Jy sigma=0.000658 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.000129706 Jy ! Component: 100 - total flux cleaned = 0.000187727 Jy ! Component: 150 - total flux cleaned = 0.000213529 Jy ! Component: 200 - total flux cleaned = 0.000237418 Jy ! Total flux subtracted in 200 components = 0.000237418 Jy ! Clean residual min=-0.003375 max=0.002897 Jy/beam ! Clean residual mean=-0.000004 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.236753 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 160 components and 0.236753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098187Jy sigma=0.000658 ! Fit after self-cal, rms=0.098187Jy sigma=0.000658 ! 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.431 mas, bmaj=7.562 mas, bpa=1.301 degrees ! Estimated noise=1292.71 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 7.562 at 1.301 degrees (North through East) ! Clean map min=-0.0032426 max=0.1708 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.782 mas, bmaj=6.417 mas, bpa=0.2578 degrees ! Estimated noise=1606.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126505 Jy ! Component: 100 - total flux cleaned = 0.16704 Jy ! Component: 150 - total flux cleaned = 0.18696 Jy ! Component: 200 - total flux cleaned = 0.197519 Jy ! Total flux subtracted in 200 components = 0.197519 Jy ! Clean residual min=-0.005271 max=0.005866 Jy/beam ! Clean residual mean=0.000005 rms=0.001364 Jy/beam ! Combined flux in latest and established models = 0.197519 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.197519 Jy ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=7.562 mas, bpa=1.301 degrees ! Estimated noise=1292.71 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.0090927 Jy ! Component: 100 - total flux cleaned = 0.015412 Jy ! Component: 150 - total flux cleaned = 0.020261 Jy ! Component: 200 - total flux cleaned = 0.0240696 Jy ! Total flux subtracted in 200 components = 0.0240696 Jy ! Clean residual min=-0.003483 max=0.003068 Jy/beam ! Clean residual mean=0.000000 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.221589 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 55 components and 0.221589 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.598 mas, bmaj=15.21 mas, bpa=4.512 degrees ! Estimated noise=1571.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457303 Jy ! Component: 100 - total flux cleaned = 0.00763139 Jy ! Component: 150 - total flux cleaned = 0.00978347 Jy ! Component: 200 - total flux cleaned = 0.011346 Jy ! Total flux subtracted in 200 components = 0.011346 Jy ! Clean residual min=-0.003262 max=0.002695 Jy/beam ! Clean residual mean=-0.000003 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.232935 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.00115249 Jy ! Component: 100 - total flux cleaned = 0.00203423 Jy ! Component: 150 - total flux cleaned = 0.00271648 Jy ! Component: 200 - total flux cleaned = 0.00304394 Jy ! Total flux subtracted in 200 components = 0.00304394 Jy ! Clean residual min=-0.003265 max=0.002803 Jy/beam ! Clean residual mean=-0.000004 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.235979 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 112 components and 0.235979 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=7.562 mas, bpa=1.301 degrees ! Estimated noise=1292.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221545 Jy ! Component: 100 - total flux cleaned = 0.000262911 Jy ! Component: 150 - total flux cleaned = 0.000261021 Jy ! Component: 200 - total flux cleaned = 0.000187126 Jy ! Total flux subtracted in 200 components = 0.000187126 Jy ! Clean residual min=-0.003392 max=0.003028 Jy/beam ! Clean residual mean=-0.000002 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.236166 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.236166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098205Jy sigma=0.000658 ! Fit after self-cal, rms=0.098204Jy sigma=0.000658 wmodel J1416-1705_S_2017_05_01_pus_map.mod ! Writing 131 model components to file: J1416-1705_S_2017_05_01_pus_map.mod wobs J1416-1705_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1416-1705_S_2017_05_01_pus_uvs.fits wwins J1416-1705_S_2017_05_01_pus_map.win ! wwins: Wrote 3 windows to J1416-1705_S_2017_05_01_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.000290253 Jy ! Component: 100 - total flux cleaned = -0.000338438 Jy ! Component: 150 - total flux cleaned = -0.000103047 Jy ! Component: 200 - total flux cleaned = 3.22858e-05 Jy ! Component: 250 - total flux cleaned = 0.000248979 Jy ! Component: 300 - total flux cleaned = 0.000290995 Jy ! Component: 350 - total flux cleaned = 0.000492581 Jy ! Component: 400 - total flux cleaned = 0.000571316 Jy ! Component: 450 - total flux cleaned = 0.000647774 Jy ! Component: 500 - total flux cleaned = 0.000684913 Jy ! Component: 550 - total flux cleaned = 0.000612366 Jy ! Component: 600 - total flux cleaned = 0.000683964 Jy ! Component: 650 - total flux cleaned = 0.000579066 Jy ! Component: 700 - total flux cleaned = 0.000545137 Jy ! Component: 750 - total flux cleaned = 0.000478506 Jy ! Component: 800 - total flux cleaned = 0.000411867 Jy ! Component: 850 - total flux cleaned = 0.000280186 Jy ! Component: 900 - total flux cleaned = 0.00015071 Jy ! Component: 950 - total flux cleaned = 2.37839e-05 Jy ! Component: 1000 - total flux cleaned = -0.000132714 Jy ! Component: 1050 - total flux cleaned = -0.000287178 Jy ! Component: 1100 - total flux cleaned = -0.000408747 Jy ! Component: 1150 - total flux cleaned = -0.000528917 Jy ! Component: 1200 - total flux cleaned = -0.000737008 Jy ! Component: 1250 - total flux cleaned = -0.00099982 Jy ! Component: 1300 - total flux cleaned = -0.00105716 Jy ! Component: 1350 - total flux cleaned = -0.00125597 Jy ! Component: 1400 - total flux cleaned = -0.00136799 Jy ! Component: 1450 - total flux cleaned = -0.00158992 Jy ! Component: 1500 - total flux cleaned = -0.00175388 Jy ! Component: 1550 - total flux cleaned = -0.00194316 Jy ! Component: 1600 - total flux cleaned = -0.00215698 Jy ! Component: 1650 - total flux cleaned = -0.00236849 Jy ! Component: 1700 - total flux cleaned = -0.00255123 Jy ! Component: 1750 - total flux cleaned = -0.00268083 Jy ! Component: 1800 - total flux cleaned = -0.00288541 Jy ! Component: 1850 - total flux cleaned = -0.00303731 Jy ! Component: 1900 - total flux cleaned = -0.0032372 Jy ! Component: 1950 - total flux cleaned = -0.00333631 Jy ! Component: 2000 - total flux cleaned = -0.00355659 Jy ! Component: 2050 - total flux cleaned = -0.0037261 Jy ! Component: 2100 - total flux cleaned = -0.00394204 Jy ! Component: 2150 - total flux cleaned = -0.00415578 Jy ! Component: 2200 - total flux cleaned = -0.00427301 Jy ! Component: 2250 - total flux cleaned = -0.00441266 Jy ! Component: 2300 - total flux cleaned = -0.00450527 Jy ! Component: 2350 - total flux cleaned = -0.00477938 Jy ! Component: 2400 - total flux cleaned = -0.00484712 Jy ! Component: 2450 - total flux cleaned = -0.00493701 Jy ! Component: 2500 - total flux cleaned = -0.00513704 Jy ! Component: 2550 - total flux cleaned = -0.00529111 Jy ! Component: 2600 - total flux cleaned = -0.00531269 Jy ! Component: 2650 - total flux cleaned = -0.00548618 Jy ! Component: 2700 - total flux cleaned = -0.00559333 Jy ! Component: 2750 - total flux cleaned = -0.00565695 Jy ! Component: 2800 - total flux cleaned = -0.00572018 Jy ! Component: 2850 - total flux cleaned = -0.00586659 Jy ! Component: 2900 - total flux cleaned = -0.00588782 Jy ! Component: 2950 - total flux cleaned = -0.00613534 Jy ! Component: 3000 - total flux cleaned = -0.00619657 Jy ! Component: 3050 - total flux cleaned = -0.00633895 Jy ! Component: 3100 - total flux cleaned = -0.00650002 Jy ! Component: 3150 - total flux cleaned = -0.00660021 Jy ! Component: 3200 - total flux cleaned = -0.00677925 Jy ! Component: 3250 - total flux cleaned = -0.00695707 Jy ! Component: 3300 - total flux cleaned = -0.00707488 Jy ! Component: 3350 - total flux cleaned = -0.00715293 Jy ! Component: 3400 - total flux cleaned = -0.0072499 Jy ! Component: 3450 - total flux cleaned = -0.00744247 Jy ! Component: 3500 - total flux cleaned = -0.00769087 Jy ! Component: 3550 - total flux cleaned = -0.00767186 Jy ! Component: 3600 - total flux cleaned = -0.00780418 Jy ! Component: 3650 - total flux cleaned = -0.00793566 Jy ! Component: 3700 - total flux cleaned = -0.00802888 Jy ! Component: 3750 - total flux cleaned = -0.00814032 Jy ! Component: 3800 - total flux cleaned = -0.00825085 Jy ! Component: 3850 - total flux cleaned = -0.00834253 Jy ! Component: 3900 - total flux cleaned = -0.0084337 Jy ! Component: 3950 - total flux cleaned = -0.00854252 Jy ! Component: 4000 - total flux cleaned = -0.0086148 Jy ! Component: 4050 - total flux cleaned = -0.00879438 Jy ! Total flux subtracted in 4096 components = -0.00884795 Jy ! Clean residual min=-0.001298 max=0.001030 Jy/beam ! Clean residual mean=-0.000002 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.227318 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 404 components and 0.227318 Jy ![Exited script file: muppet] wmap "J1416-1705_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 7.562 at 1.301 degrees (North through East) ! Clean map min=-0.0028972 max=0.16997 Jy/beam ! Writing clean map to FITS file: J1416-1705_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.169972 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000302723 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.534306 0.534306 1.06861 2.13723 4.27445 8.5489 17.0978 34.1956 68.3912 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.169 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.431 x 7.562 at 1.301 degrees (North through East) ! Clean map min=-0.0028972 max=0.16997 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 J1416-1705_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:38:30 2019