! Started logfile: J2236-1706_S_2017_02_24_pus_uvs.log on Sat May 4 11:36:14 2019 obs J2236-1706_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2236-1706_S_2017_02_24_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.861376 visibilities/baseline/integration-bin. ! Found source: J2236-1706 ! ! 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 823 lines of history. ! ! Reading 13024 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 J2236-1706_S_2017_02_24_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 62 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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 274 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811407Jy sigma=0.005741 ! Fit after self-cal, rms=0.793706Jy sigma=0.005622 ! 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.477 mas, bmaj=6.756 mas, bpa=-5.845 degrees ! Estimated noise=1373.25 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.156924 Jy ! Component: 100 - total flux cleaned = 0.191681 Jy ! Total flux subtracted in 100 components = 0.191681 Jy ! Clean residual min=-0.005990 max=0.015641 Jy/beam ! Clean residual mean=0.000011 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.191681 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.191681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107622Jy sigma=0.000729 ! Fit after self-cal, rms=0.107622Jy sigma=0.000729 ! Inverting map ! Added new window around map position (3.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164362 Jy ! Component: 100 - total flux cleaned = 0.0269407 Jy ! Total flux subtracted in 100 components = 0.0269407 Jy ! Clean residual min=-0.005778 max=0.008313 Jy/beam ! Clean residual mean=0.000009 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.218622 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 21 components and 0.218622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103117Jy sigma=0.000696 ! Fit after self-cal, rms=0.102998Jy sigma=0.000695 ! 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.126 mas, bmaj=7.991 mas, bpa=-6.065 degrees ! Estimated noise=945.309 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.0142685 Jy ! Component: 100 - total flux cleaned = 0.0220522 Jy ! Component: 150 - total flux cleaned = 0.0265853 Jy ! Component: 200 - total flux cleaned = 0.0279474 Jy ! Total flux subtracted in 200 components = 0.0279474 Jy ! Clean residual min=-0.005681 max=0.006622 Jy/beam ! Clean residual mean=0.000015 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.246569 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 47 components and 0.246569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100983Jy sigma=0.000681 ! Fit after self-cal, rms=0.100886Jy sigma=0.000681 ! 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.87 FD 1.02 HN 1.06 KP 0.97 ! LA 0.96 MK 0.97 NL 1.01 OV 1.07 ! PT 1.03 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.92 HN 1.08 KP 0.91 ! LA 0.94 MK 0.99 NL 0.96 OV 1.09 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.96 HN 1.03 KP 0.99 ! LA 1.04 MK 1.02 NL 1.10 OV 1.01 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.00 KP 1.00* ! LA 0.96 MK 1.03 NL 1.00* OV 1.03 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.100886Jy sigma=0.000681 ! Fit after self-cal, rms=0.099524Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.125 mas, bmaj=7.928 mas, bpa=-5.632 degrees ! Estimated noise=940.89 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.00119933 Jy ! Component: 100 - total flux cleaned = 0.00131001 Jy ! Component: 150 - total flux cleaned = 0.00140263 Jy ! Component: 200 - total flux cleaned = 0.00144364 Jy ! Total flux subtracted in 200 components = 0.00144364 Jy ! Clean residual min=-0.005003 max=0.004283 Jy/beam ! Clean residual mean=0.000006 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.248012 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.248012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099470Jy sigma=0.000670 ! Fit after self-cal, rms=0.099479Jy sigma=0.000670 ! 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.099479Jy sigma=0.000670 ! Fit after self-cal, rms=0.099705Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=7.927 mas, bpa=-5.693 degrees ! Estimated noise=940.583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758446 Jy ! Component: 100 - total flux cleaned = 0.000684432 Jy ! Component: 150 - total flux cleaned = 0.000624257 Jy ! Component: 200 - total flux cleaned = 0.000624536 Jy ! Total flux subtracted in 200 components = 0.000624536 Jy ! Clean residual min=-0.003612 max=0.003275 Jy/beam ! Clean residual mean=-0.000000 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.248637 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.248637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099673Jy sigma=0.000663 ! Fit after self-cal, rms=0.099682Jy sigma=0.000663 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.37053e-05 Jy ! Component: 100 - total flux cleaned = -7.65706e-05 Jy ! Component: 150 - total flux cleaned = -0.000142587 Jy ! Component: 200 - total flux cleaned = -0.000181236 Jy ! Total flux subtracted in 200 components = -0.000181236 Jy ! Clean residual min=-0.003583 max=0.003278 Jy/beam ! Clean residual mean=-0.000000 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.248456 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.248456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099669Jy sigma=0.000663 ! Fit after self-cal, rms=0.099667Jy sigma=0.000663 ! 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.099667Jy sigma=0.000663 ! Fit after self-cal, rms=0.099611Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=7.928 mas, bpa=-5.671 degrees ! Estimated noise=940.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000332649 Jy ! Component: 100 - total flux cleaned = 0.00027014 Jy ! Component: 150 - total flux cleaned = 0.000270098 Jy ! Component: 200 - total flux cleaned = 0.000253282 Jy ! Total flux subtracted in 200 components = 0.000253282 Jy ! Clean residual min=-0.003153 max=0.003325 Jy/beam ! Clean residual mean=0.000000 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.248709 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.248709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099601Jy sigma=0.000662 ! Fit after self-cal, rms=0.099603Jy sigma=0.000662 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 (-7.5, 62.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00307122 Jy ! Component: 100 - total flux cleaned = 0.00426658 Jy ! Component: 150 - total flux cleaned = 0.00466473 Jy ! Component: 200 - total flux cleaned = 0.00499178 Jy ! Total flux subtracted in 200 components = 0.00499178 Jy ! Clean residual min=-0.002971 max=0.002672 Jy/beam ! Clean residual mean=0.000000 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.253701 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.253701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099503Jy sigma=0.000661 ! Fit after self-cal, rms=0.099495Jy sigma=0.000661 ! 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.099495Jy sigma=0.000661 ! Fit after self-cal, rms=0.099410Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.61 mas, bmaj=15.63 mas, bpa=1.837 degrees ! Estimated noise=1192.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153196 Jy ! Component: 100 - total flux cleaned = 0.00252418 Jy ! Component: 150 - total flux cleaned = 0.00290125 Jy ! Component: 200 - total flux cleaned = 0.00301941 Jy ! Total flux subtracted in 200 components = 0.00301941 Jy ! Clean residual min=-0.003089 max=0.003492 Jy/beam ! Clean residual mean=-0.000003 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.25672 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 101 components and 0.25672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099404Jy sigma=0.000661 ! Fit after self-cal, rms=0.099403Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000276672 Jy ! Component: 100 - total flux cleaned = 0.000321744 Jy ! Component: 150 - total flux cleaned = 0.000401615 Jy ! Component: 200 - total flux cleaned = 0.000454211 Jy ! Total flux subtracted in 200 components = 0.000454211 Jy ! Clean residual min=-0.003072 max=0.003492 Jy/beam ! Clean residual mean=-0.000003 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.257174 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 107 components and 0.257174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099401Jy sigma=0.000661 ! Fit after self-cal, rms=0.099400Jy sigma=0.000661 ! 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.117 mas, bmaj=7.926 mas, bpa=-5.662 degrees ! Estimated noise=939.715 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.117 x 7.926 at -5.662 degrees (North through East) ! Clean map min=-0.0026987 max=0.20546 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.461 mas, bmaj=6.681 mas, bpa=-5.386 degrees ! Estimated noise=1368.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.156141 Jy ! Component: 100 - total flux cleaned = 0.192325 Jy ! Component: 150 - total flux cleaned = 0.210187 Jy ! Component: 200 - total flux cleaned = 0.221691 Jy ! Total flux subtracted in 200 components = 0.221691 Jy ! Clean residual min=-0.003887 max=0.006552 Jy/beam ! Clean residual mean=0.000002 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.221691 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.221691 Jy ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.926 mas, bpa=-5.662 degrees ! Estimated noise=939.715 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.012292 Jy ! Component: 100 - total flux cleaned = 0.0188258 Jy ! Component: 150 - total flux cleaned = 0.0230091 Jy ! Component: 200 - total flux cleaned = 0.0259781 Jy ! Total flux subtracted in 200 components = 0.0259781 Jy ! Clean residual min=-0.003141 max=0.003244 Jy/beam ! Clean residual mean=0.000001 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.247669 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 57 components and 0.247669 Jy ! Inverting map ! Added new window around map position (8, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00310271 Jy ! Component: 100 - total flux cleaned = 0.00462258 Jy ! Component: 150 - total flux cleaned = 0.00535379 Jy ! Component: 200 - total flux cleaned = 0.00599848 Jy ! Total flux subtracted in 200 components = 0.00599848 Jy ! Clean residual min=-0.002741 max=0.002441 Jy/beam ! Clean residual mean=-0.000000 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.253668 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 85 components and 0.253668 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.61 mas, bmaj=15.63 mas, bpa=1.837 degrees ! Estimated noise=1192.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220761 Jy ! Component: 100 - total flux cleaned = 0.00344197 Jy ! Component: 150 - total flux cleaned = 0.00390169 Jy ! Component: 200 - total flux cleaned = 0.00424245 Jy ! Total flux subtracted in 200 components = 0.00424245 Jy ! Clean residual min=-0.002815 max=0.003081 Jy/beam ! Clean residual mean=-0.000003 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.25791 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 = 8.83409e-05 Jy ! Component: 100 - total flux cleaned = 0.00016746 Jy ! Component: 150 - total flux cleaned = 0.00023991 Jy ! Component: 200 - total flux cleaned = 0.0002845 Jy ! Total flux subtracted in 200 components = 0.0002845 Jy ! Clean residual min=-0.002771 max=0.003080 Jy/beam ! Clean residual mean=-0.000003 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.258195 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 123 components and 0.258195 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.926 mas, bpa=-5.662 degrees ! Estimated noise=939.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000339205 Jy ! Component: 100 - total flux cleaned = -0.000340474 Jy ! Component: 150 - total flux cleaned = -0.000374649 Jy ! Component: 200 - total flux cleaned = -0.000344139 Jy ! Total flux subtracted in 200 components = -0.000344139 Jy ! Clean residual min=-0.002647 max=0.002436 Jy/beam ! Clean residual mean=-0.000001 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.25785 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 140 components and 0.257851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099372Jy sigma=0.000660 ! Fit after self-cal, rms=0.099362Jy sigma=0.000660 wmodel J2236-1706_S_2017_02_24_pus_map.mod ! Writing 140 model components to file: J2236-1706_S_2017_02_24_pus_map.mod wobs J2236-1706_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2236-1706_S_2017_02_24_pus_uvs.fits wwins J2236-1706_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J2236-1706_S_2017_02_24_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.000343847 Jy ! Component: 100 - total flux cleaned = 0.00105934 Jy ! Component: 150 - total flux cleaned = 0.00169152 Jy ! Component: 200 - total flux cleaned = 0.00225694 Jy ! Component: 250 - total flux cleaned = 0.00265694 Jy ! Component: 300 - total flux cleaned = 0.00293865 Jy ! Component: 350 - total flux cleaned = 0.00293895 Jy ! Component: 400 - total flux cleaned = 0.00303882 Jy ! Component: 450 - total flux cleaned = 0.0030713 Jy ! Component: 500 - total flux cleaned = 0.00310252 Jy ! Component: 550 - total flux cleaned = 0.00319646 Jy ! Component: 600 - total flux cleaned = 0.00325796 Jy ! Component: 650 - total flux cleaned = 0.00340959 Jy ! Component: 700 - total flux cleaned = 0.00337912 Jy ! Component: 750 - total flux cleaned = 0.00355675 Jy ! Component: 800 - total flux cleaned = 0.00364401 Jy ! Component: 850 - total flux cleaned = 0.00370133 Jy ! Component: 900 - total flux cleaned = 0.00390032 Jy ! Component: 950 - total flux cleaned = 0.00395613 Jy ! Component: 1000 - total flux cleaned = 0.00409449 Jy ! Component: 1050 - total flux cleaned = 0.00425851 Jy ! Component: 1100 - total flux cleaned = 0.00436652 Jy ! Component: 1150 - total flux cleaned = 0.0045802 Jy ! Component: 1200 - total flux cleaned = 0.0045535 Jy ! Component: 1250 - total flux cleaned = 0.00471065 Jy ! Component: 1300 - total flux cleaned = 0.00478812 Jy ! Component: 1350 - total flux cleaned = 0.00483898 Jy ! Component: 1400 - total flux cleaned = 0.0049402 Jy ! Component: 1450 - total flux cleaned = 0.00498998 Jy ! Component: 1500 - total flux cleaned = 0.00499029 Jy ! Component: 1550 - total flux cleaned = 0.00506386 Jy ! Component: 1600 - total flux cleaned = 0.00516076 Jy ! Component: 1650 - total flux cleaned = 0.00513638 Jy ! Component: 1700 - total flux cleaned = 0.00518404 Jy ! Component: 1750 - total flux cleaned = 0.00518407 Jy ! Component: 1800 - total flux cleaned = 0.00520758 Jy ! Component: 1850 - total flux cleaned = 0.00532297 Jy ! Component: 1900 - total flux cleaned = 0.00532283 Jy ! Component: 1950 - total flux cleaned = 0.00530028 Jy ! Component: 2000 - total flux cleaned = 0.00534513 Jy ! Component: 2050 - total flux cleaned = 0.00538994 Jy ! Component: 2100 - total flux cleaned = 0.00554473 Jy ! Component: 2150 - total flux cleaned = 0.00547861 Jy ! Component: 2200 - total flux cleaned = 0.00556583 Jy ! Component: 2250 - total flux cleaned = 0.00556591 Jy ! Component: 2300 - total flux cleaned = 0.00565174 Jy ! Component: 2350 - total flux cleaned = 0.00563041 Jy ! Component: 2400 - total flux cleaned = 0.00575704 Jy ! Component: 2450 - total flux cleaned = 0.00567317 Jy ! Component: 2500 - total flux cleaned = 0.00571487 Jy ! Component: 2550 - total flux cleaned = 0.00573535 Jy ! Component: 2600 - total flux cleaned = 0.00585842 Jy ! Component: 2650 - total flux cleaned = 0.00583815 Jy ! Component: 2700 - total flux cleaned = 0.00593941 Jy ! Component: 2750 - total flux cleaned = 0.00597979 Jy ! Component: 2800 - total flux cleaned = 0.00605919 Jy ! Component: 2850 - total flux cleaned = 0.00607904 Jy ! Component: 2900 - total flux cleaned = 0.00609865 Jy ! Component: 2950 - total flux cleaned = 0.00609868 Jy ! Component: 3000 - total flux cleaned = 0.00617621 Jy ! Component: 3050 - total flux cleaned = 0.00617599 Jy ! Component: 3100 - total flux cleaned = 0.00619526 Jy ! Component: 3150 - total flux cleaned = 0.0061761 Jy ! Component: 3200 - total flux cleaned = 0.00611954 Jy ! Component: 3250 - total flux cleaned = 0.00621359 Jy ! Component: 3300 - total flux cleaned = 0.0061949 Jy ! Component: 3350 - total flux cleaned = 0.00621358 Jy ! Component: 3400 - total flux cleaned = 0.00621372 Jy ! Component: 3450 - total flux cleaned = 0.00626865 Jy ! Component: 3500 - total flux cleaned = 0.00626876 Jy ! Component: 3550 - total flux cleaned = 0.00628696 Jy ! Component: 3600 - total flux cleaned = 0.00628689 Jy ! Component: 3650 - total flux cleaned = 0.00630479 Jy ! Component: 3700 - total flux cleaned = 0.00623376 Jy ! Component: 3750 - total flux cleaned = 0.00632194 Jy ! Component: 3800 - total flux cleaned = 0.00628677 Jy ! Component: 3850 - total flux cleaned = 0.00628681 Jy ! Component: 3900 - total flux cleaned = 0.00628684 Jy ! Component: 3950 - total flux cleaned = 0.00620046 Jy ! Component: 4000 - total flux cleaned = 0.00623501 Jy ! Component: 4050 - total flux cleaned = 0.00623498 Jy ! Total flux subtracted in 4096 components = 0.00623495 Jy ! Clean residual min=-0.001067 max=0.001132 Jy/beam ! Clean residual mean=0.000001 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.264086 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 426 components and 0.264086 Jy ![Exited script file: muppet] wmap "J2236-1706_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.117 x 7.926 at -5.662 degrees (North through East) ! Clean map min=-0.0017006 max=0.20467 Jy/beam ! Writing clean map to FITS file: J2236-1706_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.204674 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000312669 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.458292 0.458292 0.916585 1.83317 3.66634 7.33268 14.6654 29.3307 58.6614 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.204 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.117 x 7.926 at -5.662 degrees (North through East) ! Clean map min=-0.0017006 max=0.20467 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 J2236-1706_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:36:19 2019