! Started logfile: J2358-1020_S_2017_02_24_pus_uvs.log on Sat May 4 11:39:12 2019 obs J2358-1020_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2358-1020_S_2017_02_24_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.714176 visibilities/baseline/integration-bin. ! Found source: J2358-1020 ! ! 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 3728 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 J2358-1020_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.180844Jy sigma=0.001290 ! Fit after self-cal, rms=0.163362Jy sigma=0.001163 ! 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.577 mas, bmaj=6.814 mas, bpa=-3.376 degrees ! Estimated noise=2157.61 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.69516 Jy ! Component: 100 - total flux cleaned = 0.846751 Jy ! Total flux subtracted in 100 components = 0.846751 Jy ! Clean residual min=-0.015658 max=0.042279 Jy/beam ! Clean residual mean=-0.000001 rms=0.004205 Jy/beam ! Combined flux in latest and established models = 0.846751 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.846751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142170Jy sigma=0.000905 ! Fit after self-cal, rms=0.142170Jy sigma=0.000905 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0342947 Jy ! Component: 100 - total flux cleaned = 0.0351479 Jy ! Total flux subtracted in 100 components = 0.0351479 Jy ! Clean residual min=-0.015507 max=0.018083 Jy/beam ! Clean residual mean=-0.000001 rms=0.003509 Jy/beam ! Combined flux in latest and established models = 0.881898 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.881898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131744Jy sigma=0.000834 ! Fit after self-cal, rms=0.131743Jy sigma=0.000834 ! 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.208 mas, bmaj=7.961 mas, bpa=-1.989 degrees ! Estimated noise=1697.35 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.5, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171253 Jy ! Component: 100 - total flux cleaned = 0.0260918 Jy ! Component: 150 - total flux cleaned = 0.0290901 Jy ! Component: 200 - total flux cleaned = 0.0312832 Jy ! Total flux subtracted in 200 components = 0.0312832 Jy ! Clean residual min=-0.011129 max=0.011202 Jy/beam ! Clean residual mean=-0.000010 rms=0.002519 Jy/beam ! Combined flux in latest and established models = 0.913182 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.913182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128235Jy sigma=0.000818 ! Fit after self-cal, rms=0.128147Jy sigma=0.000817 ! 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.93 FD 1.01 HN 1.02 KP 0.98 ! LA 0.97 MK 0.98 NL 0.99 OV 1.04 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.05 KP 0.95 ! LA 0.93 MK 0.96 NL 0.97 OV 1.07 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.02 KP 1.03 ! LA 1.02 MK 1.01 NL 1.08 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 0.96 KP 1.00* ! LA 0.98 MK 1.17 NL 1.00* OV 1.01 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.128147Jy sigma=0.000817 ! Fit after self-cal, rms=0.112748Jy sigma=0.000729 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=7.965 mas, bpa=-1.798 degrees ! Estimated noise=1698.44 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.00326049 Jy ! Component: 100 - total flux cleaned = -0.00380796 Jy ! Component: 150 - total flux cleaned = -0.00431193 Jy ! Component: 200 - total flux cleaned = -0.0047743 Jy ! Total flux subtracted in 200 components = -0.0047743 Jy ! Clean residual min=-0.009387 max=0.007442 Jy/beam ! Clean residual mean=-0.000012 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.908407 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 49 components and 0.908407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111849Jy sigma=0.000727 ! Fit after self-cal, rms=0.111836Jy sigma=0.000726 ! 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.111836Jy sigma=0.000726 ! Fit after self-cal, rms=0.100674Jy sigma=0.000684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=7.954 mas, bpa=-1.802 degrees ! Estimated noise=1700.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00204981 Jy ! Component: 100 - total flux cleaned = -0.00219619 Jy ! Component: 150 - total flux cleaned = -0.00190773 Jy ! Component: 200 - total flux cleaned = -0.00173838 Jy ! Total flux subtracted in 200 components = -0.00173838 Jy ! Clean residual min=-0.005817 max=0.005188 Jy/beam ! Clean residual mean=-0.000005 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.906669 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.906669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100311Jy sigma=0.000683 ! Fit after self-cal, rms=0.100286Jy sigma=0.000682 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00043506 Jy ! Component: 100 - total flux cleaned = -0.000436636 Jy ! Component: 150 - total flux cleaned = -0.000510497 Jy ! Component: 200 - total flux cleaned = -0.000582394 Jy ! Total flux subtracted in 200 components = -0.000582394 Jy ! Clean residual min=-0.005783 max=0.005054 Jy/beam ! Clean residual mean=-0.000004 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.906086 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.906086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100140Jy sigma=0.000682 ! Fit after self-cal, rms=0.100134Jy sigma=0.000682 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100134Jy sigma=0.000682 ! Fit after self-cal, rms=0.097005Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=7.939 mas, bpa=-1.868 degrees ! Estimated noise=1698.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000961692 Jy ! Component: 100 - total flux cleaned = -0.000861897 Jy ! Component: 150 - total flux cleaned = -0.000773462 Jy ! Component: 200 - total flux cleaned = -0.000694513 Jy ! Total flux subtracted in 200 components = -0.000694513 Jy ! Clean residual min=-0.004756 max=0.004351 Jy/beam ! Clean residual mean=-0.000003 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.905392 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.905392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096810Jy sigma=0.000671 ! Fit after self-cal, rms=0.096790Jy sigma=0.000671 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.000109057 Jy ! Component: 100 - total flux cleaned = -0.000231565 Jy ! Component: 150 - total flux cleaned = -0.000344096 Jy ! Component: 200 - total flux cleaned = -0.000497247 Jy ! Total flux subtracted in 200 components = -0.000497247 Jy ! Clean residual min=-0.004712 max=0.004325 Jy/beam ! Clean residual mean=-0.000003 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.904894 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.904894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096721Jy sigma=0.000670 ! Fit after self-cal, rms=0.096716Jy sigma=0.000670 ! 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.096716Jy sigma=0.000670 ! Fit after self-cal, rms=0.096616Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.783 mas, bmaj=14.34 mas, bpa=2.297 degrees ! Estimated noise=2094.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507035 Jy ! Component: 100 - total flux cleaned = 0.000500169 Jy ! Component: 150 - total flux cleaned = 0.000578455 Jy ! Component: 200 - total flux cleaned = 0.000623091 Jy ! Total flux subtracted in 200 components = 0.000623091 Jy ! Clean residual min=-0.005296 max=0.005473 Jy/beam ! Clean residual mean=-0.000003 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.905518 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 124 components and 0.905518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096610Jy sigma=0.000670 ! Fit after self-cal, rms=0.096604Jy sigma=0.000670 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.000118443 Jy ! Component: 100 - total flux cleaned = 4.56275e-05 Jy ! Component: 150 - total flux cleaned = 2.56707e-05 Jy ! Component: 200 - total flux cleaned = 8.26266e-06 Jy ! Total flux subtracted in 200 components = 8.26266e-06 Jy ! Clean residual min=-0.005283 max=0.005491 Jy/beam ! Clean residual mean=-0.000003 rms=0.001347 Jy/beam ! Combined flux in latest and established models = 0.905526 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 135 components and 0.905526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096598Jy sigma=0.000670 ! Fit after self-cal, rms=0.096596Jy sigma=0.000670 ! 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.213 mas, bmaj=7.935 mas, bpa=-1.866 degrees ! Estimated noise=1698.23 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.213 x 7.935 at -1.866 degrees (North through East) ! Clean map min=-0.0047921 max=0.89752 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096596Jy sigma=0.000670 ! Fit after self-cal, rms=0.090741Jy sigma=0.000626 ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=7.937 mas, bpa=-1.86 degrees ! Estimated noise=1698.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000400503 Jy ! Component: 100 - total flux cleaned = -0.000551205 Jy ! Component: 150 - total flux cleaned = -0.00067811 Jy ! Component: 200 - total flux cleaned = -0.000792218 Jy ! Total flux subtracted in 200 components = -0.000792218 Jy ! Clean residual min=-0.004666 max=0.004343 Jy/beam ! Clean residual mean=-0.000002 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.904733 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 154 components and 0.904734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090691Jy sigma=0.000625 ! Fit after self-cal, rms=0.090686Jy sigma=0.000625 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.86451e-05 Jy ! Component: 100 - total flux cleaned = -0.000138757 Jy ! Component: 150 - total flux cleaned = -0.000204742 Jy ! Component: 200 - total flux cleaned = -0.000205514 Jy ! Total flux subtracted in 200 components = -0.000205514 Jy ! Clean residual min=-0.004648 max=0.004339 Jy/beam ! Clean residual mean=-0.000002 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.904528 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 162 components and 0.904528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090661Jy sigma=0.000625 ! Fit after self-cal, rms=0.090659Jy sigma=0.000625 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090659Jy sigma=0.000625 ! Fit after self-cal, rms=0.090638Jy sigma=0.000625 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.58 mas, bmaj=6.787 mas, bpa=-3.272 degrees ! Estimated noise=2169.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.69809 Jy ! Component: 100 - total flux cleaned = 0.85032 Jy ! Component: 150 - total flux cleaned = 0.88439 Jy ! Component: 200 - total flux cleaned = 0.896018 Jy ! Total flux subtracted in 200 components = 0.896018 Jy ! Clean residual min=-0.008344 max=0.007630 Jy/beam ! Clean residual mean=-0.000003 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.896019 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 7 model components to the UV plane model. ! The established model now contains 7 components and 0.896019 Jy ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=7.936 mas, bpa=-1.863 degrees ! Estimated noise=1698.62 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) ! Added new window around map position (-2.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00662462 Jy ! Component: 100 - total flux cleaned = 0.0077296 Jy ! Component: 150 - total flux cleaned = 0.00787863 Jy ! Component: 200 - total flux cleaned = 0.00787685 Jy ! Total flux subtracted in 200 components = 0.00787685 Jy ! Clean residual min=-0.005192 max=0.004570 Jy/beam ! Clean residual mean=-0.000001 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.903895 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 29 components and 0.903895 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.785 mas, bmaj=14.33 mas, bpa=2.29 degrees ! Estimated noise=2095.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.62434e-05 Jy ! Component: 100 - total flux cleaned = 7.10948e-05 Jy ! Component: 150 - total flux cleaned = 4.42614e-06 Jy ! Component: 200 - total flux cleaned = -5.46524e-05 Jy ! Total flux subtracted in 200 components = -5.46524e-05 Jy ! Clean residual min=-0.005240 max=0.005596 Jy/beam ! Clean residual mean=-0.000001 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.903841 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 = 4.82502e-05 Jy ! Component: 100 - total flux cleaned = 4.81128e-05 Jy ! Component: 150 - total flux cleaned = 4.97917e-05 Jy ! Component: 200 - total flux cleaned = 4.96961e-05 Jy ! Total flux subtracted in 200 components = 4.96961e-05 Jy ! Clean residual min=-0.005177 max=0.005557 Jy/beam ! Clean residual mean=-0.000001 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.90389 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 60 components and 0.90389 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=7.936 mas, bpa=-1.863 degrees ! Estimated noise=1698.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168061 Jy ! Component: 100 - total flux cleaned = -0.000157461 Jy ! Component: 150 - total flux cleaned = -0.000409048 Jy ! Component: 200 - total flux cleaned = -0.00048476 Jy ! Total flux subtracted in 200 components = -0.00048476 Jy ! Clean residual min=-0.004870 max=0.004611 Jy/beam ! Clean residual mean=-0.000002 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.903406 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.903406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090855Jy sigma=0.000626 ! Fit after self-cal, rms=0.090833Jy sigma=0.000626 wmodel J2358-1020_S_2017_02_24_pus_map.mod ! Writing 78 model components to file: J2358-1020_S_2017_02_24_pus_map.mod wobs J2358-1020_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2358-1020_S_2017_02_24_pus_uvs.fits wwins J2358-1020_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J2358-1020_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.00063828 Jy ! Component: 100 - total flux cleaned = -0.00088067 Jy ! Component: 150 - total flux cleaned = -0.000505148 Jy ! Component: 200 - total flux cleaned = -0.000576203 Jy ! Component: 250 - total flux cleaned = -0.000714204 Jy ! Component: 300 - total flux cleaned = -0.000780852 Jy ! Component: 350 - total flux cleaned = -0.000845427 Jy ! Component: 400 - total flux cleaned = -0.000908881 Jy ! Component: 450 - total flux cleaned = -0.000847022 Jy ! Component: 500 - total flux cleaned = -0.000786869 Jy ! Component: 550 - total flux cleaned = -0.000786801 Jy ! Component: 600 - total flux cleaned = -0.000960583 Jy ! Component: 650 - total flux cleaned = -0.00112959 Jy ! Component: 700 - total flux cleaned = -0.00118403 Jy ! Component: 750 - total flux cleaned = -0.001129 Jy ! Component: 800 - total flux cleaned = -0.00107574 Jy ! Component: 850 - total flux cleaned = -0.00102275 Jy ! Component: 900 - total flux cleaned = -0.000969203 Jy ! Component: 950 - total flux cleaned = -0.000558356 Jy ! Component: 1000 - total flux cleaned = -0.000559018 Jy ! Component: 1050 - total flux cleaned = -0.000358674 Jy ! Component: 1100 - total flux cleaned = -0.000110797 Jy ! Component: 1150 - total flux cleaned = -6.12543e-05 Jy ! Component: 1200 - total flux cleaned = 0.000276418 Jy ! Component: 1250 - total flux cleaned = 0.000467349 Jy ! Component: 1300 - total flux cleaned = 0.000798016 Jy ! Component: 1350 - total flux cleaned = 0.000844213 Jy ! Component: 1400 - total flux cleaned = 0.00107487 Jy ! Component: 1450 - total flux cleaned = 0.00130282 Jy ! Component: 1500 - total flux cleaned = 0.00121219 Jy ! Component: 1550 - total flux cleaned = 0.00130223 Jy ! Component: 1600 - total flux cleaned = 0.00139089 Jy ! Component: 1650 - total flux cleaned = 0.00152343 Jy ! Component: 1700 - total flux cleaned = 0.00169804 Jy ! Component: 1750 - total flux cleaned = 0.00165447 Jy ! Component: 1800 - total flux cleaned = 0.00165516 Jy ! Component: 1850 - total flux cleaned = 0.00178255 Jy ! Component: 1900 - total flux cleaned = 0.00169882 Jy ! Component: 1950 - total flux cleaned = 0.00174015 Jy ! Component: 2000 - total flux cleaned = 0.00198808 Jy ! Component: 2050 - total flux cleaned = 0.00202888 Jy ! Component: 2100 - total flux cleaned = 0.00198828 Jy ! Component: 2150 - total flux cleaned = 0.0020284 Jy ! Component: 2200 - total flux cleaned = 0.00222771 Jy ! Component: 2250 - total flux cleaned = 0.0023066 Jy ! Component: 2300 - total flux cleaned = 0.0024632 Jy ! Component: 2350 - total flux cleaned = 0.00265756 Jy ! Component: 2400 - total flux cleaned = 0.00273461 Jy ! Component: 2450 - total flux cleaned = 0.00277262 Jy ! Component: 2500 - total flux cleaned = 0.00284857 Jy ! Component: 2550 - total flux cleaned = 0.00292391 Jy ! Component: 2600 - total flux cleaned = 0.00307371 Jy ! Component: 2650 - total flux cleaned = 0.00307385 Jy ! Component: 2700 - total flux cleaned = 0.00322148 Jy ! Component: 2750 - total flux cleaned = 0.0033314 Jy ! Component: 2800 - total flux cleaned = 0.00354926 Jy ! Component: 2850 - total flux cleaned = 0.00358513 Jy ! Component: 2900 - total flux cleaned = 0.00372815 Jy ! Component: 2950 - total flux cleaned = 0.00386994 Jy ! Component: 3000 - total flux cleaned = 0.004011 Jy ! Component: 3050 - total flux cleaned = 0.00422161 Jy ! Component: 3100 - total flux cleaned = 0.00429092 Jy ! Component: 3150 - total flux cleaned = 0.00460167 Jy ! Component: 3200 - total flux cleaned = 0.00463584 Jy ! Component: 3250 - total flux cleaned = 0.00470394 Jy ! Component: 3300 - total flux cleaned = 0.00477214 Jy ! Component: 3350 - total flux cleaned = 0.00497405 Jy ! Component: 3400 - total flux cleaned = 0.00510711 Jy ! Component: 3450 - total flux cleaned = 0.00527297 Jy ! Component: 3500 - total flux cleaned = 0.0053718 Jy ! Component: 3550 - total flux cleaned = 0.00543745 Jy ! Component: 3600 - total flux cleaned = 0.00553474 Jy ! Component: 3650 - total flux cleaned = 0.00585726 Jy ! Component: 3700 - total flux cleaned = 0.00585728 Jy ! Component: 3750 - total flux cleaned = 0.00601631 Jy ! Component: 3800 - total flux cleaned = 0.00617435 Jy ! Component: 3850 - total flux cleaned = 0.00614301 Jy ! Component: 3900 - total flux cleaned = 0.00629927 Jy ! Component: 3950 - total flux cleaned = 0.00645394 Jy ! Component: 4000 - total flux cleaned = 0.00651571 Jy ! Component: 4050 - total flux cleaned = 0.00663814 Jy ! Total flux subtracted in 4096 components = 0.00672964 Jy ! Clean residual min=-0.001959 max=0.001796 Jy/beam ! Clean residual mean=0.000000 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.910136 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 392 components and 0.910135 Jy ![Exited script file: muppet] wmap "J2358-1020_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.213 x 7.936 at -1.863 degrees (North through East) ! Clean map min=-0.0035807 max=0.89598 Jy/beam ! Writing clean map to FITS file: J2358-1020_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.895984 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00056225 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.188257 0.188257 0.376514 0.753027 1.50605 3.01211 6.02422 12.0484 24.0969 48.1937 96.3875 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.895 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.213 x 7.936 at -1.863 degrees (North through East) ! Clean map min=-0.0035807 max=0.89598 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 J2358-1020_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:39:17 2019