! Started logfile: J1357-1527_S_2017_08_12_pus_uvs.log on Fri May 10 15:00:16 2019 obs J1357-1527_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1357-1527_S_2017_08_12_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.911111 visibilities/baseline/integration-bin. ! Found source: J1357-1527 ! ! 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 594 lines of history. ! ! Reading 4264 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 J1357-1527_S_2017_08_12_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.666682Jy sigma=0.005184 ! Fit after self-cal, rms=0.649562Jy sigma=0.005054 ! 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.444 mas, bmaj=7.028 mas, bpa=-5.375 degrees ! Estimated noise=2070.82 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.268184 Jy ! Component: 100 - total flux cleaned = 0.336919 Jy ! Total flux subtracted in 100 components = 0.336919 Jy ! Clean residual min=-0.013214 max=0.027810 Jy/beam ! Clean residual mean=-0.000003 rms=0.003897 Jy/beam ! Combined flux in latest and established models = 0.336919 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.336919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111316Jy sigma=0.000851 ! Fit after self-cal, rms=0.111316Jy sigma=0.000850 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0283534 Jy ! Component: 100 - total flux cleaned = 0.0412238 Jy ! Total flux subtracted in 100 components = 0.0412238 Jy ! Clean residual min=-0.011355 max=0.015444 Jy/beam ! Clean residual mean=-0.000006 rms=0.003042 Jy/beam ! Combined flux in latest and established models = 0.378143 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 19 components and 0.378143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101694Jy sigma=0.000763 ! Fit after self-cal, rms=0.101672Jy sigma=0.000763 ! 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=2.955 mas, bmaj=7.949 mas, bpa=-3.844 degrees ! Estimated noise=1692.41 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 (4, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0186273 Jy ! Component: 100 - total flux cleaned = 0.0297465 Jy ! Component: 150 - total flux cleaned = 0.0371254 Jy ! Component: 200 - total flux cleaned = 0.0413707 Jy ! Total flux subtracted in 200 components = 0.0413707 Jy ! Clean residual min=-0.009155 max=0.011494 Jy/beam ! Clean residual mean=-0.000014 rms=0.002425 Jy/beam ! Combined flux in latest and established models = 0.419514 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 74 components and 0.419514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098076Jy sigma=0.000731 ! Fit after self-cal, rms=0.097855Jy sigma=0.000729 ! 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.17 FD 0.92 HN 1.00 KP 1.09 ! LA 1.02 MK 1.05 NL 0.89 OV 1.01 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.05 KP 1.03 ! LA 0.96 MK 0.96 NL 1.07 OV 1.02 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.99 KP 0.97 ! LA 0.98 MK 1.00 NL 0.98 OV 0.92 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.03 KP 1.00* ! LA 1.00* MK 0.92 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.097855Jy sigma=0.000729 ! Fit after self-cal, rms=0.094672Jy sigma=0.000699 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.96 mas, bmaj=7.986 mas, bpa=-3.847 degrees ! Estimated noise=1684.54 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.00309763 Jy ! Component: 100 - total flux cleaned = 0.00279813 Jy ! Component: 150 - total flux cleaned = 0.00262631 Jy ! Component: 200 - total flux cleaned = 0.00230792 Jy ! Total flux subtracted in 200 components = 0.00230792 Jy ! Clean residual min=-0.008405 max=0.009188 Jy/beam ! Clean residual mean=-0.000020 rms=0.002064 Jy/beam ! Combined flux in latest and established models = 0.421822 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.421822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094432Jy sigma=0.000697 ! Fit after self-cal, rms=0.094464Jy sigma=0.000697 ! 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.094464Jy sigma=0.000697 ! Fit after self-cal, rms=0.090275Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=7.991 mas, bpa=-3.818 degrees ! Estimated noise=1690.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227456 Jy ! Component: 100 - total flux cleaned = 0.00219751 Jy ! Component: 150 - total flux cleaned = 0.00199312 Jy ! Component: 200 - total flux cleaned = 0.00187531 Jy ! Total flux subtracted in 200 components = 0.00187531 Jy ! Clean residual min=-0.004309 max=0.004204 Jy/beam ! Clean residual mean=-0.000001 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.423697 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.423697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090127Jy sigma=0.000661 ! Fit after self-cal, rms=0.090153Jy sigma=0.000661 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000231543 Jy ! Component: 100 - total flux cleaned = 7.77448e-05 Jy ! Component: 150 - total flux cleaned = -0.000113857 Jy ! Component: 200 - total flux cleaned = -0.000248893 Jy ! Total flux subtracted in 200 components = -0.000248893 Jy ! Clean residual min=-0.004305 max=0.004193 Jy/beam ! Clean residual mean=-0.000001 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.423448 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.423448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090092Jy sigma=0.000660 ! Fit after self-cal, rms=0.090092Jy sigma=0.000660 ! 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.090092Jy sigma=0.000660 ! Fit after self-cal, rms=0.090182Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.953 mas, bmaj=7.987 mas, bpa=-3.827 degrees ! Estimated noise=1687.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000929523 Jy ! Component: 100 - total flux cleaned = 0.000824607 Jy ! Component: 150 - total flux cleaned = 0.000686855 Jy ! Component: 200 - total flux cleaned = 0.000559591 Jy ! Total flux subtracted in 200 components = 0.000559591 Jy ! Clean residual min=-0.004250 max=0.004037 Jy/beam ! Clean residual mean=0.000003 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.424008 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.424008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090115Jy sigma=0.000658 ! Fit after self-cal, rms=0.090120Jy sigma=0.000658 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.97649e-06 Jy ! Component: 100 - total flux cleaned = -0.000119127 Jy ! Component: 150 - total flux cleaned = -0.000298417 Jy ! Component: 200 - total flux cleaned = -0.000430792 Jy ! Total flux subtracted in 200 components = -0.000430792 Jy ! Clean residual min=-0.004226 max=0.004015 Jy/beam ! Clean residual mean=0.000003 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.423577 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 123 components and 0.423577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090082Jy sigma=0.000658 ! Fit after self-cal, rms=0.090081Jy sigma=0.000658 ! 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.090081Jy sigma=0.000658 ! Fit after self-cal, rms=0.090050Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.366 mas, bmaj=16.8 mas, bpa=-2.178 degrees ! Estimated noise=2200.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153556 Jy ! Component: 100 - total flux cleaned = -0.000124696 Jy ! Component: 150 - total flux cleaned = -0.000399165 Jy ! Component: 200 - total flux cleaned = -0.000606666 Jy ! Total flux subtracted in 200 components = -0.000606666 Jy ! Clean residual min=-0.004767 max=0.004826 Jy/beam ! Clean residual mean=0.000007 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.42297 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 133 components and 0.42297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090023Jy sigma=0.000658 ! Fit after self-cal, rms=0.090021Jy sigma=0.000658 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.46031e-06 Jy ! Component: 100 - total flux cleaned = -9.62805e-05 Jy ! Component: 150 - total flux cleaned = -0.000246685 Jy ! Component: 200 - total flux cleaned = -0.000357965 Jy ! Total flux subtracted in 200 components = -0.000357965 Jy ! Clean residual min=-0.004781 max=0.004739 Jy/beam ! Clean residual mean=0.000007 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.422612 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 141 components and 0.422612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090004Jy sigma=0.000658 ! Fit after self-cal, rms=0.090002Jy sigma=0.000657 ! 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=2.95 mas, bmaj=7.983 mas, bpa=-3.825 degrees ! Estimated noise=1686.57 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 7.983 at -3.825 degrees (North through East) ! Clean map min=-0.0038703 max=0.34925 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.434 mas, bmaj=7.053 mas, bpa=-5.373 degrees ! Estimated noise=2068.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.26724 Jy ! Component: 100 - total flux cleaned = 0.336802 Jy ! Component: 150 - total flux cleaned = 0.366806 Jy ! Component: 200 - total flux cleaned = 0.383602 Jy ! Total flux subtracted in 200 components = 0.383602 Jy ! Clean residual min=-0.006612 max=0.008924 Jy/beam ! Clean residual mean=0.000003 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.383601 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.383601 Jy ! Inverting map and beam ! Estimated beam: bmin=2.95 mas, bmaj=7.983 mas, bpa=-3.825 degrees ! Estimated noise=1686.57 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.0163291 Jy ! Component: 100 - total flux cleaned = 0.0258005 Jy ! Component: 150 - total flux cleaned = 0.0315859 Jy ! Component: 200 - total flux cleaned = 0.0352525 Jy ! Total flux subtracted in 200 components = 0.0352525 Jy ! Clean residual min=-0.004528 max=0.003771 Jy/beam ! Clean residual mean=0.000004 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.418854 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 69 components and 0.418854 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.366 mas, bmaj=16.8 mas, bpa=-2.178 degrees ! Estimated noise=2200.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00303574 Jy ! Component: 100 - total flux cleaned = 0.00340159 Jy ! Component: 150 - total flux cleaned = 0.00332036 Jy ! Component: 200 - total flux cleaned = 0.00324986 Jy ! Total flux subtracted in 200 components = 0.00324986 Jy ! Clean residual min=-0.005049 max=0.004660 Jy/beam ! Clean residual mean=0.000008 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.422104 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 = -6.15162e-05 Jy ! Component: 100 - total flux cleaned = -0.000173922 Jy ! Component: 150 - total flux cleaned = -0.000250916 Jy ! Component: 200 - total flux cleaned = -0.000321446 Jy ! Total flux subtracted in 200 components = -0.000321446 Jy ! Clean residual min=-0.005033 max=0.004622 Jy/beam ! Clean residual mean=0.000007 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.421782 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 99 components and 0.421782 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.95 mas, bmaj=7.983 mas, bpa=-3.825 degrees ! Estimated noise=1686.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104776 Jy ! Component: 100 - total flux cleaned = -0.000157168 Jy ! Component: 150 - total flux cleaned = -0.000107077 Jy ! Component: 200 - total flux cleaned = -6.5556e-05 Jy ! Total flux subtracted in 200 components = -6.5556e-05 Jy ! Clean residual min=-0.004243 max=0.003927 Jy/beam ! Clean residual mean=0.000003 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.421717 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.421717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090045Jy sigma=0.000658 ! Fit after self-cal, rms=0.090027Jy sigma=0.000658 wmodel J1357-1527_S_2017_08_12_pus_map.mod ! Writing 115 model components to file: J1357-1527_S_2017_08_12_pus_map.mod wobs J1357-1527_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1357-1527_S_2017_08_12_pus_uvs.fits wwins J1357-1527_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J1357-1527_S_2017_08_12_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.00054881 Jy ! Component: 100 - total flux cleaned = -0.000759356 Jy ! Component: 150 - total flux cleaned = -0.000629477 Jy ! Component: 200 - total flux cleaned = -0.00100242 Jy ! Component: 250 - total flux cleaned = -0.00142083 Jy ! Component: 300 - total flux cleaned = -0.00182315 Jy ! Component: 350 - total flux cleaned = -0.0019902 Jy ! Component: 400 - total flux cleaned = -0.0021517 Jy ! Component: 450 - total flux cleaned = -0.00241255 Jy ! Component: 500 - total flux cleaned = -0.0023602 Jy ! Component: 550 - total flux cleaned = -0.00245943 Jy ! Component: 600 - total flux cleaned = -0.002508 Jy ! Component: 650 - total flux cleaned = -0.00255577 Jy ! Component: 700 - total flux cleaned = -0.00260221 Jy ! Component: 750 - total flux cleaned = -0.00264679 Jy ! Component: 800 - total flux cleaned = -0.0026463 Jy ! Component: 850 - total flux cleaned = -0.00282189 Jy ! Component: 900 - total flux cleaned = -0.00286439 Jy ! Component: 950 - total flux cleaned = -0.00294887 Jy ! Component: 1000 - total flux cleaned = -0.00307383 Jy ! Component: 1050 - total flux cleaned = -0.00319659 Jy ! Component: 1100 - total flux cleaned = -0.00323702 Jy ! Component: 1150 - total flux cleaned = -0.00331713 Jy ! Component: 1200 - total flux cleaned = -0.00343484 Jy ! Component: 1250 - total flux cleaned = -0.00362696 Jy ! Component: 1300 - total flux cleaned = -0.00381629 Jy ! Component: 1350 - total flux cleaned = -0.00389064 Jy ! Component: 1400 - total flux cleaned = -0.00392734 Jy ! Component: 1450 - total flux cleaned = -0.003964 Jy ! Component: 1500 - total flux cleaned = -0.00410743 Jy ! Component: 1550 - total flux cleaned = -0.00403708 Jy ! Component: 1600 - total flux cleaned = -0.00421224 Jy ! Component: 1650 - total flux cleaned = -0.00424691 Jy ! Component: 1700 - total flux cleaned = -0.00428121 Jy ! Component: 1750 - total flux cleaned = -0.00428169 Jy ! Component: 1800 - total flux cleaned = -0.00434907 Jy ! Component: 1850 - total flux cleaned = -0.00444802 Jy ! Component: 1900 - total flux cleaned = -0.00457805 Jy ! Component: 1950 - total flux cleaned = -0.00451349 Jy ! Component: 2000 - total flux cleaned = -0.0045455 Jy ! Component: 2050 - total flux cleaned = -0.00463989 Jy ! Component: 2100 - total flux cleaned = -0.00457744 Jy ! Component: 2150 - total flux cleaned = -0.00454636 Jy ! Component: 2200 - total flux cleaned = -0.00463802 Jy ! Component: 2250 - total flux cleaned = -0.00469807 Jy ! Component: 2300 - total flux cleaned = -0.00469819 Jy ! Component: 2350 - total flux cleaned = -0.00472801 Jy ! Component: 2400 - total flux cleaned = -0.00455223 Jy ! Component: 2450 - total flux cleaned = -0.00466852 Jy ! Component: 2500 - total flux cleaned = -0.00463977 Jy ! Component: 2550 - total flux cleaned = -0.00461152 Jy ! Component: 2600 - total flux cleaned = -0.00466762 Jy ! Component: 2650 - total flux cleaned = -0.00463989 Jy ! Component: 2700 - total flux cleaned = -0.00472278 Jy ! Component: 2750 - total flux cleaned = -0.00464063 Jy ! Component: 2800 - total flux cleaned = -0.00472234 Jy ! Component: 2850 - total flux cleaned = -0.00472207 Jy ! Component: 2900 - total flux cleaned = -0.00466875 Jy ! Component: 2950 - total flux cleaned = -0.00472156 Jy ! Component: 3000 - total flux cleaned = -0.00461675 Jy ! Component: 3050 - total flux cleaned = -0.00461667 Jy ! Component: 3100 - total flux cleaned = -0.00459065 Jy ! Component: 3150 - total flux cleaned = -0.00456503 Jy ! Component: 3200 - total flux cleaned = -0.00459033 Jy ! Component: 3250 - total flux cleaned = -0.00456509 Jy ! Component: 3300 - total flux cleaned = -0.00461511 Jy ! Component: 3350 - total flux cleaned = -0.00461499 Jy ! Component: 3400 - total flux cleaned = -0.00461506 Jy ! Component: 3450 - total flux cleaned = -0.00463944 Jy ! Component: 3500 - total flux cleaned = -0.00451886 Jy ! Component: 3550 - total flux cleaned = -0.00451893 Jy ! Component: 3600 - total flux cleaned = -0.00449537 Jy ! Component: 3650 - total flux cleaned = -0.00447175 Jy ! Component: 3700 - total flux cleaned = -0.0044717 Jy ! Component: 3750 - total flux cleaned = -0.00440186 Jy ! Component: 3800 - total flux cleaned = -0.00440198 Jy ! Component: 3850 - total flux cleaned = -0.00440204 Jy ! Component: 3900 - total flux cleaned = -0.00437933 Jy ! Component: 3950 - total flux cleaned = -0.00433402 Jy ! Component: 4000 - total flux cleaned = -0.00431183 Jy ! Component: 4050 - total flux cleaned = -0.00435623 Jy ! Total flux subtracted in 4096 components = -0.00428986 Jy ! Clean residual min=-0.001445 max=0.001619 Jy/beam ! Clean residual mean=0.000002 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.417427 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 382 components and 0.417427 Jy ![Exited script file: muppet] wmap "J1357-1527_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 7.983 at -3.825 degrees (North through East) ! Clean map min=-0.0026863 max=0.3494 Jy/beam ! Writing clean map to FITS file: J1357-1527_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.349404 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000393551 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.337905 0.337905 0.67581 1.35162 2.70324 5.40648 10.813 21.6259 43.2519 86.5037 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.349 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 7.983 at -3.825 degrees (North through East) ! Clean map min=-0.0026863 max=0.3494 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 J1357-1527_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:00:20 2019