! Started logfile: J0154+4743_S_2017_07_09_pus_uvs.log on Wed May 8 14:38:34 2019 obs J0154+4743_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0154+4743_S_2017_07_09_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.831111 visibilities/baseline/integration-bin. ! Found source: J0154+4743 ! ! 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 594 lines of history. ! ! Reading 4488 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 J0154+4743_S_2017_07_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 178 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.721670Jy sigma=0.007439 ! Fit after self-cal, rms=0.713018Jy sigma=0.007353 ! 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.001 mas, bmaj=5.107 mas, bpa=-2.435 degrees ! Estimated noise=1482.25 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.220984 Jy ! Component: 100 - total flux cleaned = 0.275212 Jy ! Total flux subtracted in 100 components = 0.275212 Jy ! Clean residual min=-0.007511 max=0.020905 Jy/beam ! Clean residual mean=-0.000013 rms=0.002190 Jy/beam ! Combined flux in latest and established models = 0.275212 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.275212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080386Jy sigma=0.000786 ! Fit after self-cal, rms=0.080375Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021628 Jy ! Component: 100 - total flux cleaned = 0.0329689 Jy ! Total flux subtracted in 100 components = 0.0329689 Jy ! Clean residual min=-0.005943 max=0.008863 Jy/beam ! Clean residual mean=-0.000006 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.30818 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.30818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074024Jy sigma=0.000722 ! Fit after self-cal, rms=0.074010Jy sigma=0.000722 ! 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.587 mas, bmaj=5.933 mas, bpa=-0.8272 degrees ! Estimated noise=1157.68 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.5, -20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00833785 Jy ! Component: 100 - total flux cleaned = 0.0135401 Jy ! Component: 150 - total flux cleaned = 0.0172443 Jy ! Component: 200 - total flux cleaned = 0.0199936 Jy ! Total flux subtracted in 200 components = 0.0199936 Jy ! Clean residual min=-0.004685 max=0.005714 Jy/beam ! Clean residual mean=0.000003 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.328174 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.328174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072836Jy sigma=0.000712 ! Fit after self-cal, rms=0.072798Jy sigma=0.000711 ! 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.98 HN 0.95 KP 0.99 ! LA 1.03 MK 1.04 NL 0.89 OV 1.00 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 0.99 KP 0.97 ! LA 0.99 MK 1.02 NL 1.01 OV 1.09 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.02 HN 1.00 KP 0.98 ! LA 1.00 MK 1.04 NL 0.96 OV 0.95 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 0.95 KP 1.00* ! LA 1.03 MK 1.06 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.072798Jy sigma=0.000711 ! Fit after self-cal, rms=0.069289Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.614 mas, bmaj=5.965 mas, bpa=-0.6307 degrees ! Estimated noise=1155.58 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.00242986 Jy ! Component: 100 - total flux cleaned = 0.00323953 Jy ! Component: 150 - total flux cleaned = 0.00351368 Jy ! Component: 200 - total flux cleaned = 0.00365942 Jy ! Total flux subtracted in 200 components = 0.00365942 Jy ! Clean residual min=-0.003608 max=0.004422 Jy/beam ! Clean residual mean=0.000006 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.331833 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 61 components and 0.331833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069163Jy sigma=0.000677 ! Fit after self-cal, rms=0.069154Jy sigma=0.000677 ! 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.069154Jy sigma=0.000677 ! Fit after self-cal, rms=0.068338Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=5.959 mas, bpa=-0.7146 degrees ! Estimated noise=1156.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000438552 Jy ! Component: 100 - total flux cleaned = 0.000854393 Jy ! Component: 150 - total flux cleaned = 0.00101329 Jy ! Component: 200 - total flux cleaned = 0.00104889 Jy ! Total flux subtracted in 200 components = 0.00104889 Jy ! Clean residual min=-0.003833 max=0.003987 Jy/beam ! Clean residual mean=0.000008 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.332882 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.332882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068282Jy sigma=0.000662 ! Fit after self-cal, rms=0.068293Jy sigma=0.000662 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 (-14, -70.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00395944 Jy ! Component: 100 - total flux cleaned = 0.0062163 Jy ! Component: 150 - total flux cleaned = 0.00729001 Jy ! Component: 200 - total flux cleaned = 0.00762292 Jy ! Total flux subtracted in 200 components = 0.00762292 Jy ! Clean residual min=-0.003648 max=0.003177 Jy/beam ! Clean residual mean=0.000013 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.340505 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.340505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068051Jy sigma=0.000659 ! Fit after self-cal, rms=0.068036Jy sigma=0.000659 ! 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.068036Jy sigma=0.000659 ! Fit after self-cal, rms=0.067974Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=5.955 mas, bpa=-0.8026 degrees ! Estimated noise=1156.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175238 Jy ! Component: 100 - total flux cleaned = 0.00264647 Jy ! Component: 150 - total flux cleaned = 0.00293589 Jy ! Component: 200 - total flux cleaned = 0.00308627 Jy ! Total flux subtracted in 200 components = 0.00308627 Jy ! Clean residual min=-0.003483 max=0.002925 Jy/beam ! Clean residual mean=0.000013 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.343591 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 99 components and 0.343591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067909Jy sigma=0.000658 ! Fit after self-cal, rms=0.067907Jy sigma=0.000658 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.000533578 Jy ! Component: 100 - total flux cleaned = 0.000633673 Jy ! Component: 150 - total flux cleaned = 0.000696669 Jy ! Component: 200 - total flux cleaned = 0.000787255 Jy ! Total flux subtracted in 200 components = 0.000787255 Jy ! Clean residual min=-0.003460 max=0.002887 Jy/beam ! Clean residual mean=0.000014 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.344379 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 104 components and 0.344379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067878Jy sigma=0.000658 ! Fit after self-cal, rms=0.067878Jy sigma=0.000658 ! 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.067878Jy sigma=0.000658 ! Fit after self-cal, rms=0.067900Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.875 mas, bmaj=9.882 mas, bpa=3.966 degrees ! Estimated noise=1430.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162385 Jy ! Component: 100 - total flux cleaned = 0.00212565 Jy ! Component: 150 - total flux cleaned = 0.00229563 Jy ! Component: 200 - total flux cleaned = 0.00241594 Jy ! Total flux subtracted in 200 components = 0.00241594 Jy ! Clean residual min=-0.003728 max=0.003128 Jy/beam ! Clean residual mean=0.000027 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.346795 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 125 components and 0.346795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067892Jy sigma=0.000658 ! Fit after self-cal, rms=0.067889Jy sigma=0.000658 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.000419265 Jy ! Component: 100 - total flux cleaned = 0.000547564 Jy ! Component: 150 - total flux cleaned = 0.00063921 Jy ! Component: 200 - total flux cleaned = 0.000701149 Jy ! Total flux subtracted in 200 components = 0.000701149 Jy ! Clean residual min=-0.003670 max=0.003037 Jy/beam ! Clean residual mean=0.000028 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.347496 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 142 components and 0.347496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067891Jy sigma=0.000658 ! Fit after self-cal, rms=0.067890Jy sigma=0.000658 ! 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.604 mas, bmaj=5.954 mas, bpa=-0.8401 degrees ! Estimated noise=1157.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.604 x 5.954 at -0.8401 degrees (North through East) ! Clean map min=-0.0032839 max=0.2874 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.019 mas, bmaj=5.133 mas, bpa=-2.244 degrees ! Estimated noise=1481.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.220602 Jy ! Component: 100 - total flux cleaned = 0.274007 Jy ! Component: 150 - total flux cleaned = 0.294877 Jy ! Component: 200 - total flux cleaned = 0.305845 Jy ! Total flux subtracted in 200 components = 0.305845 Jy ! Clean residual min=-0.004621 max=0.005884 Jy/beam ! Clean residual mean=-0.000003 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.305845 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.305845 Jy ! Inverting map and beam ! Estimated beam: bmin=3.604 mas, bmaj=5.954 mas, bpa=-0.8401 degrees ! Estimated noise=1157.29 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.00855417 Jy ! Component: 100 - total flux cleaned = 0.0146894 Jy ! Component: 150 - total flux cleaned = 0.0195489 Jy ! Component: 200 - total flux cleaned = 0.0235521 Jy ! Total flux subtracted in 200 components = 0.0235521 Jy ! Clean residual min=-0.003607 max=0.003201 Jy/beam ! Clean residual mean=0.000007 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.329397 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 47 components and 0.329397 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.875 mas, bmaj=9.882 mas, bpa=3.966 degrees ! Estimated noise=1430.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0048355 Jy ! Component: 100 - total flux cleaned = 0.00811363 Jy ! Component: 150 - total flux cleaned = 0.010539 Jy ! Component: 200 - total flux cleaned = 0.0123845 Jy ! Total flux subtracted in 200 components = 0.0123845 Jy ! Clean residual min=-0.003720 max=0.002903 Jy/beam ! Clean residual mean=0.000024 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.341781 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.000998016 Jy ! Component: 100 - total flux cleaned = 0.00177245 Jy ! Component: 150 - total flux cleaned = 0.00241956 Jy ! Component: 200 - total flux cleaned = 0.00296582 Jy ! Total flux subtracted in 200 components = 0.00296582 Jy ! Clean residual min=-0.003686 max=0.002971 Jy/beam ! Clean residual mean=0.000026 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.344747 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 120 components and 0.344747 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.604 mas, bmaj=5.954 mas, bpa=-0.8401 degrees ! Estimated noise=1157.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000589166 Jy ! Component: 100 - total flux cleaned = 0.000643342 Jy ! Component: 150 - total flux cleaned = 0.000745332 Jy ! Component: 200 - total flux cleaned = 0.000840892 Jy ! Total flux subtracted in 200 components = 0.000840892 Jy ! Clean residual min=-0.003517 max=0.002810 Jy/beam ! Clean residual mean=0.000013 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.345588 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 136 components and 0.345588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068012Jy sigma=0.000659 ! Fit after self-cal, rms=0.067999Jy sigma=0.000659 wmodel J0154+4743_S_2017_07_09_pus_map.mod ! Writing 136 model components to file: J0154+4743_S_2017_07_09_pus_map.mod wobs J0154+4743_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0154+4743_S_2017_07_09_pus_uvs.fits wwins J0154+4743_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J0154+4743_S_2017_07_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107336 Jy ! Component: 100 - total flux cleaned = -0.00177142 Jy ! Component: 150 - total flux cleaned = -0.00243114 Jy ! Component: 200 - total flux cleaned = -0.0029719 Jy ! Component: 250 - total flux cleaned = -0.00331856 Jy ! Component: 300 - total flux cleaned = -0.00361165 Jy ! Component: 350 - total flux cleaned = -0.00389712 Jy ! Component: 400 - total flux cleaned = -0.00417505 Jy ! Component: 450 - total flux cleaned = -0.0043295 Jy ! Component: 500 - total flux cleaned = -0.00444308 Jy ! Component: 550 - total flux cleaned = -0.00459215 Jy ! Component: 600 - total flux cleaned = -0.00473863 Jy ! Component: 650 - total flux cleaned = -0.00484522 Jy ! Component: 700 - total flux cleaned = -0.00473956 Jy ! Component: 750 - total flux cleaned = -0.004809 Jy ! Component: 800 - total flux cleaned = -0.00484335 Jy ! Component: 850 - total flux cleaned = -0.004776 Jy ! Component: 900 - total flux cleaned = -0.00474289 Jy ! Component: 950 - total flux cleaned = -0.00467762 Jy ! Component: 1000 - total flux cleaned = -0.00458128 Jy ! Component: 1050 - total flux cleaned = -0.00458171 Jy ! Component: 1100 - total flux cleaned = -0.00445588 Jy ! Component: 1150 - total flux cleaned = -0.00433176 Jy ! Component: 1200 - total flux cleaned = -0.004301 Jy ! Component: 1250 - total flux cleaned = -0.00412 Jy ! Component: 1300 - total flux cleaned = -0.00406066 Jy ! Component: 1350 - total flux cleaned = -0.00400181 Jy ! Component: 1400 - total flux cleaned = -0.00382675 Jy ! Component: 1450 - total flux cleaned = -0.0037689 Jy ! Component: 1500 - total flux cleaned = -0.00368318 Jy ! Component: 1550 - total flux cleaned = -0.0035704 Jy ! Component: 1600 - total flux cleaned = -0.00340282 Jy ! Component: 1650 - total flux cleaned = -0.00326418 Jy ! Component: 1700 - total flux cleaned = -0.00315486 Jy ! Component: 1750 - total flux cleaned = -0.00307331 Jy ! Component: 1800 - total flux cleaned = -0.00299251 Jy ! Component: 1850 - total flux cleaned = -0.00291301 Jy ! Component: 1900 - total flux cleaned = -0.00293947 Jy ! Component: 1950 - total flux cleaned = -0.00280851 Jy ! Component: 2000 - total flux cleaned = -0.00273079 Jy ! Component: 2050 - total flux cleaned = -0.00260201 Jy ! Component: 2100 - total flux cleaned = -0.0024491 Jy ! Component: 2150 - total flux cleaned = -0.00227233 Jy ! Component: 2200 - total flux cleaned = -0.0022475 Jy ! Component: 2250 - total flux cleaned = -0.00207344 Jy ! Component: 2300 - total flux cleaned = -0.00202438 Jy ! Component: 2350 - total flux cleaned = -0.00192659 Jy ! Component: 2400 - total flux cleaned = -0.00173293 Jy ! Component: 2450 - total flux cleaned = -0.00168524 Jy ! Component: 2500 - total flux cleaned = -0.00156591 Jy ! Component: 2550 - total flux cleaned = -0.00149523 Jy ! Component: 2600 - total flux cleaned = -0.00137773 Jy ! Component: 2650 - total flux cleaned = -0.00133095 Jy ! Component: 2700 - total flux cleaned = -0.00128443 Jy ! Component: 2750 - total flux cleaned = -0.0011008 Jy ! Component: 2800 - total flux cleaned = -0.00107831 Jy ! Component: 2850 - total flux cleaned = -0.000965548 Jy ! Component: 2900 - total flux cleaned = -0.000831073 Jy ! Component: 2950 - total flux cleaned = -0.000808924 Jy ! Component: 3000 - total flux cleaned = -0.000632354 Jy ! Component: 3050 - total flux cleaned = -0.000544538 Jy ! Component: 3100 - total flux cleaned = -0.000522922 Jy ! Component: 3150 - total flux cleaned = -0.000501035 Jy ! Component: 3200 - total flux cleaned = -0.000415143 Jy ! Component: 3250 - total flux cleaned = -0.000223515 Jy ! Component: 3300 - total flux cleaned = -0.000138869 Jy ! Component: 3350 - total flux cleaned = -9.70132e-05 Jy ! Component: 3400 - total flux cleaned = -3.40655e-05 Jy ! Component: 3450 - total flux cleaned = 0.000131829 Jy ! Component: 3500 - total flux cleaned = 0.000214449 Jy ! Component: 3550 - total flux cleaned = 0.000296372 Jy ! Component: 3600 - total flux cleaned = 0.000357257 Jy ! Component: 3650 - total flux cleaned = 0.000498585 Jy ! Component: 3700 - total flux cleaned = 0.000558786 Jy ! Component: 3750 - total flux cleaned = 0.000718341 Jy ! Component: 3800 - total flux cleaned = 0.000777706 Jy ! Component: 3850 - total flux cleaned = 0.000954582 Jy ! Component: 3900 - total flux cleaned = 0.000954264 Jy ! Component: 3950 - total flux cleaned = 0.000954376 Jy ! Component: 4000 - total flux cleaned = 0.000993104 Jy ! Component: 4050 - total flux cleaned = 0.00106992 Jy ! Total flux subtracted in 4096 components = 0.00112713 Jy ! Clean residual min=-0.001005 max=0.001152 Jy/beam ! Clean residual mean=0.000005 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.346715 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 423 components and 0.346716 Jy ![Exited script file: muppet] wmap "J0154+4743_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.604 x 5.954 at -0.8401 degrees (North through East) ! Clean map min=-0.0024064 max=0.28772 Jy/beam ! Writing clean map to FITS file: J0154+4743_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.287715 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000341251 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.355822 0.355822 0.711643 1.42329 2.84657 5.69315 11.3863 22.7726 45.5452 91.0903 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.287 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.604 x 5.954 at -0.8401 degrees (North through East) ! Clean map min=-0.0024064 max=0.28772 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 J0154+4743_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:38:39 2019