! Started logfile: J0602+4212_S_2017_02_24_pus_uvs.log on Sat May 4 11:19:58 2019 obs J0602+4212_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0602+4212_S_2017_02_24_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.961178 visibilities/baseline/integration-bin. ! Found source: J0602+4212 ! ! 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 823 lines of history. ! ! Reading 14360 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 J0602+4212_S_2017_02_24_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 269 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.741863Jy sigma=0.006923 ! Fit after self-cal, rms=0.730277Jy sigma=0.006841 ! 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.209 mas, bmaj=4.877 mas, bpa=-2.701 degrees ! Estimated noise=961.023 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.208706 Jy ! Component: 100 - total flux cleaned = 0.255699 Jy ! Total flux subtracted in 100 components = 0.255699 Jy ! Clean residual min=-0.005421 max=0.016414 Jy/beam ! Clean residual mean=-0.000004 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.255699 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.255699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083107Jy sigma=0.000729 ! Fit after self-cal, rms=0.083107Jy sigma=0.000729 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169014 Jy ! Component: 100 - total flux cleaned = 0.024961 Jy ! Total flux subtracted in 100 components = 0.024961 Jy ! Clean residual min=-0.004304 max=0.004342 Jy/beam ! Clean residual mean=-0.000005 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.28066 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.28066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079085Jy sigma=0.000691 ! Fit after self-cal, rms=0.079082Jy sigma=0.000691 ! 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.89 mas, bmaj=5.647 mas, bpa=-1.411 degrees ! Estimated noise=687.328 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.00534532 Jy ! Component: 100 - total flux cleaned = 0.00785743 Jy ! Component: 150 - total flux cleaned = 0.00925665 Jy ! Component: 200 - total flux cleaned = 0.00970632 Jy ! Total flux subtracted in 200 components = 0.00970632 Jy ! Clean residual min=-0.003068 max=0.003026 Jy/beam ! Clean residual mean=-0.000010 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.290367 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 34 components and 0.290367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078683Jy sigma=0.000688 ! Fit after self-cal, rms=0.078681Jy sigma=0.000688 ! 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.94 FD 1.05 HN 1.03 KP 0.97 ! LA 0.95 MK 0.99 NL 1.00 OV 1.03 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.04 KP 0.92 ! LA 0.92 MK 0.98 NL 0.97 OV 1.06 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.02 KP 1.01 ! LA 1.02 MK 1.01 NL 1.08 OV 0.98 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 0.96 KP 1.00* ! LA 1.04 MK 1.19 NL 1.00* OV 1.01 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.078681Jy sigma=0.000688 ! Fit after self-cal, rms=0.077252Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=5.652 mas, bpa=-0.6773 degrees ! Estimated noise=688.903 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.000353222 Jy ! Component: 100 - total flux cleaned = 0.0002661 Jy ! Component: 150 - total flux cleaned = 0.000154372 Jy ! Component: 200 - total flux cleaned = 0.000119278 Jy ! Total flux subtracted in 200 components = 0.000119278 Jy ! Clean residual min=-0.002278 max=0.002229 Jy/beam ! Clean residual mean=-0.000015 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.290486 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.290486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077206Jy sigma=0.000670 ! Fit after self-cal, rms=0.077212Jy sigma=0.000670 ! 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.077212Jy sigma=0.000670 ! Fit after self-cal, rms=0.076688Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=5.657 mas, bpa=-0.8815 degrees ! Estimated noise=689.881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.93215e-05 Jy ! Component: 100 - total flux cleaned = -6.75063e-05 Jy ! Component: 150 - total flux cleaned = -0.0001709 Jy ! Component: 200 - total flux cleaned = -0.00026563 Jy ! Total flux subtracted in 200 components = -0.00026563 Jy ! Clean residual min=-0.001679 max=0.001772 Jy/beam ! Clean residual mean=-0.000009 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.29022 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.29022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076665Jy sigma=0.000666 ! Fit after self-cal, rms=0.076661Jy sigma=0.000666 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 = -4.77345e-05 Jy ! Component: 100 - total flux cleaned = -0.000135664 Jy ! Component: 150 - total flux cleaned = -0.000175562 Jy ! Component: 200 - total flux cleaned = -0.000213617 Jy ! Total flux subtracted in 200 components = -0.000213617 Jy ! Clean residual min=-0.001693 max=0.001759 Jy/beam ! Clean residual mean=-0.000009 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.290007 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.290007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076649Jy sigma=0.000666 ! Fit after self-cal, rms=0.076648Jy sigma=0.000666 ! 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.076648Jy sigma=0.000666 ! Fit after self-cal, rms=0.076717Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.891 mas, bmaj=5.657 mas, bpa=-0.83 degrees ! Estimated noise=690.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212489 Jy ! Component: 100 - total flux cleaned = 9.01684e-05 Jy ! Component: 150 - total flux cleaned = 3.40395e-05 Jy ! Component: 200 - total flux cleaned = -1.49353e-06 Jy ! Total flux subtracted in 200 components = -1.49353e-06 Jy ! Clean residual min=-0.001723 max=0.001765 Jy/beam ! Clean residual mean=-0.000009 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.290005 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.290005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076705Jy sigma=0.000666 ! Fit after self-cal, rms=0.076705Jy sigma=0.000666 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 = -5.55782e-06 Jy ! Component: 100 - total flux cleaned = -0.000104541 Jy ! Component: 150 - total flux cleaned = -0.000135316 Jy ! Component: 200 - total flux cleaned = -0.000164038 Jy ! Total flux subtracted in 200 components = -0.000164038 Jy ! Clean residual min=-0.001728 max=0.001753 Jy/beam ! Clean residual mean=-0.000009 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.289841 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.289841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076698Jy sigma=0.000666 ! Fit after self-cal, rms=0.076697Jy sigma=0.000666 ! 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.076697Jy sigma=0.000666 ! Fit after self-cal, rms=0.076747Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.05 mas, bmaj=9.114 mas, bpa=9.629 degrees ! Estimated noise=830.313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.63525e-05 Jy ! Component: 100 - total flux cleaned = 5.36751e-05 Jy ! Component: 150 - total flux cleaned = 9.5046e-05 Jy ! Component: 200 - total flux cleaned = 0.000127352 Jy ! Total flux subtracted in 200 components = 0.000127352 Jy ! Clean residual min=-0.001887 max=0.001582 Jy/beam ! Clean residual mean=-0.000018 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.289969 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.289969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076749Jy sigma=0.000666 ! Fit after self-cal, rms=0.076749Jy sigma=0.000666 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.58066e-05 Jy ! Component: 100 - total flux cleaned = -2.91424e-05 Jy ! Component: 150 - total flux cleaned = 4.13558e-07 Jy ! Component: 200 - total flux cleaned = 1.48658e-05 Jy ! Total flux subtracted in 200 components = 1.48658e-05 Jy ! Clean residual min=-0.001886 max=0.001580 Jy/beam ! Clean residual mean=-0.000018 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.289984 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 61 components and 0.289984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076752Jy sigma=0.000666 ! Fit after self-cal, rms=0.076753Jy sigma=0.000666 ! 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.889 mas, bmaj=5.657 mas, bpa=-0.7522 degrees ! Estimated noise=690.813 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.889 x 5.657 at -0.7522 degrees (North through East) ! Clean map min=-0.0016902 max=0.27386 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.206 mas, bmaj=4.874 mas, bpa=-2.12 degrees ! Estimated noise=970.984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.2108 Jy ! Component: 100 - total flux cleaned = 0.258703 Jy ! Component: 150 - total flux cleaned = 0.276079 Jy ! Component: 200 - total flux cleaned = 0.284231 Jy ! Total flux subtracted in 200 components = 0.284231 Jy ! Clean residual min=-0.003125 max=0.003769 Jy/beam ! Clean residual mean=-0.000006 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.284231 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.284231 Jy ! Inverting map and beam ! Estimated beam: bmin=3.889 mas, bmaj=5.657 mas, bpa=-0.7522 degrees ! Estimated noise=690.813 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.00399404 Jy ! Component: 100 - total flux cleaned = 0.00492825 Jy ! Component: 150 - total flux cleaned = 0.00521163 Jy ! Component: 200 - total flux cleaned = 0.00539153 Jy ! Total flux subtracted in 200 components = 0.00539153 Jy ! Clean residual min=-0.001715 max=0.001816 Jy/beam ! Clean residual mean=-0.000009 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.289622 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.289622 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.05 mas, bmaj=9.114 mas, bpa=9.629 degrees ! Estimated noise=830.313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399764 Jy ! Component: 100 - total flux cleaned = 0.000451175 Jy ! Component: 150 - total flux cleaned = 0.000469608 Jy ! Component: 200 - total flux cleaned = 0.000484226 Jy ! Total flux subtracted in 200 components = 0.000484226 Jy ! Clean residual min=-0.001885 max=0.001583 Jy/beam ! Clean residual mean=-0.000019 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.290107 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.25082e-08 Jy ! Component: 100 - total flux cleaned = 6.02203e-06 Jy ! Component: 150 - total flux cleaned = 6.30698e-06 Jy ! Component: 200 - total flux cleaned = 1.17606e-05 Jy ! Total flux subtracted in 200 components = 1.17606e-05 Jy ! Clean residual min=-0.001882 max=0.001585 Jy/beam ! Clean residual mean=-0.000019 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.290118 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.290118 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.889 mas, bmaj=5.657 mas, bpa=-0.7522 degrees ! Estimated noise=690.813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000176885 Jy ! Component: 100 - total flux cleaned = -0.000210889 Jy ! Component: 150 - total flux cleaned = -0.000211181 Jy ! Component: 200 - total flux cleaned = -0.000209778 Jy ! Total flux subtracted in 200 components = -0.000209778 Jy ! Clean residual min=-0.001723 max=0.001709 Jy/beam ! Clean residual mean=-0.000009 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.289909 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.289909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076803Jy sigma=0.000666 ! Fit after self-cal, rms=0.076798Jy sigma=0.000666 wmodel J0602+4212_S_2017_02_24_pus_map.mod ! Writing 45 model components to file: J0602+4212_S_2017_02_24_pus_map.mod wobs J0602+4212_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0602+4212_S_2017_02_24_pus_uvs.fits wwins J0602+4212_S_2017_02_24_pus_map.win ! wwins: Wrote 1 windows to J0602+4212_S_2017_02_24_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 = 5.94926e-06 Jy ! Component: 100 - total flux cleaned = -0.000208605 Jy ! Component: 150 - total flux cleaned = -0.000472648 Jy ! Component: 200 - total flux cleaned = -0.000757139 Jy ! Component: 250 - total flux cleaned = -0.000951565 Jy ! Component: 300 - total flux cleaned = -0.00111329 Jy ! Component: 350 - total flux cleaned = -0.00119174 Jy ! Component: 400 - total flux cleaned = -0.00124341 Jy ! Component: 450 - total flux cleaned = -0.00139577 Jy ! Component: 500 - total flux cleaned = -0.00152011 Jy ! Component: 550 - total flux cleaned = -0.0016179 Jy ! Component: 600 - total flux cleaned = -0.00176243 Jy ! Component: 650 - total flux cleaned = -0.00185752 Jy ! Component: 700 - total flux cleaned = -0.00204437 Jy ! Component: 750 - total flux cleaned = -0.00211299 Jy ! Component: 800 - total flux cleaned = -0.00218113 Jy ! Component: 850 - total flux cleaned = -0.00229262 Jy ! Component: 900 - total flux cleaned = -0.00233652 Jy ! Component: 950 - total flux cleaned = -0.00240138 Jy ! Component: 1000 - total flux cleaned = -0.00244428 Jy ! Component: 1050 - total flux cleaned = -0.00244377 Jy ! Component: 1100 - total flux cleaned = -0.00244397 Jy ! Component: 1150 - total flux cleaned = -0.00250576 Jy ! Component: 1200 - total flux cleaned = -0.00250563 Jy ! Component: 1250 - total flux cleaned = -0.00254608 Jy ! Component: 1300 - total flux cleaned = -0.00252608 Jy ! Component: 1350 - total flux cleaned = -0.00256545 Jy ! Component: 1400 - total flux cleaned = -0.00258459 Jy ! Component: 1450 - total flux cleaned = -0.00254653 Jy ! Component: 1500 - total flux cleaned = -0.00254634 Jy ! Component: 1550 - total flux cleaned = -0.00256496 Jy ! Component: 1600 - total flux cleaned = -0.00260202 Jy ! Component: 1650 - total flux cleaned = -0.00262016 Jy ! Component: 1700 - total flux cleaned = -0.00272986 Jy ! Component: 1750 - total flux cleaned = -0.0027114 Jy ! Component: 1800 - total flux cleaned = -0.00274708 Jy ! Component: 1850 - total flux cleaned = -0.00280032 Jy ! Component: 1900 - total flux cleaned = -0.0028529 Jy ! Component: 1950 - total flux cleaned = -0.00287019 Jy ! Component: 2000 - total flux cleaned = -0.00293944 Jy ! Component: 2050 - total flux cleaned = -0.00293952 Jy ! Component: 2100 - total flux cleaned = -0.00299035 Jy ! Component: 2150 - total flux cleaned = -0.00304075 Jy ! Component: 2200 - total flux cleaned = -0.003074 Jy ! Component: 2250 - total flux cleaned = -0.00299105 Jy ! Component: 2300 - total flux cleaned = -0.0030897 Jy ! Component: 2350 - total flux cleaned = -0.00315498 Jy ! Component: 2400 - total flux cleaned = -0.00315494 Jy ! Component: 2450 - total flux cleaned = -0.00320307 Jy ! Component: 2500 - total flux cleaned = -0.00323495 Jy ! Component: 2550 - total flux cleaned = -0.00320319 Jy ! Component: 2600 - total flux cleaned = -0.00323452 Jy ! Component: 2650 - total flux cleaned = -0.0032189 Jy ! Component: 2700 - total flux cleaned = -0.00326548 Jy ! Component: 2750 - total flux cleaned = -0.00332694 Jy ! Component: 2800 - total flux cleaned = -0.0032964 Jy ! Component: 2850 - total flux cleaned = -0.00332681 Jy ! Component: 2900 - total flux cleaned = -0.00328159 Jy ! Component: 2950 - total flux cleaned = -0.00335626 Jy ! Component: 3000 - total flux cleaned = -0.00337119 Jy ! Component: 3050 - total flux cleaned = -0.00340073 Jy ! Component: 3100 - total flux cleaned = -0.00343003 Jy ! Component: 3150 - total flux cleaned = -0.00343004 Jy ! Component: 3200 - total flux cleaned = -0.00337213 Jy ! Component: 3250 - total flux cleaned = -0.00338665 Jy ! Component: 3300 - total flux cleaned = -0.00342961 Jy ! Component: 3350 - total flux cleaned = -0.00341532 Jy ! Component: 3400 - total flux cleaned = -0.00337282 Jy ! Component: 3450 - total flux cleaned = -0.00335862 Jy ! Component: 3500 - total flux cleaned = -0.00333062 Jy ! Component: 3550 - total flux cleaned = -0.00330275 Jy ! Component: 3600 - total flux cleaned = -0.00331665 Jy ! Component: 3650 - total flux cleaned = -0.00334408 Jy ! Component: 3700 - total flux cleaned = -0.00331668 Jy ! Component: 3750 - total flux cleaned = -0.00334366 Jy ! Component: 3800 - total flux cleaned = -0.0033707 Jy ! Component: 3850 - total flux cleaned = -0.00331694 Jy ! Component: 3900 - total flux cleaned = -0.00333024 Jy ! Component: 3950 - total flux cleaned = -0.00338354 Jy ! Component: 4000 - total flux cleaned = -0.00343644 Jy ! Component: 4050 - total flux cleaned = -0.00341014 Jy ! Total flux subtracted in 4096 components = -0.00344929 Jy ! Clean residual min=-0.000781 max=0.000652 Jy/beam ! Clean residual mean=-0.000002 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.286459 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 357 components and 0.28646 Jy ![Exited script file: muppet] wmap "J0602+4212_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.889 x 5.657 at -0.7522 degrees (North through East) ! Clean map min=-0.0013999 max=0.27395 Jy/beam ! Writing clean map to FITS file: J0602+4212_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.273947 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236323 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.258798 0.258798 0.517597 1.03519 2.07039 4.14077 8.28155 16.5631 33.1262 66.2524 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.273 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.889 x 5.657 at -0.7522 degrees (North through East) ! Clean map min=-0.0013999 max=0.27395 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 J0602+4212_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:20:03 2019