! Started logfile: J1454+1624_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:08:41 2016 obs J1454+1624_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1454+1624_S_2014_08_09_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J1454+1624 ! ! 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 342 lines of history. ! ! Reading 11340 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 J1454+1624_S_2014_08_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.850423Jy sigma=0.009815 ! Fit after self-cal, rms=0.795317Jy sigma=0.009201 ! 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.167 mas, bmaj=7.363 mas, bpa=8.804 degrees ! Estimated noise=874.965 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.15626 Jy ! Component: 100 - total flux cleaned = 0.195668 Jy ! Total flux subtracted in 100 components = 0.195668 Jy ! Clean residual min=-0.006443 max=0.015845 Jy/beam ! Clean residual mean=-0.000013 rms=0.002016 Jy/beam ! Combined flux in latest and established models = 0.195668 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.195668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081426Jy sigma=0.000869 ! Fit after self-cal, rms=0.081403Jy sigma=0.000868 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172197 Jy ! Component: 100 - total flux cleaned = 0.027048 Jy ! Total flux subtracted in 100 components = 0.027048 Jy ! Clean residual min=-0.005779 max=0.006004 Jy/beam ! Clean residual mean=-0.000011 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.222716 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.222716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076677Jy sigma=0.000819 ! Fit after self-cal, rms=0.076659Jy sigma=0.000818 ! 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.793 mas, bmaj=8.228 mas, bpa=8.361 degrees ! Estimated noise=584.147 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.00779484 Jy ! Component: 100 - total flux cleaned = 0.0124812 Jy ! Component: 150 - total flux cleaned = 0.0154727 Jy ! Component: 200 - total flux cleaned = 0.0174383 Jy ! Total flux subtracted in 200 components = 0.0174383 Jy ! Clean residual min=-0.003737 max=0.003283 Jy/beam ! Clean residual mean=-0.000007 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.240154 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 51 components and 0.240154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075560Jy sigma=0.000811 ! Fit after self-cal, rms=0.075557Jy sigma=0.000811 ! 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 0.99 FD 0.88 HN 0.95 KP 1.06 ! LA 1.10 MK 1.07 NL 0.94 OV 0.98 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.03 KP 1.01 ! LA 1.07 MK 1.02 NL 0.98 OV 1.01 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.17 HN 1.04 KP 0.91 ! LA 0.84 MK 1.06 NL 1.01 OV 0.93 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.01 HN 1.01 KP 0.89 ! LA 0.81 MK 1.08 NL 1.11 OV 1.00 ! PT 1.05 SC 1.01 ! ! ! Fit before self-cal, rms=0.075557Jy sigma=0.000811 ! Fit after self-cal, rms=0.071298Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.828 mas, bmaj=8.28 mas, bpa=8.446 degrees ! Estimated noise=586.175 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.000713677 Jy ! Component: 100 - total flux cleaned = -0.000765393 Jy ! Component: 150 - total flux cleaned = -0.00083184 Jy ! Component: 200 - total flux cleaned = -0.000851815 Jy ! Total flux subtracted in 200 components = -0.000851815 Jy ! Clean residual min=-0.002095 max=0.002339 Jy/beam ! Clean residual mean=-0.000002 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.239303 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.239303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071282Jy sigma=0.000774 ! Fit after self-cal, rms=0.071269Jy sigma=0.000774 ! 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.071269Jy sigma=0.000774 ! Fit after self-cal, rms=0.071067Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.832 mas, bmaj=8.29 mas, bpa=8.482 degrees ! Estimated noise=586.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000592048 Jy ! Component: 100 - total flux cleaned = -0.000611547 Jy ! Component: 150 - total flux cleaned = -0.000645106 Jy ! Component: 200 - total flux cleaned = -0.000688772 Jy ! Total flux subtracted in 200 components = -0.000688772 Jy ! Clean residual min=-0.001831 max=0.002097 Jy/beam ! Clean residual mean=-0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.238614 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 63 components and 0.238614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071057Jy sigma=0.000771 ! Fit after self-cal, rms=0.071056Jy sigma=0.000771 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 (93, -52.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000880942 Jy ! Component: 100 - total flux cleaned = 0.00112715 Jy ! Component: 150 - total flux cleaned = 0.00118528 Jy ! Component: 200 - total flux cleaned = 0.00118637 Jy ! Total flux subtracted in 200 components = 0.00118637 Jy ! Clean residual min=-0.001613 max=0.001784 Jy/beam ! Clean residual mean=-0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.2398 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 84 components and 0.2398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071003Jy sigma=0.000771 ! Fit after self-cal, rms=0.071002Jy sigma=0.000771 ! 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.071002Jy sigma=0.000771 ! Fit after self-cal, rms=0.071002Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.834 mas, bmaj=8.292 mas, bpa=8.479 degrees ! Estimated noise=586.029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.66087e-05 Jy ! Component: 100 - total flux cleaned = -0.000114339 Jy ! Component: 150 - total flux cleaned = -0.000213108 Jy ! Component: 200 - total flux cleaned = -0.000249866 Jy ! Total flux subtracted in 200 components = -0.000249866 Jy ! Clean residual min=-0.001532 max=0.001775 Jy/beam ! Clean residual mean=-0.000001 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.23955 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 95 components and 0.23955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070990Jy sigma=0.000770 ! Fit after self-cal, rms=0.070990Jy sigma=0.000770 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 (-87, -55). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000818886 Jy ! Component: 100 - total flux cleaned = 0.000943315 Jy ! Component: 150 - total flux cleaned = 0.000979307 Jy ! Component: 200 - total flux cleaned = 0.000983398 Jy ! Total flux subtracted in 200 components = 0.000983398 Jy ! Clean residual min=-0.001504 max=0.001618 Jy/beam ! Clean residual mean=-0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.240534 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 119 components and 0.240534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070936Jy sigma=0.000770 ! Fit after self-cal, rms=0.070933Jy sigma=0.000770 ! 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.070933Jy sigma=0.000770 ! Fit after self-cal, rms=0.070924Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.523 mas, bmaj=10.61 mas, bpa=-0.1876 degrees ! Estimated noise=686.139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00043946 Jy ! Component: 100 - total flux cleaned = 0.000524887 Jy ! Component: 150 - total flux cleaned = 0.000693682 Jy ! Component: 200 - total flux cleaned = 0.000808234 Jy ! Total flux subtracted in 200 components = 0.000808234 Jy ! Clean residual min=-0.001533 max=0.001503 Jy/beam ! Clean residual mean=-0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.241342 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 129 components and 0.241342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070919Jy sigma=0.000770 ! Fit after self-cal, rms=0.070918Jy sigma=0.000770 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 = -3.66719e-05 Jy ! Component: 100 - total flux cleaned = -3.54384e-05 Jy ! Component: 150 - total flux cleaned = 6.48949e-06 Jy ! Component: 200 - total flux cleaned = 3.21582e-05 Jy ! Total flux subtracted in 200 components = 3.21582e-05 Jy ! Clean residual min=-0.001544 max=0.001411 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.241374 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.241374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070916Jy sigma=0.000770 ! Fit after self-cal, rms=0.070915Jy sigma=0.000770 ! 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.835 mas, bmaj=8.292 mas, bpa=8.471 degrees ! Estimated noise=585.586 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.835 x 8.292 at 8.471 degrees (North through East) ! Clean map min=-0.0014136 max=0.20531 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.198 mas, bmaj=7.403 mas, bpa=9.022 degrees ! Estimated noise=881.875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157361 Jy ! Component: 100 - total flux cleaned = 0.196571 Jy ! Component: 150 - total flux cleaned = 0.21315 Jy ! Component: 200 - total flux cleaned = 0.222391 Jy ! Total flux subtracted in 200 components = 0.222391 Jy ! Clean residual min=-0.003455 max=0.004705 Jy/beam ! Clean residual mean=-0.000003 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.222391 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.222391 Jy ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=8.292 mas, bpa=8.471 degrees ! Estimated noise=585.586 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.00633598 Jy ! Component: 100 - total flux cleaned = 0.0100472 Jy ! Component: 150 - total flux cleaned = 0.0123812 Jy ! Component: 200 - total flux cleaned = 0.0138518 Jy ! Total flux subtracted in 200 components = 0.0138518 Jy ! Clean residual min=-0.001801 max=0.002091 Jy/beam ! Clean residual mean=-0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.236242 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 50 components and 0.236242 Jy ! Inverting map ! Added new window around map position (-4.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176618 Jy ! Component: 100 - total flux cleaned = 0.00219691 Jy ! Component: 150 - total flux cleaned = 0.00257126 Jy ! Component: 200 - total flux cleaned = 0.00290812 Jy ! Total flux subtracted in 200 components = 0.00290812 Jy ! Clean residual min=-0.001759 max=0.001656 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.239151 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 81 components and 0.239151 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.523 mas, bmaj=10.61 mas, bpa=-0.1876 degrees ! Estimated noise=686.139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000266038 Jy ! Component: 100 - total flux cleaned = 0.000697772 Jy ! Component: 150 - total flux cleaned = 0.000981396 Jy ! Component: 200 - total flux cleaned = 0.00110565 Jy ! Total flux subtracted in 200 components = 0.00110565 Jy ! Clean residual min=-0.001496 max=0.001346 Jy/beam ! Clean residual mean=-0.000002 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.240256 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 = 8.89113e-05 Jy ! Component: 100 - total flux cleaned = 0.000150821 Jy ! Component: 150 - total flux cleaned = 0.000208561 Jy ! Component: 200 - total flux cleaned = 0.000245478 Jy ! Total flux subtracted in 200 components = 0.000245478 Jy ! Clean residual min=-0.001487 max=0.001345 Jy/beam ! Clean residual mean=-0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.240502 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 121 components and 0.240502 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=8.292 mas, bpa=8.471 degrees ! Estimated noise=585.586 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000367709 Jy ! Component: 100 - total flux cleaned = -0.000470421 Jy ! Component: 150 - total flux cleaned = -0.000501491 Jy ! Component: 200 - total flux cleaned = -0.000471098 Jy ! Total flux subtracted in 200 components = -0.000471098 Jy ! Clean residual min=-0.001646 max=0.001559 Jy/beam ! Clean residual mean=-0.000001 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.240031 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 144 components and 0.240031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070917Jy sigma=0.000770 ! Fit after self-cal, rms=0.070903Jy sigma=0.000769 wmodel J1454+1624_S_2014_08_09_pus_map.mod ! Writing 144 model components to file: J1454+1624_S_2014_08_09_pus_map.mod wobs J1454+1624_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1454+1624_S_2014_08_09_pus_uvs.fits wwins J1454+1624_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J1454+1624_S_2014_08_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.000177855 Jy ! Component: 100 - total flux cleaned = -0.000276541 Jy ! Component: 150 - total flux cleaned = -0.000322889 Jy ! Component: 200 - total flux cleaned = -0.000390057 Jy ! Component: 250 - total flux cleaned = -0.000476355 Jy ! Component: 300 - total flux cleaned = -0.000475653 Jy ! Component: 350 - total flux cleaned = -0.000475633 Jy ! Component: 400 - total flux cleaned = -0.000495404 Jy ! Component: 450 - total flux cleaned = -0.00049519 Jy ! Component: 500 - total flux cleaned = -0.000475522 Jy ! Component: 550 - total flux cleaned = -0.000438764 Jy ! Component: 600 - total flux cleaned = -0.000457006 Jy ! Component: 650 - total flux cleaned = -0.00047489 Jy ! Component: 700 - total flux cleaned = -0.000439412 Jy ! Component: 750 - total flux cleaned = -0.000404551 Jy ! Component: 800 - total flux cleaned = -0.000370163 Jy ! Component: 850 - total flux cleaned = -0.000269256 Jy ! Component: 900 - total flux cleaned = -0.000136973 Jy ! Component: 950 - total flux cleaned = -0.000137004 Jy ! Component: 1000 - total flux cleaned = 8.12347e-06 Jy ! Component: 1050 - total flux cleaned = 8.7646e-05 Jy ! Component: 1100 - total flux cleaned = 0.000197448 Jy ! Component: 1150 - total flux cleaned = 0.000321379 Jy ! Component: 1200 - total flux cleaned = 0.000413075 Jy ! Component: 1250 - total flux cleaned = 0.000503693 Jy ! Component: 1300 - total flux cleaned = 0.000622562 Jy ! Component: 1350 - total flux cleaned = 0.000681243 Jy ! Component: 1400 - total flux cleaned = 0.000724739 Jy ! Component: 1450 - total flux cleaned = 0.000767858 Jy ! Component: 1500 - total flux cleaned = 0.000781734 Jy ! Component: 1550 - total flux cleaned = 0.00083776 Jy ! Component: 1600 - total flux cleaned = 0.000837798 Jy ! Component: 1650 - total flux cleaned = 0.000878965 Jy ! Component: 1700 - total flux cleaned = 0.000878862 Jy ! Component: 1750 - total flux cleaned = 0.000865653 Jy ! Component: 1800 - total flux cleaned = 0.00089237 Jy ! Component: 1850 - total flux cleaned = 0.000918925 Jy ! Component: 1900 - total flux cleaned = 0.000957977 Jy ! Component: 1950 - total flux cleaned = 0.000957867 Jy ! Component: 2000 - total flux cleaned = 0.000945231 Jy ! Component: 2050 - total flux cleaned = 0.000957947 Jy ! Component: 2100 - total flux cleaned = 0.000970539 Jy ! Component: 2150 - total flux cleaned = 0.000958091 Jy ! Component: 2200 - total flux cleaned = 0.000933487 Jy ! Component: 2250 - total flux cleaned = 0.000933559 Jy ! Component: 2300 - total flux cleaned = 0.000933464 Jy ! Component: 2350 - total flux cleaned = 0.000897405 Jy ! Component: 2400 - total flux cleaned = 0.000897333 Jy ! Component: 2450 - total flux cleaned = 0.000837918 Jy ! Component: 2500 - total flux cleaned = 0.000837771 Jy ! Component: 2550 - total flux cleaned = 0.000779364 Jy ! Component: 2600 - total flux cleaned = 0.000767887 Jy ! Component: 2650 - total flux cleaned = 0.000733356 Jy ! Component: 2700 - total flux cleaned = 0.000733425 Jy ! Component: 2750 - total flux cleaned = 0.000710754 Jy ! Component: 2800 - total flux cleaned = 0.000676996 Jy ! Component: 2850 - total flux cleaned = 0.000665781 Jy ! Component: 2900 - total flux cleaned = 0.000621275 Jy ! Component: 2950 - total flux cleaned = 0.000610247 Jy ! Component: 3000 - total flux cleaned = 0.000588329 Jy ! Component: 3050 - total flux cleaned = 0.000544819 Jy ! Component: 3100 - total flux cleaned = 0.000534039 Jy ! Component: 3150 - total flux cleaned = 0.000555525 Jy ! Component: 3200 - total flux cleaned = 0.000523522 Jy ! Component: 3250 - total flux cleaned = 0.000523443 Jy ! Component: 3300 - total flux cleaned = 0.000481382 Jy ! Component: 3350 - total flux cleaned = 0.000470872 Jy ! Component: 3400 - total flux cleaned = 0.00048125 Jy ! Component: 3450 - total flux cleaned = 0.000409003 Jy ! Component: 3500 - total flux cleaned = 0.000450043 Jy ! Component: 3550 - total flux cleaned = 0.000398907 Jy ! Component: 3600 - total flux cleaned = 0.000419181 Jy ! Component: 3650 - total flux cleaned = 0.000388936 Jy ! Component: 3700 - total flux cleaned = 0.000379002 Jy ! Component: 3750 - total flux cleaned = 0.000378986 Jy ! Component: 3800 - total flux cleaned = 0.00032961 Jy ! Component: 3850 - total flux cleaned = 0.000300256 Jy ! Component: 3900 - total flux cleaned = 0.000300346 Jy ! Component: 3950 - total flux cleaned = 0.000329532 Jy ! Component: 4000 - total flux cleaned = 0.000329463 Jy ! Component: 4050 - total flux cleaned = 0.000300666 Jy ! Total flux subtracted in 4096 components = 0.000291097 Jy ! Clean residual min=-0.000554 max=0.000533 Jy/beam ! Clean residual mean=0.000000 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.240322 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 432 components and 0.240322 Jy ![Exited script file: muppet] wmap "J1454+1624_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.835 x 8.292 at 8.471 degrees (North through East) ! Clean map min=-0.0013321 max=0.20597 Jy/beam ! Writing clean map to FITS file: J1454+1624_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.205973 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018119 device "J1454+1624_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1454+1624_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.263904 0.263904 0.527809 1.05562 2.11123 4.22247 8.44494 16.8899 33.7797 67.5595 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.205 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.835 x 8.292 at 8.471 degrees (North through East) ! Clean map min=-0.0013321 max=0.20597 Jy/beam quit ! Quitting program ! Log file J1454+1624_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:08:46 2016