! Started logfile: J1456-0617_S_2017_02_24_pus_uvs.log on Sat May 4 11:29:07 2019 obs J1456-0617_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1456-0617_S_2017_02_24_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959524 visibilities/baseline/integration-bin. ! Found source: J1456-0617 ! ! 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 14508 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 J1456-0617_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 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.917578Jy sigma=0.007388 ! Fit after self-cal, rms=0.898591Jy sigma=0.007324 ! 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.845 mas, bmaj=7.15 mas, bpa=-2.995 degrees ! Estimated noise=1041.27 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.0834039 Jy ! Component: 100 - total flux cleaned = 0.101607 Jy ! Total flux subtracted in 100 components = 0.101607 Jy ! Clean residual min=-0.006272 max=0.012742 Jy/beam ! Clean residual mean=-0.000003 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.101607 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.101607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203272Jy sigma=0.000729 ! Fit after self-cal, rms=0.203266Jy sigma=0.000729 ! Inverting map ! Added new window around map position (16, 13.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107914 Jy ! Component: 100 - total flux cleaned = 0.0168123 Jy ! Total flux subtracted in 100 components = 0.0168123 Jy ! Clean residual min=-0.005583 max=0.005743 Jy/beam ! Clean residual mean=-0.000004 rms=0.001361 Jy/beam ! Combined flux in latest and established models = 0.118419 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.118419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202263Jy sigma=0.000718 ! Fit after self-cal, rms=0.202155Jy sigma=0.000717 ! 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.432 mas, bmaj=8.14 mas, bpa=-2.188 degrees ! Estimated noise=815.211 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.00715507 Jy ! Component: 100 - total flux cleaned = 0.0113472 Jy ! Component: 150 - total flux cleaned = 0.0139625 Jy ! Component: 200 - total flux cleaned = 0.0150936 Jy ! Total flux subtracted in 200 components = 0.0150936 Jy ! Clean residual min=-0.004626 max=0.004299 Jy/beam ! Clean residual mean=-0.000008 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.133513 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 36 components and 0.133513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201391Jy sigma=0.000715 ! Fit after self-cal, rms=0.201351Jy sigma=0.000715 ! 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.94 FD 1.00 HN 1.07 KP 0.97 ! LA 0.93 MK 1.03 NL 1.03 OV 1.02 ! PT 1.01 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.90 HN 1.02 KP 0.93 ! LA 0.91 MK 1.03 NL 1.21 OV 1.07 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 HN 1.04 KP 1.03 ! LA 1.00 MK 1.05 NL 1.06 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.70 HN 0.93 KP 1.00* ! LA 0.83 MK 1.22 NL 1.00* OV 0.94 ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.201351Jy sigma=0.000715 ! Fit after self-cal, rms=0.211803Jy sigma=0.000702 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=8.163 mas, bpa=-1.219 degrees ! Estimated noise=833.047 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.00390914 Jy ! Component: 100 - total flux cleaned = 0.00553309 Jy ! Component: 150 - total flux cleaned = 0.00630895 Jy ! Component: 200 - total flux cleaned = 0.00663365 Jy ! Total flux subtracted in 200 components = 0.00663365 Jy ! Clean residual min=-0.004470 max=0.004219 Jy/beam ! Clean residual mean=-0.000012 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.140147 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 54 components and 0.140147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211285Jy sigma=0.000701 ! Fit after self-cal, rms=0.211311Jy sigma=0.000701 ! 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.211311Jy sigma=0.000701 ! Fit after self-cal, rms=0.211199Jy sigma=0.000686 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.474 mas, bmaj=8.182 mas, bpa=-0.8987 degrees ! Estimated noise=848.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179934 Jy ! Component: 100 - total flux cleaned = 0.00221541 Jy ! Component: 150 - total flux cleaned = 0.00235155 Jy ! Component: 200 - total flux cleaned = 0.00241174 Jy ! Total flux subtracted in 200 components = 0.00241174 Jy ! Clean residual min=-0.003566 max=0.003276 Jy/beam ! Clean residual mean=-0.000008 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.142558 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.142558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210760Jy sigma=0.000686 ! Fit after self-cal, rms=0.210861Jy sigma=0.000685 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.000159977 Jy ! Component: 100 - total flux cleaned = 0.000207828 Jy ! Component: 150 - total flux cleaned = 0.000159897 Jy ! Component: 200 - total flux cleaned = 0.000159883 Jy ! Total flux subtracted in 200 components = 0.000159883 Jy ! Clean residual min=-0.003577 max=0.003336 Jy/beam ! Clean residual mean=-0.000009 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.142718 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.142718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210680Jy sigma=0.000685 ! Fit after self-cal, rms=0.210674Jy sigma=0.000685 ! 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.210674Jy sigma=0.000685 ! Fit after self-cal, rms=0.119533Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=8.109 mas, bpa=-1.396 degrees ! Estimated noise=849.955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000811574 Jy ! Component: 100 - total flux cleaned = 0.000968005 Jy ! Component: 150 - total flux cleaned = 0.00100107 Jy ! Component: 200 - total flux cleaned = 0.00102736 Jy ! Total flux subtracted in 200 components = 0.00102736 Jy ! Clean residual min=-0.002482 max=0.003067 Jy/beam ! Clean residual mean=-0.000007 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.143746 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.143746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119499Jy sigma=0.000680 ! Fit after self-cal, rms=0.119455Jy 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 = 0.000193029 Jy ! Component: 100 - total flux cleaned = 9.95957e-05 Jy ! Component: 150 - total flux cleaned = 7.75034e-05 Jy ! Component: 200 - total flux cleaned = 3.75039e-05 Jy ! Total flux subtracted in 200 components = 3.75039e-05 Jy ! Clean residual min=-0.002568 max=0.003074 Jy/beam ! Clean residual mean=-0.000008 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.143783 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 83 components and 0.143783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119440Jy sigma=0.000680 ! Fit after self-cal, rms=0.119438Jy 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.119438Jy sigma=0.000680 ! Fit after self-cal, rms=0.119399Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.793 mas, bmaj=13.35 mas, bpa=2.549 degrees ! Estimated noise=1019.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012907 Jy ! Component: 100 - total flux cleaned = 0.00197894 Jy ! Component: 150 - total flux cleaned = 0.00206868 Jy ! Component: 200 - total flux cleaned = 0.00210913 Jy ! Total flux subtracted in 200 components = 0.00210913 Jy ! Clean residual min=-0.003078 max=0.004298 Jy/beam ! Clean residual mean=-0.000015 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.145892 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 95 components and 0.145892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119380Jy sigma=0.000680 ! Fit after self-cal, rms=0.119372Jy 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 = 0.000140851 Jy ! Component: 100 - total flux cleaned = 0.000159828 Jy ! Component: 150 - total flux cleaned = 0.000159705 Jy ! Component: 200 - total flux cleaned = 0.00016026 Jy ! Total flux subtracted in 200 components = 0.00016026 Jy ! Clean residual min=-0.003093 max=0.004282 Jy/beam ! Clean residual mean=-0.000015 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.146053 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 98 components and 0.146052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119368Jy sigma=0.000680 ! Fit after self-cal, rms=0.119365Jy 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.453 mas, bmaj=8.092 mas, bpa=-1.445 degrees ! Estimated noise=853.27 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.453 x 8.092 at -1.445 degrees (North through East) ! Clean map min=-0.0023951 max=0.11251 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.106 mas, bpa=-1.88 degrees ! Estimated noise=1102.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0881047 Jy ! Component: 100 - total flux cleaned = 0.111796 Jy ! Component: 150 - total flux cleaned = 0.123032 Jy ! Component: 200 - total flux cleaned = 0.129838 Jy ! Total flux subtracted in 200 components = 0.129838 Jy ! Clean residual min=-0.003760 max=0.004074 Jy/beam ! Clean residual mean=-0.000005 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.129838 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.129838 Jy ! Inverting map and beam ! Estimated beam: bmin=3.453 mas, bmaj=8.092 mas, bpa=-1.445 degrees ! Estimated noise=853.27 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.00597119 Jy ! Component: 100 - total flux cleaned = 0.00981642 Jy ! Component: 150 - total flux cleaned = 0.0119446 Jy ! Component: 200 - total flux cleaned = 0.0129433 Jy ! Total flux subtracted in 200 components = 0.0129433 Jy ! Clean residual min=-0.002558 max=0.003110 Jy/beam ! Clean residual mean=-0.000007 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.142781 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.142781 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.793 mas, bmaj=13.35 mas, bpa=2.549 degrees ! Estimated noise=1019.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223588 Jy ! Component: 100 - total flux cleaned = 0.00322544 Jy ! Component: 150 - total flux cleaned = 0.00338981 Jy ! Component: 200 - total flux cleaned = 0.00341686 Jy ! Total flux subtracted in 200 components = 0.00341686 Jy ! Clean residual min=-0.003148 max=0.004258 Jy/beam ! Clean residual mean=-0.000015 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.146198 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 = -1.76754e-06 Jy ! Component: 100 - total flux cleaned = -2.18467e-06 Jy ! Component: 150 - total flux cleaned = 1.6311e-05 Jy ! Component: 200 - total flux cleaned = 1.58088e-05 Jy ! Total flux subtracted in 200 components = 1.58088e-05 Jy ! Clean residual min=-0.003127 max=0.004241 Jy/beam ! Clean residual mean=-0.000015 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.146214 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 67 components and 0.146214 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.453 mas, bmaj=8.092 mas, bpa=-1.445 degrees ! Estimated noise=853.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.63255e-05 Jy ! Component: 100 - total flux cleaned = -0.000283309 Jy ! Component: 150 - total flux cleaned = -0.000420692 Jy ! Component: 200 - total flux cleaned = -0.000481663 Jy ! Total flux subtracted in 200 components = -0.000481663 Jy ! Clean residual min=-0.002433 max=0.002967 Jy/beam ! Clean residual mean=-0.000007 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.145732 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 79 components and 0.145732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119383Jy sigma=0.000680 ! Fit after self-cal, rms=0.119380Jy sigma=0.000680 wmodel J1456-0617_S_2017_02_24_pus_map.mod ! Writing 79 model components to file: J1456-0617_S_2017_02_24_pus_map.mod wobs J1456-0617_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1456-0617_S_2017_02_24_pus_uvs.fits wwins J1456-0617_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1456-0617_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.00135469 Jy ! Component: 100 - total flux cleaned = 0.0023273 Jy ! Component: 150 - total flux cleaned = 0.00306447 Jy ! Component: 200 - total flux cleaned = 0.00359378 Jy ! Component: 250 - total flux cleaned = 0.00389224 Jy ! Component: 300 - total flux cleaned = 0.00409967 Jy ! Component: 350 - total flux cleaned = 0.00425998 Jy ! Component: 400 - total flux cleaned = 0.00422155 Jy ! Component: 450 - total flux cleaned = 0.00437437 Jy ! Component: 500 - total flux cleaned = 0.00444811 Jy ! Component: 550 - total flux cleaned = 0.00448487 Jy ! Component: 600 - total flux cleaned = 0.00452084 Jy ! Component: 650 - total flux cleaned = 0.00448554 Jy ! Component: 700 - total flux cleaned = 0.00441693 Jy ! Component: 750 - total flux cleaned = 0.00441655 Jy ! Component: 800 - total flux cleaned = 0.00431659 Jy ! Component: 850 - total flux cleaned = 0.00434959 Jy ! Component: 900 - total flux cleaned = 0.00428497 Jy ! Component: 950 - total flux cleaned = 0.00431665 Jy ! Component: 1000 - total flux cleaned = 0.00419168 Jy ! Component: 1050 - total flux cleaned = 0.00419192 Jy ! Component: 1100 - total flux cleaned = 0.00407018 Jy ! Component: 1150 - total flux cleaned = 0.0040112 Jy ! Component: 1200 - total flux cleaned = 0.00407049 Jy ! Component: 1250 - total flux cleaned = 0.00392465 Jy ! Component: 1300 - total flux cleaned = 0.00389601 Jy ! Component: 1350 - total flux cleaned = 0.00389619 Jy ! Component: 1400 - total flux cleaned = 0.00389551 Jy ! Component: 1450 - total flux cleaned = 0.00381227 Jy ! Component: 1500 - total flux cleaned = 0.00373025 Jy ! Component: 1550 - total flux cleaned = 0.0036226 Jy ! Component: 1600 - total flux cleaned = 0.00359559 Jy ! Component: 1650 - total flux cleaned = 0.00349005 Jy ! Component: 1700 - total flux cleaned = 0.00343833 Jy ! Component: 1750 - total flux cleaned = 0.00338681 Jy ! Component: 1800 - total flux cleaned = 0.00333565 Jy ! Component: 1850 - total flux cleaned = 0.00325992 Jy ! Component: 1900 - total flux cleaned = 0.00325964 Jy ! Component: 1950 - total flux cleaned = 0.00313623 Jy ! Component: 2000 - total flux cleaned = 0.00306282 Jy ! Component: 2050 - total flux cleaned = 0.00301449 Jy ! Component: 2100 - total flux cleaned = 0.00303871 Jy ! Component: 2150 - total flux cleaned = 0.00289613 Jy ! Component: 2200 - total flux cleaned = 0.00294343 Jy ! Component: 2250 - total flux cleaned = 0.00296654 Jy ! Component: 2300 - total flux cleaned = 0.00294313 Jy ! Component: 2350 - total flux cleaned = 0.00289701 Jy ! Component: 2400 - total flux cleaned = 0.00294285 Jy ! Component: 2450 - total flux cleaned = 0.00298804 Jy ! Component: 2500 - total flux cleaned = 0.00305538 Jy ! Component: 2550 - total flux cleaned = 0.00309948 Jy ! Component: 2600 - total flux cleaned = 0.00314402 Jy ! Component: 2650 - total flux cleaned = 0.00331894 Jy ! Component: 2700 - total flux cleaned = 0.00336246 Jy ! Component: 2750 - total flux cleaned = 0.00340567 Jy ! Component: 2800 - total flux cleaned = 0.00351248 Jy ! Component: 2850 - total flux cleaned = 0.00353342 Jy ! Component: 2900 - total flux cleaned = 0.00351229 Jy ! Component: 2950 - total flux cleaned = 0.00353319 Jy ! Component: 3000 - total flux cleaned = 0.00351271 Jy ! Component: 3050 - total flux cleaned = 0.00355386 Jy ! Component: 3100 - total flux cleaned = 0.00365629 Jy ! Component: 3150 - total flux cleaned = 0.00369687 Jy ! Component: 3200 - total flux cleaned = 0.00379726 Jy ! Component: 3250 - total flux cleaned = 0.00387706 Jy ! Component: 3300 - total flux cleaned = 0.0038969 Jy ! Component: 3350 - total flux cleaned = 0.0038183 Jy ! Component: 3400 - total flux cleaned = 0.00391595 Jy ! Component: 3450 - total flux cleaned = 0.00397383 Jy ! Component: 3500 - total flux cleaned = 0.00393544 Jy ! Component: 3550 - total flux cleaned = 0.00406937 Jy ! Component: 3600 - total flux cleaned = 0.00408843 Jy ! Component: 3650 - total flux cleaned = 0.00410753 Jy ! Component: 3700 - total flux cleaned = 0.00420118 Jy ! Component: 3750 - total flux cleaned = 0.00416383 Jy ! Component: 3800 - total flux cleaned = 0.00416379 Jy ! Component: 3850 - total flux cleaned = 0.00431092 Jy ! Component: 3900 - total flux cleaned = 0.00436571 Jy ! Component: 3950 - total flux cleaned = 0.00436591 Jy ! Component: 4000 - total flux cleaned = 0.00438385 Jy ! Component: 4050 - total flux cleaned = 0.00438372 Jy ! Total flux subtracted in 4096 components = 0.0044018 Jy ! Clean residual min=-0.001118 max=0.001069 Jy/beam ! Clean residual mean=-0.000003 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.150134 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 406 components and 0.150134 Jy ![Exited script file: muppet] wmap "J1456-0617_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.453 x 8.092 at -1.445 degrees (North through East) ! Clean map min=-0.0021779 max=0.11264 Jy/beam ! Writing clean map to FITS file: J1456-0617_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.112644 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000342539 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.912272 0.912272 1.82454 3.64909 7.29817 14.5963 29.1927 58.3854 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.453 x 8.092 at -1.445 degrees (North through East) ! Clean map min=-0.0021779 max=0.11264 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 J1456-0617_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:29:11 2019