! Started logfile: J2136+4301_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:48:13 2016 obs J2136+4301_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2136+4301_S_2014_12_20_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970582 visibilities/baseline/integration-bin. ! Found source: J2136+4301 ! ! 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 344 lines of history. ! ! Reading 18344 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 J2136+4301_S_2014_12_20_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899688Jy sigma=0.010753 ! Fit after self-cal, rms=0.884946Jy sigma=0.010568 ! 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.383 mas, bmaj=4.301 mas, bpa=-23.19 degrees ! Estimated noise=690.83 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.0858384 Jy ! Component: 100 - total flux cleaned = 0.116588 Jy ! Total flux subtracted in 100 components = 0.116588 Jy ! Clean residual min=-0.005450 max=0.013772 Jy/beam ! Clean residual mean=0.000010 rms=0.001723 Jy/beam ! Combined flux in latest and established models = 0.116588 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.116588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081038Jy sigma=0.000889 ! Fit after self-cal, rms=0.080888Jy sigma=0.000887 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162975 Jy ! Component: 100 - total flux cleaned = 0.026071 Jy ! Total flux subtracted in 100 components = 0.026071 Jy ! Clean residual min=-0.004204 max=0.005736 Jy/beam ! Clean residual mean=0.000006 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.142659 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.142659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076017Jy sigma=0.000832 ! Fit after self-cal, rms=0.076001Jy sigma=0.000832 ! 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=4.198 mas, bmaj=5.081 mas, bpa=-17.72 degrees ! Estimated noise=447.327 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 (-4, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105051 Jy ! Component: 100 - total flux cleaned = 0.0178119 Jy ! Component: 150 - total flux cleaned = 0.0232589 Jy ! Component: 200 - total flux cleaned = 0.0274358 Jy ! Total flux subtracted in 200 components = 0.0274358 Jy ! Clean residual min=-0.003796 max=0.004722 Jy/beam ! Clean residual mean=-0.000010 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.170095 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 129 components and 0.170095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073949Jy sigma=0.000810 ! Fit after self-cal, rms=0.073902Jy sigma=0.000810 ! 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.86 HN 0.98 KP 1.08 ! LA 0.93 MK 1.05 NL 0.99 OV 0.97 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 HN 1.03 KP 1.03 ! LA 0.92 MK 1.09 NL 1.02 OV 1.01 ! PT 1.00 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.19 HN 1.02 KP 0.92 ! LA 0.75 MK 1.03 NL 1.36 OV 0.93 ! PT 0.97 SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 0.95 KP 0.88 ! LA 0.77 MK 1.02 NL 1.03 OV 0.97 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.073902Jy sigma=0.000810 ! Fit after self-cal, rms=0.070744Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.27 mas, bmaj=5.152 mas, bpa=-16.94 degrees ! Estimated noise=445.34 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 = 8.97203e-05 Jy ! Component: 100 - total flux cleaned = 8.4839e-07 Jy ! Component: 150 - total flux cleaned = -7.49274e-05 Jy ! Component: 200 - total flux cleaned = -0.000142445 Jy ! Total flux subtracted in 200 components = -0.000142445 Jy ! Clean residual min=-0.001775 max=0.001824 Jy/beam ! Clean residual mean=-0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.169952 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 143 components and 0.169952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070716Jy sigma=0.000782 ! Fit after self-cal, rms=0.070709Jy sigma=0.000781 ! 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.070709Jy sigma=0.000781 ! Fit after self-cal, rms=0.071229Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.313 mas, bmaj=5.139 mas, bpa=-15.4 degrees ! Estimated noise=446.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.50888e-05 Jy ! Component: 100 - total flux cleaned = -0.000109189 Jy ! Component: 150 - total flux cleaned = -0.0001656 Jy ! Component: 200 - total flux cleaned = -0.000142364 Jy ! Total flux subtracted in 200 components = -0.000142364 Jy ! Clean residual min=-0.001334 max=0.001405 Jy/beam ! Clean residual mean=0.000005 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.16981 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 158 components and 0.16981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071199Jy sigma=0.000776 ! Fit after self-cal, rms=0.071201Jy sigma=0.000776 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.000171489 Jy ! Component: 100 - total flux cleaned = 0.000171212 Jy ! Component: 150 - total flux cleaned = 0.000203217 Jy ! Component: 200 - total flux cleaned = 0.000216785 Jy ! Total flux subtracted in 200 components = 0.000216785 Jy ! Clean residual min=-0.001342 max=0.001385 Jy/beam ! Clean residual mean=0.000005 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.170027 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 162 components and 0.170027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071192Jy sigma=0.000776 ! Fit after self-cal, rms=0.071192Jy sigma=0.000776 ! 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.071192Jy sigma=0.000776 ! Fit after self-cal, rms=0.071536Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.332 mas, bmaj=5.149 mas, bpa=-14.64 degrees ! Estimated noise=447.946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121573 Jy ! Component: 100 - total flux cleaned = -0.000164738 Jy ! Component: 150 - total flux cleaned = -0.000181633 Jy ! Component: 200 - total flux cleaned = -0.0001812 Jy ! Total flux subtracted in 200 components = -0.0001812 Jy ! Clean residual min=-0.001313 max=0.001336 Jy/beam ! Clean residual mean=0.000006 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.169846 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 167 components and 0.169846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071525Jy sigma=0.000776 ! Fit after self-cal, rms=0.071526Jy sigma=0.000776 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 = 8.19584e-05 Jy ! Component: 100 - total flux cleaned = 8.18641e-05 Jy ! Component: 150 - total flux cleaned = 6.09037e-05 Jy ! Component: 200 - total flux cleaned = 5.1161e-05 Jy ! Total flux subtracted in 200 components = 5.1161e-05 Jy ! Clean residual min=-0.001334 max=0.001312 Jy/beam ! Clean residual mean=0.000006 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.169897 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 171 components and 0.169897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071523Jy sigma=0.000776 ! Fit after self-cal, rms=0.071521Jy sigma=0.000776 ! 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.071521Jy sigma=0.000776 ! Fit after self-cal, rms=0.071861Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.178 mas, bmaj=8.89 mas, bpa=13.13 degrees ! Estimated noise=524.642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.91437e-05 Jy ! Component: 100 - total flux cleaned = -0.000166296 Jy ! Component: 150 - total flux cleaned = -0.000202233 Jy ! Component: 200 - total flux cleaned = -0.000238365 Jy ! Total flux subtracted in 200 components = -0.000238365 Jy ! Clean residual min=-0.001387 max=0.001409 Jy/beam ! Clean residual mean=0.000012 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.169658 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 184 components and 0.169658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071860Jy sigma=0.000776 ! Fit after self-cal, rms=0.071862Jy sigma=0.000776 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 = 1.84876e-05 Jy ! Component: 100 - total flux cleaned = 9.79422e-06 Jy ! Component: 150 - total flux cleaned = -5.73012e-06 Jy ! Component: 200 - total flux cleaned = -5.87966e-06 Jy ! Total flux subtracted in 200 components = -5.87966e-06 Jy ! Clean residual min=-0.001406 max=0.001425 Jy/beam ! Clean residual mean=0.000012 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.169653 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 190 components and 0.169653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071862Jy sigma=0.000776 ! Fit after self-cal, rms=0.071861Jy sigma=0.000776 ! 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.353 mas, bmaj=5.158 mas, bpa=-13.72 degrees ! Estimated noise=449.095 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.353 x 5.158 at -13.72 degrees (North through East) ! Clean map min=-0.0013425 max=0.10957 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=3.511 mas, bmaj=4.337 mas, bpa=-21.17 degrees ! Estimated noise=700.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.086256 Jy ! Component: 100 - total flux cleaned = 0.116116 Jy ! Component: 150 - total flux cleaned = 0.130904 Jy ! Component: 200 - total flux cleaned = 0.139975 Jy ! Total flux subtracted in 200 components = 0.139975 Jy ! Clean residual min=-0.002875 max=0.004872 Jy/beam ! Clean residual mean=0.000009 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.139975 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.139975 Jy ! Inverting map and beam ! Estimated beam: bmin=4.353 mas, bmaj=5.158 mas, bpa=-13.72 degrees ! Estimated noise=449.095 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.00902756 Jy ! Component: 100 - total flux cleaned = 0.0148581 Jy ! Component: 150 - total flux cleaned = 0.0188404 Jy ! Component: 200 - total flux cleaned = 0.021679 Jy ! Total flux subtracted in 200 components = 0.021679 Jy ! Clean residual min=-0.001657 max=0.001936 Jy/beam ! Clean residual mean=0.000005 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.161654 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 99 components and 0.161654 Jy ! Inverting map ! Added new window around map position (-5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222958 Jy ! Component: 100 - total flux cleaned = 0.00388041 Jy ! Component: 150 - total flux cleaned = 0.00515621 Jy ! Component: 200 - total flux cleaned = 0.00614815 Jy ! Total flux subtracted in 200 components = 0.00614815 Jy ! Clean residual min=-0.001381 max=0.001334 Jy/beam ! Clean residual mean=0.000006 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.167802 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 127 components and 0.167802 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.178 mas, bmaj=8.89 mas, bpa=13.13 degrees ! Estimated noise=524.642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113577 Jy ! Component: 100 - total flux cleaned = 0.00179645 Jy ! Component: 150 - total flux cleaned = 0.00218827 Jy ! Component: 200 - total flux cleaned = 0.00234725 Jy ! Total flux subtracted in 200 components = 0.00234725 Jy ! Clean residual min=-0.001346 max=0.001318 Jy/beam ! Clean residual mean=0.000011 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.17015 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 = 5.41516e-05 Jy ! Component: 100 - total flux cleaned = 0.000110111 Jy ! Component: 150 - total flux cleaned = 0.000118513 Jy ! Component: 200 - total flux cleaned = 0.000141462 Jy ! Total flux subtracted in 200 components = 0.000141462 Jy ! Clean residual min=-0.001350 max=0.001307 Jy/beam ! Clean residual mean=0.000011 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.170291 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 193 components and 0.170291 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.353 mas, bmaj=5.158 mas, bpa=-13.72 degrees ! Estimated noise=449.095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.74872e-05 Jy ! Component: 100 - total flux cleaned = 0.000156546 Jy ! Component: 150 - total flux cleaned = 0.000204511 Jy ! Component: 200 - total flux cleaned = 0.00023759 Jy ! Total flux subtracted in 200 components = 0.00023759 Jy ! Clean residual min=-0.001282 max=0.001264 Jy/beam ! Clean residual mean=0.000006 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.170529 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 208 components and 0.170529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071842Jy sigma=0.000775 ! Fit after self-cal, rms=0.071829Jy sigma=0.000775 wmodel J2136+4301_S_2014_12_20_pus_map.mod ! Writing 208 model components to file: J2136+4301_S_2014_12_20_pus_map.mod wobs J2136+4301_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2136+4301_S_2014_12_20_pus_uvs.fits wwins J2136+4301_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J2136+4301_S_2014_12_20_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.000118067 Jy ! Component: 100 - total flux cleaned = -0.000117295 Jy ! Component: 150 - total flux cleaned = -5.42921e-05 Jy ! Component: 200 - total flux cleaned = 0.000107581 Jy ! Component: 250 - total flux cleaned = 0.000146803 Jy ! Component: 300 - total flux cleaned = 0.000127819 Jy ! Component: 350 - total flux cleaned = 9.07526e-05 Jy ! Component: 400 - total flux cleaned = 1.81551e-05 Jy ! Component: 450 - total flux cleaned = -3.50563e-05 Jy ! Component: 500 - total flux cleaned = -8.72804e-05 Jy ! Component: 550 - total flux cleaned = -0.000121201 Jy ! Component: 600 - total flux cleaned = -0.000138134 Jy ! Component: 650 - total flux cleaned = -0.000171135 Jy ! Component: 700 - total flux cleaned = -0.000202922 Jy ! Component: 750 - total flux cleaned = -0.000155325 Jy ! Component: 800 - total flux cleaned = -0.000202042 Jy ! Component: 850 - total flux cleaned = -0.000186681 Jy ! Component: 900 - total flux cleaned = -0.000171669 Jy ! Component: 950 - total flux cleaned = -0.000216241 Jy ! Component: 1000 - total flux cleaned = -0.00026026 Jy ! Component: 1050 - total flux cleaned = -0.000289047 Jy ! Component: 1100 - total flux cleaned = -0.000332032 Jy ! Component: 1150 - total flux cleaned = -0.000374194 Jy ! Component: 1200 - total flux cleaned = -0.000429807 Jy ! Component: 1250 - total flux cleaned = -0.000457103 Jy ! Component: 1300 - total flux cleaned = -0.000511378 Jy ! Component: 1350 - total flux cleaned = -0.000538254 Jy ! Component: 1400 - total flux cleaned = -0.000591328 Jy ! Component: 1450 - total flux cleaned = -0.00061759 Jy ! Component: 1500 - total flux cleaned = -0.000695523 Jy ! Component: 1550 - total flux cleaned = -0.000721192 Jy ! Component: 1600 - total flux cleaned = -0.000759096 Jy ! Component: 1650 - total flux cleaned = -0.000771696 Jy ! Component: 1700 - total flux cleaned = -0.000846336 Jy ! Component: 1750 - total flux cleaned = -0.000858599 Jy ! Component: 1800 - total flux cleaned = -0.000858493 Jy ! Component: 1850 - total flux cleaned = -0.000858542 Jy ! Component: 1900 - total flux cleaned = -0.00089454 Jy ! Component: 1950 - total flux cleaned = -0.000930195 Jy ! Component: 2000 - total flux cleaned = -0.00093032 Jy ! Component: 2050 - total flux cleaned = -0.000988574 Jy ! Component: 2100 - total flux cleaned = -0.000954204 Jy ! Component: 2150 - total flux cleaned = -0.000988624 Jy ! Component: 2200 - total flux cleaned = -0.000943263 Jy ! Component: 2250 - total flux cleaned = -0.000977 Jy ! Component: 2300 - total flux cleaned = -0.000999279 Jy ! Component: 2350 - total flux cleaned = -0.00097701 Jy ! Component: 2400 - total flux cleaned = -0.000987982 Jy ! Component: 2450 - total flux cleaned = -0.000977081 Jy ! Component: 2500 - total flux cleaned = -0.000987815 Jy ! Component: 2550 - total flux cleaned = -0.000945071 Jy ! Component: 2600 - total flux cleaned = -0.00096635 Jy ! Component: 2650 - total flux cleaned = -0.000987366 Jy ! Component: 2700 - total flux cleaned = -0.000976898 Jy ! Component: 2750 - total flux cleaned = -0.000956178 Jy ! Component: 2800 - total flux cleaned = -0.000945916 Jy ! Component: 2850 - total flux cleaned = -0.000925424 Jy ! Component: 2900 - total flux cleaned = -0.000966036 Jy ! Component: 2950 - total flux cleaned = -0.000935862 Jy ! Component: 3000 - total flux cleaned = -0.000935902 Jy ! Component: 3050 - total flux cleaned = -0.000935857 Jy ! Component: 3100 - total flux cleaned = -0.000935853 Jy ! Component: 3150 - total flux cleaned = -0.000877159 Jy ! Component: 3200 - total flux cleaned = -0.000886786 Jy ! Component: 3250 - total flux cleaned = -0.000848073 Jy ! Component: 3300 - total flux cleaned = -0.000828913 Jy ! Component: 3350 - total flux cleaned = -0.000838628 Jy ! Component: 3400 - total flux cleaned = -0.000829209 Jy ! Component: 3450 - total flux cleaned = -0.000829182 Jy ! Component: 3500 - total flux cleaned = -0.000801144 Jy ! Component: 3550 - total flux cleaned = -0.000782547 Jy ! Component: 3600 - total flux cleaned = -0.000764025 Jy ! Component: 3650 - total flux cleaned = -0.000764109 Jy ! Component: 3700 - total flux cleaned = -0.000754957 Jy ! Component: 3750 - total flux cleaned = -0.000736824 Jy ! Component: 3800 - total flux cleaned = -0.000709666 Jy ! Component: 3850 - total flux cleaned = -0.00065586 Jy ! Component: 3900 - total flux cleaned = -0.000611311 Jy ! Component: 3950 - total flux cleaned = -0.000602447 Jy ! Component: 4000 - total flux cleaned = -0.000593646 Jy ! Component: 4050 - total flux cleaned = -0.000549874 Jy ! Total flux subtracted in 4096 components = -0.000532556 Jy ! Clean residual min=-0.000537 max=0.000469 Jy/beam ! Clean residual mean=0.000003 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.169996 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 493 components and 0.169996 Jy ![Exited script file: muppet] wmap "J2136+4301_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.353 x 5.158 at -13.72 degrees (North through East) ! Clean map min=-0.00098152 max=0.10957 Jy/beam ! Writing clean map to FITS file: J2136+4301_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.109571 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000153066 device "J2136+4301_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2136+4301_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.419087 0.419087 0.838173 1.67635 3.35269 6.70539 13.4108 26.8215 53.6431 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.109 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.353 x 5.158 at -13.72 degrees (North through East) ! Clean map min=-0.00098152 max=0.10957 Jy/beam quit ! Quitting program ! Log file J2136+4301_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:48:18 2016