! Started logfile: J1036-3744_S_2017_06_15_pus_uvs.log on Tue May 7 15:16:39 2019 obs J1036-3744_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1036-3744_S_2017_06_15_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.551111 visibilities/baseline/integration-bin. ! Found source: J1036-3744 ! ! 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 603 lines of history. ! ! Reading 992 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 J1036-3744_S_2017_06_15_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.758438Jy sigma=0.005331 ! Fit after self-cal, rms=0.743700Jy sigma=0.005225 ! 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=3.417 mas, bmaj=17.02 mas, bpa=1.098 degrees ! Estimated noise=4193.13 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.194189 Jy ! Component: 100 - total flux cleaned = 0.271126 Jy ! Total flux subtracted in 100 components = 0.271126 Jy ! Clean residual min=-0.027451 max=0.051323 Jy/beam ! Clean residual mean=-0.000081 rms=0.008638 Jy/beam ! Combined flux in latest and established models = 0.271126 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.271126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133109Jy sigma=0.000871 ! Fit after self-cal, rms=0.132854Jy sigma=0.000869 ! Inverting map ! Added new window around map position (8.5, -27). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0440763 Jy ! Component: 100 - total flux cleaned = 0.066358 Jy ! Total flux subtracted in 100 components = 0.066358 Jy ! Clean residual min=-0.019621 max=0.023580 Jy/beam ! Clean residual mean=-0.000031 rms=0.005869 Jy/beam ! Combined flux in latest and established models = 0.337484 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.337484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115909Jy sigma=0.000755 ! Fit after self-cal, rms=0.114987Jy sigma=0.000748 ! 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.845 mas, bmaj=18.24 mas, bpa=2.199 degrees ! Estimated noise=3709.04 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.0183975 Jy ! Component: 100 - total flux cleaned = 0.0231837 Jy ! Component: 150 - total flux cleaned = 0.0257041 Jy ! Component: 200 - total flux cleaned = 0.0265385 Jy ! Total flux subtracted in 200 components = 0.0265385 Jy ! Clean residual min=-0.015074 max=0.015197 Jy/beam ! Clean residual mean=-0.000019 rms=0.004685 Jy/beam ! Combined flux in latest and established models = 0.364023 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 46 components and 0.364023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111689Jy sigma=0.000728 ! Fit after self-cal, rms=0.111381Jy sigma=0.000725 ! 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.93 HN 1.35 KP 0.97 ! LA 0.98 MK 1.00* NL 1.17 OV 0.96 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.44 KP 1.03 ! LA 0.94 MK 1.00* NL 1.31 OV 1.02 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.18 KP 0.94 ! LA 1.16 MK 1.00* NL 0.78 OV 0.87 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.111381Jy sigma=0.000725 ! Fit after self-cal, rms=0.109044Jy sigma=0.000686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.86 mas, bmaj=18.91 mas, bpa=3.332 degrees ! Estimated noise=3943.01 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.00910024 Jy ! Component: 100 - total flux cleaned = -0.0100319 Jy ! Component: 150 - total flux cleaned = -0.00983236 Jy ! Component: 200 - total flux cleaned = -0.00982723 Jy ! Total flux subtracted in 200 components = -0.00982723 Jy ! Clean residual min=-0.011943 max=0.011689 Jy/beam ! Clean residual mean=-0.000007 rms=0.003455 Jy/beam ! Combined flux in latest and established models = 0.354196 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 70 components and 0.354196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107265Jy sigma=0.000678 ! Fit after self-cal, rms=0.107336Jy sigma=0.000677 ! 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.107336Jy sigma=0.000677 ! Fit after self-cal, rms=0.109523Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=19.17 mas, bpa=3.456 degrees ! Estimated noise=3970.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00617871 Jy ! Component: 100 - total flux cleaned = -0.00707127 Jy ! Component: 150 - total flux cleaned = -0.0072162 Jy ! Component: 200 - total flux cleaned = -0.00721755 Jy ! Total flux subtracted in 200 components = -0.00721755 Jy ! Clean residual min=-0.010154 max=0.011200 Jy/beam ! Clean residual mean=-0.000009 rms=0.003181 Jy/beam ! Combined flux in latest and established models = 0.346978 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.346978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108769Jy sigma=0.000672 ! Fit after self-cal, rms=0.108831Jy sigma=0.000672 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.000365124 Jy ! Component: 100 - total flux cleaned = 0.000359988 Jy ! Component: 150 - total flux cleaned = 0.000263964 Jy ! Component: 200 - total flux cleaned = 0.000173737 Jy ! Total flux subtracted in 200 components = 0.000173737 Jy ! Clean residual min=-0.009625 max=0.011297 Jy/beam ! Clean residual mean=-0.000008 rms=0.003130 Jy/beam ! Combined flux in latest and established models = 0.347152 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 96 components and 0.347152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108633Jy sigma=0.000671 ! Fit after self-cal, rms=0.108650Jy sigma=0.000671 ! 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.108650Jy sigma=0.000671 ! Fit after self-cal, rms=0.111429Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.874 mas, bmaj=19.4 mas, bpa=3.607 degrees ! Estimated noise=4004.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00390479 Jy ! Component: 100 - total flux cleaned = -0.00473739 Jy ! Component: 150 - total flux cleaned = -0.00522155 Jy ! Component: 200 - total flux cleaned = -0.00530359 Jy ! Total flux subtracted in 200 components = -0.00530359 Jy ! Clean residual min=-0.009191 max=0.011398 Jy/beam ! Clean residual mean=-0.000007 rms=0.002975 Jy/beam ! Combined flux in latest and established models = 0.341848 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.341848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111094Jy sigma=0.000668 ! Fit after self-cal, rms=0.111137Jy sigma=0.000668 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.00016738 Jy ! Component: 100 - total flux cleaned = 2.16e-05 Jy ! Component: 150 - total flux cleaned = -0.000115305 Jy ! Component: 200 - total flux cleaned = -0.000181573 Jy ! Total flux subtracted in 200 components = -0.000181573 Jy ! Clean residual min=-0.009070 max=0.011351 Jy/beam ! Clean residual mean=-0.000007 rms=0.002944 Jy/beam ! Combined flux in latest and established models = 0.341667 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 112 components and 0.341667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111032Jy sigma=0.000668 ! Fit after self-cal, rms=0.111043Jy sigma=0.000668 ! 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.111043Jy sigma=0.000668 ! Fit after self-cal, rms=0.113156Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.953 mas, bmaj=27.3 mas, bpa=-5.366 degrees ! Estimated noise=4641.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000743598 Jy ! Component: 100 - total flux cleaned = -0.00117154 Jy ! Component: 150 - total flux cleaned = -0.00126685 Jy ! Component: 200 - total flux cleaned = -0.00126476 Jy ! Total flux subtracted in 200 components = -0.00126476 Jy ! Clean residual min=-0.009119 max=0.011242 Jy/beam ! Clean residual mean=-0.000007 rms=0.003230 Jy/beam ! Combined flux in latest and established models = 0.340402 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 122 components and 0.340402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113130Jy sigma=0.000667 ! Fit after self-cal, rms=0.113136Jy sigma=0.000667 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.64899e-05 Jy ! Component: 100 - total flux cleaned = 1.30721e-06 Jy ! Component: 150 - total flux cleaned = -6.18174e-05 Jy ! Component: 200 - total flux cleaned = -6.22623e-05 Jy ! Total flux subtracted in 200 components = -6.22623e-05 Jy ! Clean residual min=-0.008886 max=0.011465 Jy/beam ! Clean residual mean=-0.000005 rms=0.003183 Jy/beam ! Combined flux in latest and established models = 0.34034 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 128 components and 0.34034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113135Jy sigma=0.000667 ! Fit after self-cal, rms=0.113126Jy sigma=0.000667 ! 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.879 mas, bmaj=19.57 mas, bpa=3.708 degrees ! Estimated noise=4023.56 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.879 x 19.57 at 3.708 degrees (North through East) ! Clean map min=-0.0089542 max=0.23762 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=3.429 mas, bmaj=17.98 mas, bpa=3.097 degrees ! Estimated noise=4672.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.216921 Jy ! Component: 100 - total flux cleaned = 0.284098 Jy ! Component: 150 - total flux cleaned = 0.314955 Jy ! Component: 200 - total flux cleaned = 0.327237 Jy ! Total flux subtracted in 200 components = 0.327237 Jy ! Clean residual min=-0.015913 max=0.013365 Jy/beam ! Clean residual mean=-0.000018 rms=0.004408 Jy/beam ! Combined flux in latest and established models = 0.327237 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.327237 Jy ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=19.57 mas, bpa=3.708 degrees ! Estimated noise=4023.56 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.00794712 Jy ! Component: 100 - total flux cleaned = 0.00929369 Jy ! Component: 150 - total flux cleaned = 0.00972421 Jy ! Component: 200 - total flux cleaned = 0.0100758 Jy ! Total flux subtracted in 200 components = 0.0100758 Jy ! Clean residual min=-0.010217 max=0.010326 Jy/beam ! Clean residual mean=-0.000012 rms=0.003024 Jy/beam ! Combined flux in latest and established models = 0.337313 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 58 components and 0.337313 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.953 mas, bmaj=27.3 mas, bpa=-5.366 degrees ! Estimated noise=4641.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290824 Jy ! Component: 100 - total flux cleaned = 0.0032728 Jy ! Component: 150 - total flux cleaned = 0.00337683 Jy ! Component: 200 - total flux cleaned = 0.00337414 Jy ! Total flux subtracted in 200 components = 0.00337414 Jy ! Clean residual min=-0.009185 max=0.011452 Jy/beam ! Clean residual mean=-0.000010 rms=0.003304 Jy/beam ! Combined flux in latest and established models = 0.340687 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.54364e-05 Jy ! Component: 100 - total flux cleaned = 8.37411e-05 Jy ! Component: 150 - total flux cleaned = 0.000164852 Jy ! Component: 200 - total flux cleaned = 0.000165679 Jy ! Total flux subtracted in 200 components = 0.000165679 Jy ! Clean residual min=-0.008997 max=0.011387 Jy/beam ! Clean residual mean=-0.000007 rms=0.003217 Jy/beam ! Combined flux in latest and established models = 0.340853 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.340853 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=19.57 mas, bpa=3.708 degrees ! Estimated noise=4023.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00123498 Jy ! Component: 100 - total flux cleaned = -0.00155949 Jy ! Component: 150 - total flux cleaned = -0.00165223 Jy ! Component: 200 - total flux cleaned = -0.00148785 Jy ! Total flux subtracted in 200 components = -0.00148785 Jy ! Clean residual min=-0.009366 max=0.010136 Jy/beam ! Clean residual mean=-0.000006 rms=0.002796 Jy/beam ! Combined flux in latest and established models = 0.339365 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.339365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113041Jy sigma=0.000667 ! Fit after self-cal, rms=0.113019Jy sigma=0.000667 wmodel J1036-3744_S_2017_06_15_pus_map.mod ! Writing 83 model components to file: J1036-3744_S_2017_06_15_pus_map.mod wobs J1036-3744_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1036-3744_S_2017_06_15_pus_uvs.fits wwins J1036-3744_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J1036-3744_S_2017_06_15_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.00136247 Jy ! Component: 100 - total flux cleaned = 0.00104219 Jy ! Component: 150 - total flux cleaned = 0.000611345 Jy ! Component: 200 - total flux cleaned = 0.000348656 Jy ! Component: 250 - total flux cleaned = 0.00117786 Jy ! Component: 300 - total flux cleaned = 0.00184423 Jy ! Component: 350 - total flux cleaned = 0.00258092 Jy ! Component: 400 - total flux cleaned = 0.00307983 Jy ! Component: 450 - total flux cleaned = 0.00336987 Jy ! Component: 500 - total flux cleaned = 0.00373561 Jy ! Component: 550 - total flux cleaned = 0.00391219 Jy ! Component: 600 - total flux cleaned = 0.00408359 Jy ! Component: 650 - total flux cleaned = 0.00400436 Jy ! Component: 700 - total flux cleaned = 0.00376895 Jy ! Component: 750 - total flux cleaned = 0.00339259 Jy ! Component: 800 - total flux cleaned = 0.00353833 Jy ! Component: 850 - total flux cleaned = 0.00353802 Jy ! Component: 900 - total flux cleaned = 0.00367461 Jy ! Component: 950 - total flux cleaned = 0.00367325 Jy ! Component: 1000 - total flux cleaned = 0.00360834 Jy ! Component: 1050 - total flux cleaned = 0.0036705 Jy ! Component: 1100 - total flux cleaned = 0.00367023 Jy ! Component: 1150 - total flux cleaned = 0.00414516 Jy ! Component: 1200 - total flux cleaned = 0.00431909 Jy ! Component: 1250 - total flux cleaned = 0.00449005 Jy ! Component: 1300 - total flux cleaned = 0.00471294 Jy ! Component: 1350 - total flux cleaned = 0.00482261 Jy ! Component: 1400 - total flux cleaned = 0.00487736 Jy ! Component: 1450 - total flux cleaned = 0.00514276 Jy ! Component: 1500 - total flux cleaned = 0.00529887 Jy ! Component: 1550 - total flux cleaned = 0.00555525 Jy ! Component: 1600 - total flux cleaned = 0.00565688 Jy ! Component: 1650 - total flux cleaned = 0.00585641 Jy ! Component: 1700 - total flux cleaned = 0.00610086 Jy ! Component: 1750 - total flux cleaned = 0.00619785 Jy ! Component: 1800 - total flux cleaned = 0.00638948 Jy ! Component: 1850 - total flux cleaned = 0.00662563 Jy ! Component: 1900 - total flux cleaned = 0.00685831 Jy ! Component: 1950 - total flux cleaned = 0.00708734 Jy ! Component: 2000 - total flux cleaned = 0.00731409 Jy ! Component: 2050 - total flux cleaned = 0.0076277 Jy ! Component: 2100 - total flux cleaned = 0.00798223 Jy ! Component: 2150 - total flux cleaned = 0.00828931 Jy ! Component: 2200 - total flux cleaned = 0.00854986 Jy ! Component: 2250 - total flux cleaned = 0.00889347 Jy ! Component: 2300 - total flux cleaned = 0.00923365 Jy ! Component: 2350 - total flux cleaned = 0.00944466 Jy ! Component: 2400 - total flux cleaned = 0.00973765 Jy ! Component: 2450 - total flux cleaned = 0.00998618 Jy ! Component: 2500 - total flux cleaned = 0.0102744 Jy ! Component: 2550 - total flux cleaned = 0.0106021 Jy ! Component: 2600 - total flux cleaned = 0.0108465 Jy ! Component: 2650 - total flux cleaned = 0.0111708 Jy ! Component: 2700 - total flux cleaned = 0.0114532 Jy ! Component: 2750 - total flux cleaned = 0.0117342 Jy ! Component: 2800 - total flux cleaned = 0.0118544 Jy ! Component: 2850 - total flux cleaned = 0.0121335 Jy ! Component: 2900 - total flux cleaned = 0.0125311 Jy ! Component: 2950 - total flux cleaned = 0.0128487 Jy ! Component: 3000 - total flux cleaned = 0.0130867 Jy ! Component: 3050 - total flux cleaned = 0.0134832 Jy ! Component: 3100 - total flux cleaned = 0.0138395 Jy ! Component: 3150 - total flux cleaned = 0.0140771 Jy ! Component: 3200 - total flux cleaned = 0.0144339 Jy ! Component: 3250 - total flux cleaned = 0.0148304 Jy ! Component: 3300 - total flux cleaned = 0.0150692 Jy ! Component: 3350 - total flux cleaned = 0.015189 Jy ! Component: 3400 - total flux cleaned = 0.0152288 Jy ! Component: 3450 - total flux cleaned = 0.0153095 Jy ! Component: 3500 - total flux cleaned = 0.0152689 Jy ! Component: 3550 - total flux cleaned = 0.0152277 Jy ! Component: 3600 - total flux cleaned = 0.0151865 Jy ! Component: 3650 - total flux cleaned = 0.0151864 Jy ! Component: 3700 - total flux cleaned = 0.0151026 Jy ! Component: 3750 - total flux cleaned = 0.0150605 Jy ! Component: 3800 - total flux cleaned = 0.0149754 Jy ! Component: 3850 - total flux cleaned = 0.0148458 Jy ! Component: 3900 - total flux cleaned = 0.0148024 Jy ! Component: 3950 - total flux cleaned = 0.0148462 Jy ! Component: 4000 - total flux cleaned = 0.0147575 Jy ! Component: 4050 - total flux cleaned = 0.0147128 Jy ! Total flux subtracted in 4096 components = 0.014668 Jy ! Clean residual min=-0.002542 max=0.002460 Jy/beam ! Clean residual mean=0.000037 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.354033 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 402 components and 0.354033 Jy ![Exited script file: muppet] wmap "J1036-3744_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.879 x 19.57 at 3.708 degrees (North through East) ! Clean map min=-0.006936 max=0.24536 Jy/beam ! Writing clean map to FITS file: J1036-3744_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.245362 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000819741 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.00228 1.00228 2.00457 4.00914 8.01827 16.0365 32.0731 64.1462 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.245 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.879 x 19.57 at 3.708 degrees (North through East) ! Clean map min=-0.006936 max=0.24536 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 J1036-3744_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:16:44 2019