! Started logfile: J1934+6138_S_2017_03_23_pus_uvs.log on Mon May 13 10:08:01 2019 obs J1934+6138_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1934+6138_S_2017_03_23_pus_uva.fits ! AN table 1: 111 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.907107 visibilities/baseline/integration-bin. ! Found source: J1934+6138 ! ! 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 481 lines of history. ! ! Reading 18124 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 J1934+6138_S_2017_03_23_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 401 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.837346Jy sigma=0.007349 ! Fit after self-cal, rms=0.831335Jy sigma=0.007301 ! 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.288 mas, bmaj=3.788 mas, bpa=-21.71 degrees ! Estimated noise=997.397 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.126236 Jy ! Component: 100 - total flux cleaned = 0.161069 Jy ! Total flux subtracted in 100 components = 0.161069 Jy ! Clean residual min=-0.007163 max=0.014630 Jy/beam ! Clean residual mean=-0.000018 rms=0.001713 Jy/beam ! Combined flux in latest and established models = 0.161069 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.161069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094724Jy sigma=0.000762 ! Fit after self-cal, rms=0.094686Jy sigma=0.000762 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0156642 Jy ! Component: 100 - total flux cleaned = 0.0235458 Jy ! Total flux subtracted in 100 components = 0.0235458 Jy ! Clean residual min=-0.006120 max=0.006738 Jy/beam ! Clean residual mean=-0.000009 rms=0.001434 Jy/beam ! Combined flux in latest and established models = 0.184615 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.184615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091052Jy sigma=0.000731 ! Fit after self-cal, rms=0.091029Jy sigma=0.000731 ! 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.985 mas, bmaj=4.553 mas, bpa=-18.02 degrees ! Estimated noise=668.079 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.00748725 Jy ! Component: 100 - total flux cleaned = 0.0111158 Jy ! Component: 150 - total flux cleaned = 0.0132585 Jy ! Component: 200 - total flux cleaned = 0.0145674 Jy ! Total flux subtracted in 200 components = 0.0145674 Jy ! Clean residual min=-0.004380 max=0.005764 Jy/beam ! Clean residual mean=-0.000021 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.199182 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 0.199182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090266Jy sigma=0.000727 ! Fit after self-cal, rms=0.090261Jy sigma=0.000727 ! 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 1.05 FD 0.99 HN 0.92 KP 1.02 ! LA 0.97 MK 1.05 NL 0.87 OV 1.00 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.06 HN 0.98 KP 0.97 ! LA 0.94 MK 1.02 NL 1.01 OV 1.05 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 0.97 KP 0.85 ! LA 0.75 MK 1.07 NL 1.12 OV 0.95 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 1.08 HN 0.95 KP 1.00* ! LA 0.80 MK 1.09 NL 1.00* OV 2.89 ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.090261Jy sigma=0.000727 ! Fit after self-cal, rms=0.089349Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.003 mas, bmaj=4.581 mas, bpa=-16.79 degrees ! Estimated noise=668.307 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, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242033 Jy ! Component: 100 - total flux cleaned = 0.00256865 Jy ! Component: 150 - total flux cleaned = 0.00246053 Jy ! Component: 200 - total flux cleaned = 0.00236608 Jy ! Total flux subtracted in 200 components = 0.00236608 Jy ! Clean residual min=-0.002072 max=0.002307 Jy/beam ! Clean residual mean=0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.201549 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 52 components and 0.201549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089230Jy sigma=0.000664 ! Fit after self-cal, rms=0.089589Jy sigma=0.000663 ! 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.089589Jy sigma=0.000663 ! Fit after self-cal, rms=0.092377Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.997 mas, bmaj=4.573 mas, bpa=-18.65 degrees ! Estimated noise=667.863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107919 Jy ! Component: 100 - total flux cleaned = 0.00125532 Jy ! Component: 150 - total flux cleaned = 0.00129384 Jy ! Component: 200 - total flux cleaned = 0.00132491 Jy ! Total flux subtracted in 200 components = 0.00132491 Jy ! Clean residual min=-0.001985 max=0.001797 Jy/beam ! Clean residual mean=-0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.202873 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 64 components and 0.202873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092331Jy sigma=0.000659 ! Fit after self-cal, rms=0.092368Jy sigma=0.000659 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.000356399 Jy ! Component: 100 - total flux cleaned = 0.000357438 Jy ! Component: 150 - total flux cleaned = 0.000357423 Jy ! Component: 200 - total flux cleaned = 0.000356811 Jy ! Total flux subtracted in 200 components = 0.000356811 Jy ! Clean residual min=-0.001966 max=0.001766 Jy/beam ! Clean residual mean=-0.000004 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.20323 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.20323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092349Jy sigma=0.000659 ! Fit after self-cal, rms=0.092346Jy 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.092346Jy sigma=0.000659 ! Fit after self-cal, rms=0.092132Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=4.575 mas, bpa=-19.22 degrees ! Estimated noise=666.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000350711 Jy ! Component: 100 - total flux cleaned = 0.000406076 Jy ! Component: 150 - total flux cleaned = 0.000454041 Jy ! Component: 200 - total flux cleaned = 0.000453625 Jy ! Total flux subtracted in 200 components = 0.000453625 Jy ! Clean residual min=-0.001889 max=0.001752 Jy/beam ! Clean residual mean=-0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.203684 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.203684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092114Jy sigma=0.000658 ! Fit after self-cal, rms=0.092107Jy 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.000175807 Jy ! Component: 100 - total flux cleaned = 0.000175431 Jy ! Component: 150 - total flux cleaned = 0.00019327 Jy ! Component: 200 - total flux cleaned = 0.000210896 Jy ! Total flux subtracted in 200 components = 0.000210896 Jy ! Clean residual min=-0.001881 max=0.001758 Jy/beam ! Clean residual mean=-0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.203895 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 79 components and 0.203895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092097Jy sigma=0.000658 ! Fit after self-cal, rms=0.092095Jy 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.092095Jy sigma=0.000658 ! Fit after self-cal, rms=0.091929Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.363 mas, bmaj=8.584 mas, bpa=45.47 degrees ! Estimated noise=829.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000412755 Jy ! Component: 100 - total flux cleaned = 0.000456252 Jy ! Component: 150 - total flux cleaned = 0.000466483 Jy ! Component: 200 - total flux cleaned = 0.000474489 Jy ! Total flux subtracted in 200 components = 0.000474489 Jy ! Clean residual min=-0.001848 max=0.002244 Jy/beam ! Clean residual mean=-0.000009 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.204369 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 84 components and 0.204369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091922Jy sigma=0.000658 ! Fit after self-cal, rms=0.091918Jy 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) ! Added new window around map position (108.5, 126.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153936 Jy ! Component: 100 - total flux cleaned = 0.00160465 Jy ! Component: 150 - total flux cleaned = 0.00165237 Jy ! Component: 200 - total flux cleaned = 0.00178075 Jy ! Total flux subtracted in 200 components = 0.00178075 Jy ! Clean residual min=-0.001847 max=0.001997 Jy/beam ! Clean residual mean=-0.000017 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.20615 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 113 components and 0.20615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091888Jy sigma=0.000658 ! Fit after self-cal, rms=0.091896Jy 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.992 mas, bmaj=4.578 mas, bpa=-19.51 degrees ! Estimated noise=666.023 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.992 x 4.578 at -19.51 degrees (North through East) ! Clean map min=-0.0017097 max=0.16764 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.286 mas, bmaj=3.8 mas, bpa=-22.89 degrees ! Estimated noise=1010.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127634 Jy ! Component: 100 - total flux cleaned = 0.163542 Jy ! Component: 150 - total flux cleaned = 0.17926 Jy ! Component: 200 - total flux cleaned = 0.187097 Jy ! Total flux subtracted in 200 components = 0.187097 Jy ! Clean residual min=-0.003134 max=0.003888 Jy/beam ! Clean residual mean=-0.000007 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.187097 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.187097 Jy ! Inverting map and beam ! Estimated beam: bmin=3.992 mas, bmaj=4.578 mas, bpa=-19.51 degrees ! Estimated noise=666.023 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.00612517 Jy ! Component: 100 - total flux cleaned = 0.00979365 Jy ! Component: 150 - total flux cleaned = 0.0123866 Jy ! Component: 200 - total flux cleaned = 0.0140932 Jy ! Total flux subtracted in 200 components = 0.0140932 Jy ! Clean residual min=-0.001922 max=0.001724 Jy/beam ! Clean residual mean=-0.000009 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.20119 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 38 components and 0.20119 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.363 mas, bmaj=8.584 mas, bpa=45.47 degrees ! Estimated noise=829.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022242 Jy ! Component: 100 - total flux cleaned = 0.0034881 Jy ! Component: 150 - total flux cleaned = 0.00405537 Jy ! Component: 200 - total flux cleaned = 0.00437198 Jy ! Total flux subtracted in 200 components = 0.00437198 Jy ! Clean residual min=-0.001944 max=0.001934 Jy/beam ! Clean residual mean=-0.000019 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.205562 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.000260326 Jy ! Component: 100 - total flux cleaned = 0.000398505 Jy ! Component: 150 - total flux cleaned = 0.000504055 Jy ! Component: 200 - total flux cleaned = 0.000619911 Jy ! Total flux subtracted in 200 components = 0.000619911 Jy ! Clean residual min=-0.001914 max=0.001930 Jy/beam ! Clean residual mean=-0.000019 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.206182 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 103 components and 0.206182 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.992 mas, bmaj=4.578 mas, bpa=-19.51 degrees ! Estimated noise=666.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00042738 Jy ! Component: 100 - total flux cleaned = -0.000515586 Jy ! Component: 150 - total flux cleaned = -0.000592838 Jy ! Component: 200 - total flux cleaned = -0.000590899 Jy ! Total flux subtracted in 200 components = -0.000590899 Jy ! Clean residual min=-0.001708 max=0.001729 Jy/beam ! Clean residual mean=-0.000009 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.205591 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 129 components and 0.205591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091890Jy sigma=0.000658 ! Fit after self-cal, rms=0.091882Jy sigma=0.000658 wmodel J1934+6138_S_2017_03_23_pus_map.mod ! Writing 129 model components to file: J1934+6138_S_2017_03_23_pus_map.mod wobs J1934+6138_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1934+6138_S_2017_03_23_pus_uvs.fits wwins J1934+6138_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J1934+6138_S_2017_03_23_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 = 3.48104e-05 Jy ! Component: 100 - total flux cleaned = 0.000121575 Jy ! Component: 150 - total flux cleaned = 0.000204706 Jy ! Component: 200 - total flux cleaned = 0.000204542 Jy ! Component: 250 - total flux cleaned = 0.000179508 Jy ! Component: 300 - total flux cleaned = 0.000154796 Jy ! Component: 350 - total flux cleaned = 0.000203778 Jy ! Component: 400 - total flux cleaned = 0.00020371 Jy ! Component: 450 - total flux cleaned = 0.000227501 Jy ! Component: 500 - total flux cleaned = 0.000274655 Jy ! Component: 550 - total flux cleaned = 0.000366728 Jy ! Component: 600 - total flux cleaned = 0.000411958 Jy ! Component: 650 - total flux cleaned = 0.000456359 Jy ! Component: 700 - total flux cleaned = 0.000477927 Jy ! Component: 750 - total flux cleaned = 0.000455994 Jy ! Component: 800 - total flux cleaned = 0.000456356 Jy ! Component: 850 - total flux cleaned = 0.000498817 Jy ! Component: 900 - total flux cleaned = 0.000540675 Jy ! Component: 950 - total flux cleaned = 0.000520088 Jy ! Component: 1000 - total flux cleaned = 0.000581557 Jy ! Component: 1050 - total flux cleaned = 0.000621958 Jy ! Component: 1100 - total flux cleaned = 0.000681941 Jy ! Component: 1150 - total flux cleaned = 0.000701487 Jy ! Component: 1200 - total flux cleaned = 0.000661875 Jy ! Component: 1250 - total flux cleaned = 0.000700681 Jy ! Component: 1300 - total flux cleaned = 0.000662098 Jy ! Component: 1350 - total flux cleaned = 0.000662166 Jy ! Component: 1400 - total flux cleaned = 0.000624313 Jy ! Component: 1450 - total flux cleaned = 0.000643163 Jy ! Component: 1500 - total flux cleaned = 0.00066169 Jy ! Component: 1550 - total flux cleaned = 0.000716989 Jy ! Component: 1600 - total flux cleaned = 0.000698667 Jy ! Component: 1650 - total flux cleaned = 0.00077124 Jy ! Component: 1700 - total flux cleaned = 0.000771268 Jy ! Component: 1750 - total flux cleaned = 0.000824971 Jy ! Component: 1800 - total flux cleaned = 0.000824932 Jy ! Component: 1850 - total flux cleaned = 0.000842548 Jy ! Component: 1900 - total flux cleaned = 0.000859908 Jy ! Component: 1950 - total flux cleaned = 0.000894532 Jy ! Component: 2000 - total flux cleaned = 0.000911843 Jy ! Component: 2050 - total flux cleaned = 0.000962912 Jy ! Component: 2100 - total flux cleaned = 0.00101357 Jy ! Component: 2150 - total flux cleaned = 0.001047 Jy ! Component: 2200 - total flux cleaned = 0.00108021 Jy ! Component: 2250 - total flux cleaned = 0.00109662 Jy ! Component: 2300 - total flux cleaned = 0.00109647 Jy ! Component: 2350 - total flux cleaned = 0.00111271 Jy ! Component: 2400 - total flux cleaned = 0.00114518 Jy ! Component: 2450 - total flux cleaned = 0.0012096 Jy ! Component: 2500 - total flux cleaned = 0.00119369 Jy ! Component: 2550 - total flux cleaned = 0.00119374 Jy ! Component: 2600 - total flux cleaned = 0.00127263 Jy ! Component: 2650 - total flux cleaned = 0.00124141 Jy ! Component: 2700 - total flux cleaned = 0.00121041 Jy ! Component: 2750 - total flux cleaned = 0.00128769 Jy ! Component: 2800 - total flux cleaned = 0.0012878 Jy ! Component: 2850 - total flux cleaned = 0.00128785 Jy ! Component: 2900 - total flux cleaned = 0.00127261 Jy ! Component: 2950 - total flux cleaned = 0.00131791 Jy ! Component: 3000 - total flux cleaned = 0.00130287 Jy ! Component: 3050 - total flux cleaned = 0.00137731 Jy ! Component: 3100 - total flux cleaned = 0.00139215 Jy ! Component: 3150 - total flux cleaned = 0.00140661 Jy ! Component: 3200 - total flux cleaned = 0.00143579 Jy ! Component: 3250 - total flux cleaned = 0.00140676 Jy ! Component: 3300 - total flux cleaned = 0.00144996 Jy ! Component: 3350 - total flux cleaned = 0.00149281 Jy ! Component: 3400 - total flux cleaned = 0.0014644 Jy ! Component: 3450 - total flux cleaned = 0.00150694 Jy ! Component: 3500 - total flux cleaned = 0.001521 Jy ! Component: 3550 - total flux cleaned = 0.00153506 Jy ! Component: 3600 - total flux cleaned = 0.00153482 Jy ! Component: 3650 - total flux cleaned = 0.0015071 Jy ! Component: 3700 - total flux cleaned = 0.00153465 Jy ! Component: 3750 - total flux cleaned = 0.00154831 Jy ! Component: 3800 - total flux cleaned = 0.00154832 Jy ! Component: 3850 - total flux cleaned = 0.0015347 Jy ! Component: 3900 - total flux cleaned = 0.00150776 Jy ! Component: 3950 - total flux cleaned = 0.00153466 Jy ! Component: 4000 - total flux cleaned = 0.00158801 Jy ! Component: 4050 - total flux cleaned = 0.0015481 Jy ! Total flux subtracted in 4096 components = 0.00157453 Jy ! Clean residual min=-0.000810 max=0.000806 Jy/beam ! Clean residual mean=-0.000005 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.207165 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 432 components and 0.207166 Jy ![Exited script file: muppet] wmap "J1934+6138_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.992 x 4.578 at -19.51 degrees (North through East) ! Clean map min=-0.0013423 max=0.1679 Jy/beam ! Writing clean map to FITS file: J1934+6138_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.167896 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000240708 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.430101 0.430101 0.860201 1.7204 3.44081 6.88161 13.7632 27.5264 55.0529 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.167 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.992 x 4.578 at -19.51 degrees (North through East) ! Clean map min=-0.0013423 max=0.1679 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 J1934+6138_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:08:06 2019