! Started logfile: J1246-2547_S_2017_05_01_pus_uvs.log on Wed May 1 18:36:37 2019 obs J1246-2547_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1246-2547_S_2017_05_01_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.910256 visibilities/baseline/integration-bin. ! Found source: J1246-2547 ! ! 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 4260 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 J1246-2547_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.607331Jy sigma=0.003641 ! Fit after self-cal, rms=0.591941Jy sigma=0.003543 ! 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.575 mas, bmaj=6.915 mas, bpa=-3.643 degrees ! Estimated noise=2376.97 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.323843 Jy ! Component: 100 - total flux cleaned = 0.407983 Jy ! Total flux subtracted in 100 components = 0.407983 Jy ! Clean residual min=-0.016936 max=0.044917 Jy/beam ! Clean residual mean=-0.000168 rms=0.005756 Jy/beam ! Combined flux in latest and established models = 0.407983 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.407983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158971Jy sigma=0.000935 ! Fit after self-cal, rms=0.158759Jy sigma=0.000934 ! Inverting map ! Added new window around map position (4, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0459411 Jy ! Component: 100 - total flux cleaned = 0.0745125 Jy ! Total flux subtracted in 100 components = 0.0745125 Jy ! Clean residual min=-0.014215 max=0.029999 Jy/beam ! Clean residual mean=-0.000080 rms=0.004175 Jy/beam ! Combined flux in latest and established models = 0.482496 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 27 components and 0.482496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140923Jy sigma=0.000800 ! Fit after self-cal, rms=0.139907Jy sigma=0.000794 ! 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.089 mas, bmaj=7.782 mas, bpa=-1.829 degrees ! Estimated noise=1978.2 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.0320199 Jy ! Component: 100 - total flux cleaned = 0.0510303 Jy ! Component: 150 - total flux cleaned = 0.0630272 Jy ! Component: 200 - total flux cleaned = 0.0707065 Jy ! Total flux subtracted in 200 components = 0.0707065 Jy ! Clean residual min=-0.012852 max=0.017870 Jy/beam ! Clean residual mean=-0.000028 rms=0.003638 Jy/beam ! Combined flux in latest and established models = 0.553203 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 56 components and 0.553203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132548Jy sigma=0.000737 ! Fit after self-cal, rms=0.132165Jy sigma=0.000734 ! 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.90 FD 0.87 HN 1.22 KP 1.02 ! LA 0.99 MK 0.97 NL 0.98 OV 1.05 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.89 HN 1.28 KP 1.00 ! LA 0.94 MK 0.97 NL 1.05 OV 1.06 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.96 HN 1.22 KP 1.01 ! LA 0.97 MK 1.03 NL 1.09 OV 0.97 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.43 KP 1.00* ! LA 1.00* MK 1.05 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.132165Jy sigma=0.000734 ! Fit after self-cal, rms=0.131457Jy sigma=0.000690 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.11 mas, bmaj=7.741 mas, bpa=-1.29 degrees ! Estimated noise=1975.87 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.00175252 Jy ! Component: 100 - total flux cleaned = -0.00221796 Jy ! Component: 150 - total flux cleaned = -0.00245685 Jy ! Component: 200 - total flux cleaned = -0.00266572 Jy ! Total flux subtracted in 200 components = -0.00266572 Jy ! Clean residual min=-0.010062 max=0.011822 Jy/beam ! Clean residual mean=-0.000007 rms=0.002773 Jy/beam ! Combined flux in latest and established models = 0.550537 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.550537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131093Jy sigma=0.000688 ! Fit after self-cal, rms=0.131233Jy 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.131233Jy sigma=0.000688 ! Fit after self-cal, rms=0.133760Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.722 mas, bpa=-1.282 degrees ! Estimated noise=1976.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00259693 Jy ! Component: 100 - total flux cleaned = -0.00337015 Jy ! Component: 150 - total flux cleaned = -0.00359505 Jy ! Component: 200 - total flux cleaned = -0.00359888 Jy ! Total flux subtracted in 200 components = -0.00359888 Jy ! Clean residual min=-0.006599 max=0.009793 Jy/beam ! Clean residual mean=-0.000027 rms=0.001884 Jy/beam ! Combined flux in latest and established models = 0.546938 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.546938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133532Jy sigma=0.000662 ! Fit after self-cal, rms=0.133591Jy 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 (13.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00998511 Jy ! Component: 100 - total flux cleaned = 0.0158085 Jy ! Component: 150 - total flux cleaned = 0.0194722 Jy ! Component: 200 - total flux cleaned = 0.0212241 Jy ! Total flux subtracted in 200 components = 0.0212241 Jy ! Clean residual min=-0.005567 max=0.005868 Jy/beam ! Clean residual mean=-0.000000 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.568162 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 106 components and 0.568162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132850Jy sigma=0.000655 ! Fit after self-cal, rms=0.132799Jy sigma=0.000655 ! 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.132799Jy sigma=0.000655 ! Fit after self-cal, rms=0.135390Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=7.714 mas, bpa=-1.277 degrees ! Estimated noise=1970.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000635046 Jy ! Component: 100 - total flux cleaned = 0.000867401 Jy ! Component: 150 - total flux cleaned = 0.00127939 Jy ! Component: 200 - total flux cleaned = 0.00154956 Jy ! Total flux subtracted in 200 components = 0.00154956 Jy ! Clean residual min=-0.005189 max=0.005661 Jy/beam ! Clean residual mean=-0.000011 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.569712 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 117 components and 0.569712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135198Jy sigma=0.000652 ! Fit after self-cal, rms=0.135213Jy sigma=0.000652 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.00046378 Jy ! Component: 100 - total flux cleaned = 0.00078893 Jy ! Component: 150 - total flux cleaned = 0.00101393 Jy ! Component: 200 - total flux cleaned = 0.00128921 Jy ! Total flux subtracted in 200 components = 0.00128921 Jy ! Clean residual min=-0.005021 max=0.005284 Jy/beam ! Clean residual mean=-0.000010 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.571001 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.571001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135131Jy sigma=0.000652 ! Fit after self-cal, rms=0.135130Jy sigma=0.000652 ! 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.135130Jy sigma=0.000652 ! Fit after self-cal, rms=0.135791Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.984 mas, bmaj=18.79 mas, bpa=4.738 degrees ! Estimated noise=2424.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00278308 Jy ! Component: 100 - total flux cleaned = 0.00287157 Jy ! Component: 150 - total flux cleaned = 0.00287359 Jy ! Component: 200 - total flux cleaned = 0.00281444 Jy ! Total flux subtracted in 200 components = 0.00281444 Jy ! Clean residual min=-0.005287 max=0.006251 Jy/beam ! Clean residual mean=-0.000012 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.573815 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 127 components and 0.573815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135807Jy sigma=0.000651 ! Fit after self-cal, rms=0.135803Jy sigma=0.000651 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.000278754 Jy ! Component: 100 - total flux cleaned = 0.00022747 Jy ! Component: 150 - total flux cleaned = 0.000227838 Jy ! Component: 200 - total flux cleaned = 0.000179468 Jy ! Total flux subtracted in 200 components = 0.000179468 Jy ! Clean residual min=-0.005383 max=0.006160 Jy/beam ! Clean residual mean=-0.000012 rms=0.001578 Jy/beam ! Combined flux in latest and established models = 0.573995 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 128 components and 0.573995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135823Jy sigma=0.000651 ! Fit after self-cal, rms=0.135822Jy sigma=0.000651 ! 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.115 mas, bmaj=7.711 mas, bpa=-1.295 degrees ! Estimated noise=1967.11 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.115 x 7.711 at -1.295 degrees (North through East) ! Clean map min=-0.0046976 max=0.4136 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.582 mas, bmaj=6.806 mas, bpa=-3.117 degrees ! Estimated noise=2401.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.326652 Jy ! Component: 100 - total flux cleaned = 0.413516 Jy ! Component: 150 - total flux cleaned = 0.454809 Jy ! Component: 200 - total flux cleaned = 0.480114 Jy ! Total flux subtracted in 200 components = 0.480114 Jy ! Clean residual min=-0.009661 max=0.015699 Jy/beam ! Clean residual mean=-0.000081 rms=0.002456 Jy/beam ! Combined flux in latest and established models = 0.480114 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.480114 Jy ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=7.711 mas, bpa=-1.295 degrees ! Estimated noise=1967.11 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.0236798 Jy ! Component: 100 - total flux cleaned = 0.0383552 Jy ! Component: 150 - total flux cleaned = 0.0494962 Jy ! Component: 200 - total flux cleaned = 0.0581849 Jy ! Total flux subtracted in 200 components = 0.0581849 Jy ! Clean residual min=-0.005826 max=0.006819 Jy/beam ! Clean residual mean=-0.000060 rms=0.001644 Jy/beam ! Combined flux in latest and established models = 0.538299 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 71 components and 0.538299 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.984 mas, bmaj=18.79 mas, bpa=4.738 degrees ! Estimated noise=2424.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116837 Jy ! Component: 100 - total flux cleaned = 0.0192724 Jy ! Component: 150 - total flux cleaned = 0.0244127 Jy ! Component: 200 - total flux cleaned = 0.0279276 Jy ! Total flux subtracted in 200 components = 0.0279276 Jy ! Clean residual min=-0.005322 max=0.006601 Jy/beam ! Clean residual mean=-0.000037 rms=0.001612 Jy/beam ! Combined flux in latest and established models = 0.566227 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.00241243 Jy ! Component: 100 - total flux cleaned = 0.00392255 Jy ! Component: 150 - total flux cleaned = 0.00436205 Jy ! Component: 200 - total flux cleaned = 0.0046988 Jy ! Total flux subtracted in 200 components = 0.0046988 Jy ! Clean residual min=-0.005188 max=0.006194 Jy/beam ! Clean residual mean=-0.000022 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.570925 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 124 components and 0.570925 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=7.711 mas, bpa=-1.295 degrees ! Estimated noise=1967.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000157025 Jy ! Component: 100 - total flux cleaned = -8.13155e-05 Jy ! Component: 150 - total flux cleaned = -8.01359e-05 Jy ! Component: 200 - total flux cleaned = -7.90985e-05 Jy ! Total flux subtracted in 200 components = -7.90985e-05 Jy ! Clean residual min=-0.004616 max=0.005027 Jy/beam ! Clean residual mean=-0.000011 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.570846 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 138 components and 0.570846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135793Jy sigma=0.000650 ! Fit after self-cal, rms=0.135694Jy sigma=0.000650 wmodel J1246-2547_S_2017_05_01_pus_map.mod ! Writing 138 model components to file: J1246-2547_S_2017_05_01_pus_map.mod wobs J1246-2547_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1246-2547_S_2017_05_01_pus_uvs.fits wwins J1246-2547_S_2017_05_01_pus_map.win ! wwins: Wrote 3 windows to J1246-2547_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.00161246 Jy ! Component: 100 - total flux cleaned = 0.00284093 Jy ! Component: 150 - total flux cleaned = 0.00384997 Jy ! Component: 200 - total flux cleaned = 0.00444142 Jy ! Component: 250 - total flux cleaned = 0.0048714 Jy ! Component: 300 - total flux cleaned = 0.00542368 Jy ! Component: 350 - total flux cleaned = 0.00582505 Jy ! Component: 400 - total flux cleaned = 0.00634597 Jy ! Component: 450 - total flux cleaned = 0.00679038 Jy ! Component: 500 - total flux cleaned = 0.00703866 Jy ! Component: 550 - total flux cleaned = 0.00752222 Jy ! Component: 600 - total flux cleaned = 0.00781675 Jy ! Component: 650 - total flux cleaned = 0.00793347 Jy ! Component: 700 - total flux cleaned = 0.00816148 Jy ! Component: 750 - total flux cleaned = 0.00838568 Jy ! Component: 800 - total flux cleaned = 0.00860541 Jy ! Component: 850 - total flux cleaned = 0.00871483 Jy ! Component: 900 - total flux cleaned = 0.0090326 Jy ! Component: 950 - total flux cleaned = 0.0092921 Jy ! Component: 1000 - total flux cleaned = 0.00949606 Jy ! Component: 1050 - total flux cleaned = 0.0096463 Jy ! Component: 1100 - total flux cleaned = 0.00979349 Jy ! Component: 1150 - total flux cleaned = 0.00998734 Jy ! Component: 1200 - total flux cleaned = 0.0103697 Jy ! Component: 1250 - total flux cleaned = 0.0104635 Jy ! Component: 1300 - total flux cleaned = 0.0105101 Jy ! Component: 1350 - total flux cleaned = 0.0106026 Jy ! Component: 1400 - total flux cleaned = 0.0109189 Jy ! Component: 1450 - total flux cleaned = 0.0109635 Jy ! Component: 1500 - total flux cleaned = 0.0111838 Jy ! Component: 1550 - total flux cleaned = 0.0114879 Jy ! Component: 1600 - total flux cleaned = 0.0117023 Jy ! Component: 1650 - total flux cleaned = 0.0117869 Jy ! Component: 1700 - total flux cleaned = 0.0118295 Jy ! Component: 1750 - total flux cleaned = 0.0120784 Jy ! Component: 1800 - total flux cleaned = 0.0120795 Jy ! Component: 1850 - total flux cleaned = 0.0123643 Jy ! Component: 1900 - total flux cleaned = 0.0124844 Jy ! Component: 1950 - total flux cleaned = 0.0126426 Jy ! Component: 2000 - total flux cleaned = 0.012721 Jy ! Component: 2050 - total flux cleaned = 0.0127991 Jy ! Component: 2100 - total flux cleaned = 0.0129909 Jy ! Component: 2150 - total flux cleaned = 0.0131043 Jy ! Component: 2200 - total flux cleaned = 0.0130663 Jy ! Component: 2250 - total flux cleaned = 0.0130283 Jy ! Component: 2300 - total flux cleaned = 0.0131016 Jy ! Component: 2350 - total flux cleaned = 0.0130288 Jy ! Component: 2400 - total flux cleaned = 0.0129564 Jy ! Component: 2450 - total flux cleaned = 0.0130286 Jy ! Component: 2500 - total flux cleaned = 0.0130997 Jy ! Component: 2550 - total flux cleaned = 0.0130646 Jy ! Component: 2600 - total flux cleaned = 0.0130301 Jy ! Component: 2650 - total flux cleaned = 0.0130303 Jy ! Component: 2700 - total flux cleaned = 0.0131334 Jy ! Component: 2750 - total flux cleaned = 0.0130655 Jy ! Component: 2800 - total flux cleaned = 0.0132339 Jy ! Component: 2850 - total flux cleaned = 0.0131669 Jy ! Component: 2900 - total flux cleaned = 0.0132001 Jy ! Component: 2950 - total flux cleaned = 0.0132005 Jy ! Component: 3000 - total flux cleaned = 0.0133628 Jy ! Component: 3050 - total flux cleaned = 0.0134274 Jy ! Component: 3100 - total flux cleaned = 0.0134274 Jy ! Component: 3150 - total flux cleaned = 0.0133638 Jy ! Component: 3200 - total flux cleaned = 0.013364 Jy ! Component: 3250 - total flux cleaned = 0.0133954 Jy ! Component: 3300 - total flux cleaned = 0.0133329 Jy ! Component: 3350 - total flux cleaned = 0.0132404 Jy ! Component: 3400 - total flux cleaned = 0.013363 Jy ! Component: 3450 - total flux cleaned = 0.013241 Jy ! Component: 3500 - total flux cleaned = 0.0133022 Jy ! Component: 3550 - total flux cleaned = 0.013362 Jy ! Component: 3600 - total flux cleaned = 0.0133619 Jy ! Component: 3650 - total flux cleaned = 0.0133916 Jy ! Component: 3700 - total flux cleaned = 0.0133324 Jy ! Component: 3750 - total flux cleaned = 0.0133322 Jy ! Component: 3800 - total flux cleaned = 0.0133903 Jy ! Component: 3850 - total flux cleaned = 0.0132745 Jy ! Component: 3900 - total flux cleaned = 0.0133032 Jy ! Component: 3950 - total flux cleaned = 0.0132463 Jy ! Component: 4000 - total flux cleaned = 0.0132749 Jy ! Component: 4050 - total flux cleaned = 0.0132184 Jy ! Total flux subtracted in 4096 components = 0.0131064 Jy ! Clean residual min=-0.001753 max=0.001592 Jy/beam ! Clean residual mean=-0.000005 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.583953 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 425 components and 0.583953 Jy ![Exited script file: muppet] wmap "J1246-2547_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.115 x 7.711 at -1.295 degrees (North through East) ! Clean map min=-0.003183 max=0.41615 Jy/beam ! Writing clean map to FITS file: J1246-2547_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.416152 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00049701 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.35829 0.35829 0.716581 1.43316 2.86632 5.73265 11.4653 22.9306 45.8612 91.7223 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.416 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.115 x 7.711 at -1.295 degrees (North through East) ! Clean map min=-0.003183 max=0.41615 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 J1246-2547_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:36:41 2019