! Started logfile: J1153+4036_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:58:22 2016 obs J1153+4036_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1153+4036_S_2015_03_17_pus_uva.fits ! AN table 1: 74 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.856757 visibilities/baseline/integration-bin. ! Found source: J1153+4036 ! ! 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 330 lines of history. ! ! Reading 11412 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 J1153+4036_S_2015_03_17_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.438253Jy sigma=0.005183 ! Fit after self-cal, rms=0.283962Jy sigma=0.003511 ! 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=3.336 mas, bmaj=4.323 mas, bpa=-0.6789 degrees ! Estimated noise=759.12 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.606813 Jy ! Component: 100 - total flux cleaned = 0.801221 Jy ! Total flux subtracted in 100 components = 0.801221 Jy ! Clean residual min=-0.029168 max=0.087510 Jy/beam ! Clean residual mean=0.000087 rms=0.009778 Jy/beam ! Combined flux in latest and established models = 0.801221 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.801221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236623Jy sigma=0.002495 ! Fit after self-cal, rms=0.236555Jy sigma=0.002494 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0982328 Jy ! Component: 100 - total flux cleaned = 0.152239 Jy ! Total flux subtracted in 100 components = 0.152239 Jy ! Clean residual min=-0.025128 max=0.030237 Jy/beam ! Clean residual mean=0.000062 rms=0.005992 Jy/beam ! Combined flux in latest and established models = 0.95346 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.95346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167500Jy sigma=0.001740 ! Fit after self-cal, rms=0.167464Jy sigma=0.001739 ! 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.975 mas, bmaj=5.226 mas, bpa=4.889 degrees ! Estimated noise=560.997 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.0473686 Jy ! Component: 100 - total flux cleaned = 0.0743497 Jy ! Component: 150 - total flux cleaned = 0.0918936 Jy ! Component: 200 - total flux cleaned = 0.103504 Jy ! Total flux subtracted in 200 components = 0.103504 Jy ! Clean residual min=-0.029168 max=0.024795 Jy/beam ! Clean residual mean=0.000129 rms=0.006149 Jy/beam ! Combined flux in latest and established models = 1.05696 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 49 components and 1.05696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148132Jy sigma=0.001595 ! Fit after self-cal, rms=0.148126Jy sigma=0.001595 ! 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.87 HN 0.91 KP 1.08 ! LA 0.96 MK 1.06 NL 0.89 OV 1.00 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.90 HN 0.96 KP 1.05 ! LA 0.94 MK 1.10 NL 1.03 OV 1.03 ! PT 1.08 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.92 HN 0.96 KP 0.94 ! LA 0.77 MK 1.14 NL 1.16 OV 0.97 ! PT 1.06 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.95 HN 0.93 KP 0.92 ! LA 0.84 MK 1.17 NL 1.01 OV 1.03 ! PT 1.11 SC 1.02 ! ! ! Fit before self-cal, rms=0.148126Jy sigma=0.001595 ! Fit after self-cal, rms=0.092893Jy sigma=0.001034 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.058 mas, bmaj=5.396 mas, bpa=6.194 degrees ! Estimated noise=565.643 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.011779 Jy ! Component: 100 - total flux cleaned = -0.0138242 Jy ! Component: 150 - total flux cleaned = -0.0149842 Jy ! Component: 200 - total flux cleaned = -0.0153646 Jy ! Total flux subtracted in 200 components = -0.0153646 Jy ! Clean residual min=-0.012235 max=0.012090 Jy/beam ! Clean residual mean=0.000085 rms=0.002715 Jy/beam ! Combined flux in latest and established models = 1.0416 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 1.0416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090947Jy sigma=0.001013 ! Fit after self-cal, rms=0.090912Jy sigma=0.001013 ! 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.090912Jy sigma=0.001013 ! Fit after self-cal, rms=0.082511Jy sigma=0.000930 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=5.355 mas, bpa=4.945 degrees ! Estimated noise=564.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0043663 Jy ! Component: 100 - total flux cleaned = -0.00537437 Jy ! Component: 150 - total flux cleaned = -0.00597641 Jy ! Component: 200 - total flux cleaned = -0.0062875 Jy ! Total flux subtracted in 200 components = -0.0062875 Jy ! Clean residual min=-0.007426 max=0.008530 Jy/beam ! Clean residual mean=0.000019 rms=0.001446 Jy/beam ! Combined flux in latest and established models = 1.03531 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 1.03531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082073Jy sigma=0.000924 ! Fit after self-cal, rms=0.082104Jy sigma=0.000924 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 (-8.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00775192 Jy ! Component: 100 - total flux cleaned = 0.00994122 Jy ! Component: 150 - total flux cleaned = 0.0106407 Jy ! Component: 200 - total flux cleaned = 0.0109852 Jy ! Total flux subtracted in 200 components = 0.0109852 Jy ! Clean residual min=-0.006488 max=0.006874 Jy/beam ! Clean residual mean=0.000019 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 1.0463 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 1.0463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081261Jy sigma=0.000914 ! Fit after self-cal, rms=0.081202Jy sigma=0.000913 ! Inverting map ! Added new window around map position (-25.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00632046 Jy ! Component: 100 - total flux cleaned = 0.0100293 Jy ! Component: 150 - total flux cleaned = 0.0126212 Jy ! Component: 200 - total flux cleaned = 0.0142483 Jy ! Total flux subtracted in 200 components = 0.0142483 Jy ! Clean residual min=-0.005578 max=0.004213 Jy/beam ! Clean residual mean=0.000017 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 1.06055 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 1.06055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080611Jy sigma=0.000906 ! Fit after self-cal, rms=0.080601Jy sigma=0.000905 ! 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.080601Jy sigma=0.000905 ! Fit after self-cal, rms=0.080496Jy sigma=0.000904 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.085 mas, bmaj=5.361 mas, bpa=4.967 degrees ! Estimated noise=564.849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000647042 Jy ! Component: 100 - total flux cleaned = 0.000226186 Jy ! Component: 150 - total flux cleaned = 0.000970879 Jy ! Component: 200 - total flux cleaned = 0.00147923 Jy ! Total flux subtracted in 200 components = 0.00147923 Jy ! Clean residual min=-0.004781 max=0.003813 Jy/beam ! Clean residual mean=0.000018 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 1.06203 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 118 components and 1.06203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080251Jy sigma=0.000900 ! Fit after self-cal, rms=0.080247Jy sigma=0.000900 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.000933974 Jy ! Component: 100 - total flux cleaned = 0.00152929 Jy ! Component: 150 - total flux cleaned = 0.00187545 Jy ! Component: 200 - total flux cleaned = 0.00219976 Jy ! Total flux subtracted in 200 components = 0.00219976 Jy ! Clean residual min=-0.004432 max=0.003639 Jy/beam ! Clean residual mean=0.000018 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 1.06422 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 129 components and 1.06422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080140Jy sigma=0.000899 ! Fit after self-cal, rms=0.080138Jy sigma=0.000899 ! 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.080138Jy sigma=0.000899 ! Fit after self-cal, rms=0.080119Jy sigma=0.000898 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.911 mas, bmaj=9.687 mas, bpa=9.094 degrees ! Estimated noise=693.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121676 Jy ! Component: 100 - total flux cleaned = 0.000409848 Jy ! Component: 150 - total flux cleaned = 0.000821533 Jy ! Component: 200 - total flux cleaned = 0.00124521 Jy ! Total flux subtracted in 200 components = 0.00124521 Jy ! Clean residual min=-0.003801 max=0.004010 Jy/beam ! Clean residual mean=0.000036 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 1.06547 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 149 components and 1.06547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080036Jy sigma=0.000897 ! Fit after self-cal, rms=0.080034Jy sigma=0.000897 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.000586649 Jy ! Component: 100 - total flux cleaned = 0.00108244 Jy ! Component: 150 - total flux cleaned = 0.00140119 Jy ! Component: 200 - total flux cleaned = 0.00148601 Jy ! Total flux subtracted in 200 components = 0.00148601 Jy ! Clean residual min=-0.003633 max=0.004044 Jy/beam ! Clean residual mean=0.000036 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 1.06696 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 160 components and 1.06696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080013Jy sigma=0.000897 ! Fit after self-cal, rms=0.080012Jy sigma=0.000897 ! 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=4.091 mas, bmaj=5.368 mas, bpa=5.034 degrees ! Estimated noise=564.987 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.091 x 5.368 at 5.034 degrees (North through East) ! Clean map min=-0.0037457 max=0.83002 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080012Jy sigma=0.000897 ! Fit after self-cal, rms=0.074023Jy sigma=0.000822 ! Inverting map and beam ! Estimated beam: bmin=4.094 mas, bmaj=5.371 mas, bpa=4.969 degrees ! Estimated noise=564.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00208859 Jy ! Component: 100 - total flux cleaned = -0.00262464 Jy ! Component: 150 - total flux cleaned = -0.00285784 Jy ! Component: 200 - total flux cleaned = -0.00301973 Jy ! Total flux subtracted in 200 components = -0.00301973 Jy ! Clean residual min=-0.003280 max=0.003289 Jy/beam ! Clean residual mean=0.000013 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 1.06394 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 168 components and 1.06394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073898Jy sigma=0.000821 ! Fit after self-cal, rms=0.073896Jy sigma=0.000821 ! Inverting map ! Added new window around map position (24.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162277 Jy ! Component: 100 - total flux cleaned = 0.00187407 Jy ! Component: 150 - total flux cleaned = 0.00207742 Jy ! Component: 200 - total flux cleaned = 0.0021375 Jy ! Total flux subtracted in 200 components = 0.0021375 Jy ! Clean residual min=-0.002935 max=0.002812 Jy/beam ! Clean residual mean=0.000012 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 1.06607 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 187 components and 1.06607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073733Jy sigma=0.000819 ! Fit after self-cal, rms=0.073732Jy sigma=0.000819 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073732Jy sigma=0.000819 ! Fit after self-cal, rms=0.073675Jy sigma=0.000818 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=3.425 mas, bmaj=4.437 mas, bpa=0.7227 degrees ! Estimated noise=780.875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.621807 Jy ! Component: 100 - total flux cleaned = 0.805286 Jy ! Component: 150 - total flux cleaned = 0.894501 Jy ! Component: 200 - total flux cleaned = 0.942272 Jy ! Total flux subtracted in 200 components = 0.942272 Jy ! Clean residual min=-0.008953 max=0.022826 Jy/beam ! Clean residual mean=0.000022 rms=0.002626 Jy/beam ! Combined flux in latest and established models = 0.942272 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.942272 Jy ! Inverting map and beam ! Estimated beam: bmin=4.099 mas, bmaj=5.376 mas, bpa=5.054 degrees ! Estimated noise=564.364 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.0344601 Jy ! Component: 100 - total flux cleaned = 0.0521534 Jy ! Component: 150 - total flux cleaned = 0.063684 Jy ! Component: 200 - total flux cleaned = 0.0721845 Jy ! Total flux subtracted in 200 components = 0.0721845 Jy ! Clean residual min=-0.004651 max=0.005722 Jy/beam ! Clean residual mean=0.000023 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 1.01446 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 62 components and 1.01446 Jy ! Inverting map ! Added new window around map position (-15.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00686567 Jy ! Component: 100 - total flux cleaned = 0.0124153 Jy ! Component: 150 - total flux cleaned = 0.0171106 Jy ! Component: 200 - total flux cleaned = 0.0211572 Jy ! Total flux subtracted in 200 components = 0.0211572 Jy ! Clean residual min=-0.003720 max=0.003977 Jy/beam ! Clean residual mean=0.000019 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 1.03561 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 90 components and 1.03561 Jy ! Inverting map ! Added new window around map position (6, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00394866 Jy ! Component: 100 - total flux cleaned = 0.00659253 Jy ! Component: 150 - total flux cleaned = 0.00894457 Jy ! Component: 200 - total flux cleaned = 0.0109568 Jy ! Total flux subtracted in 200 components = 0.0109568 Jy ! Clean residual min=-0.003275 max=0.003264 Jy/beam ! Clean residual mean=0.000018 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 1.04657 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 116 components and 1.04657 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.921 mas, bmaj=9.693 mas, bpa=9.091 degrees ! Estimated noise=690.874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00356182 Jy ! Component: 100 - total flux cleaned = 0.00616673 Jy ! Component: 150 - total flux cleaned = 0.00802 Jy ! Component: 200 - total flux cleaned = 0.00916882 Jy ! Total flux subtracted in 200 components = 0.00916882 Jy ! Clean residual min=-0.003088 max=0.003452 Jy/beam ! Clean residual mean=0.000034 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 1.05574 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.000833471 Jy ! Component: 100 - total flux cleaned = 0.00147286 Jy ! Component: 150 - total flux cleaned = 0.002057 Jy ! Component: 200 - total flux cleaned = 0.00259018 Jy ! Total flux subtracted in 200 components = 0.00259018 Jy ! Clean residual min=-0.002924 max=0.003158 Jy/beam ! Clean residual mean=0.000032 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 1.05833 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 174 components and 1.05833 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.099 mas, bmaj=5.376 mas, bpa=5.054 degrees ! Estimated noise=564.364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.52963e-05 Jy ! Component: 100 - total flux cleaned = 0.000488784 Jy ! Component: 150 - total flux cleaned = 0.000722216 Jy ! Component: 200 - total flux cleaned = 0.000991152 Jy ! Total flux subtracted in 200 components = 0.000991152 Jy ! Clean residual min=-0.002585 max=0.002599 Jy/beam ! Clean residual mean=0.000015 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 1.05932 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 190 components and 1.05932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073555Jy sigma=0.000817 ! Fit after self-cal, rms=0.073548Jy sigma=0.000817 wmodel J1153+4036_S_2015_03_17_pus_map.mod ! Writing 190 model components to file: J1153+4036_S_2015_03_17_pus_map.mod wobs J1153+4036_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1153+4036_S_2015_03_17_pus_uvs.fits wwins J1153+4036_S_2015_03_17_pus_map.win ! wwins: Wrote 6 windows to J1153+4036_S_2015_03_17_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.000385132 Jy ! Component: 100 - total flux cleaned = 0.000472016 Jy ! Component: 150 - total flux cleaned = 0.000842353 Jy ! Component: 200 - total flux cleaned = 0.00123213 Jy ! Component: 250 - total flux cleaned = 0.00145593 Jy ! Component: 300 - total flux cleaned = 0.00159904 Jy ! Component: 350 - total flux cleaned = 0.00173698 Jy ! Component: 400 - total flux cleaned = 0.00176941 Jy ! Component: 450 - total flux cleaned = 0.00173679 Jy ! Component: 500 - total flux cleaned = 0.00170604 Jy ! Component: 550 - total flux cleaned = 0.00167483 Jy ! Component: 600 - total flux cleaned = 0.00167483 Jy ! Component: 650 - total flux cleaned = 0.00170471 Jy ! Component: 700 - total flux cleaned = 0.00173404 Jy ! Component: 750 - total flux cleaned = 0.00181934 Jy ! Component: 800 - total flux cleaned = 0.00184787 Jy ! Component: 850 - total flux cleaned = 0.00203968 Jy ! Component: 900 - total flux cleaned = 0.00212008 Jy ! Component: 950 - total flux cleaned = 0.00219962 Jy ! Component: 1000 - total flux cleaned = 0.00240537 Jy ! Component: 1050 - total flux cleaned = 0.00243021 Jy ! Component: 1100 - total flux cleaned = 0.00252913 Jy ! Component: 1150 - total flux cleaned = 0.00257822 Jy ! Component: 1200 - total flux cleaned = 0.00267461 Jy ! Component: 1250 - total flux cleaned = 0.00274602 Jy ! Component: 1300 - total flux cleaned = 0.00288561 Jy ! Component: 1350 - total flux cleaned = 0.00288568 Jy ! Component: 1400 - total flux cleaned = 0.00297583 Jy ! Component: 1450 - total flux cleaned = 0.00308717 Jy ! Component: 1500 - total flux cleaned = 0.00310897 Jy ! Component: 1550 - total flux cleaned = 0.00313054 Jy ! Component: 1600 - total flux cleaned = 0.00321615 Jy ! Component: 1650 - total flux cleaned = 0.00317436 Jy ! Component: 1700 - total flux cleaned = 0.00332004 Jy ! Component: 1750 - total flux cleaned = 0.00329978 Jy ! Component: 1800 - total flux cleaned = 0.00342066 Jy ! Component: 1850 - total flux cleaned = 0.00342056 Jy ! Component: 1900 - total flux cleaned = 0.00347937 Jy ! Component: 1950 - total flux cleaned = 0.00349871 Jy ! Component: 2000 - total flux cleaned = 0.00353689 Jy ! Component: 2050 - total flux cleaned = 0.00359355 Jy ! Component: 2100 - total flux cleaned = 0.00363109 Jy ! Component: 2150 - total flux cleaned = 0.00376035 Jy ! Component: 2200 - total flux cleaned = 0.00372373 Jy ! Component: 2250 - total flux cleaned = 0.00379597 Jy ! Component: 2300 - total flux cleaned = 0.00386705 Jy ! Component: 2350 - total flux cleaned = 0.00391948 Jy ! Component: 2400 - total flux cleaned = 0.00400614 Jy ! Component: 2450 - total flux cleaned = 0.00404026 Jy ! Component: 2500 - total flux cleaned = 0.00404038 Jy ! Component: 2550 - total flux cleaned = 0.00404053 Jy ! Component: 2600 - total flux cleaned = 0.00417333 Jy ! Component: 2650 - total flux cleaned = 0.00415712 Jy ! Component: 2700 - total flux cleaned = 0.0042223 Jy ! Component: 2750 - total flux cleaned = 0.00430275 Jy ! Component: 2800 - total flux cleaned = 0.00435042 Jy ! Component: 2850 - total flux cleaned = 0.00435046 Jy ! Component: 2900 - total flux cleaned = 0.00445936 Jy ! Component: 2950 - total flux cleaned = 0.0045363 Jy ! Component: 3000 - total flux cleaned = 0.00456672 Jy ! Component: 3050 - total flux cleaned = 0.00459705 Jy ! Component: 3100 - total flux cleaned = 0.00468667 Jy ! Component: 3150 - total flux cleaned = 0.00476035 Jy ! Component: 3200 - total flux cleaned = 0.00474571 Jy ! Component: 3250 - total flux cleaned = 0.00476036 Jy ! Component: 3300 - total flux cleaned = 0.00480332 Jy ! Component: 3350 - total flux cleaned = 0.00481746 Jy ! Component: 3400 - total flux cleaned = 0.0048458 Jy ! Component: 3450 - total flux cleaned = 0.00481788 Jy ! Component: 3500 - total flux cleaned = 0.00487339 Jy ! Component: 3550 - total flux cleaned = 0.00494194 Jy ! Component: 3600 - total flux cleaned = 0.00495537 Jy ! Component: 3650 - total flux cleaned = 0.00498244 Jy ! Component: 3700 - total flux cleaned = 0.00500903 Jy ! Component: 3750 - total flux cleaned = 0.00500899 Jy ! Component: 3800 - total flux cleaned = 0.00508797 Jy ! Component: 3850 - total flux cleaned = 0.00510091 Jy ! Component: 3900 - total flux cleaned = 0.00507497 Jy ! Component: 3950 - total flux cleaned = 0.00511328 Jy ! Component: 4000 - total flux cleaned = 0.0050879 Jy ! Component: 4050 - total flux cleaned = 0.00516345 Jy ! Total flux subtracted in 4096 components = 0.00521342 Jy ! Clean residual min=-0.000814 max=0.000968 Jy/beam ! Clean residual mean=0.000003 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 1.06453 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 494 components and 1.06453 Jy ![Exited script file: muppet] wmap "J1153+4036_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.099 x 5.376 at 5.054 degrees (North through East) ! Clean map min=-0.0020702 max=0.83769 Jy/beam ! Writing clean map to FITS file: J1153+4036_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.837692 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232965 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0834311 0.0834311 0.166862 0.333724 0.667449 1.3349 2.6698 5.33959 10.6792 21.3584 42.7167 85.4335 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.837 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.099 x 5.376 at 5.054 degrees (North through East) ! Clean map min=-0.0020702 max=0.83769 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 J1153+4036_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:58:27 2016