! Started logfile: J1343+6602_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:00:46 2016 obs J1343+6602_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1343+6602_S_2015_03_17_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.797037 visibilities/baseline/integration-bin. ! Found source: J1343+6602 ! ! 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 2152 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 J1343+6602_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 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.728449Jy sigma=0.008551 ! Fit after self-cal, rms=0.722941Jy sigma=0.008489 ! 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.484 mas, bmaj=10.15 mas, bpa=-50.66 degrees ! Estimated noise=1929.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.191905 Jy ! Component: 100 - total flux cleaned = 0.249816 Jy ! Total flux subtracted in 100 components = 0.249816 Jy ! Clean residual min=-0.011705 max=0.025736 Jy/beam ! Clean residual mean=0.000110 rms=0.003972 Jy/beam ! Combined flux in latest and established models = 0.249816 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.249816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101178Jy sigma=0.001011 ! Fit after self-cal, rms=0.101160Jy sigma=0.001011 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0277804 Jy ! Component: 100 - total flux cleaned = 0.0426835 Jy ! Total flux subtracted in 100 components = 0.0426835 Jy ! Clean residual min=-0.009539 max=0.011243 Jy/beam ! Clean residual mean=0.000054 rms=0.002574 Jy/beam ! Combined flux in latest and established models = 0.2925 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 27 components and 0.2925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087266Jy sigma=0.000882 ! Fit after self-cal, rms=0.087252Jy sigma=0.000882 ! 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.509 mas, bmaj=10.42 mas, bpa=-53.51 degrees ! Estimated noise=1350.88 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.01506 Jy ! Component: 100 - total flux cleaned = 0.0228692 Jy ! Component: 150 - total flux cleaned = 0.0281223 Jy ! Component: 200 - total flux cleaned = 0.0320975 Jy ! Total flux subtracted in 200 components = 0.0320975 Jy ! Clean residual min=-0.013080 max=0.008407 Jy/beam ! Clean residual mean=0.000013 rms=0.002836 Jy/beam ! Combined flux in latest and established models = 0.324597 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 75 components and 0.324597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083343Jy sigma=0.000862 ! Fit after self-cal, rms=0.083308Jy sigma=0.000862 ! 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.99 FD 0.81 HN 0.98 KP 1.13 ! LA 1.00 MK 0.97 NL 0.90 OV 1.04 ! PT 1.07 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.84 HN 1.10 KP 1.08 ! LA 0.98 MK 1.07 NL 1.02 OV 1.04 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.89 HN 1.03 KP 0.97 ! LA 0.78 MK 1.14 NL 1.16 OV 0.98 ! PT 1.05 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.82 HN 1.01 KP 0.93 ! LA 0.87 MK 1.07 NL 1.04 OV 1.02 ! PT 1.08 SC 0.95 ! ! ! Fit before self-cal, rms=0.083308Jy sigma=0.000862 ! Fit after self-cal, rms=0.069945Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.559 mas, bmaj=10.39 mas, bpa=-53.58 degrees ! Estimated noise=1352.97 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.00213104 Jy ! Component: 100 - total flux cleaned = -0.00241248 Jy ! Component: 150 - total flux cleaned = -0.00246068 Jy ! Component: 200 - total flux cleaned = -0.00249953 Jy ! Total flux subtracted in 200 components = -0.00249953 Jy ! Clean residual min=-0.004425 max=0.004582 Jy/beam ! Clean residual mean=0.000012 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.322098 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 98 components and 0.322098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069833Jy sigma=0.000767 ! Fit after self-cal, rms=0.069737Jy sigma=0.000767 ! 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.069737Jy sigma=0.000767 ! Fit after self-cal, rms=0.069798Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=10.39 mas, bpa=-53.63 degrees ! Estimated noise=1353.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00153248 Jy ! Component: 100 - total flux cleaned = -0.00176636 Jy ! Component: 150 - total flux cleaned = -0.00184893 Jy ! Component: 200 - total flux cleaned = -0.00195167 Jy ! Total flux subtracted in 200 components = -0.00195167 Jy ! Clean residual min=-0.004100 max=0.004514 Jy/beam ! Clean residual mean=0.000012 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.320146 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.320146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069733Jy sigma=0.000766 ! Fit after self-cal, rms=0.069732Jy sigma=0.000766 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 = -6.13698e-05 Jy ! Component: 100 - total flux cleaned = -0.000118406 Jy ! Component: 150 - total flux cleaned = -0.00019791 Jy ! Component: 200 - total flux cleaned = -0.000270752 Jy ! Total flux subtracted in 200 components = -0.000270752 Jy ! Clean residual min=-0.004063 max=0.004500 Jy/beam ! Clean residual mean=0.000013 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.319876 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 115 components and 0.319875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069709Jy sigma=0.000765 ! Fit after self-cal, rms=0.069708Jy sigma=0.000765 ! 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.069708Jy sigma=0.000765 ! Fit after self-cal, rms=0.069800Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=10.39 mas, bpa=-53.71 degrees ! Estimated noise=1355.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102319 Jy ! Component: 100 - total flux cleaned = -0.00121921 Jy ! Component: 150 - total flux cleaned = -0.00144509 Jy ! Component: 200 - total flux cleaned = -0.0015587 Jy ! Total flux subtracted in 200 components = -0.0015587 Jy ! Clean residual min=-0.003905 max=0.004418 Jy/beam ! Clean residual mean=0.000012 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.318317 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 118 components and 0.318317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069757Jy sigma=0.000765 ! Fit after self-cal, rms=0.069758Jy sigma=0.000765 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.000160506 Jy ! Component: 100 - total flux cleaned = -0.000253824 Jy ! Component: 150 - total flux cleaned = -0.000318787 Jy ! Component: 200 - total flux cleaned = -0.00037881 Jy ! Total flux subtracted in 200 components = -0.00037881 Jy ! Clean residual min=-0.003891 max=0.004413 Jy/beam ! Clean residual mean=0.000013 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.317938 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.317938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069743Jy sigma=0.000765 ! Fit after self-cal, rms=0.069742Jy sigma=0.000765 ! 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.069742Jy sigma=0.000765 ! Fit after self-cal, rms=0.069829Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.484 mas, bmaj=11.49 mas, bpa=-59.73 degrees ! Estimated noise=1611.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108033 Jy ! Component: 100 - total flux cleaned = -0.00164594 Jy ! Component: 150 - total flux cleaned = -0.00178085 Jy ! Component: 200 - total flux cleaned = -0.00184427 Jy ! Total flux subtracted in 200 components = -0.00184427 Jy ! Clean residual min=-0.003667 max=0.004776 Jy/beam ! Clean residual mean=0.000026 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.316094 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 137 components and 0.316094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069812Jy sigma=0.000764 ! Fit after self-cal, rms=0.069813Jy sigma=0.000764 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.71992e-06 Jy ! Component: 100 - total flux cleaned = -1.3641e-05 Jy ! Component: 150 - total flux cleaned = -1.40272e-05 Jy ! Component: 200 - total flux cleaned = -2.46582e-05 Jy ! Total flux subtracted in 200 components = -2.46582e-05 Jy ! Clean residual min=-0.003658 max=0.004749 Jy/beam ! Clean residual mean=0.000027 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.316069 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 139 components and 0.316069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069809Jy sigma=0.000764 ! Fit after self-cal, rms=0.069809Jy sigma=0.000764 ! 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.616 mas, bmaj=10.39 mas, bpa=-53.78 degrees ! Estimated noise=1356.3 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.616 x 10.39 at -53.78 degrees (North through East) ! Clean map min=-0.0036571 max=0.27124 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.564 mas, bmaj=10.06 mas, bpa=-50.8 degrees ! Estimated noise=1996.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.198352 Jy ! Component: 100 - total flux cleaned = 0.25213 Jy ! Component: 150 - total flux cleaned = 0.2769 Jy ! Component: 200 - total flux cleaned = 0.289812 Jy ! Total flux subtracted in 200 components = 0.289812 Jy ! Clean residual min=-0.007150 max=0.008005 Jy/beam ! Clean residual mean=0.000045 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 0.289812 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.289812 Jy ! Inverting map and beam ! Estimated beam: bmin=3.616 mas, bmaj=10.39 mas, bpa=-53.78 degrees ! Estimated noise=1356.3 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.0110475 Jy ! Component: 100 - total flux cleaned = 0.0164851 Jy ! Component: 150 - total flux cleaned = 0.0196447 Jy ! Component: 200 - total flux cleaned = 0.0217744 Jy ! Total flux subtracted in 200 components = 0.0217744 Jy ! Clean residual min=-0.003942 max=0.004482 Jy/beam ! Clean residual mean=0.000022 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.311586 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 59 components and 0.311586 Jy ! Inverting map ! Added new window around map position (18, 124.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00427598 Jy ! Component: 100 - total flux cleaned = 0.00518046 Jy ! Component: 150 - total flux cleaned = 0.00560664 Jy ! Component: 200 - total flux cleaned = 0.00578756 Jy ! Total flux subtracted in 200 components = 0.00578756 Jy ! Clean residual min=-0.003951 max=0.003609 Jy/beam ! Clean residual mean=0.000017 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.317374 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.317374 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.484 mas, bmaj=11.49 mas, bpa=-59.73 degrees ! Estimated noise=1611.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118205 Jy ! Component: 100 - total flux cleaned = 0.00144463 Jy ! Component: 150 - total flux cleaned = 0.00160641 Jy ! Component: 200 - total flux cleaned = 0.00172673 Jy ! Total flux subtracted in 200 components = 0.00172673 Jy ! Clean residual min=-0.003477 max=0.003709 Jy/beam ! Clean residual mean=0.000017 rms=0.001146 Jy/beam ! Combined flux in latest and established models = 0.3191 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.00014073 Jy ! Component: 100 - total flux cleaned = 0.000246199 Jy ! Component: 150 - total flux cleaned = 0.000346247 Jy ! Component: 200 - total flux cleaned = 0.000416075 Jy ! Total flux subtracted in 200 components = 0.000416075 Jy ! Clean residual min=-0.003448 max=0.003701 Jy/beam ! Clean residual mean=0.000015 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.319516 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 122 components and 0.319517 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.616 mas, bmaj=10.39 mas, bpa=-53.78 degrees ! Estimated noise=1356.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000328656 Jy ! Component: 100 - total flux cleaned = -0.000413255 Jy ! Component: 150 - total flux cleaned = -0.000525758 Jy ! Component: 200 - total flux cleaned = -0.000527617 Jy ! Total flux subtracted in 200 components = -0.000527617 Jy ! Clean residual min=-0.003945 max=0.003205 Jy/beam ! Clean residual mean=0.000009 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.318989 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 136 components and 0.318989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069434Jy sigma=0.000761 ! Fit after self-cal, rms=0.069415Jy sigma=0.000760 wmodel J1343+6602_S_2015_03_17_pus_map.mod ! Writing 136 model components to file: J1343+6602_S_2015_03_17_pus_map.mod wobs J1343+6602_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1343+6602_S_2015_03_17_pus_uvs.fits wwins J1343+6602_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1343+6602_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.00103856 Jy ! Component: 100 - total flux cleaned = -0.00109453 Jy ! Component: 150 - total flux cleaned = -0.00137058 Jy ! Component: 200 - total flux cleaned = -0.00173529 Jy ! Component: 250 - total flux cleaned = -0.00193623 Jy ! Component: 300 - total flux cleaned = -0.00232165 Jy ! Component: 350 - total flux cleaned = -0.00260132 Jy ! Component: 400 - total flux cleaned = -0.00282882 Jy ! Component: 450 - total flux cleaned = -0.00313641 Jy ! Component: 500 - total flux cleaned = -0.00339282 Jy ! Component: 550 - total flux cleaned = -0.00360071 Jy ! Component: 600 - total flux cleaned = -0.00376287 Jy ! Component: 650 - total flux cleaned = -0.00395993 Jy ! Component: 700 - total flux cleaned = -0.00403732 Jy ! Component: 750 - total flux cleaned = -0.00418788 Jy ! Component: 800 - total flux cleaned = -0.00433462 Jy ! Component: 850 - total flux cleaned = -0.00451476 Jy ! Component: 900 - total flux cleaned = -0.00462068 Jy ! Component: 950 - total flux cleaned = -0.00489466 Jy ! Component: 1000 - total flux cleaned = -0.00506222 Jy ! Component: 1050 - total flux cleaned = -0.00502885 Jy ! Component: 1100 - total flux cleaned = -0.00506202 Jy ! Component: 1150 - total flux cleaned = -0.00522198 Jy ! Component: 1200 - total flux cleaned = -0.0053159 Jy ! Component: 1250 - total flux cleaned = -0.00546906 Jy ! Component: 1300 - total flux cleaned = -0.00552984 Jy ! Component: 1350 - total flux cleaned = -0.00561917 Jy ! Component: 1400 - total flux cleaned = -0.00561853 Jy ! Component: 1450 - total flux cleaned = -0.00567556 Jy ! Component: 1500 - total flux cleaned = -0.0057326 Jy ! Component: 1550 - total flux cleaned = -0.0057876 Jy ! Component: 1600 - total flux cleaned = -0.00578763 Jy ! Component: 1650 - total flux cleaned = -0.00592265 Jy ! Component: 1700 - total flux cleaned = -0.00602943 Jy ! Component: 1750 - total flux cleaned = -0.00602921 Jy ! Component: 1800 - total flux cleaned = -0.00613341 Jy ! Component: 1850 - total flux cleaned = -0.00620965 Jy ! Component: 1900 - total flux cleaned = -0.00623496 Jy ! Component: 1950 - total flux cleaned = -0.0063352 Jy ! Component: 2000 - total flux cleaned = -0.00643434 Jy ! Component: 2050 - total flux cleaned = -0.00650764 Jy ! Component: 2100 - total flux cleaned = -0.00648362 Jy ! Component: 2150 - total flux cleaned = -0.00665081 Jy ! Component: 2200 - total flux cleaned = -0.00665062 Jy ! Component: 2250 - total flux cleaned = -0.00683747 Jy ! Component: 2300 - total flux cleaned = -0.00690692 Jy ! Component: 2350 - total flux cleaned = -0.00702138 Jy ! Component: 2400 - total flux cleaned = -0.0071568 Jy ! Component: 2450 - total flux cleaned = -0.00731355 Jy ! Component: 2500 - total flux cleaned = -0.00740217 Jy ! Component: 2550 - total flux cleaned = -0.00744584 Jy ! Component: 2600 - total flux cleaned = -0.00757633 Jy ! Component: 2650 - total flux cleaned = -0.00766262 Jy ! Component: 2700 - total flux cleaned = -0.00772646 Jy ! Component: 2750 - total flux cleaned = -0.00778989 Jy ! Component: 2800 - total flux cleaned = -0.00783184 Jy ! Component: 2850 - total flux cleaned = -0.00789453 Jy ! Component: 2900 - total flux cleaned = -0.00791522 Jy ! Component: 2950 - total flux cleaned = -0.00795642 Jy ! Component: 3000 - total flux cleaned = -0.00803778 Jy ! Component: 3050 - total flux cleaned = -0.00807829 Jy ! Component: 3100 - total flux cleaned = -0.00807847 Jy ! Component: 3150 - total flux cleaned = -0.0081381 Jy ! Component: 3200 - total flux cleaned = -0.00815781 Jy ! Component: 3250 - total flux cleaned = -0.00823592 Jy ! Component: 3300 - total flux cleaned = -0.00823583 Jy ! Component: 3350 - total flux cleaned = -0.00827427 Jy ! Component: 3400 - total flux cleaned = -0.00833103 Jy ! Component: 3450 - total flux cleaned = -0.00833104 Jy ! Component: 3500 - total flux cleaned = -0.00836864 Jy ! Component: 3550 - total flux cleaned = -0.0084431 Jy ! Component: 3600 - total flux cleaned = -0.00840604 Jy ! Component: 3650 - total flux cleaned = -0.00844279 Jy ! Component: 3700 - total flux cleaned = -0.00844285 Jy ! Component: 3750 - total flux cleaned = -0.00849734 Jy ! Component: 3800 - total flux cleaned = -0.00853325 Jy ! Component: 3850 - total flux cleaned = -0.00860489 Jy ! Component: 3900 - total flux cleaned = -0.00872921 Jy ! Component: 3950 - total flux cleaned = -0.00878216 Jy ! Component: 4000 - total flux cleaned = -0.00886979 Jy ! Component: 4050 - total flux cleaned = -0.00888723 Jy ! Total flux subtracted in 4096 components = -0.00895652 Jy ! Clean residual min=-0.001014 max=0.001115 Jy/beam ! Clean residual mean=-0.000004 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.310032 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 409 components and 0.310033 Jy ![Exited script file: muppet] wmap "J1343+6602_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.616 x 10.39 at -53.78 degrees (North through East) ! Clean map min=-0.0022874 max=0.27233 Jy/beam ! Writing clean map to FITS file: J1343+6602_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.272332 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000308752 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.34012 0.34012 0.68024 1.36048 2.72096 5.44192 10.8838 21.7677 43.5353 87.0707 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.272 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.616 x 10.39 at -53.78 degrees (North through East) ! Clean map min=-0.0022874 max=0.27233 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 J1343+6602_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:00:50 2016