! Started logfile: J1343+6602_S_2017_06_10_pus_uvs.log on Mon May 6 14:55:24 2019 obs J1343+6602_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1343+6602_S_2017_06_10_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892877 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 1154 lines of history. ! ! Reading 6268 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_2017_06_10_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 222 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.769012Jy sigma=0.007394 ! Fit after self-cal, rms=0.759845Jy sigma=0.007312 ! 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.369 mas, bmaj=3.853 mas, bpa=-73.05 degrees ! Estimated noise=1305.39 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.185163 Jy ! Component: 100 - total flux cleaned = 0.233393 Jy ! Total flux subtracted in 100 components = 0.233393 Jy ! Clean residual min=-0.006042 max=0.018658 Jy/beam ! Clean residual mean=-0.000030 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 0.233393 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.233393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090165Jy sigma=0.000827 ! Fit after self-cal, rms=0.090170Jy sigma=0.000827 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0186098 Jy ! Component: 100 - total flux cleaned = 0.0270938 Jy ! Total flux subtracted in 100 components = 0.0270938 Jy ! Clean residual min=-0.004728 max=0.006159 Jy/beam ! Clean residual mean=-0.000026 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.260486 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.260486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085942Jy sigma=0.000789 ! Fit after self-cal, rms=0.085939Jy sigma=0.000789 ! 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.999 mas, bmaj=4.584 mas, bpa=-80.84 degrees ! Estimated noise=1050.77 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 (1.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00689224 Jy ! Component: 100 - total flux cleaned = 0.00986163 Jy ! Component: 150 - total flux cleaned = 0.0109967 Jy ! Component: 200 - total flux cleaned = 0.0114101 Jy ! Total flux subtracted in 200 components = 0.0114101 Jy ! Clean residual min=-0.004176 max=0.003970 Jy/beam ! Clean residual mean=-0.000058 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.271897 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.271897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085288Jy sigma=0.000784 ! Fit after self-cal, rms=0.085272Jy sigma=0.000784 ! 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.93 HN 0.97 KP 1.02 ! LA 1.00 MK 1.01 NL 0.90 OV 1.03 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.00 KP 1.01 ! LA 0.98 MK 1.03 NL 1.05 OV 1.06 ! PT 0.97 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.18 HN 0.99 KP 0.97 ! LA 0.98 MK 1.04 NL 1.00 OV 0.96 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 0.98 KP 1.00* ! LA 0.98 MK 0.99 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.085272Jy sigma=0.000784 ! Fit after self-cal, rms=0.083113Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.018 mas, bmaj=4.605 mas, bpa=-81.46 degrees ! Estimated noise=1049.65 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.00183688 Jy ! Component: 100 - total flux cleaned = 0.00225845 Jy ! Component: 150 - total flux cleaned = 0.00234717 Jy ! Component: 200 - total flux cleaned = 0.00246725 Jy ! Total flux subtracted in 200 components = 0.00246725 Jy ! Clean residual min=-0.003682 max=0.003567 Jy/beam ! Clean residual mean=-0.000053 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.274364 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.274364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083021Jy sigma=0.000762 ! Fit after self-cal, rms=0.083034Jy sigma=0.000762 ! 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.083034Jy sigma=0.000762 ! Fit after self-cal, rms=0.079936Jy sigma=0.000745 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.012 mas, bmaj=4.589 mas, bpa=-82.02 degrees ! Estimated noise=1048.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134366 Jy ! Component: 100 - total flux cleaned = 0.00176382 Jy ! Component: 150 - total flux cleaned = 0.00205558 Jy ! Component: 200 - total flux cleaned = 0.00217734 Jy ! Total flux subtracted in 200 components = 0.00217734 Jy ! Clean residual min=-0.003002 max=0.003428 Jy/beam ! Clean residual mean=-0.000031 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.276541 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.276541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079888Jy sigma=0.000745 ! Fit after self-cal, rms=0.079967Jy sigma=0.000744 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 (2, 24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00354366 Jy ! Component: 100 - total flux cleaned = 0.00556963 Jy ! Component: 150 - total flux cleaned = 0.00663568 Jy ! Component: 200 - total flux cleaned = 0.00726512 Jy ! Total flux subtracted in 200 components = 0.00726512 Jy ! Clean residual min=-0.003071 max=0.003128 Jy/beam ! Clean residual mean=-0.000025 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.283806 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 87 components and 0.283806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079800Jy sigma=0.000743 ! Fit after self-cal, rms=0.079809Jy sigma=0.000743 ! 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.079809Jy sigma=0.000743 ! Fit after self-cal, rms=0.079420Jy sigma=0.000742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.013 mas, bmaj=4.588 mas, bpa=-82.4 degrees ! Estimated noise=1047.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115891 Jy ! Component: 100 - total flux cleaned = 0.0016106 Jy ! Component: 150 - total flux cleaned = 0.00189603 Jy ! Component: 200 - total flux cleaned = 0.00205622 Jy ! Total flux subtracted in 200 components = 0.00205622 Jy ! Clean residual min=-0.003009 max=0.003126 Jy/beam ! Clean residual mean=-0.000022 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.285863 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 98 components and 0.285863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079379Jy sigma=0.000742 ! Fit after self-cal, rms=0.079408Jy sigma=0.000741 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 (-53, -120.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00268558 Jy ! Component: 100 - total flux cleaned = 0.0031097 Jy ! Component: 150 - total flux cleaned = 0.00329804 Jy ! Component: 200 - total flux cleaned = 0.00351204 Jy ! Total flux subtracted in 200 components = 0.00351204 Jy ! Clean residual min=-0.003075 max=0.002893 Jy/beam ! Clean residual mean=-0.000025 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.289375 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 118 components and 0.289375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079294Jy sigma=0.000740 ! Fit after self-cal, rms=0.079297Jy sigma=0.000740 ! 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.079297Jy sigma=0.000740 ! Fit after self-cal, rms=0.079208Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.1 mas, bmaj=9.377 mas, bpa=80.9 degrees ! Estimated noise=1319.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192879 Jy ! Component: 100 - total flux cleaned = 0.00309304 Jy ! Component: 150 - total flux cleaned = 0.00355265 Jy ! Component: 200 - total flux cleaned = 0.00381528 Jy ! Total flux subtracted in 200 components = 0.00381528 Jy ! Clean residual min=-0.003507 max=0.003981 Jy/beam ! Clean residual mean=-0.000054 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.29319 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 145 components and 0.29319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079189Jy sigma=0.000740 ! Fit after self-cal, rms=0.079200Jy sigma=0.000740 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.000661699 Jy ! Component: 100 - total flux cleaned = 0.000916241 Jy ! Component: 150 - total flux cleaned = 0.00112166 Jy ! Component: 200 - total flux cleaned = 0.00133251 Jy ! Total flux subtracted in 200 components = 0.00133251 Jy ! Clean residual min=-0.003530 max=0.004020 Jy/beam ! Clean residual mean=-0.000057 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.294522 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 157 components and 0.294522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079194Jy sigma=0.000740 ! Fit after self-cal, rms=0.079198Jy sigma=0.000740 ! 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.013 mas, bmaj=4.587 mas, bpa=-82.57 degrees ! Estimated noise=1048.59 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.013 x 4.587 at -82.57 degrees (North through East) ! Clean map min=-0.0031851 max=0.23979 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.381 mas, bmaj=3.848 mas, bpa=-74.1 degrees ! Estimated noise=1299.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.184098 Jy ! Component: 100 - total flux cleaned = 0.231698 Jy ! Component: 150 - total flux cleaned = 0.250013 Jy ! Component: 200 - total flux cleaned = 0.259209 Jy ! Total flux subtracted in 200 components = 0.259209 Jy ! Clean residual min=-0.004049 max=0.004865 Jy/beam ! Clean residual mean=-0.000018 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.259209 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.259209 Jy ! Inverting map and beam ! Estimated beam: bmin=4.013 mas, bmaj=4.587 mas, bpa=-82.57 degrees ! Estimated noise=1048.59 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.00761451 Jy ! Component: 100 - total flux cleaned = 0.0126318 Jy ! Component: 150 - total flux cleaned = 0.0165562 Jy ! Component: 200 - total flux cleaned = 0.0197393 Jy ! Total flux subtracted in 200 components = 0.0197393 Jy ! Clean residual min=-0.003162 max=0.002941 Jy/beam ! Clean residual mean=-0.000033 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.278948 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 57 components and 0.278948 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.1 mas, bmaj=9.377 mas, bpa=80.9 degrees ! Estimated noise=1319.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00403615 Jy ! Component: 100 - total flux cleaned = 0.0069791 Jy ! Component: 150 - total flux cleaned = 0.00926218 Jy ! Component: 200 - total flux cleaned = 0.011065 Jy ! Total flux subtracted in 200 components = 0.011065 Jy ! Clean residual min=-0.003580 max=0.003867 Jy/beam ! Clean residual mean=-0.000060 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.290013 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.00143619 Jy ! Component: 100 - total flux cleaned = 0.00259659 Jy ! Component: 150 - total flux cleaned = 0.00318395 Jy ! Component: 200 - total flux cleaned = 0.0034983 Jy ! Total flux subtracted in 200 components = 0.0034983 Jy ! Clean residual min=-0.003510 max=0.003872 Jy/beam ! Clean residual mean=-0.000056 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.293512 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 128 components and 0.293512 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.013 mas, bmaj=4.587 mas, bpa=-82.57 degrees ! Estimated noise=1048.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000227706 Jy ! Component: 100 - total flux cleaned = -0.000172062 Jy ! Component: 150 - total flux cleaned = -0.000172917 Jy ! Component: 200 - total flux cleaned = -2.79991e-05 Jy ! Total flux subtracted in 200 components = -2.79991e-05 Jy ! Clean residual min=-0.003175 max=0.003003 Jy/beam ! Clean residual mean=-0.000027 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.293484 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 150 components and 0.293484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079278Jy sigma=0.000741 ! Fit after self-cal, rms=0.079264Jy sigma=0.000741 wmodel J1343+6602_S_2017_06_10_pus_map.mod ! Writing 150 model components to file: J1343+6602_S_2017_06_10_pus_map.mod wobs J1343+6602_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1343+6602_S_2017_06_10_pus_uvs.fits wwins J1343+6602_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J1343+6602_S_2017_06_10_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.000232977 Jy ! Component: 100 - total flux cleaned = -0.000642892 Jy ! Component: 150 - total flux cleaned = -0.00083876 Jy ! Component: 200 - total flux cleaned = -0.00112146 Jy ! Component: 250 - total flux cleaned = -0.00135024 Jy ! Component: 300 - total flux cleaned = -0.00143923 Jy ! Component: 350 - total flux cleaned = -0.00135255 Jy ! Component: 400 - total flux cleaned = -0.00135269 Jy ! Component: 450 - total flux cleaned = -0.00126929 Jy ! Component: 500 - total flux cleaned = -0.00130961 Jy ! Component: 550 - total flux cleaned = -0.00122915 Jy ! Component: 600 - total flux cleaned = -0.0011503 Jy ! Component: 650 - total flux cleaned = -0.00118933 Jy ! Component: 700 - total flux cleaned = -0.00115095 Jy ! Component: 750 - total flux cleaned = -0.00122612 Jy ! Component: 800 - total flux cleaned = -0.00122622 Jy ! Component: 850 - total flux cleaned = -0.00126337 Jy ! Component: 900 - total flux cleaned = -0.00133651 Jy ! Component: 950 - total flux cleaned = -0.00140871 Jy ! Component: 1000 - total flux cleaned = -0.00144398 Jy ! Component: 1050 - total flux cleaned = -0.00154958 Jy ! Component: 1100 - total flux cleaned = -0.00168808 Jy ! Component: 1150 - total flux cleaned = -0.00172245 Jy ! Component: 1200 - total flux cleaned = -0.00179027 Jy ! Component: 1250 - total flux cleaned = -0.00192404 Jy ! Component: 1300 - total flux cleaned = -0.00185753 Jy ! Component: 1350 - total flux cleaned = -0.0020877 Jy ! Component: 1400 - total flux cleaned = -0.00211983 Jy ! Component: 1450 - total flux cleaned = -0.00218434 Jy ! Component: 1500 - total flux cleaned = -0.00231199 Jy ! Component: 1550 - total flux cleaned = -0.0023752 Jy ! Component: 1600 - total flux cleaned = -0.00253222 Jy ! Component: 1650 - total flux cleaned = -0.00265615 Jy ! Component: 1700 - total flux cleaned = -0.00277868 Jy ! Component: 1750 - total flux cleaned = -0.00283958 Jy ! Component: 1800 - total flux cleaned = -0.00299011 Jy ! Component: 1850 - total flux cleaned = -0.0031101 Jy ! Component: 1900 - total flux cleaned = -0.00316911 Jy ! Component: 1950 - total flux cleaned = -0.00334542 Jy ! Component: 2000 - total flux cleaned = -0.00328661 Jy ! Component: 2050 - total flux cleaned = -0.00337341 Jy ! Component: 2100 - total flux cleaned = -0.00348834 Jy ! Component: 2150 - total flux cleaned = -0.00357359 Jy ! Component: 2200 - total flux cleaned = -0.00371468 Jy ! Component: 2250 - total flux cleaned = -0.0038264 Jy ! Component: 2300 - total flux cleaned = -0.00374289 Jy ! Component: 2350 - total flux cleaned = -0.00390837 Jy ! Component: 2400 - total flux cleaned = -0.00393573 Jy ! Component: 2450 - total flux cleaned = -0.0039627 Jy ! Component: 2500 - total flux cleaned = -0.00407061 Jy ! Component: 2550 - total flux cleaned = -0.00415102 Jy ! Component: 2600 - total flux cleaned = -0.00404459 Jy ! Component: 2650 - total flux cleaned = -0.00420373 Jy ! Component: 2700 - total flux cleaned = -0.00425638 Jy ! Component: 2750 - total flux cleaned = -0.00430852 Jy ! Component: 2800 - total flux cleaned = -0.00451583 Jy ! Component: 2850 - total flux cleaned = -0.00459293 Jy ! Component: 2900 - total flux cleaned = -0.00466973 Jy ! Component: 2950 - total flux cleaned = -0.00469521 Jy ! Component: 3000 - total flux cleaned = -0.00469537 Jy ! Component: 3050 - total flux cleaned = -0.00484601 Jy ! Component: 3100 - total flux cleaned = -0.00494552 Jy ! Component: 3150 - total flux cleaned = -0.00504435 Jy ! Component: 3200 - total flux cleaned = -0.00506902 Jy ! Component: 3250 - total flux cleaned = -0.00514253 Jy ! Component: 3300 - total flux cleaned = -0.00528812 Jy ! Component: 3350 - total flux cleaned = -0.00528826 Jy ! Component: 3400 - total flux cleaned = -0.00536037 Jy ! Component: 3450 - total flux cleaned = -0.00550342 Jy ! Component: 3500 - total flux cleaned = -0.00562186 Jy ! Component: 3550 - total flux cleaned = -0.00576295 Jy ! Component: 3600 - total flux cleaned = -0.00583286 Jy ! Component: 3650 - total flux cleaned = -0.005949 Jy ! Component: 3700 - total flux cleaned = -0.00606443 Jy ! Component: 3750 - total flux cleaned = -0.00611045 Jy ! Component: 3800 - total flux cleaned = -0.00615604 Jy ! Component: 3850 - total flux cleaned = -0.006156 Jy ! Component: 3900 - total flux cleaned = -0.00629126 Jy ! Component: 3950 - total flux cleaned = -0.0063807 Jy ! Component: 4000 - total flux cleaned = -0.00640311 Jy ! Component: 4050 - total flux cleaned = -0.00644762 Jy ! Total flux subtracted in 4096 components = -0.00649175 Jy ! Clean residual min=-0.001390 max=0.001333 Jy/beam ! Clean residual mean=-0.000011 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.286992 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 453 components and 0.286992 Jy ![Exited script file: muppet] wmap "J1343+6602_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.013 x 4.587 at -82.57 degrees (North through East) ! Clean map min=-0.0026105 max=0.23895 Jy/beam ! Writing clean map to FITS file: J1343+6602_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.238952 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000397403 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.498933 0.498933 0.997865 1.99573 3.99146 7.98292 15.9658 31.9317 63.8634 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.238 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.013 x 4.587 at -82.57 degrees (North through East) ! Clean map min=-0.0026105 max=0.23895 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_2017_06_10_pus_uvs.log closed on Mon May 6 14:55:29 2019