! Started logfile: J1118-3054_S_2017_08_12_pus_uvs.log on Fri May 10 14:58:42 2019 obs J1118-3054_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1118-3054_S_2017_08_12_pus_uva.fits ! AN table 1: 136 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.60719 visibilities/baseline/integration-bin. ! Found source: J1118-3054 ! ! 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 14864 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 J1118-3054_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 422 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 286 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 286 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 982 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.850261Jy sigma=0.005915 ! Fit after self-cal, rms=0.824758Jy sigma=0.005732 ! 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.274 mas, bmaj=6.439 mas, bpa=-4.029 degrees ! Estimated noise=1587.9 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.129587 Jy ! Component: 100 - total flux cleaned = 0.17401 Jy ! Total flux subtracted in 100 components = 0.17401 Jy ! Clean residual min=-0.011947 max=0.023748 Jy/beam ! Clean residual mean=-0.000111 rms=0.003465 Jy/beam ! Combined flux in latest and established models = 0.17401 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.17401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106430Jy sigma=0.000728 ! Fit after self-cal, rms=0.106395Jy sigma=0.000728 ! Inverting map ! Added new window around map position (2.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241633 Jy ! Component: 100 - total flux cleaned = 0.0371666 Jy ! Total flux subtracted in 100 components = 0.0371666 Jy ! Clean residual min=-0.009185 max=0.014135 Jy/beam ! Clean residual mean=-0.000060 rms=0.002315 Jy/beam ! Combined flux in latest and established models = 0.211176 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.211176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099970Jy sigma=0.000677 ! Fit after self-cal, rms=0.099866Jy sigma=0.000676 ! 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.894 mas, bmaj=7.517 mas, bpa=-3.792 degrees ! Estimated noise=990.143 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.0103363 Jy ! Component: 100 - total flux cleaned = 0.0154336 Jy ! Component: 150 - total flux cleaned = 0.0174479 Jy ! Component: 200 - total flux cleaned = 0.0179773 Jy ! Total flux subtracted in 200 components = 0.0179773 Jy ! Clean residual min=-0.005538 max=0.009348 Jy/beam ! Clean residual mean=-0.000064 rms=0.001667 Jy/beam ! Combined flux in latest and established models = 0.229154 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 31 components and 0.229154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098899Jy sigma=0.000668 ! Fit after self-cal, rms=0.098884Jy sigma=0.000668 ! 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.96 HN 1.00* KP 1.05 ! LA 0.99 MK 0.97 NL 1.00* OV 0.98 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.98 ! LA 0.93 MK 1.01 NL 1.28 OV 1.02 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.99 ! LA 0.94 MK 1.05 NL 1.21 OV 0.93 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! A total of 378 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.098884Jy sigma=0.000668 ! Fit after self-cal, rms=0.101567Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.916 mas, bmaj=7.573 mas, bpa=-2.326 degrees ! Estimated noise=1018.65 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.00272409 Jy ! Component: 100 - total flux cleaned = -0.00283595 Jy ! Component: 150 - total flux cleaned = -0.00292973 Jy ! Component: 200 - total flux cleaned = -0.00292815 Jy ! Total flux subtracted in 200 components = -0.00292815 Jy ! Clean residual min=-0.004542 max=0.004831 Jy/beam ! Clean residual mean=-0.000005 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.226226 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.226226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101309Jy sigma=0.000660 ! Fit after self-cal, rms=0.101373Jy sigma=0.000660 ! 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.101373Jy sigma=0.000660 ! Fit after self-cal, rms=0.102225Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.925 mas, bmaj=7.593 mas, bpa=-2.376 degrees ! Estimated noise=1021.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00095759 Jy ! Component: 100 - total flux cleaned = -0.000758659 Jy ! Component: 150 - total flux cleaned = -0.000699416 Jy ! Component: 200 - total flux cleaned = -0.000697015 Jy ! Total flux subtracted in 200 components = -0.000697015 Jy ! Clean residual min=-0.002897 max=0.003406 Jy/beam ! Clean residual mean=0.000002 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.225529 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.225529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102141Jy sigma=0.000656 ! Fit after self-cal, rms=0.102176Jy sigma=0.000656 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 (-54.5, 57.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159594 Jy ! Component: 100 - total flux cleaned = 0.00115933 Jy ! Component: 150 - total flux cleaned = 0.000970675 Jy ! Component: 200 - total flux cleaned = 0.000861738 Jy ! Total flux subtracted in 200 components = 0.000861738 Jy ! Clean residual min=-0.002602 max=0.002608 Jy/beam ! Clean residual mean=0.000002 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.22639 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 67 components and 0.22639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102034Jy sigma=0.000655 ! Fit after self-cal, rms=0.102021Jy sigma=0.000655 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102021Jy sigma=0.000655 ! Fit after self-cal, rms=0.102699Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=7.6 mas, bpa=-2.442 degrees ! Estimated noise=1021.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172549 Jy ! Component: 100 - total flux cleaned = -0.00021771 Jy ! Component: 150 - total flux cleaned = -0.000217056 Jy ! Component: 200 - total flux cleaned = -0.000215244 Jy ! Total flux subtracted in 200 components = -0.000215244 Jy ! Clean residual min=-0.002425 max=0.002269 Jy/beam ! Clean residual mean=0.000003 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.226175 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.226175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102665Jy sigma=0.000654 ! Fit after self-cal, rms=0.102677Jy sigma=0.000654 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.000121168 Jy ! Component: 100 - total flux cleaned = -0.000152973 Jy ! Component: 150 - total flux cleaned = -0.000184543 Jy ! Component: 200 - total flux cleaned = -0.000243527 Jy ! Total flux subtracted in 200 components = -0.000243527 Jy ! Clean residual min=-0.002393 max=0.002264 Jy/beam ! Clean residual mean=0.000003 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.225932 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 80 components and 0.225932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102656Jy sigma=0.000654 ! Fit after self-cal, rms=0.102653Jy sigma=0.000654 ! 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.102653Jy sigma=0.000654 ! Fit after self-cal, rms=0.102954Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.065 mas, bmaj=24.34 mas, bpa=-0.761 degrees ! Estimated noise=1330.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000676414 Jy ! Component: 100 - total flux cleaned = -0.00075499 Jy ! Component: 150 - total flux cleaned = -0.000800008 Jy ! Component: 200 - total flux cleaned = -0.000842618 Jy ! Total flux subtracted in 200 components = -0.000842618 Jy ! Clean residual min=-0.001987 max=0.002225 Jy/beam ! Clean residual mean=0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.225089 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 87 components and 0.225089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102944Jy sigma=0.000654 ! Fit after self-cal, rms=0.102946Jy sigma=0.000654 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.000124763 Jy ! Component: 100 - total flux cleaned = -0.000122858 Jy ! Component: 150 - total flux cleaned = -0.00014116 Jy ! Component: 200 - total flux cleaned = -0.000176723 Jy ! Total flux subtracted in 200 components = -0.000176723 Jy ! Clean residual min=-0.001980 max=0.002217 Jy/beam ! Clean residual mean=0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.224912 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 89 components and 0.224912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102942Jy sigma=0.000654 ! Fit after self-cal, rms=0.102940Jy sigma=0.000654 ! 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.932 mas, bmaj=7.604 mas, bpa=-2.42 degrees ! Estimated noise=1022.68 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 7.604 at -2.42 degrees (North through East) ! Clean map min=-0.0075883 max=0.15634 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.302 mas, bmaj=6.453 mas, bpa=-2.937 degrees ! Estimated noise=1589.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.133677 Jy ! Component: 100 - total flux cleaned = 0.180161 Jy ! Component: 150 - total flux cleaned = 0.203715 Jy ! Component: 200 - total flux cleaned = 0.216346 Jy ! Total flux subtracted in 200 components = 0.216346 Jy ! Clean residual min=-0.006297 max=0.007858 Jy/beam ! Clean residual mean=-0.000012 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.216345 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.216345 Jy ! Inverting map and beam ! Estimated beam: bmin=2.932 mas, bmaj=7.604 mas, bpa=-2.42 degrees ! Estimated noise=1022.68 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, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00671404 Jy ! Component: 100 - total flux cleaned = 0.00833597 Jy ! Component: 150 - total flux cleaned = 0.00923736 Jy ! Component: 200 - total flux cleaned = 0.00945887 Jy ! Total flux subtracted in 200 components = 0.00945887 Jy ! Clean residual min=-0.003062 max=0.002520 Jy/beam ! Clean residual mean=0.000002 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.225804 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 45 components and 0.225804 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=9.065 mas, bmaj=24.34 mas, bpa=-0.761 degrees ! Estimated noise=1330.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000184003 Jy ! Component: 100 - total flux cleaned = -0.000219154 Jy ! Component: 150 - total flux cleaned = -0.00025444 Jy ! Component: 200 - total flux cleaned = -0.000322003 Jy ! Total flux subtracted in 200 components = -0.000322003 Jy ! Clean residual min=-0.002187 max=0.002209 Jy/beam ! Clean residual mean=0.000007 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.225482 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 = -3.12484e-05 Jy ! Component: 100 - total flux cleaned = -5.91068e-05 Jy ! Component: 150 - total flux cleaned = -8.83554e-05 Jy ! Component: 200 - total flux cleaned = -0.000139913 Jy ! Total flux subtracted in 200 components = -0.000139913 Jy ! Clean residual min=-0.002126 max=0.002179 Jy/beam ! Clean residual mean=0.000007 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.225342 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.225342 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.932 mas, bmaj=7.604 mas, bpa=-2.42 degrees ! Estimated noise=1022.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000328327 Jy ! Component: 100 - total flux cleaned = 0.000252127 Jy ! Component: 150 - total flux cleaned = 0.00025276 Jy ! Component: 200 - total flux cleaned = 0.000253005 Jy ! Total flux subtracted in 200 components = 0.000253005 Jy ! Clean residual min=-0.002652 max=0.002210 Jy/beam ! Clean residual mean=0.000004 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.225595 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 78 components and 0.225595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102952Jy sigma=0.000654 ! Fit after self-cal, rms=0.102942Jy sigma=0.000654 wmodel J1118-3054_S_2017_08_12_pus_map.mod ! Writing 78 model components to file: J1118-3054_S_2017_08_12_pus_map.mod wobs J1118-3054_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1118-3054_S_2017_08_12_pus_uvs.fits wwins J1118-3054_S_2017_08_12_pus_map.win ! wwins: Wrote 4 windows to J1118-3054_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.000863716 Jy ! Component: 100 - total flux cleaned = -0.00138973 Jy ! Component: 150 - total flux cleaned = -0.00188263 Jy ! Component: 200 - total flux cleaned = -0.00217032 Jy ! Component: 250 - total flux cleaned = -0.00227312 Jy ! Component: 300 - total flux cleaned = -0.00243881 Jy ! Component: 350 - total flux cleaned = -0.00259847 Jy ! Component: 400 - total flux cleaned = -0.00272129 Jy ! Component: 450 - total flux cleaned = -0.00278023 Jy ! Component: 500 - total flux cleaned = -0.00292446 Jy ! Component: 550 - total flux cleaned = -0.00303638 Jy ! Component: 600 - total flux cleaned = -0.00320096 Jy ! Component: 650 - total flux cleaned = -0.00344078 Jy ! Component: 700 - total flux cleaned = -0.00354487 Jy ! Component: 750 - total flux cleaned = -0.00379919 Jy ! Component: 800 - total flux cleaned = -0.00399764 Jy ! Component: 850 - total flux cleaned = -0.00411874 Jy ! Component: 900 - total flux cleaned = -0.00418997 Jy ! Component: 950 - total flux cleaned = -0.00423703 Jy ! Component: 1000 - total flux cleaned = -0.00435181 Jy ! Component: 1050 - total flux cleaned = -0.00441879 Jy ! Component: 1100 - total flux cleaned = -0.00441924 Jy ! Component: 1150 - total flux cleaned = -0.00448456 Jy ! Component: 1200 - total flux cleaned = -0.00450588 Jy ! Component: 1250 - total flux cleaned = -0.00454806 Jy ! Component: 1300 - total flux cleaned = -0.00452776 Jy ! Component: 1350 - total flux cleaned = -0.00456827 Jy ! Component: 1400 - total flux cleaned = -0.0045285 Jy ! Component: 1450 - total flux cleaned = -0.00446967 Jy ! Component: 1500 - total flux cleaned = -0.00445062 Jy ! Component: 1550 - total flux cleaned = -0.00435522 Jy ! Component: 1600 - total flux cleaned = -0.00439285 Jy ! Component: 1650 - total flux cleaned = -0.00431808 Jy ! Component: 1700 - total flux cleaned = -0.00422657 Jy ! Component: 1750 - total flux cleaned = -0.00417255 Jy ! Component: 1800 - total flux cleaned = -0.00411898 Jy ! Component: 1850 - total flux cleaned = -0.00408367 Jy ! Component: 1900 - total flux cleaned = -0.00404897 Jy ! Component: 1950 - total flux cleaned = -0.00396287 Jy ! Component: 2000 - total flux cleaned = -0.00394578 Jy ! Component: 2050 - total flux cleaned = -0.00392876 Jy ! Component: 2100 - total flux cleaned = -0.0038281 Jy ! Component: 2150 - total flux cleaned = -0.00386131 Jy ! Component: 2200 - total flux cleaned = -0.00377873 Jy ! Component: 2250 - total flux cleaned = -0.00374638 Jy ! Component: 2300 - total flux cleaned = -0.00366567 Jy ! Component: 2350 - total flux cleaned = -0.00366581 Jy ! Component: 2400 - total flux cleaned = -0.00361813 Jy ! Component: 2450 - total flux cleaned = -0.00360234 Jy ! Component: 2500 - total flux cleaned = -0.00357126 Jy ! Component: 2550 - total flux cleaned = -0.0035713 Jy ! Component: 2600 - total flux cleaned = -0.00358664 Jy ! Component: 2650 - total flux cleaned = -0.0035562 Jy ! Component: 2700 - total flux cleaned = -0.00355631 Jy ! Component: 2750 - total flux cleaned = -0.00355645 Jy ! Component: 2800 - total flux cleaned = -0.00351192 Jy ! Component: 2850 - total flux cleaned = -0.00351191 Jy ! Component: 2900 - total flux cleaned = -0.0034681 Jy ! Component: 2950 - total flux cleaned = -0.00348266 Jy ! Component: 3000 - total flux cleaned = -0.00349701 Jy ! Component: 3050 - total flux cleaned = -0.00348257 Jy ! Component: 3100 - total flux cleaned = -0.0034541 Jy ! Component: 3150 - total flux cleaned = -0.00349651 Jy ! Component: 3200 - total flux cleaned = -0.00349642 Jy ! Component: 3250 - total flux cleaned = -0.00346843 Jy ! Component: 3300 - total flux cleaned = -0.00345458 Jy ! Component: 3350 - total flux cleaned = -0.00339933 Jy ! Component: 3400 - total flux cleaned = -0.00335812 Jy ! Component: 3450 - total flux cleaned = -0.00331711 Jy ! Component: 3500 - total flux cleaned = -0.00330342 Jy ! Component: 3550 - total flux cleaned = -0.00327628 Jy ! Component: 3600 - total flux cleaned = -0.00320902 Jy ! Component: 3650 - total flux cleaned = -0.0031957 Jy ! Component: 3700 - total flux cleaned = -0.00316895 Jy ! Component: 3750 - total flux cleaned = -0.00312918 Jy ! Component: 3800 - total flux cleaned = -0.00306325 Jy ! Component: 3850 - total flux cleaned = -0.00303701 Jy ! Component: 3900 - total flux cleaned = -0.00302388 Jy ! Component: 3950 - total flux cleaned = -0.00295862 Jy ! Component: 4000 - total flux cleaned = -0.00294566 Jy ! Component: 4050 - total flux cleaned = -0.00290689 Jy ! Total flux subtracted in 4096 components = -0.00284237 Jy ! Clean residual min=-0.000649 max=0.000704 Jy/beam ! Clean residual mean=0.000001 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.222753 Jy keep ! Adding 254 model components to the UV plane model. ! The established model now contains 332 components and 0.222753 Jy ![Exited script file: muppet] wmap "J1118-3054_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.932 x 7.604 at -2.42 degrees (North through East) ! Clean map min=-0.0048328 max=0.15918 Jy/beam ! Writing clean map to FITS file: J1118-3054_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.159185 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000214852 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.40491 0.40491 0.809821 1.61964 3.23928 6.47857 12.9571 25.9143 51.8285 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 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.932 x 7.604 at -2.42 degrees (North through East) ! Clean map min=-0.0048328 max=0.15918 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 J1118-3054_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:58:47 2019