! Started logfile: J0853-0150_S_2017_03_23_pus_uvs.log on Mon May 13 09:54:50 2019 obs J0853-0150_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0853-0150_S_2017_03_23_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.923699 visibilities/baseline/integration-bin. ! Found source: J0853-0150 ! ! 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 481 lines of history. ! ! Reading 23776 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 J0853-0150_S_2017_03_23_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 260 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 647 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.958508Jy sigma=0.007702 ! Fit after self-cal, rms=0.927795Jy sigma=0.007478 ! 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.836 mas, bmaj=7.291 mas, bpa=-5.955 degrees ! Estimated noise=958.369 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.0537578 Jy ! Component: 100 - total flux cleaned = 0.0695583 Jy ! Total flux subtracted in 100 components = 0.0695583 Jy ! Clean residual min=-0.004060 max=0.006647 Jy/beam ! Clean residual mean=0.000011 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.0695583 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0695583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095474Jy sigma=0.000707 ! Fit after self-cal, rms=0.095336Jy sigma=0.000705 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00776384 Jy ! Component: 100 - total flux cleaned = 0.011873 Jy ! Total flux subtracted in 100 components = 0.011873 Jy ! Clean residual min=-0.003928 max=0.004272 Jy/beam ! Clean residual mean=0.000006 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.0814313 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 25 components and 0.0814313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094388Jy sigma=0.000698 ! Fit after self-cal, rms=0.094341Jy sigma=0.000698 ! 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.463 mas, bmaj=8.002 mas, bpa=-2.671 degrees ! Estimated noise=688.248 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 (5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00585162 Jy ! Component: 100 - total flux cleaned = 0.00915222 Jy ! Component: 150 - total flux cleaned = 0.0114043 Jy ! Component: 200 - total flux cleaned = 0.0130841 Jy ! Total flux subtracted in 200 components = 0.0130841 Jy ! Clean residual min=-0.003467 max=0.003773 Jy/beam ! Clean residual mean=-0.000011 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.0945153 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 58 components and 0.0945153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093882Jy sigma=0.000695 ! Fit after self-cal, rms=0.093844Jy sigma=0.000695 ! 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.00 FD 0.94 HN 1.02 KP 1.03 ! LA 0.89 MK 1.33 NL 0.95 OV 1.01 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.01 KP 1.03 ! LA 0.98 MK 1.11 NL 1.01 OV 1.09 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00 HN 0.95 KP 0.85 ! LA 0.79 MK 1.01 NL 1.16 OV 0.97 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 0.82 KP 1.00* ! LA 0.86 MK 0.97 NL 1.00* OV 1.42 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.093844Jy sigma=0.000695 ! Fit after self-cal, rms=0.092301Jy sigma=0.000690 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.54 mas, bmaj=8.126 mas, bpa=-1.983 degrees ! Estimated noise=688.321 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 (20.5, 14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00320698 Jy ! Component: 100 - total flux cleaned = 0.00510634 Jy ! Component: 150 - total flux cleaned = 0.00561918 Jy ! Component: 200 - total flux cleaned = 0.00585691 Jy ! Total flux subtracted in 200 components = 0.00585691 Jy ! Clean residual min=-0.002823 max=0.002694 Jy/beam ! Clean residual mean=-0.000015 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.100372 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 79 components and 0.100372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092164Jy sigma=0.000689 ! Fit after self-cal, rms=0.092164Jy sigma=0.000688 ! 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.092164Jy sigma=0.000688 ! Fit after self-cal, rms=0.093590Jy sigma=0.000683 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.506 mas, bmaj=8.132 mas, bpa=-2.004 degrees ! Estimated noise=691.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143845 Jy ! Component: 100 - total flux cleaned = 0.0019278 Jy ! Component: 150 - total flux cleaned = 0.00212044 Jy ! Component: 200 - total flux cleaned = 0.00219132 Jy ! Total flux subtracted in 200 components = 0.00219132 Jy ! Clean residual min=-0.002542 max=0.002239 Jy/beam ! Clean residual mean=-0.000009 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.102564 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 99 components and 0.102564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093548Jy sigma=0.000682 ! Fit after self-cal, rms=0.093671Jy sigma=0.000682 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.000509015 Jy ! Component: 100 - total flux cleaned = 0.000543484 Jy ! Component: 150 - total flux cleaned = 0.000575837 Jy ! Component: 200 - total flux cleaned = 0.000575239 Jy ! Total flux subtracted in 200 components = 0.000575239 Jy ! Clean residual min=-0.002481 max=0.002187 Jy/beam ! Clean residual mean=-0.000009 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.103139 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 106 components and 0.103139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093644Jy sigma=0.000682 ! Fit after self-cal, rms=0.093642Jy sigma=0.000682 ! 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.093642Jy sigma=0.000682 ! Fit after self-cal, rms=0.095063Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.492 mas, bmaj=8.111 mas, bpa=-1.922 degrees ! Estimated noise=689.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.09874e-05 Jy ! Component: 100 - total flux cleaned = -6.12664e-05 Jy ! Component: 150 - total flux cleaned = -5.98299e-05 Jy ! Component: 200 - total flux cleaned = -8.67199e-05 Jy ! Total flux subtracted in 200 components = -8.67199e-05 Jy ! Clean residual min=-0.002361 max=0.002235 Jy/beam ! Clean residual mean=-0.000004 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.103052 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 122 components and 0.103052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095043Jy sigma=0.000680 ! Fit after self-cal, rms=0.095188Jy sigma=0.000680 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.14497e-05 Jy ! Component: 100 - total flux cleaned = -7.20069e-05 Jy ! Component: 150 - total flux cleaned = -9.62724e-05 Jy ! Component: 200 - total flux cleaned = -0.000141339 Jy ! Total flux subtracted in 200 components = -0.000141339 Jy ! Clean residual min=-0.002343 max=0.002165 Jy/beam ! Clean residual mean=-0.000004 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.102911 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 129 components and 0.102911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095174Jy sigma=0.000680 ! Fit after self-cal, rms=0.095172Jy sigma=0.000680 ! 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.095172Jy sigma=0.000680 ! Fit after self-cal, rms=0.096334Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.65 mas, bmaj=12.59 mas, bpa=1.525 degrees ! Estimated noise=847.299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134561 Jy ! Component: 100 - total flux cleaned = -0.000232651 Jy ! Component: 150 - total flux cleaned = -0.000283957 Jy ! Component: 200 - total flux cleaned = -0.000344807 Jy ! Total flux subtracted in 200 components = -0.000344807 Jy ! Clean residual min=-0.002404 max=0.002614 Jy/beam ! Clean residual mean=-0.000008 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.102566 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 144 components and 0.102566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096331Jy sigma=0.000680 ! Fit after self-cal, rms=0.096400Jy sigma=0.000680 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 = -6.74391e-05 Jy ! Component: 100 - total flux cleaned = -0.000108627 Jy ! Component: 150 - total flux cleaned = -0.000147443 Jy ! Component: 200 - total flux cleaned = -0.000183264 Jy ! Total flux subtracted in 200 components = -0.000183264 Jy ! Clean residual min=-0.002399 max=0.002613 Jy/beam ! Clean residual mean=-0.000009 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.102383 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 149 components and 0.102383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096399Jy sigma=0.000680 ! Fit after self-cal, rms=0.096400Jy sigma=0.000680 ! 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.486 mas, bmaj=8.104 mas, bpa=-1.9 degrees ! Estimated noise=689.468 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.486 x 8.104 at -1.9 degrees (North through East) ! Clean map min=-0.0022231 max=0.071995 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.858 mas, bmaj=7.344 mas, bpa=-4.742 degrees ! Estimated noise=986.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0540901 Jy ! Component: 100 - total flux cleaned = 0.0704775 Jy ! Component: 150 - total flux cleaned = 0.0783292 Jy ! Component: 200 - total flux cleaned = 0.083601 Jy ! Total flux subtracted in 200 components = 0.083601 Jy ! Clean residual min=-0.003328 max=0.003284 Jy/beam ! Clean residual mean=0.000006 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.0836011 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0836011 Jy ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=8.104 mas, bpa=-1.9 degrees ! Estimated noise=689.468 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.00584976 Jy ! Component: 100 - total flux cleaned = 0.00943288 Jy ! Component: 150 - total flux cleaned = 0.0120219 Jy ! Component: 200 - total flux cleaned = 0.0140211 Jy ! Total flux subtracted in 200 components = 0.0140211 Jy ! Clean residual min=-0.002600 max=0.002425 Jy/beam ! Clean residual mean=-0.000003 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0976222 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 56 components and 0.0976222 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.65 mas, bmaj=12.59 mas, bpa=1.525 degrees ! Estimated noise=847.299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218501 Jy ! Component: 100 - total flux cleaned = 0.003571 Jy ! Component: 150 - total flux cleaned = 0.00408519 Jy ! Component: 200 - total flux cleaned = 0.00426328 Jy ! Total flux subtracted in 200 components = 0.00426328 Jy ! Clean residual min=-0.002505 max=0.002489 Jy/beam ! Clean residual mean=-0.000008 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.101885 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.000120919 Jy ! Component: 100 - total flux cleaned = 0.00020003 Jy ! Component: 150 - total flux cleaned = 0.000271627 Jy ! Component: 200 - total flux cleaned = 0.000355782 Jy ! Total flux subtracted in 200 components = 0.000355782 Jy ! Clean residual min=-0.002426 max=0.002557 Jy/beam ! Clean residual mean=-0.000008 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.102241 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 100 components and 0.102241 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=8.104 mas, bpa=-1.9 degrees ! Estimated noise=689.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000392964 Jy ! Component: 100 - total flux cleaned = 0.0004773 Jy ! Component: 150 - total flux cleaned = 0.000514033 Jy ! Component: 200 - total flux cleaned = 0.000548811 Jy ! Total flux subtracted in 200 components = 0.000548811 Jy ! Clean residual min=-0.002455 max=0.002258 Jy/beam ! Clean residual mean=-0.000004 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.10279 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 114 components and 0.10279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096425Jy sigma=0.000680 ! Fit after self-cal, rms=0.096424Jy sigma=0.000680 wmodel J0853-0150_S_2017_03_23_pus_map.mod ! Writing 114 model components to file: J0853-0150_S_2017_03_23_pus_map.mod wobs J0853-0150_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0853-0150_S_2017_03_23_pus_uvs.fits wwins J0853-0150_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J0853-0150_S_2017_03_23_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.000227711 Jy ! Component: 100 - total flux cleaned = 0.000199782 Jy ! Component: 150 - total flux cleaned = 0.000634946 Jy ! Component: 200 - total flux cleaned = 0.000983614 Jy ! Component: 250 - total flux cleaned = 0.00132017 Jy ! Component: 300 - total flux cleaned = 0.00170503 Jy ! Component: 350 - total flux cleaned = 0.00199338 Jy ! Component: 400 - total flux cleaned = 0.00227576 Jy ! Component: 450 - total flux cleaned = 0.00255135 Jy ! Component: 500 - total flux cleaned = 0.0027405 Jy ! Component: 550 - total flux cleaned = 0.00305822 Jy ! Component: 600 - total flux cleaned = 0.00326584 Jy ! Component: 650 - total flux cleaned = 0.00352093 Jy ! Component: 700 - total flux cleaned = 0.00377128 Jy ! Component: 750 - total flux cleaned = 0.00396817 Jy ! Component: 800 - total flux cleaned = 0.00416219 Jy ! Component: 850 - total flux cleaned = 0.00435346 Jy ! Component: 900 - total flux cleaned = 0.00456536 Jy ! Component: 950 - total flux cleaned = 0.00475106 Jy ! Component: 1000 - total flux cleaned = 0.00491171 Jy ! Component: 1050 - total flux cleaned = 0.00520575 Jy ! Component: 1100 - total flux cleaned = 0.00536194 Jy ! Component: 1150 - total flux cleaned = 0.00562691 Jy ! Component: 1200 - total flux cleaned = 0.00580177 Jy ! Component: 1250 - total flux cleaned = 0.00601785 Jy ! Component: 1300 - total flux cleaned = 0.00627447 Jy ! Component: 1350 - total flux cleaned = 0.00640142 Jy ! Component: 1400 - total flux cleaned = 0.00659003 Jy ! Component: 1450 - total flux cleaned = 0.00681798 Jy ! Component: 1500 - total flux cleaned = 0.00692029 Jy ! Component: 1550 - total flux cleaned = 0.00704218 Jy ! Component: 1600 - total flux cleaned = 0.00718279 Jy ! Component: 1650 - total flux cleaned = 0.00734217 Jy ! Component: 1700 - total flux cleaned = 0.00748037 Jy ! Component: 1750 - total flux cleaned = 0.00761738 Jy ! Component: 1800 - total flux cleaned = 0.00775317 Jy ! Component: 1850 - total flux cleaned = 0.00792607 Jy ! Component: 1900 - total flux cleaned = 0.00802109 Jy ! Component: 1950 - total flux cleaned = 0.00815329 Jy ! Component: 2000 - total flux cleaned = 0.00826558 Jy ! Component: 2050 - total flux cleaned = 0.00848806 Jy ! Component: 2100 - total flux cleaned = 0.00856151 Jy ! Component: 2150 - total flux cleaned = 0.0086345 Jy ! Component: 2200 - total flux cleaned = 0.00874304 Jy ! Component: 2250 - total flux cleaned = 0.00888677 Jy ! Component: 2300 - total flux cleaned = 0.00892249 Jy ! Component: 2350 - total flux cleaned = 0.00908176 Jy ! Component: 2400 - total flux cleaned = 0.00918675 Jy ! Component: 2450 - total flux cleaned = 0.00923893 Jy ! Component: 2500 - total flux cleaned = 0.00930814 Jy ! Component: 2550 - total flux cleaned = 0.00939377 Jy ! Component: 2600 - total flux cleaned = 0.00951279 Jy ! Component: 2650 - total flux cleaned = 0.00951271 Jy ! Component: 2700 - total flux cleaned = 0.00954611 Jy ! Component: 2750 - total flux cleaned = 0.00962955 Jy ! Component: 2800 - total flux cleaned = 0.00964606 Jy ! Component: 2850 - total flux cleaned = 0.00972809 Jy ! Component: 2900 - total flux cleaned = 0.00977691 Jy ! Component: 2950 - total flux cleaned = 0.00977688 Jy ! Component: 3000 - total flux cleaned = 0.00980893 Jy ! Component: 3050 - total flux cleaned = 0.00985692 Jy ! Component: 3100 - total flux cleaned = 0.00996774 Jy ! Component: 3150 - total flux cleaned = 0.00996767 Jy ! Component: 3200 - total flux cleaned = 0.00998322 Jy ! Component: 3250 - total flux cleaned = 0.00999883 Jy ! Component: 3300 - total flux cleaned = 0.0100296 Jy ! Component: 3350 - total flux cleaned = 0.0101064 Jy ! Component: 3400 - total flux cleaned = 0.0100607 Jy ! Component: 3450 - total flux cleaned = 0.0101059 Jy ! Component: 3500 - total flux cleaned = 0.010121 Jy ! Component: 3550 - total flux cleaned = 0.0101809 Jy ! Component: 3600 - total flux cleaned = 0.0101808 Jy ! Component: 3650 - total flux cleaned = 0.0101956 Jy ! Component: 3700 - total flux cleaned = 0.0102689 Jy ! Component: 3750 - total flux cleaned = 0.0103273 Jy ! Component: 3800 - total flux cleaned = 0.0103563 Jy ! Component: 3850 - total flux cleaned = 0.0103995 Jy ! Component: 3900 - total flux cleaned = 0.0103994 Jy ! Component: 3950 - total flux cleaned = 0.0104562 Jy ! Component: 4000 - total flux cleaned = 0.0104844 Jy ! Component: 4050 - total flux cleaned = 0.0104844 Jy ! Total flux subtracted in 4096 components = 0.0105405 Jy ! Clean residual min=-0.000882 max=0.000711 Jy/beam ! Clean residual mean=0.000001 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.113331 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 406 components and 0.113331 Jy ![Exited script file: muppet] wmap "J0853-0150_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.486 x 8.104 at -1.9 degrees (North through East) ! Clean map min=-0.0020032 max=0.072129 Jy/beam ! Writing clean map to FITS file: J0853-0150_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0721293 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000263839 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.09736 1.09736 2.19472 4.38944 8.77888 17.5578 35.1155 70.231 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.072 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.486 x 8.104 at -1.9 degrees (North through East) ! Clean map min=-0.0020032 max=0.072129 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 J0853-0150_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:54:56 2019