! Started logfile: J0348-2749_S_2017_07_09_pus_uvs.log on Wed May 8 14:41:08 2019 obs J0348-2749_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0348-2749_S_2017_07_09_pus_uva.fits ! AN table 1: 25 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.590222 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 594 lines of history. ! ! Reading 2656 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_07_09_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 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.658108Jy sigma=0.005023 ! Fit after self-cal, rms=0.624140Jy sigma=0.004740 ! 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.411 mas, bmaj=6.783 mas, bpa=-3.602 degrees ! Estimated noise=2537.01 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.285657 Jy ! Component: 100 - total flux cleaned = 0.402707 Jy ! Total flux subtracted in 100 components = 0.402707 Jy ! Clean residual min=-0.024321 max=0.055902 Jy/beam ! Clean residual mean=-0.000336 rms=0.007785 Jy/beam ! Combined flux in latest and established models = 0.402707 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.402707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145760Jy sigma=0.001109 ! Fit after self-cal, rms=0.145117Jy sigma=0.001105 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0640269 Jy ! Component: 100 - total flux cleaned = 0.0988778 Jy ! Total flux subtracted in 100 components = 0.0988778 Jy ! Clean residual min=-0.013449 max=0.019169 Jy/beam ! Clean residual mean=-0.000183 rms=0.003766 Jy/beam ! Combined flux in latest and established models = 0.501585 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.501585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104650Jy sigma=0.000774 ! Fit after self-cal, rms=0.104501Jy sigma=0.000773 ! 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.897 mas, bmaj=7.798 mas, bpa=-3.858 degrees ! Estimated noise=2010.51 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.0280468 Jy ! Component: 100 - total flux cleaned = 0.0414626 Jy ! Component: 150 - total flux cleaned = 0.0480375 Jy ! Component: 200 - total flux cleaned = 0.051281 Jy ! Total flux subtracted in 200 components = 0.051281 Jy ! Clean residual min=-0.010446 max=0.018644 Jy/beam ! Clean residual mean=-0.000208 rms=0.003427 Jy/beam ! Combined flux in latest and established models = 0.552866 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 25 components and 0.552866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097757Jy sigma=0.000716 ! Fit after self-cal, rms=0.097741Jy sigma=0.000716 ! 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.95 HN 1.00* KP 1.00 ! LA 0.98 MK 1.00 NL 1.02 OV 1.03 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00* KP 1.00 ! LA 0.98 MK 0.98 NL 1.08 OV 1.08 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00* KP 0.98 ! LA 0.96 MK 0.99 NL 1.02 OV 0.98 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.00* KP 1.00* ! LA 0.87 MK 1.15 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.097741Jy sigma=0.000716 ! Fit after self-cal, rms=0.095472Jy sigma=0.000694 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=7.815 mas, bpa=-3.791 degrees ! Estimated noise=2007.71 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 (10, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0137372 Jy ! Component: 100 - total flux cleaned = 0.019724 Jy ! Component: 150 - total flux cleaned = 0.0207751 Jy ! Component: 200 - total flux cleaned = 0.0211223 Jy ! Total flux subtracted in 200 components = 0.0211223 Jy ! Clean residual min=-0.008935 max=0.008615 Jy/beam ! Clean residual mean=-0.000027 rms=0.002168 Jy/beam ! Combined flux in latest and established models = 0.573988 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 52 components and 0.573988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093652Jy sigma=0.000679 ! Fit after self-cal, rms=0.093497Jy sigma=0.000678 ! 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.093497Jy sigma=0.000678 ! Fit after self-cal, rms=0.091335Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.896 mas, bmaj=7.785 mas, bpa=-3.668 degrees ! Estimated noise=1999.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00486513 Jy ! Component: 100 - total flux cleaned = 0.00640586 Jy ! Component: 150 - total flux cleaned = 0.00673041 Jy ! Component: 200 - total flux cleaned = 0.00686366 Jy ! Total flux subtracted in 200 components = 0.00686366 Jy ! Clean residual min=-0.006330 max=0.007429 Jy/beam ! Clean residual mean=-0.000034 rms=0.001729 Jy/beam ! Combined flux in latest and established models = 0.580852 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 70 components and 0.580851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091042Jy sigma=0.000664 ! Fit after self-cal, rms=0.091002Jy sigma=0.000664 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.00144572 Jy ! Component: 100 - total flux cleaned = 0.00162497 Jy ! Component: 150 - total flux cleaned = 0.00167752 Jy ! Component: 200 - total flux cleaned = 0.00182127 Jy ! Total flux subtracted in 200 components = 0.00182127 Jy ! Clean residual min=-0.006377 max=0.007061 Jy/beam ! Clean residual mean=-0.000029 rms=0.001711 Jy/beam ! Combined flux in latest and established models = 0.582673 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.582673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090923Jy sigma=0.000664 ! Fit after self-cal, rms=0.090910Jy sigma=0.000664 ! 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.090910Jy sigma=0.000664 ! Fit after self-cal, rms=0.090325Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.766 mas, bpa=-3.612 degrees ! Estimated noise=1994.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260228 Jy ! Component: 100 - total flux cleaned = 0.0029376 Jy ! Component: 150 - total flux cleaned = 0.00298286 Jy ! Component: 200 - total flux cleaned = 0.00294303 Jy ! Total flux subtracted in 200 components = 0.00294303 Jy ! Clean residual min=-0.005646 max=0.006195 Jy/beam ! Clean residual mean=-0.000039 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.585616 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.585616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090234Jy sigma=0.000657 ! Fit after self-cal, rms=0.090228Jy sigma=0.000657 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.00077982 Jy ! Component: 100 - total flux cleaned = 0.00081646 Jy ! Component: 150 - total flux cleaned = 0.000780959 Jy ! Component: 200 - total flux cleaned = 0.000715983 Jy ! Total flux subtracted in 200 components = 0.000715983 Jy ! Clean residual min=-0.005600 max=0.006030 Jy/beam ! Clean residual mean=-0.000037 rms=0.001486 Jy/beam ! Combined flux in latest and established models = 0.586332 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.586332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090199Jy sigma=0.000657 ! Fit after self-cal, rms=0.090195Jy sigma=0.000657 ! 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.090195Jy sigma=0.000657 ! Fit after self-cal, rms=0.090054Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.866 mas, bmaj=23.84 mas, bpa=-1.101 degrees ! Estimated noise=2636.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017269 Jy ! Component: 100 - total flux cleaned = 0.00187999 Jy ! Component: 150 - total flux cleaned = 0.00193684 Jy ! Component: 200 - total flux cleaned = 0.00198832 Jy ! Total flux subtracted in 200 components = 0.00198832 Jy ! Clean residual min=-0.006369 max=0.008139 Jy/beam ! Clean residual mean=-0.000083 rms=0.002316 Jy/beam ! Combined flux in latest and established models = 0.58832 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 109 components and 0.58832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090057Jy sigma=0.000657 ! Fit after self-cal, rms=0.090053Jy sigma=0.000657 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.000271052 Jy ! Component: 100 - total flux cleaned = 0.000329167 Jy ! Component: 150 - total flux cleaned = 0.000380706 Jy ! Component: 200 - total flux cleaned = 0.000405674 Jy ! Total flux subtracted in 200 components = 0.000405674 Jy ! Clean residual min=-0.006440 max=0.008155 Jy/beam ! Clean residual mean=-0.000080 rms=0.002318 Jy/beam ! Combined flux in latest and established models = 0.588726 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 115 components and 0.588726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090058Jy sigma=0.000657 ! Fit after self-cal, rms=0.090054Jy sigma=0.000657 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.892 mas, bmaj=7.759 mas, bpa=-3.593 degrees ! Estimated noise=1993.41 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.892 x 7.759 at -3.593 degrees (North through East) ! Clean map min=-0.0053153 max=0.38393 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.408 mas, bmaj=6.752 mas, bpa=-3.263 degrees ! Estimated noise=2512.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.283696 Jy ! Component: 100 - total flux cleaned = 0.400294 Jy ! Component: 150 - total flux cleaned = 0.463103 Jy ! Component: 200 - total flux cleaned = 0.497593 Jy ! Total flux subtracted in 200 components = 0.497593 Jy ! Clean residual min=-0.011114 max=0.019710 Jy/beam ! Clean residual mean=-0.000159 rms=0.003351 Jy/beam ! Combined flux in latest and established models = 0.497593 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.497593 Jy ! Inverting map and beam ! Estimated beam: bmin=2.892 mas, bmaj=7.759 mas, bpa=-3.593 degrees ! Estimated noise=1993.41 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 (3, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0304364 Jy ! Component: 100 - total flux cleaned = 0.047755 Jy ! Component: 150 - total flux cleaned = 0.0596931 Jy ! Component: 200 - total flux cleaned = 0.0682302 Jy ! Total flux subtracted in 200 components = 0.0682302 Jy ! Clean residual min=-0.007420 max=0.006323 Jy/beam ! Clean residual mean=-0.000111 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.565824 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 68 components and 0.565823 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.866 mas, bmaj=23.84 mas, bpa=-1.101 degrees ! Estimated noise=2636.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101448 Jy ! Component: 100 - total flux cleaned = 0.0156939 Jy ! Component: 150 - total flux cleaned = 0.0188146 Jy ! Component: 200 - total flux cleaned = 0.0205849 Jy ! Total flux subtracted in 200 components = 0.0205849 Jy ! Clean residual min=-0.006600 max=0.007917 Jy/beam ! Clean residual mean=-0.000094 rms=0.002305 Jy/beam ! Combined flux in latest and established models = 0.586408 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.00100908 Jy ! Component: 100 - total flux cleaned = 0.00139301 Jy ! Component: 150 - total flux cleaned = 0.00145601 Jy ! Component: 200 - total flux cleaned = 0.00149823 Jy ! Total flux subtracted in 200 components = 0.00149823 Jy ! Clean residual min=-0.006467 max=0.008031 Jy/beam ! Clean residual mean=-0.000084 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.587907 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 117 components and 0.587907 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.892 mas, bmaj=7.759 mas, bpa=-3.593 degrees ! Estimated noise=1993.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040525 Jy ! Component: 100 - total flux cleaned = -0.000777375 Jy ! Component: 150 - total flux cleaned = -0.000780059 Jy ! Component: 200 - total flux cleaned = -0.000780137 Jy ! Total flux subtracted in 200 components = -0.000780137 Jy ! Clean residual min=-0.006213 max=0.006079 Jy/beam ! Clean residual mean=-0.000043 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.587126 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.587127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090131Jy sigma=0.000658 ! Fit after self-cal, rms=0.090092Jy sigma=0.000657 wmodel J0348-2749_S_2017_07_09_pus_map.mod ! Writing 136 model components to file: J0348-2749_S_2017_07_09_pus_map.mod wobs J0348-2749_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0348-2749_S_2017_07_09_pus_uvs.fits wwins J0348-2749_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J0348-2749_S_2017_07_09_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.000861866 Jy ! Component: 100 - total flux cleaned = 0.00172768 Jy ! Component: 150 - total flux cleaned = 0.00182077 Jy ! Component: 200 - total flux cleaned = 0.00198254 Jy ! Component: 250 - total flux cleaned = 0.0019832 Jy ! Component: 300 - total flux cleaned = 0.00198194 Jy ! Component: 350 - total flux cleaned = 0.00198203 Jy ! Component: 400 - total flux cleaned = 0.00164971 Jy ! Component: 450 - total flux cleaned = 0.00139465 Jy ! Component: 500 - total flux cleaned = 0.00120895 Jy ! Component: 550 - total flux cleaned = 0.00108738 Jy ! Component: 600 - total flux cleaned = 0.000915389 Jy ! Component: 650 - total flux cleaned = 0.00125121 Jy ! Component: 700 - total flux cleaned = 0.00135852 Jy ! Component: 750 - total flux cleaned = 0.00140978 Jy ! Component: 800 - total flux cleaned = 0.00125625 Jy ! Component: 850 - total flux cleaned = 0.00125786 Jy ! Component: 900 - total flux cleaned = 0.00120999 Jy ! Component: 950 - total flux cleaned = 0.00111558 Jy ! Component: 1000 - total flux cleaned = 0.00116276 Jy ! Component: 1050 - total flux cleaned = 0.00107266 Jy ! Component: 1100 - total flux cleaned = 0.00111797 Jy ! Component: 1150 - total flux cleaned = 0.00120434 Jy ! Component: 1200 - total flux cleaned = 0.00107672 Jy ! Component: 1250 - total flux cleaned = 0.000869058 Jy ! Component: 1300 - total flux cleaned = 0.000747379 Jy ! Component: 1350 - total flux cleaned = 0.000628522 Jy ! Component: 1400 - total flux cleaned = 0.000510957 Jy ! Component: 1450 - total flux cleaned = 0.000433861 Jy ! Component: 1500 - total flux cleaned = 0.000170778 Jy ! Component: 1550 - total flux cleaned = 0.000171255 Jy ! Component: 1600 - total flux cleaned = 2.59443e-05 Jy ! Component: 1650 - total flux cleaned = -1.0197e-05 Jy ! Component: 1700 - total flux cleaned = -0.000116021 Jy ! Component: 1750 - total flux cleaned = -0.000220413 Jy ! Component: 1800 - total flux cleaned = -0.000355938 Jy ! Component: 1850 - total flux cleaned = -0.000490027 Jy ! Component: 1900 - total flux cleaned = -0.000654641 Jy ! Component: 1950 - total flux cleaned = -0.000752266 Jy ! Component: 2000 - total flux cleaned = -0.000912272 Jy ! Component: 2050 - total flux cleaned = -0.00106954 Jy ! Component: 2100 - total flux cleaned = -0.00119356 Jy ! Component: 2150 - total flux cleaned = -0.00134611 Jy ! Component: 2200 - total flux cleaned = -0.00140596 Jy ! Component: 2250 - total flux cleaned = -0.00149565 Jy ! Component: 2300 - total flux cleaned = -0.00167145 Jy ! Component: 2350 - total flux cleaned = -0.00178646 Jy ! Component: 2400 - total flux cleaned = -0.00184439 Jy ! Component: 2450 - total flux cleaned = -0.00198527 Jy ! Component: 2500 - total flux cleaned = -0.00201315 Jy ! Component: 2550 - total flux cleaned = -0.00217804 Jy ! Component: 2600 - total flux cleaned = -0.00225943 Jy ! Component: 2650 - total flux cleaned = -0.00231228 Jy ! Component: 2700 - total flux cleaned = -0.00233852 Jy ! Component: 2750 - total flux cleaned = -0.00244306 Jy ! Component: 2800 - total flux cleaned = -0.00236518 Jy ! Component: 2850 - total flux cleaned = -0.00236494 Jy ! Component: 2900 - total flux cleaned = -0.00233998 Jy ! Component: 2950 - total flux cleaned = -0.00233999 Jy ! Component: 3000 - total flux cleaned = -0.00241495 Jy ! Component: 3050 - total flux cleaned = -0.00239 Jy ! Component: 3100 - total flux cleaned = -0.00236542 Jy ! Component: 3150 - total flux cleaned = -0.00248677 Jy ! Component: 3200 - total flux cleaned = -0.00239081 Jy ! Component: 3250 - total flux cleaned = -0.00250997 Jy ! Component: 3300 - total flux cleaned = -0.00243874 Jy ! Component: 3350 - total flux cleaned = -0.00255607 Jy ! Component: 3400 - total flux cleaned = -0.00243938 Jy ! Component: 3450 - total flux cleaned = -0.00255486 Jy ! Component: 3500 - total flux cleaned = -0.00246317 Jy ! Component: 3550 - total flux cleaned = -0.00244036 Jy ! Component: 3600 - total flux cleaned = -0.00246275 Jy ! Component: 3650 - total flux cleaned = -0.00241778 Jy ! Component: 3700 - total flux cleaned = -0.00243994 Jy ! Component: 3750 - total flux cleaned = -0.00237398 Jy ! Component: 3800 - total flux cleaned = -0.00237422 Jy ! Component: 3850 - total flux cleaned = -0.00237415 Jy ! Component: 3900 - total flux cleaned = -0.00233078 Jy ! Component: 3950 - total flux cleaned = -0.00237375 Jy ! Component: 4000 - total flux cleaned = -0.00228876 Jy ! Component: 4050 - total flux cleaned = -0.00231007 Jy ! Total flux subtracted in 4096 components = -0.00228892 Jy ! Clean residual min=-0.001231 max=0.001364 Jy/beam ! Clean residual mean=0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.584838 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 425 components and 0.584838 Jy ![Exited script file: muppet] wmap "J0348-2749_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.892 x 7.759 at -3.593 degrees (North through East) ! Clean map min=-0.0032591 max=0.38595 Jy/beam ! Writing clean map to FITS file: J0348-2749_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.385947 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000364856 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283606 0.283606 0.567212 1.13442 2.26885 4.5377 9.07539 18.1508 36.3016 72.6031 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.385 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.892 x 7.759 at -3.593 degrees (North through East) ! Clean map min=-0.0032591 max=0.38595 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_07_09_pus_uvs.log closed on Wed May 8 14:41:13 2019