! Started logfile: J1343+6602_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:55:33 2017 obs J1343+6602_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1343+6602_S_2015_01_22_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 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 281 lines of history. ! ! Reading 2304 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_01_22_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.791543Jy sigma=0.009479 ! Fit after self-cal, rms=0.784720Jy sigma=0.009400 ! 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.452 mas, bmaj=10.46 mas, bpa=-51.34 degrees ! Estimated noise=1696.9 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.162442 Jy ! Component: 100 - total flux cleaned = 0.218801 Jy ! Total flux subtracted in 100 components = 0.218801 Jy ! Clean residual min=-0.016236 max=0.036597 Jy/beam ! Clean residual mean=0.000149 rms=0.004939 Jy/beam ! Combined flux in latest and established models = 0.218801 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.218801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104348Jy sigma=0.001178 ! Fit after self-cal, rms=0.104344Jy sigma=0.001177 ! Inverting map ! Added new window around map position (37.5, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0304944 Jy ! Component: 100 - total flux cleaned = 0.0443473 Jy ! Total flux subtracted in 100 components = 0.0443473 Jy ! Clean residual min=-0.011084 max=0.014918 Jy/beam ! Clean residual mean=0.000079 rms=0.003016 Jy/beam ! Combined flux in latest and established models = 0.263148 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.263148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093947Jy sigma=0.001058 ! Fit after self-cal, rms=0.093523Jy sigma=0.001052 ! 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=2.882 mas, bmaj=10.74 mas, bpa=-51.95 degrees ! Estimated noise=1261.01 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.0133751 Jy ! Component: 100 - total flux cleaned = 0.0213059 Jy ! Component: 150 - total flux cleaned = 0.0267931 Jy ! Component: 200 - total flux cleaned = 0.029876 Jy ! Total flux subtracted in 200 components = 0.029876 Jy ! Clean residual min=-0.008503 max=0.007311 Jy/beam ! Clean residual mean=0.000020 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 0.293024 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 57 components and 0.293024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091298Jy sigma=0.001027 ! Fit after self-cal, rms=0.091230Jy sigma=0.001026 ! 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.95 FD 1.00* HN 0.95 KP 1.07 ! LA 1.08 MK 1.21 NL 0.92 OV 0.97 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.05 KP 0.98 ! LA 1.05 MK 1.09 NL 1.01 OV 1.04 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.02 KP 0.85 ! LA 0.82 MK 1.03 NL 1.25 OV 0.94 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 1.00 KP 0.83 ! LA 0.89 MK 1.02 NL 0.95 OV 0.99 ! PT 1.09 SC 0.95 ! ! ! Fit before self-cal, rms=0.091230Jy sigma=0.001026 ! Fit after self-cal, rms=0.087040Jy sigma=0.000977 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.94 mas, bmaj=10.67 mas, bpa=-52.15 degrees ! Estimated noise=1268.01 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.00191778 Jy ! Component: 100 - total flux cleaned = -0.00244148 Jy ! Component: 150 - total flux cleaned = -0.00278954 Jy ! Component: 200 - total flux cleaned = -0.0030965 Jy ! Total flux subtracted in 200 components = -0.0030965 Jy ! Clean residual min=-0.004654 max=0.004057 Jy/beam ! Clean residual mean=-0.000009 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.289928 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.289928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086828Jy sigma=0.000975 ! Fit after self-cal, rms=0.086816Jy sigma=0.000975 ! 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.086816Jy sigma=0.000975 ! Fit after self-cal, rms=0.087119Jy sigma=0.000975 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.947 mas, bmaj=10.66 mas, bpa=-52.21 degrees ! Estimated noise=1267.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0012589 Jy ! Component: 100 - total flux cleaned = -0.00178399 Jy ! Component: 150 - total flux cleaned = -0.00203973 Jy ! Component: 200 - total flux cleaned = -0.00215296 Jy ! Total flux subtracted in 200 components = -0.00215296 Jy ! Clean residual min=-0.004562 max=0.003819 Jy/beam ! Clean residual mean=-0.000009 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.287775 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.287775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087009Jy sigma=0.000973 ! Fit after self-cal, rms=0.087004Jy sigma=0.000973 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.24699e-05 Jy ! Component: 100 - total flux cleaned = -8.56309e-05 Jy ! Component: 150 - total flux cleaned = -8.51528e-05 Jy ! Component: 200 - total flux cleaned = -0.000128061 Jy ! Total flux subtracted in 200 components = -0.000128061 Jy ! Clean residual min=-0.004434 max=0.003815 Jy/beam ! Clean residual mean=-0.000008 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.287647 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 101 components and 0.287647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086950Jy sigma=0.000973 ! Fit after self-cal, rms=0.086946Jy sigma=0.000973 ! 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.086946Jy sigma=0.000973 ! Fit after self-cal, rms=0.087371Jy sigma=0.000973 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.953 mas, bmaj=10.64 mas, bpa=-52.25 degrees ! Estimated noise=1267.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000888151 Jy ! Component: 100 - total flux cleaned = -0.0013357 Jy ! Component: 150 - total flux cleaned = -0.00162995 Jy ! Component: 200 - total flux cleaned = -0.00178419 Jy ! Total flux subtracted in 200 components = -0.00178419 Jy ! Clean residual min=-0.004327 max=0.003680 Jy/beam ! Clean residual mean=-0.000008 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.285863 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 111 components and 0.285863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087318Jy sigma=0.000972 ! Fit after self-cal, rms=0.087316Jy sigma=0.000972 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.9593e-05 Jy ! Component: 100 - total flux cleaned = -0.000166412 Jy ! Component: 150 - total flux cleaned = -0.000267878 Jy ! Component: 200 - total flux cleaned = -0.000302111 Jy ! Total flux subtracted in 200 components = -0.000302111 Jy ! Clean residual min=-0.004234 max=0.003699 Jy/beam ! Clean residual mean=-0.000008 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.28556 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 115 components and 0.28556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087287Jy sigma=0.000972 ! Fit after self-cal, rms=0.087286Jy sigma=0.000972 ! 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.087286Jy sigma=0.000972 ! Fit after self-cal, rms=0.087602Jy sigma=0.000972 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.78 mas, bmaj=11.33 mas, bpa=-59.73 degrees ! Estimated noise=1612.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000910304 Jy ! Component: 100 - total flux cleaned = -0.00110672 Jy ! Component: 150 - total flux cleaned = -0.00120753 Jy ! Component: 200 - total flux cleaned = -0.0012922 Jy ! Total flux subtracted in 200 components = -0.0012922 Jy ! Clean residual min=-0.003840 max=0.003259 Jy/beam ! Clean residual mean=-0.000018 rms=0.001117 Jy/beam ! Combined flux in latest and established models = 0.284268 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 135 components and 0.284268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087583Jy sigma=0.000971 ! Fit after self-cal, rms=0.087590Jy sigma=0.000971 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 = -2.78749e-05 Jy ! Component: 100 - total flux cleaned = -2.87656e-05 Jy ! Component: 150 - total flux cleaned = -2.81396e-05 Jy ! Component: 200 - total flux cleaned = -9.73407e-06 Jy ! Total flux subtracted in 200 components = -9.73407e-06 Jy ! Clean residual min=-0.003824 max=0.003228 Jy/beam ! Clean residual mean=-0.000018 rms=0.001107 Jy/beam ! Combined flux in latest and established models = 0.284259 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 144 components and 0.284259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087583Jy sigma=0.000971 ! Fit after self-cal, rms=0.087584Jy sigma=0.000971 ! 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=2.957 mas, bmaj=10.63 mas, bpa=-52.28 degrees ! Estimated noise=1268 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.957 x 10.63 at -52.28 degrees (North through East) ! Clean map min=-0.004016 max=0.19269 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.502 mas, bmaj=10.32 mas, bpa=-51.63 degrees ! Estimated noise=1709.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.165855 Jy ! Component: 100 - total flux cleaned = 0.218247 Jy ! Component: 150 - total flux cleaned = 0.24079 Jy ! Component: 200 - total flux cleaned = 0.253632 Jy ! Total flux subtracted in 200 components = 0.253632 Jy ! Clean residual min=-0.007450 max=0.008847 Jy/beam ! Clean residual mean=0.000051 rms=0.002157 Jy/beam ! Combined flux in latest and established models = 0.253632 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.253632 Jy ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=10.63 mas, bpa=-52.28 degrees ! Estimated noise=1268 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) ! Added new window around map position (-37.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118572 Jy ! Component: 100 - total flux cleaned = 0.0182105 Jy ! Component: 150 - total flux cleaned = 0.0225962 Jy ! Component: 200 - total flux cleaned = 0.0248549 Jy ! Total flux subtracted in 200 components = 0.0248549 Jy ! Clean residual min=-0.004435 max=0.003678 Jy/beam ! Clean residual mean=0.000015 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.278487 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 71 components and 0.278487 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=6.78 mas, bmaj=11.33 mas, bpa=-59.73 degrees ! Estimated noise=1612.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00420996 Jy ! Component: 100 - total flux cleaned = 0.00620188 Jy ! Component: 150 - total flux cleaned = 0.0072789 Jy ! Component: 200 - total flux cleaned = 0.00769497 Jy ! Total flux subtracted in 200 components = 0.00769497 Jy ! Clean residual min=-0.003969 max=0.003046 Jy/beam ! Clean residual mean=-0.000011 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.286182 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.000230936 Jy ! Component: 100 - total flux cleaned = 0.000356161 Jy ! Component: 150 - total flux cleaned = 0.000469972 Jy ! Component: 200 - total flux cleaned = 0.000540367 Jy ! Total flux subtracted in 200 components = 0.000540367 Jy ! Clean residual min=-0.003892 max=0.003030 Jy/beam ! Clean residual mean=-0.000015 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.286722 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 130 components and 0.286722 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=10.63 mas, bpa=-52.28 degrees ! Estimated noise=1268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000130048 Jy ! Component: 100 - total flux cleaned = 0.000438348 Jy ! Component: 150 - total flux cleaned = 0.000665379 Jy ! Component: 200 - total flux cleaned = 0.000923076 Jy ! Total flux subtracted in 200 components = 0.000923076 Jy ! Clean residual min=-0.003801 max=0.003421 Jy/beam ! Clean residual mean=-0.000008 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.287645 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 151 components and 0.287645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087484Jy sigma=0.000970 ! Fit after self-cal, rms=0.087414Jy sigma=0.000970 wmodel J1343+6602_S_2015_01_22_pus_map.mod ! Writing 151 model components to file: J1343+6602_S_2015_01_22_pus_map.mod wobs J1343+6602_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1343+6602_S_2015_01_22_pus_uvs.fits wwins J1343+6602_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1343+6602_S_2015_01_22_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.00083746 Jy ! Component: 100 - total flux cleaned = -0.00122986 Jy ! Component: 150 - total flux cleaned = -0.00170496 Jy ! Component: 200 - total flux cleaned = -0.00200438 Jy ! Component: 250 - total flux cleaned = -0.00224187 Jy ! Component: 300 - total flux cleaned = -0.0023792 Jy ! Component: 350 - total flux cleaned = -0.00268316 Jy ! Component: 400 - total flux cleaned = -0.00284983 Jy ! Component: 450 - total flux cleaned = -0.00297124 Jy ! Component: 500 - total flux cleaned = -0.00293183 Jy ! Component: 550 - total flux cleaned = -0.00293274 Jy ! Component: 600 - total flux cleaned = -0.00296984 Jy ! Component: 650 - total flux cleaned = -0.00293327 Jy ! Component: 700 - total flux cleaned = -0.00296896 Jy ! Component: 750 - total flux cleaned = -0.00296922 Jy ! Component: 800 - total flux cleaned = -0.00307319 Jy ! Component: 850 - total flux cleaned = -0.00303978 Jy ! Component: 900 - total flux cleaned = -0.00310585 Jy ! Component: 950 - total flux cleaned = -0.00310615 Jy ! Component: 1000 - total flux cleaned = -0.00313847 Jy ! Component: 1050 - total flux cleaned = -0.00317012 Jy ! Component: 1100 - total flux cleaned = -0.00320127 Jy ! Component: 1150 - total flux cleaned = -0.00326131 Jy ! Component: 1200 - total flux cleaned = -0.00311156 Jy ! Component: 1250 - total flux cleaned = -0.00305244 Jy ! Component: 1300 - total flux cleaned = -0.00293619 Jy ! Component: 1350 - total flux cleaned = -0.00287893 Jy ! Component: 1400 - total flux cleaned = -0.00282235 Jy ! Component: 1450 - total flux cleaned = -0.0028222 Jy ! Component: 1500 - total flux cleaned = -0.00276706 Jy ! Component: 1550 - total flux cleaned = -0.00287597 Jy ! Component: 1600 - total flux cleaned = -0.00290272 Jy ! Component: 1650 - total flux cleaned = -0.00287553 Jy ! Component: 1700 - total flux cleaned = -0.00290193 Jy ! Component: 1750 - total flux cleaned = -0.00290176 Jy ! Component: 1800 - total flux cleaned = -0.00295367 Jy ! Component: 1850 - total flux cleaned = -0.00295343 Jy ! Component: 1900 - total flux cleaned = -0.00300434 Jy ! Component: 1950 - total flux cleaned = -0.00292865 Jy ! Component: 2000 - total flux cleaned = -0.00297838 Jy ! Component: 2050 - total flux cleaned = -0.00292861 Jy ! Component: 2100 - total flux cleaned = -0.00295286 Jy ! Component: 2150 - total flux cleaned = -0.00292819 Jy ! Component: 2200 - total flux cleaned = -0.00287991 Jy ! Component: 2250 - total flux cleaned = -0.00290368 Jy ! Component: 2300 - total flux cleaned = -0.00285605 Jy ! Component: 2350 - total flux cleaned = -0.00292687 Jy ! Component: 2400 - total flux cleaned = -0.00295 Jy ! Component: 2450 - total flux cleaned = -0.00290325 Jy ! Component: 2500 - total flux cleaned = -0.00285724 Jy ! Component: 2550 - total flux cleaned = -0.00288017 Jy ! Component: 2600 - total flux cleaned = -0.00292583 Jy ! Component: 2650 - total flux cleaned = -0.00297133 Jy ! Component: 2700 - total flux cleaned = -0.00299379 Jy ! Component: 2750 - total flux cleaned = -0.00303866 Jy ! Component: 2800 - total flux cleaned = -0.00308336 Jy ! Component: 2850 - total flux cleaned = -0.00312792 Jy ! Component: 2900 - total flux cleaned = -0.00317227 Jy ! Component: 2950 - total flux cleaned = -0.00319432 Jy ! Component: 3000 - total flux cleaned = -0.00323814 Jy ! Component: 3050 - total flux cleaned = -0.00323822 Jy ! Component: 3100 - total flux cleaned = -0.003325 Jy ! Component: 3150 - total flux cleaned = -0.00338989 Jy ! Component: 3200 - total flux cleaned = -0.0034114 Jy ! Component: 3250 - total flux cleaned = -0.00343303 Jy ! Component: 3300 - total flux cleaned = -0.00353995 Jy ! Component: 3350 - total flux cleaned = -0.00356115 Jy ! Component: 3400 - total flux cleaned = -0.00356122 Jy ! Component: 3450 - total flux cleaned = -0.00360361 Jy ! Component: 3500 - total flux cleaned = -0.00364584 Jy ! Component: 3550 - total flux cleaned = -0.00372998 Jy ! Component: 3600 - total flux cleaned = -0.00377177 Jy ! Component: 3650 - total flux cleaned = -0.00383432 Jy ! Component: 3700 - total flux cleaned = -0.0038759 Jy ! Component: 3750 - total flux cleaned = -0.00393813 Jy ! Component: 3800 - total flux cleaned = -0.00404155 Jy ! Component: 3850 - total flux cleaned = -0.00404148 Jy ! Component: 3900 - total flux cleaned = -0.0041236 Jy ! Component: 3950 - total flux cleaned = -0.00412362 Jy ! Component: 4000 - total flux cleaned = -0.00416435 Jy ! Component: 4050 - total flux cleaned = -0.00422541 Jy ! Total flux subtracted in 4096 components = -0.00428629 Jy ! Clean residual min=-0.001169 max=0.001237 Jy/beam ! Clean residual mean=-0.000003 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.283359 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 428 components and 0.283359 Jy ![Exited script file: muppet] wmap "J1343+6602_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.957 x 10.63 at -52.28 degrees (North through East) ! Clean map min=-0.0027523 max=0.18062 Jy/beam ! Writing clean map to FITS file: J1343+6602_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.180619 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000352139 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.584888 0.584888 1.16978 2.33955 4.6791 9.3582 18.7164 37.4328 74.8656 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.957 x 10.63 at -52.28 degrees (North through East) ! Clean map min=-0.0027523 max=0.18062 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_01_22_pus_uvs.log closed on Tue Jan 3 22:55:39 2017