! Started logfile: J0348-2749_S_2017_04_28_pus_uvs.log on Thu May 2 16:15:50 2019 obs J0348-2749_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J0348-2749_S_2017_04_28_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.559722 visibilities/baseline/integration-bin. ! Found source: J0348-2749 ! ! 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 671 lines of history. ! ! Reading 1612 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 J0348-2749_S_2017_04_28_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.776760Jy sigma=0.003712 ! Fit after self-cal, rms=0.736279Jy sigma=0.003628 ! 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.465 mas, bmaj=6.99 mas, bpa=6.521 degrees ! Estimated noise=4986.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 (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.214215 Jy ! Component: 100 - total flux cleaned = 0.304619 Jy ! Total flux subtracted in 100 components = 0.304619 Jy ! Clean residual min=-0.030598 max=0.056381 Jy/beam ! Clean residual mean=-0.000166 rms=0.009270 Jy/beam ! Combined flux in latest and established models = 0.30462 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.30462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198843Jy sigma=0.000926 ! Fit after self-cal, rms=0.198067Jy sigma=0.000922 ! Inverting map ! Added new window around map position (-5.5, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0583457 Jy ! Component: 100 - total flux cleaned = 0.09378 Jy ! Total flux subtracted in 100 components = 0.09378 Jy ! Clean residual min=-0.022799 max=0.034632 Jy/beam ! Clean residual mean=-0.000109 rms=0.006311 Jy/beam ! Combined flux in latest and established models = 0.3984 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.3984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177366Jy sigma=0.000765 ! Fit after self-cal, rms=0.176128Jy sigma=0.000758 ! 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.094 mas, bmaj=8.091 mas, bpa=5.914 degrees ! Estimated noise=3928.98 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.0361566 Jy ! Component: 100 - total flux cleaned = 0.0563473 Jy ! Component: 150 - total flux cleaned = 0.0683504 Jy ! Component: 200 - total flux cleaned = 0.0756646 Jy ! Total flux subtracted in 200 components = 0.0756646 Jy ! Clean residual min=-0.020538 max=0.022590 Jy/beam ! Clean residual mean=-0.000114 rms=0.005591 Jy/beam ! Combined flux in latest and established models = 0.474064 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 44 components and 0.474064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170289Jy sigma=0.000704 ! Fit after self-cal, rms=0.169789Jy sigma=0.000701 ! 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.86 FD 1.04 HN 2.44 KP 0.98 ! LA 0.99 MK 1.04 NL 0.94 OV 0.99 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00 HN 2.60 KP 0.92 ! LA 0.89 MK 1.05 NL 1.15 OV 1.00 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 2.50 KP 0.95 ! LA 0.94 MK 1.02 NL 1.02 OV 0.92 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.02 HN 2.54 KP 1.00* ! LA 1.00* MK 0.91 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.169789Jy sigma=0.000701 ! Fit after self-cal, rms=0.273226Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=7.99 mas, bpa=6.637 degrees ! Estimated noise=4043.91 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.00757149 Jy ! Component: 100 - total flux cleaned = -0.00904409 Jy ! Component: 150 - total flux cleaned = -0.00955655 Jy ! Component: 200 - total flux cleaned = -0.00986349 Jy ! Total flux subtracted in 200 components = -0.00986349 Jy ! Clean residual min=-0.016569 max=0.015616 Jy/beam ! Clean residual mean=-0.000106 rms=0.003738 Jy/beam ! Combined flux in latest and established models = 0.464201 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.464201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.272961Jy sigma=0.000655 ! Fit after self-cal, rms=0.273408Jy sigma=0.000654 ! 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.273408Jy sigma=0.000654 ! Fit after self-cal, rms=0.282787Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.15 mas, bmaj=7.991 mas, bpa=6.885 degrees ! Estimated noise=4039.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00484295 Jy ! Component: 100 - total flux cleaned = -0.00542929 Jy ! Component: 150 - total flux cleaned = -0.00568783 Jy ! Component: 200 - total flux cleaned = -0.00580912 Jy ! Total flux subtracted in 200 components = -0.00580912 Jy ! Clean residual min=-0.016057 max=0.015334 Jy/beam ! Clean residual mean=-0.000102 rms=0.003608 Jy/beam ! Combined flux in latest and established models = 0.458392 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.458392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282549Jy sigma=0.000652 ! Fit after self-cal, rms=0.282610Jy 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.00119347 Jy ! Component: 100 - total flux cleaned = -0.0014089 Jy ! Component: 150 - total flux cleaned = -0.0016049 Jy ! Component: 200 - total flux cleaned = -0.00178447 Jy ! Total flux subtracted in 200 components = -0.00178447 Jy ! Clean residual min=-0.015791 max=0.015364 Jy/beam ! Clean residual mean=-0.000105 rms=0.003566 Jy/beam ! Combined flux in latest and established models = 0.456607 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 82 components and 0.456607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282478Jy sigma=0.000651 ! Fit after self-cal, rms=0.282502Jy sigma=0.000651 ! 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.282502Jy sigma=0.000651 ! Fit after self-cal, rms=0.291664Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.982 mas, bpa=7.201 degrees ! Estimated noise=4038.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00349813 Jy ! Component: 100 - total flux cleaned = -0.00361906 Jy ! Component: 150 - total flux cleaned = -0.00382463 Jy ! Component: 200 - total flux cleaned = -0.00410965 Jy ! Total flux subtracted in 200 components = -0.00410965 Jy ! Clean residual min=-0.015249 max=0.015187 Jy/beam ! Clean residual mean=-0.000099 rms=0.003472 Jy/beam ! Combined flux in latest and established models = 0.452497 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 88 components and 0.452497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.291462Jy sigma=0.000650 ! Fit after self-cal, rms=0.291534Jy sigma=0.000650 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 (10, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147125 Jy ! Component: 100 - total flux cleaned = 0.0228467 Jy ! Component: 150 - total flux cleaned = 0.0282242 Jy ! Component: 200 - total flux cleaned = 0.0312162 Jy ! Total flux subtracted in 200 components = 0.0312162 Jy ! Clean residual min=-0.012202 max=0.009788 Jy/beam ! Clean residual mean=-0.000038 rms=0.002647 Jy/beam ! Combined flux in latest and established models = 0.483714 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 130 components and 0.483714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290605Jy sigma=0.000640 ! Fit after self-cal, rms=0.290562Jy sigma=0.000640 ! 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.290562Jy sigma=0.000640 ! Fit after self-cal, rms=0.295847Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.057 mas, bmaj=22.15 mas, bpa=15.04 degrees ! Estimated noise=4820.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00257325 Jy ! Component: 100 - total flux cleaned = 0.00339023 Jy ! Component: 150 - total flux cleaned = 0.00403124 Jy ! Component: 200 - total flux cleaned = 0.00435656 Jy ! Total flux subtracted in 200 components = 0.00435656 Jy ! Clean residual min=-0.013170 max=0.008293 Jy/beam ! Clean residual mean=-0.000063 rms=0.003193 Jy/beam ! Combined flux in latest and established models = 0.48807 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 151 components and 0.48807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.295720Jy sigma=0.000639 ! Fit after self-cal, rms=0.295742Jy sigma=0.000639 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.36549e-05 Jy ! Component: 100 - total flux cleaned = 0.000408143 Jy ! Component: 150 - total flux cleaned = 0.000552259 Jy ! Component: 200 - total flux cleaned = 0.000756111 Jy ! Total flux subtracted in 200 components = 0.000756111 Jy ! Clean residual min=-0.012928 max=0.008457 Jy/beam ! Clean residual mean=-0.000059 rms=0.003137 Jy/beam ! Combined flux in latest and established models = 0.488826 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 157 components and 0.488826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.295627Jy sigma=0.000639 ! Fit after self-cal, rms=0.295611Jy sigma=0.000639 ! 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.16 mas, bmaj=7.989 mas, bpa=7.625 degrees ! Estimated noise=4026.28 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.16 x 7.989 at 7.625 degrees (North through East) ! Clean map min=-0.011198 max=0.27497 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.496 mas, bmaj=6.843 mas, bpa=8.574 degrees ! Estimated noise=5272.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.226151 Jy ! Component: 100 - total flux cleaned = 0.321747 Jy ! Component: 150 - total flux cleaned = 0.371873 Jy ! Component: 200 - total flux cleaned = 0.401143 Jy ! Total flux subtracted in 200 components = 0.401143 Jy ! Clean residual min=-0.018032 max=0.017088 Jy/beam ! Clean residual mean=-0.000095 rms=0.004273 Jy/beam ! Combined flux in latest and established models = 0.401143 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.401143 Jy ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=7.989 mas, bpa=7.625 degrees ! Estimated noise=4026.28 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.0243497 Jy ! Component: 100 - total flux cleaned = 0.0407644 Jy ! Component: 150 - total flux cleaned = 0.0529973 Jy ! Component: 200 - total flux cleaned = 0.0624815 Jy ! Total flux subtracted in 200 components = 0.0624815 Jy ! Clean residual min=-0.012059 max=0.009772 Jy/beam ! Clean residual mean=-0.000078 rms=0.002823 Jy/beam ! Combined flux in latest and established models = 0.463624 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 49 components and 0.463624 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=8.057 mas, bmaj=22.15 mas, bpa=15.04 degrees ! Estimated noise=4820.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102523 Jy ! Component: 100 - total flux cleaned = 0.0163602 Jy ! Component: 150 - total flux cleaned = 0.0202716 Jy ! Component: 200 - total flux cleaned = 0.0224662 Jy ! Total flux subtracted in 200 components = 0.0224662 Jy ! Clean residual min=-0.012867 max=0.007729 Jy/beam ! Clean residual mean=-0.000070 rms=0.003144 Jy/beam ! Combined flux in latest and established models = 0.48609 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.000784782 Jy ! Component: 100 - total flux cleaned = 0.00125244 Jy ! Component: 150 - total flux cleaned = 0.00168187 Jy ! Component: 200 - total flux cleaned = 0.00201215 Jy ! Total flux subtracted in 200 components = 0.00201215 Jy ! Clean residual min=-0.012626 max=0.007994 Jy/beam ! Clean residual mean=-0.000062 rms=0.003102 Jy/beam ! Combined flux in latest and established models = 0.488103 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 91 components and 0.488103 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.16 mas, bmaj=7.989 mas, bpa=7.625 degrees ! Estimated noise=4026.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000722167 Jy ! Component: 100 - total flux cleaned = 0.000718546 Jy ! Component: 150 - total flux cleaned = 0.000722232 Jy ! Component: 200 - total flux cleaned = 0.000836177 Jy ! Total flux subtracted in 200 components = 0.000836177 Jy ! Clean residual min=-0.010398 max=0.009117 Jy/beam ! Clean residual mean=-0.000033 rms=0.002457 Jy/beam ! Combined flux in latest and established models = 0.488939 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 102 components and 0.488939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.294731Jy sigma=0.000639 ! Fit after self-cal, rms=0.294633Jy sigma=0.000638 wmodel J0348-2749_S_2017_04_28_pus_map.mod ! Writing 102 model components to file: J0348-2749_S_2017_04_28_pus_map.mod wobs J0348-2749_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J0348-2749_S_2017_04_28_pus_uvs.fits wwins J0348-2749_S_2017_04_28_pus_map.win ! wwins: Wrote 3 windows to J0348-2749_S_2017_04_28_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.00218712 Jy ! Component: 100 - total flux cleaned = -0.00217967 Jy ! Component: 150 - total flux cleaned = -0.00216934 Jy ! Component: 200 - total flux cleaned = -0.00161808 Jy ! Component: 250 - total flux cleaned = -0.00201049 Jy ! Component: 300 - total flux cleaned = -0.00200784 Jy ! Component: 350 - total flux cleaned = -0.0020127 Jy ! Component: 400 - total flux cleaned = -0.00190005 Jy ! Component: 450 - total flux cleaned = -0.00201152 Jy ! Component: 500 - total flux cleaned = -0.00222778 Jy ! Component: 550 - total flux cleaned = -0.002438 Jy ! Component: 600 - total flux cleaned = -0.00274705 Jy ! Component: 650 - total flux cleaned = -0.00294836 Jy ! Component: 700 - total flux cleaned = -0.00314417 Jy ! Component: 750 - total flux cleaned = -0.00352471 Jy ! Component: 800 - total flux cleaned = -0.00370767 Jy ! Component: 850 - total flux cleaned = -0.00379852 Jy ! Component: 900 - total flux cleaned = -0.00370903 Jy ! Component: 950 - total flux cleaned = -0.00370905 Jy ! Component: 1000 - total flux cleaned = -0.00353732 Jy ! Component: 1050 - total flux cleaned = -0.00336729 Jy ! Component: 1100 - total flux cleaned = -0.00287078 Jy ! Component: 1150 - total flux cleaned = -0.00278848 Jy ! Component: 1200 - total flux cleaned = -0.00238943 Jy ! Component: 1250 - total flux cleaned = -0.00215581 Jy ! Component: 1300 - total flux cleaned = -0.00215458 Jy ! Component: 1350 - total flux cleaned = -0.00162292 Jy ! Component: 1400 - total flux cleaned = -0.00147449 Jy ! Component: 1450 - total flux cleaned = -0.00125484 Jy ! Component: 1500 - total flux cleaned = -0.00118267 Jy ! Component: 1550 - total flux cleaned = -0.00118376 Jy ! Component: 1600 - total flux cleaned = -0.00125473 Jy ! Component: 1650 - total flux cleaned = -0.00125516 Jy ! Component: 1700 - total flux cleaned = -0.00118697 Jy ! Component: 1750 - total flux cleaned = -0.00132356 Jy ! Component: 1800 - total flux cleaned = -0.00132359 Jy ! Component: 1850 - total flux cleaned = -0.00145654 Jy ! Component: 1900 - total flux cleaned = -0.00171863 Jy ! Component: 1950 - total flux cleaned = -0.00158821 Jy ! Component: 2000 - total flux cleaned = -0.00184564 Jy ! Component: 2050 - total flux cleaned = -0.0019098 Jy ! Component: 2100 - total flux cleaned = -0.00203563 Jy ! Component: 2150 - total flux cleaned = -0.00209794 Jy ! Component: 2200 - total flux cleaned = -0.00228326 Jy ! Component: 2250 - total flux cleaned = -0.00222176 Jy ! Component: 2300 - total flux cleaned = -0.00246509 Jy ! Component: 2350 - total flux cleaned = -0.00276714 Jy ! Component: 2400 - total flux cleaned = -0.00276699 Jy ! Component: 2450 - total flux cleaned = -0.00312455 Jy ! Component: 2500 - total flux cleaned = -0.00336142 Jy ! Component: 2550 - total flux cleaned = -0.00377328 Jy ! Component: 2600 - total flux cleaned = -0.00394918 Jy ! Component: 2650 - total flux cleaned = -0.00441437 Jy ! Component: 2700 - total flux cleaned = -0.00470303 Jy ! Component: 2750 - total flux cleaned = -0.00516295 Jy ! Component: 2800 - total flux cleaned = -0.00550568 Jy ! Component: 2850 - total flux cleaned = -0.00578972 Jy ! Component: 2900 - total flux cleaned = -0.00618579 Jy ! Component: 2950 - total flux cleaned = -0.00652372 Jy ! Component: 3000 - total flux cleaned = -0.00686028 Jy ! Component: 3050 - total flux cleaned = -0.00702858 Jy ! Component: 3100 - total flux cleaned = -0.00752892 Jy ! Component: 3150 - total flux cleaned = -0.0079711 Jy ! Component: 3200 - total flux cleaned = -0.00830103 Jy ! Component: 3250 - total flux cleaned = -0.00862966 Jy ! Component: 3300 - total flux cleaned = -0.00901091 Jy ! Component: 3350 - total flux cleaned = -0.00933651 Jy ! Component: 3400 - total flux cleaned = -0.00966086 Jy ! Component: 3450 - total flux cleaned = -0.0100911 Jy ! Component: 3500 - total flux cleaned = -0.0104123 Jy ! Component: 3550 - total flux cleaned = -0.0107857 Jy ! Component: 3600 - total flux cleaned = -0.0112107 Jy ! Component: 3650 - total flux cleaned = -0.0114749 Jy ! Component: 3700 - total flux cleaned = -0.0119493 Jy ! Component: 3750 - total flux cleaned = -0.0123694 Jy ! Component: 3800 - total flux cleaned = -0.0126835 Jy ! Component: 3850 - total flux cleaned = -0.013205 Jy ! Component: 3900 - total flux cleaned = -0.0134127 Jy ! Component: 3950 - total flux cleaned = -0.0138792 Jy ! Component: 4000 - total flux cleaned = -0.014292 Jy ! Component: 4050 - total flux cleaned = -0.0147547 Jy ! Total flux subtracted in 4096 components = -0.0151137 Jy ! Clean residual min=-0.002939 max=0.002800 Jy/beam ! Clean residual mean=-0.000021 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.473825 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 367 components and 0.473825 Jy ![Exited script file: muppet] wmap "J0348-2749_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.16 x 7.989 at 7.625 degrees (North through East) ! Clean map min=-0.0075803 max=0.28422 Jy/beam ! Writing clean map to FITS file: J0348-2749_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.284223 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000874831 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.923391 0.923391 1.84678 3.69356 7.38713 14.7743 29.5485 59.097 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.284 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.16 x 7.989 at 7.625 degrees (North through East) ! Clean map min=-0.0075803 max=0.28422 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 J0348-2749_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:15:54 2019