! Started logfile: J1113+1442_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:22:49 2017 obs J1113+1442_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1113+1442_S_2015_01_23_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.797701 visibilities/baseline/integration-bin. ! Found source: J1113+1442 ! ! 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 338 lines of history. ! ! Reading 4164 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 J1113+1442_S_2015_01_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.652431Jy sigma=0.008122 ! Fit after self-cal, rms=0.645103Jy sigma=0.008050 ! 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.7 mas, bmaj=6.493 mas, bpa=-5.672 degrees ! Estimated noise=1147.64 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.273759 Jy ! Component: 100 - total flux cleaned = 0.342794 Jy ! Total flux subtracted in 100 components = 0.342794 Jy ! Clean residual min=-0.013464 max=0.026803 Jy/beam ! Clean residual mean=-0.000012 rms=0.004112 Jy/beam ! Combined flux in latest and established models = 0.342794 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.342794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150636Jy sigma=0.001238 ! Fit after self-cal, rms=0.150593Jy sigma=0.001238 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0273847 Jy ! Component: 100 - total flux cleaned = 0.0415109 Jy ! Total flux subtracted in 100 components = 0.0415109 Jy ! Clean residual min=-0.013059 max=0.019263 Jy/beam ! Clean residual mean=-0.000005 rms=0.003563 Jy/beam ! Combined flux in latest and established models = 0.384305 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.384305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142276Jy sigma=0.001186 ! Fit after self-cal, rms=0.142239Jy sigma=0.001185 ! 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.17 mas, bmaj=7.108 mas, bpa=-6.316 degrees ! Estimated noise=949.283 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 (6.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0217155 Jy ! Component: 100 - total flux cleaned = 0.0335805 Jy ! Component: 150 - total flux cleaned = 0.0398271 Jy ! Component: 200 - total flux cleaned = 0.0423089 Jy ! Total flux subtracted in 200 components = 0.0423089 Jy ! Clean residual min=-0.012605 max=0.020960 Jy/beam ! Clean residual mean=-0.000027 rms=0.003595 Jy/beam ! Combined flux in latest and established models = 0.426614 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 60 components and 0.426614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138284Jy sigma=0.001117 ! Fit after self-cal, rms=0.137876Jy sigma=0.001110 ! 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 0.98 FD 0.69 HN 0.93 KP 1.10 ! LA 0.98 MK 1.00 NL 1.26 OV 0.96 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.81 HN 0.98 KP 1.02 ! LA 0.94 MK 1.02 NL 1.34 OV 1.01 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.83 HN 1.01 KP 0.88 ! LA 0.77 MK 1.04 NL 1.42 OV 0.95 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.89 HN 0.99 KP 0.81 ! LA 0.80 MK 1.04 NL 0.93 OV 0.98 ! PT 1.04 SC 1.04 ! ! ! Fit before self-cal, rms=0.137876Jy sigma=0.001110 ! Fit after self-cal, rms=0.105049Jy sigma=0.000853 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=7.198 mas, bpa=-6.359 degrees ! Estimated noise=961.368 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.00729543 Jy ! Component: 100 - total flux cleaned = -0.00935981 Jy ! Component: 150 - total flux cleaned = -0.00999722 Jy ! Component: 200 - total flux cleaned = -0.0102084 Jy ! Total flux subtracted in 200 components = -0.0102084 Jy ! Clean residual min=-0.005245 max=0.005179 Jy/beam ! Clean residual mean=-0.000006 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.416405 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 88 components and 0.416405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104408Jy sigma=0.000845 ! Fit after self-cal, rms=0.104311Jy sigma=0.000844 ! 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.104311Jy sigma=0.000844 ! Fit after self-cal, rms=0.100276Jy sigma=0.000793 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.197 mas, bpa=-6.279 degrees ! Estimated noise=958.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0038719 Jy ! Component: 100 - total flux cleaned = -0.00547291 Jy ! Component: 150 - total flux cleaned = -0.00579133 Jy ! Component: 200 - total flux cleaned = -0.00594207 Jy ! Total flux subtracted in 200 components = -0.00594207 Jy ! Clean residual min=-0.003343 max=0.003274 Jy/beam ! Clean residual mean=0.000002 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.410463 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 111 components and 0.410463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100099Jy sigma=0.000790 ! Fit after self-cal, rms=0.100070Jy sigma=0.000790 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.000953948 Jy ! Component: 100 - total flux cleaned = -0.00118082 Jy ! Component: 150 - total flux cleaned = -0.00129863 Jy ! Component: 200 - total flux cleaned = -0.00136915 Jy ! Total flux subtracted in 200 components = -0.00136915 Jy ! Clean residual min=-0.003146 max=0.003678 Jy/beam ! Clean residual mean=0.000001 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.409094 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 129 components and 0.409094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100035Jy sigma=0.000789 ! Fit after self-cal, rms=0.100023Jy sigma=0.000789 ! Inverting map ! Added new window around map position (-5.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00349468 Jy ! Component: 100 - total flux cleaned = 0.0045751 Jy ! Component: 150 - total flux cleaned = 0.00503161 Jy ! Component: 200 - total flux cleaned = 0.00503751 Jy ! Total flux subtracted in 200 components = 0.00503751 Jy ! Clean residual min=-0.002864 max=0.003193 Jy/beam ! Clean residual mean=0.000005 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.414132 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 164 components and 0.414132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099874Jy sigma=0.000786 ! Fit after self-cal, rms=0.099858Jy sigma=0.000786 ! 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.099858Jy sigma=0.000786 ! Fit after self-cal, rms=0.099844Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=7.194 mas, bpa=-6.275 degrees ! Estimated noise=958.193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132096 Jy ! Component: 100 - total flux cleaned = -0.00127127 Jy ! Component: 150 - total flux cleaned = -0.00108143 Jy ! Component: 200 - total flux cleaned = -0.000913407 Jy ! Total flux subtracted in 200 components = -0.000913407 Jy ! Clean residual min=-0.002808 max=0.003072 Jy/beam ! Clean residual mean=0.000006 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.413218 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 176 components and 0.413218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099779Jy sigma=0.000785 ! Fit after self-cal, rms=0.099776Jy sigma=0.000785 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.000171396 Jy ! Component: 100 - total flux cleaned = 0.000287292 Jy ! Component: 150 - total flux cleaned = 0.000394681 Jy ! Component: 200 - total flux cleaned = 0.00049553 Jy ! Total flux subtracted in 200 components = 0.00049553 Jy ! Clean residual min=-0.002886 max=0.003076 Jy/beam ! Clean residual mean=0.000006 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.413714 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 186 components and 0.413714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099744Jy sigma=0.000785 ! Fit after self-cal, rms=0.099741Jy sigma=0.000785 ! 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.099741Jy sigma=0.000785 ! Fit after self-cal, rms=0.099731Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.366 mas, bmaj=10.64 mas, bpa=-2.611 degrees ! Estimated noise=1221.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00124393 Jy ! Component: 100 - total flux cleaned = -0.00143411 Jy ! Component: 150 - total flux cleaned = -0.00143406 Jy ! Component: 200 - total flux cleaned = -0.00137691 Jy ! Total flux subtracted in 200 components = -0.00137691 Jy ! Clean residual min=-0.003152 max=0.003190 Jy/beam ! Clean residual mean=0.000015 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.412337 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 203 components and 0.412337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099712Jy sigma=0.000784 ! Fit after self-cal, rms=0.099710Jy sigma=0.000784 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.49272e-05 Jy ! Component: 100 - total flux cleaned = -4.67342e-05 Jy ! Component: 150 - total flux cleaned = 3.3747e-06 Jy ! Component: 200 - total flux cleaned = 2.15047e-06 Jy ! Total flux subtracted in 200 components = 2.15047e-06 Jy ! Clean residual min=-0.003182 max=0.003123 Jy/beam ! Clean residual mean=0.000015 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.412339 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 214 components and 0.412339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099703Jy sigma=0.000784 ! Fit after self-cal, rms=0.099700Jy sigma=0.000784 ! 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.204 mas, bmaj=7.191 mas, bpa=-6.25 degrees ! Estimated noise=957.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.204 x 7.191 at -6.25 degrees (North through East) ! Clean map min=-0.0027644 max=0.35061 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.735 mas, bmaj=6.578 mas, bpa=-5.642 degrees ! Estimated noise=1150.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.274355 Jy ! Component: 100 - total flux cleaned = 0.342151 Jy ! Component: 150 - total flux cleaned = 0.367439 Jy ! Component: 200 - total flux cleaned = 0.379136 Jy ! Total flux subtracted in 200 components = 0.379136 Jy ! Clean residual min=-0.004967 max=0.006030 Jy/beam ! Clean residual mean=-0.000003 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.379136 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.379136 Jy ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=7.191 mas, bpa=-6.25 degrees ! Estimated noise=957.34 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.00974732 Jy ! Component: 100 - total flux cleaned = 0.0160432 Jy ! Component: 150 - total flux cleaned = 0.0205151 Jy ! Component: 200 - total flux cleaned = 0.0239144 Jy ! Total flux subtracted in 200 components = 0.0239144 Jy ! Clean residual min=-0.003809 max=0.003920 Jy/beam ! Clean residual mean=-0.000001 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.403051 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 58 components and 0.403051 Jy ! Inverting map ! Added new window around map position (-4, 12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365062 Jy ! Component: 100 - total flux cleaned = 0.00579957 Jy ! Component: 150 - total flux cleaned = 0.00668561 Jy ! Component: 200 - total flux cleaned = 0.00740523 Jy ! Total flux subtracted in 200 components = 0.00740523 Jy ! Clean residual min=-0.003390 max=0.003166 Jy/beam ! Clean residual mean=0.000005 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.410456 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 92 components and 0.410456 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.366 mas, bmaj=10.64 mas, bpa=-2.611 degrees ! Estimated noise=1221.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186124 Jy ! Component: 100 - total flux cleaned = 0.00262389 Jy ! Component: 150 - total flux cleaned = 0.00329967 Jy ! Component: 200 - total flux cleaned = 0.00375725 Jy ! Total flux subtracted in 200 components = 0.00375725 Jy ! Clean residual min=-0.003398 max=0.003215 Jy/beam ! Clean residual mean=0.000017 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.414213 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.000224294 Jy ! Component: 100 - total flux cleaned = 0.000463827 Jy ! Component: 150 - total flux cleaned = 0.000684568 Jy ! Component: 200 - total flux cleaned = 0.000830396 Jy ! Total flux subtracted in 200 components = 0.000830396 Jy ! Clean residual min=-0.003336 max=0.003200 Jy/beam ! Clean residual mean=0.000019 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.415044 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 148 components and 0.415043 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=7.191 mas, bpa=-6.25 degrees ! Estimated noise=957.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000604247 Jy ! Component: 100 - total flux cleaned = -0.000391958 Jy ! Component: 150 - total flux cleaned = -5.09738e-05 Jy ! Component: 200 - total flux cleaned = 0.000256972 Jy ! Total flux subtracted in 200 components = 0.000256972 Jy ! Clean residual min=-0.003100 max=0.003161 Jy/beam ! Clean residual mean=0.000008 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.4153 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 163 components and 0.4153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099625Jy sigma=0.000784 ! Fit after self-cal, rms=0.099603Jy sigma=0.000784 wmodel J1113+1442_S_2015_01_23_pus_map.mod ! Writing 163 model components to file: J1113+1442_S_2015_01_23_pus_map.mod wobs J1113+1442_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1113+1442_S_2015_01_23_pus_uvs.fits wwins J1113+1442_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J1113+1442_S_2015_01_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 = -0.000269105 Jy ! Component: 100 - total flux cleaned = -0.000419723 Jy ! Component: 150 - total flux cleaned = -0.000555234 Jy ! Component: 200 - total flux cleaned = -0.00064121 Jy ! Component: 250 - total flux cleaned = -0.000768049 Jy ! Component: 300 - total flux cleaned = -0.00101345 Jy ! Component: 350 - total flux cleaned = -0.00121376 Jy ! Component: 400 - total flux cleaned = -0.00141007 Jy ! Component: 450 - total flux cleaned = -0.00156484 Jy ! Component: 500 - total flux cleaned = -0.00175383 Jy ! Component: 550 - total flux cleaned = -0.00193808 Jy ! Component: 600 - total flux cleaned = -0.00219049 Jy ! Component: 650 - total flux cleaned = -0.00243861 Jy ! Component: 700 - total flux cleaned = -0.00247345 Jy ! Component: 750 - total flux cleaned = -0.00268058 Jy ! Component: 800 - total flux cleaned = -0.00285025 Jy ! Component: 850 - total flux cleaned = -0.00298309 Jy ! Component: 900 - total flux cleaned = -0.00318059 Jy ! Component: 950 - total flux cleaned = -0.0033423 Jy ! Component: 1000 - total flux cleaned = -0.00347014 Jy ! Component: 1050 - total flux cleaned = -0.00353288 Jy ! Component: 1100 - total flux cleaned = -0.00356316 Jy ! Component: 1150 - total flux cleaned = -0.00356296 Jy ! Component: 1200 - total flux cleaned = -0.00359329 Jy ! Component: 1250 - total flux cleaned = -0.0035335 Jy ! Component: 1300 - total flux cleaned = -0.00362254 Jy ! Component: 1350 - total flux cleaned = -0.00356361 Jy ! Component: 1400 - total flux cleaned = -0.0035056 Jy ! Component: 1450 - total flux cleaned = -0.00347718 Jy ! Component: 1500 - total flux cleaned = -0.00342073 Jy ! Component: 1550 - total flux cleaned = -0.00339236 Jy ! Component: 1600 - total flux cleaned = -0.00328123 Jy ! Component: 1650 - total flux cleaned = -0.0032262 Jy ! Component: 1700 - total flux cleaned = -0.00322594 Jy ! Component: 1750 - total flux cleaned = -0.00311829 Jy ! Component: 1800 - total flux cleaned = -0.00314489 Jy ! Component: 1850 - total flux cleaned = -0.00306565 Jy ! Component: 1900 - total flux cleaned = -0.00306569 Jy ! Component: 1950 - total flux cleaned = -0.00298775 Jy ! Component: 2000 - total flux cleaned = -0.00291061 Jy ! Component: 2050 - total flux cleaned = -0.00285954 Jy ! Component: 2100 - total flux cleaned = -0.00280904 Jy ! Component: 2150 - total flux cleaned = -0.00273398 Jy ! Component: 2200 - total flux cleaned = -0.00273407 Jy ! Component: 2250 - total flux cleaned = -0.00268535 Jy ! Component: 2300 - total flux cleaned = -0.00258812 Jy ! Component: 2350 - total flux cleaned = -0.0025883 Jy ! Component: 2400 - total flux cleaned = -0.00249296 Jy ! Component: 2450 - total flux cleaned = -0.00239813 Jy ! Component: 2500 - total flux cleaned = -0.00232757 Jy ! Component: 2550 - total flux cleaned = -0.00223434 Jy ! Component: 2600 - total flux cleaned = -0.00209544 Jy ! Component: 2650 - total flux cleaned = -0.0019807 Jy ! Component: 2700 - total flux cleaned = -0.00184396 Jy ! Component: 2750 - total flux cleaned = -0.00179883 Jy ! Component: 2800 - total flux cleaned = -0.00170893 Jy ! Component: 2850 - total flux cleaned = -0.00148604 Jy ! Component: 2900 - total flux cleaned = -0.00153054 Jy ! Component: 2950 - total flux cleaned = -0.00133264 Jy ! Component: 3000 - total flux cleaned = -0.00120174 Jy ! Component: 3050 - total flux cleaned = -0.00109356 Jy ! Component: 3100 - total flux cleaned = -0.00100719 Jy ! Component: 3150 - total flux cleaned = -0.000879039 Jy ! Component: 3200 - total flux cleaned = -0.000815019 Jy ! Component: 3250 - total flux cleaned = -0.000667255 Jy ! Component: 3300 - total flux cleaned = -0.000520491 Jy ! Component: 3350 - total flux cleaned = -0.000395733 Jy ! Component: 3400 - total flux cleaned = -0.000313152 Jy ! Component: 3450 - total flux cleaned = -0.000231104 Jy ! Component: 3500 - total flux cleaned = -0.00016975 Jy ! Component: 3550 - total flux cleaned = -4.82134e-05 Jy ! Component: 3600 - total flux cleaned = 7.27316e-05 Jy ! Component: 3650 - total flux cleaned = 0.00015289 Jy ! Component: 3700 - total flux cleaned = 0.000232341 Jy ! Component: 3750 - total flux cleaned = 0.000331385 Jy ! Component: 3800 - total flux cleaned = 0.000449391 Jy ! Component: 3850 - total flux cleaned = 0.000508114 Jy ! Component: 3900 - total flux cleaned = 0.000624851 Jy ! Component: 3950 - total flux cleaned = 0.000721438 Jy ! Component: 4000 - total flux cleaned = 0.00075964 Jy ! Component: 4050 - total flux cleaned = 0.00087428 Jy ! Total flux subtracted in 4096 components = 0.000912075 Jy ! Clean residual min=-0.001070 max=0.001082 Jy/beam ! Clean residual mean=0.000003 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.416213 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 442 components and 0.416213 Jy ![Exited script file: muppet] wmap "J1113+1442_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.204 x 7.191 at -6.25 degrees (North through East) ! Clean map min=-0.0020738 max=0.3521 Jy/beam ! Writing clean map to FITS file: J1113+1442_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.352095 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00033878 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.288655 0.288655 0.57731 1.15462 2.30924 4.61848 9.23696 18.4739 36.9479 73.8957 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.352 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.204 x 7.191 at -6.25 degrees (North through East) ! Clean map min=-0.0020738 max=0.3521 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 J1113+1442_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:22:54 2017