! Started logfile: J1349-1132_S_2017_03_23_pus_uvs.log on Mon May 13 10:01:29 2019 obs J1349-1132_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1349-1132_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.844444 visibilities/baseline/integration-bin. ! Found source: J1349-1132 ! ! 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 481 lines of history. ! ! Reading 17328 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 J1349-1132_S_2017_03_23_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 388 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.784425Jy sigma=0.005864 ! Fit after self-cal, rms=0.766906Jy 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.677 mas, bmaj=7.098 mas, bpa=1.569 degrees ! Estimated noise=1227.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.175113 Jy ! Component: 100 - total flux cleaned = 0.21597 Jy ! Total flux subtracted in 100 components = 0.21597 Jy ! Clean residual min=-0.010150 max=0.015855 Jy/beam ! Clean residual mean=0.000029 rms=0.002676 Jy/beam ! Combined flux in latest and established models = 0.21597 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.21597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116612Jy sigma=0.000782 ! Fit after self-cal, rms=0.116618Jy sigma=0.000782 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0176943 Jy ! Component: 100 - total flux cleaned = 0.0276267 Jy ! Total flux subtracted in 100 components = 0.0276267 Jy ! Clean residual min=-0.009405 max=0.011853 Jy/beam ! Clean residual mean=0.000017 rms=0.002292 Jy/beam ! Combined flux in latest and established models = 0.243596 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 27 components and 0.243596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111866Jy sigma=0.000747 ! Fit after self-cal, rms=0.111877Jy sigma=0.000747 ! 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.299 mas, bmaj=8.222 mas, bpa=1.588 degrees ! Estimated noise=785.28 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.0126622 Jy ! Component: 100 - total flux cleaned = 0.0183306 Jy ! Component: 150 - total flux cleaned = 0.0216533 Jy ! Component: 200 - total flux cleaned = 0.023656 Jy ! Total flux subtracted in 200 components = 0.023656 Jy ! Clean residual min=-0.007432 max=0.010048 Jy/beam ! Clean residual mean=0.000016 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.267252 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 53 components and 0.267252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110226Jy sigma=0.000739 ! Fit after self-cal, rms=0.110233Jy sigma=0.000739 ! Inverting map ! Added new window around map position (8, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100721 Jy ! Component: 100 - total flux cleaned = 0.0151283 Jy ! Component: 150 - total flux cleaned = 0.0176407 Jy ! Component: 200 - total flux cleaned = 0.0185019 Jy ! Total flux subtracted in 200 components = 0.0185019 Jy ! Clean residual min=-0.006623 max=0.006881 Jy/beam ! Clean residual mean=0.000008 rms=0.001493 Jy/beam ! Combined flux in latest and established models = 0.285754 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 86 components and 0.285754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109220Jy sigma=0.000732 ! Fit after self-cal, rms=0.109081Jy sigma=0.000731 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 0.98 KP 1.06 ! LA 1.00 MK 0.97 NL 0.89 OV 1.04 ! PT 1.04 SC 0.89 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.02 KP 1.01 ! LA 0.98 MK 0.97 NL 1.08 OV 1.07 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 1.02 KP 0.90 ! LA 0.75 MK 1.00 NL 1.21 OV 0.96 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 0.99 KP 1.00* ! LA 0.75 MK 1.05 NL 1.00* OV 1.67 ! PT 1.07 SC 1.69 ! ! ! Fit before self-cal, rms=0.109081Jy sigma=0.000731 ! Fit after self-cal, rms=0.104702Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=8.232 mas, bpa=1.527 degrees ! Estimated noise=788.356 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.00130188 Jy ! Component: 100 - total flux cleaned = 0.000708561 Jy ! Component: 150 - total flux cleaned = 0.000334791 Jy ! Component: 200 - total flux cleaned = 6.961e-05 Jy ! Total flux subtracted in 200 components = 6.961e-05 Jy ! Clean residual min=-0.003553 max=0.003056 Jy/beam ! Clean residual mean=0.000002 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.285824 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.285824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104577Jy sigma=0.000679 ! Fit after self-cal, rms=0.104650Jy sigma=0.000679 ! 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.104650Jy sigma=0.000679 ! Fit after self-cal, rms=0.110708Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=8.232 mas, bpa=1.43 degrees ! Estimated noise=790.727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000754084 Jy ! Component: 100 - total flux cleaned = 0.000636868 Jy ! Component: 150 - total flux cleaned = 0.000499647 Jy ! Component: 200 - total flux cleaned = 0.000350292 Jy ! Total flux subtracted in 200 components = 0.000350292 Jy ! Clean residual min=-0.002292 max=0.002448 Jy/beam ! Clean residual mean=-0.000001 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.286174 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 124 components and 0.286174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110675Jy sigma=0.000670 ! Fit after self-cal, rms=0.110880Jy 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 = 7.76203e-05 Jy ! Component: 100 - total flux cleaned = -2.94914e-05 Jy ! Component: 150 - total flux cleaned = -0.000172874 Jy ! Component: 200 - total flux cleaned = -0.00025867 Jy ! Total flux subtracted in 200 components = -0.00025867 Jy ! Clean residual min=-0.002277 max=0.002392 Jy/beam ! Clean residual mean=-0.000001 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.285915 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 139 components and 0.285915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110867Jy sigma=0.000670 ! Fit after self-cal, rms=0.110854Jy sigma=0.000670 ! 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.110854Jy sigma=0.000670 ! Fit after self-cal, rms=0.116403Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=8.231 mas, bpa=1.426 degrees ! Estimated noise=790.207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000404638 Jy ! Component: 100 - total flux cleaned = 0.000324236 Jy ! Component: 150 - total flux cleaned = 0.000231858 Jy ! Component: 200 - total flux cleaned = 0.00017058 Jy ! Total flux subtracted in 200 components = 0.00017058 Jy ! Clean residual min=-0.002267 max=0.002314 Jy/beam ! Clean residual mean=-0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.286086 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 149 components and 0.286086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116391Jy sigma=0.000669 ! Fit after self-cal, rms=0.116436Jy sigma=0.000669 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 = 9.81608e-06 Jy ! Component: 100 - total flux cleaned = 9.3472e-06 Jy ! Component: 150 - total flux cleaned = -8.19759e-06 Jy ! Component: 200 - total flux cleaned = -2.40447e-05 Jy ! Total flux subtracted in 200 components = -2.40447e-05 Jy ! Clean residual min=-0.002263 max=0.002282 Jy/beam ! Clean residual mean=-0.000001 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.286062 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.286062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116429Jy sigma=0.000669 ! Fit after self-cal, rms=0.116429Jy sigma=0.000669 ! 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.116429Jy sigma=0.000669 ! Fit after self-cal, rms=0.116618Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.556 mas, bmaj=14.38 mas, bpa=7.492 degrees ! Estimated noise=976.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000638723 Jy ! Component: 100 - total flux cleaned = 0.000734939 Jy ! Component: 150 - total flux cleaned = 0.000802946 Jy ! Component: 200 - total flux cleaned = 0.000849644 Jy ! Total flux subtracted in 200 components = 0.000849644 Jy ! Clean residual min=-0.002161 max=0.002497 Jy/beam ! Clean residual mean=-0.000002 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.286912 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 168 components and 0.286912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116619Jy sigma=0.000669 ! Fit after self-cal, rms=0.116620Jy sigma=0.000669 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.000144836 Jy ! Component: 100 - total flux cleaned = 0.000172921 Jy ! Component: 150 - total flux cleaned = 0.00019931 Jy ! Component: 200 - total flux cleaned = 0.000211462 Jy ! Total flux subtracted in 200 components = 0.000211462 Jy ! Clean residual min=-0.002140 max=0.002456 Jy/beam ! Clean residual mean=-0.000002 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.287123 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 177 components and 0.287123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116621Jy sigma=0.000669 ! Fit after self-cal, rms=0.116620Jy sigma=0.000669 ! 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.297 mas, bmaj=8.235 mas, bpa=1.417 degrees ! Estimated noise=790.261 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.297 x 8.235 at 1.417 degrees (North through East) ! Clean map min=-0.0021231 max=0.23407 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.685 mas, bmaj=7.179 mas, bpa=0.8037 degrees ! Estimated noise=1269.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.18062 Jy ! Component: 100 - total flux cleaned = 0.222165 Jy ! Component: 150 - total flux cleaned = 0.240554 Jy ! Component: 200 - total flux cleaned = 0.252071 Jy ! Total flux subtracted in 200 components = 0.252071 Jy ! Clean residual min=-0.004625 max=0.006105 Jy/beam ! Clean residual mean=0.000009 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.252071 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.252071 Jy ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=8.235 mas, bpa=1.417 degrees ! Estimated noise=790.261 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.011743 Jy ! Component: 100 - total flux cleaned = 0.0184631 Jy ! Component: 150 - total flux cleaned = 0.0228674 Jy ! Component: 200 - total flux cleaned = 0.0259166 Jy ! Total flux subtracted in 200 components = 0.0259166 Jy ! Clean residual min=-0.002445 max=0.002325 Jy/beam ! Clean residual mean=0.000003 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.277988 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 88 components and 0.277988 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.556 mas, bmaj=14.38 mas, bpa=7.492 degrees ! Estimated noise=976.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00351156 Jy ! Component: 100 - total flux cleaned = 0.00549119 Jy ! Component: 150 - total flux cleaned = 0.00674744 Jy ! Component: 200 - total flux cleaned = 0.00757702 Jy ! Total flux subtracted in 200 components = 0.00757702 Jy ! Clean residual min=-0.002205 max=0.002440 Jy/beam ! Clean residual mean=-0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.285565 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.000552824 Jy ! Component: 100 - total flux cleaned = 0.000922968 Jy ! Component: 150 - total flux cleaned = 0.00107644 Jy ! Component: 200 - total flux cleaned = 0.00110618 Jy ! Total flux subtracted in 200 components = 0.00110618 Jy ! Clean residual min=-0.002114 max=0.002354 Jy/beam ! Clean residual mean=-0.000001 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.286671 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 141 components and 0.286671 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=8.235 mas, bpa=1.417 degrees ! Estimated noise=790.261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000157592 Jy ! Component: 100 - total flux cleaned = -0.00028673 Jy ! Component: 150 - total flux cleaned = -0.000314556 Jy ! Component: 200 - total flux cleaned = -0.000340215 Jy ! Total flux subtracted in 200 components = -0.000340215 Jy ! Clean residual min=-0.002306 max=0.002107 Jy/beam ! Clean residual mean=-0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.286331 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 158 components and 0.286331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116627Jy sigma=0.000669 ! Fit after self-cal, rms=0.116614Jy sigma=0.000669 wmodel J1349-1132_S_2017_03_23_pus_map.mod ! Writing 158 model components to file: J1349-1132_S_2017_03_23_pus_map.mod wobs J1349-1132_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1349-1132_S_2017_03_23_pus_uvs.fits wwins J1349-1132_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1349-1132_S_2017_03_23_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 = -9.49682e-05 Jy ! Component: 100 - total flux cleaned = -5.84581e-05 Jy ! Component: 150 - total flux cleaned = 1.06296e-05 Jy ! Component: 200 - total flux cleaned = 0.000143023 Jy ! Component: 250 - total flux cleaned = 0.000142012 Jy ! Component: 300 - total flux cleaned = 0.00017371 Jy ! Component: 350 - total flux cleaned = 0.000173855 Jy ! Component: 400 - total flux cleaned = 0.000264315 Jy ! Component: 450 - total flux cleaned = 0.000323497 Jy ! Component: 500 - total flux cleaned = 0.000381502 Jy ! Component: 550 - total flux cleaned = 0.00046696 Jy ! Component: 600 - total flux cleaned = 0.000494473 Jy ! Component: 650 - total flux cleaned = 0.000494903 Jy ! Component: 700 - total flux cleaned = 0.000548965 Jy ! Component: 750 - total flux cleaned = 0.00054895 Jy ! Component: 800 - total flux cleaned = 0.000497236 Jy ! Component: 850 - total flux cleaned = 0.000471757 Jy ! Component: 900 - total flux cleaned = 0.000446795 Jy ! Component: 950 - total flux cleaned = 0.000397087 Jy ! Component: 1000 - total flux cleaned = 0.000397099 Jy ! Component: 1050 - total flux cleaned = 0.000300317 Jy ! Component: 1100 - total flux cleaned = 0.000323749 Jy ! Component: 1150 - total flux cleaned = 0.000253366 Jy ! Component: 1200 - total flux cleaned = 0.000207284 Jy ! Component: 1250 - total flux cleaned = 0.000161516 Jy ! Component: 1300 - total flux cleaned = 0.000138617 Jy ! Component: 1350 - total flux cleaned = 4.59649e-06 Jy ! Component: 1400 - total flux cleaned = -6.08343e-05 Jy ! Component: 1450 - total flux cleaned = -3.90511e-05 Jy ! Component: 1500 - total flux cleaned = -0.000167843 Jy ! Component: 1550 - total flux cleaned = -0.000146494 Jy ! Component: 1600 - total flux cleaned = -0.000293804 Jy ! Component: 1650 - total flux cleaned = -0.00031419 Jy ! Component: 1700 - total flux cleaned = -0.000355334 Jy ! Component: 1750 - total flux cleaned = -0.000335265 Jy ! Component: 1800 - total flux cleaned = -0.000355689 Jy ! Component: 1850 - total flux cleaned = -0.000335958 Jy ! Component: 1900 - total flux cleaned = -0.000375257 Jy ! Component: 1950 - total flux cleaned = -0.000355503 Jy ! Component: 2000 - total flux cleaned = -0.000355357 Jy ! Component: 2050 - total flux cleaned = -0.000317136 Jy ! Component: 2100 - total flux cleaned = -0.000374092 Jy ! Component: 2150 - total flux cleaned = -0.000336594 Jy ! Component: 2200 - total flux cleaned = -0.000299183 Jy ! Component: 2250 - total flux cleaned = -0.000280509 Jy ! Component: 2300 - total flux cleaned = -0.000317281 Jy ! Component: 2350 - total flux cleaned = -0.00026294 Jy ! Component: 2400 - total flux cleaned = -0.000298685 Jy ! Component: 2450 - total flux cleaned = -0.000245208 Jy ! Component: 2500 - total flux cleaned = -0.000192421 Jy ! Component: 2550 - total flux cleaned = -0.000279933 Jy ! Component: 2600 - total flux cleaned = -0.00017599 Jy ! Component: 2650 - total flux cleaned = -0.00017633 Jy ! Component: 2700 - total flux cleaned = -0.000159401 Jy ! Component: 2750 - total flux cleaned = -0.000159661 Jy ! Component: 2800 - total flux cleaned = -0.000176591 Jy ! Component: 2850 - total flux cleaned = -0.000126505 Jy ! Component: 2900 - total flux cleaned = -0.000159949 Jy ! Component: 2950 - total flux cleaned = -0.000242175 Jy ! Component: 3000 - total flux cleaned = -0.000274788 Jy ! Component: 3050 - total flux cleaned = -0.000274709 Jy ! Component: 3100 - total flux cleaned = -0.000274817 Jy ! Component: 3150 - total flux cleaned = -0.000322856 Jy ! Component: 3200 - total flux cleaned = -0.000418062 Jy ! Component: 3250 - total flux cleaned = -0.000496849 Jy ! Component: 3300 - total flux cleaned = -0.000544014 Jy ! Component: 3350 - total flux cleaned = -0.000637569 Jy ! Component: 3400 - total flux cleaned = -0.000699688 Jy ! Component: 3450 - total flux cleaned = -0.000730388 Jy ! Component: 3500 - total flux cleaned = -0.000791633 Jy ! Component: 3550 - total flux cleaned = -0.000852568 Jy ! Component: 3600 - total flux cleaned = -0.000882827 Jy ! Component: 3650 - total flux cleaned = -0.000988116 Jy ! Component: 3700 - total flux cleaned = -0.00107785 Jy ! Component: 3750 - total flux cleaned = -0.00112246 Jy ! Component: 3800 - total flux cleaned = -0.00122575 Jy ! Component: 3850 - total flux cleaned = -0.00125498 Jy ! Component: 3900 - total flux cleaned = -0.00135705 Jy ! Component: 3950 - total flux cleaned = -0.00140049 Jy ! Component: 4000 - total flux cleaned = -0.00145807 Jy ! Component: 4050 - total flux cleaned = -0.00152974 Jy ! Total flux subtracted in 4096 components = -0.00155823 Jy ! Clean residual min=-0.000940 max=0.000820 Jy/beam ! Clean residual mean=0.000000 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.284773 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 456 components and 0.284773 Jy ![Exited script file: muppet] wmap "J1349-1132_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.297 x 8.235 at 1.417 degrees (North through East) ! Clean map min=-0.0016319 max=0.23601 Jy/beam ! Writing clean map to FITS file: J1349-1132_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.236006 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270283 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.34357 0.34357 0.687141 1.37428 2.74856 5.49712 10.9942 21.9885 43.977 87.954 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.236 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.297 x 8.235 at 1.417 degrees (North through East) ! Clean map min=-0.0016319 max=0.23601 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 J1349-1132_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:01:35 2019