! Started logfile: J0849+5108_S_2017_05_01_pus_uvs.log on Wed May 1 18:32:33 2019 obs J0849+5108_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0849+5108_S_2017_05_01_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963686 visibilities/baseline/integration-bin. ! Found source: J0849+5108 ! ! 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 788 lines of history. ! ! Reading 14224 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 J0849+5108_S_2017_05_01_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 357 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.814839Jy sigma=0.006998 ! Fit after self-cal, rms=0.795660Jy sigma=0.006840 ! 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.241 mas, bmaj=4.298 mas, bpa=-2.841 degrees ! Estimated noise=1113.17 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.158228 Jy ! Component: 100 - total flux cleaned = 0.195506 Jy ! Total flux subtracted in 100 components = 0.195506 Jy ! Clean residual min=-0.005570 max=0.014352 Jy/beam ! Clean residual mean=-0.000005 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.195506 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.195506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088891Jy sigma=0.000720 ! Fit after self-cal, rms=0.088888Jy sigma=0.000720 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0151125 Jy ! Component: 100 - total flux cleaned = 0.0225838 Jy ! Total flux subtracted in 100 components = 0.0225838 Jy ! Clean residual min=-0.004706 max=0.004924 Jy/beam ! Clean residual mean=-0.000003 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.21809 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.21809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085700Jy sigma=0.000689 ! Fit after self-cal, rms=0.085694Jy sigma=0.000688 ! 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.942 mas, bmaj=5.099 mas, bpa=-0.8165 degrees ! Estimated noise=767.055 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 (5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00804887 Jy ! Component: 100 - total flux cleaned = 0.0124163 Jy ! Component: 150 - total flux cleaned = 0.0150343 Jy ! Component: 200 - total flux cleaned = 0.015849 Jy ! Total flux subtracted in 200 components = 0.015849 Jy ! Clean residual min=-0.002796 max=0.003599 Jy/beam ! Clean residual mean=-0.000005 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.233939 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 50 components and 0.233939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084937Jy sigma=0.000681 ! Fit after self-cal, rms=0.084908Jy sigma=0.000681 ! 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.96 FD 0.95 HN 1.05 KP 1.01 ! LA 0.97 MK 1.01 NL 0.94 OV 1.02 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.05 KP 0.99 ! LA 0.94 MK 1.00 NL 0.99 OV 1.04 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.05 KP 0.99 ! LA 1.01 MK 1.04 NL 0.99 OV 0.95 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 1.03 KP 1.00* ! LA 1.10 MK 1.26 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.084908Jy sigma=0.000681 ! Fit after self-cal, rms=0.085548Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.978 mas, bmaj=5.133 mas, bpa=-0.04402 degrees ! Estimated noise=764.833 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.000729352 Jy ! Component: 100 - total flux cleaned = 0.000613145 Jy ! Component: 150 - total flux cleaned = 0.000479518 Jy ! Component: 200 - total flux cleaned = 0.000402648 Jy ! Total flux subtracted in 200 components = 0.000402648 Jy ! Clean residual min=-0.002949 max=0.002637 Jy/beam ! Clean residual mean=-0.000002 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.234341 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 67 components and 0.234341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085478Jy sigma=0.000672 ! Fit after self-cal, rms=0.085502Jy sigma=0.000672 ! 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.085502Jy sigma=0.000672 ! Fit after self-cal, rms=0.085518Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=5.131 mas, bpa=-0.1535 degrees ! Estimated noise=765.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000540694 Jy ! Component: 100 - total flux cleaned = 0.000614484 Jy ! Component: 150 - total flux cleaned = 0.000615526 Jy ! Component: 200 - total flux cleaned = 0.000615432 Jy ! Total flux subtracted in 200 components = 0.000615432 Jy ! Clean residual min=-0.002190 max=0.002139 Jy/beam ! Clean residual mean=0.000005 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.234957 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.234957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085490Jy sigma=0.000665 ! Fit after self-cal, rms=0.085521Jy sigma=0.000665 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 = 8.62924e-05 Jy ! Component: 100 - total flux cleaned = 8.62255e-05 Jy ! Component: 150 - total flux cleaned = 4.035e-05 Jy ! Component: 200 - total flux cleaned = 4.06092e-05 Jy ! Total flux subtracted in 200 components = 4.06092e-05 Jy ! Clean residual min=-0.002184 max=0.002098 Jy/beam ! Clean residual mean=0.000005 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.234997 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.234997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085507Jy sigma=0.000665 ! Fit after self-cal, rms=0.085506Jy sigma=0.000665 ! 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.085506Jy sigma=0.000665 ! Fit after self-cal, rms=0.085495Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=5.131 mas, bpa=-0.1708 degrees ! Estimated noise=764.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.44552e-06 Jy ! Component: 100 - total flux cleaned = -2.77735e-05 Jy ! Component: 150 - total flux cleaned = -5.51229e-06 Jy ! Component: 200 - total flux cleaned = -5.4242e-06 Jy ! Total flux subtracted in 200 components = -5.4242e-06 Jy ! Clean residual min=-0.002146 max=0.002090 Jy/beam ! Clean residual mean=0.000005 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.234992 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 90 components and 0.234992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085482Jy sigma=0.000665 ! Fit after self-cal, rms=0.085484Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.08133e-05 Jy ! Component: 100 - total flux cleaned = 2.10617e-05 Jy ! Component: 150 - total flux cleaned = 2.17286e-05 Jy ! Component: 200 - total flux cleaned = 2.21413e-05 Jy ! Total flux subtracted in 200 components = 2.21413e-05 Jy ! Clean residual min=-0.002140 max=0.002073 Jy/beam ! Clean residual mean=0.000005 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.235014 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.235014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085476Jy sigma=0.000665 ! Fit after self-cal, rms=0.085475Jy sigma=0.000665 ! 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.085475Jy sigma=0.000665 ! Fit after self-cal, rms=0.085452Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.269 mas, bmaj=8.717 mas, bpa=18.09 degrees ! Estimated noise=920.062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129076 Jy ! Component: 100 - total flux cleaned = 0.000139092 Jy ! Component: 150 - total flux cleaned = 0.000138333 Jy ! Component: 200 - total flux cleaned = 0.00014478 Jy ! Total flux subtracted in 200 components = 0.00014478 Jy ! Clean residual min=-0.002144 max=0.001993 Jy/beam ! Clean residual mean=0.000012 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.235159 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 107 components and 0.235159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085452Jy sigma=0.000665 ! Fit after self-cal, rms=0.085453Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.49776e-05 Jy ! Component: 100 - total flux cleaned = 2.1571e-05 Jy ! Component: 150 - total flux cleaned = 2.17157e-05 Jy ! Component: 200 - total flux cleaned = 2.16819e-05 Jy ! Total flux subtracted in 200 components = 2.16819e-05 Jy ! Clean residual min=-0.002153 max=0.001998 Jy/beam ! Clean residual mean=0.000012 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.23518 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.23518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085452Jy sigma=0.000665 ! Fit after self-cal, rms=0.085452Jy sigma=0.000665 ! 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.967 mas, bmaj=5.133 mas, bpa=-0.1619 degrees ! Estimated noise=763.754 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.967 x 5.133 at -0.1619 degrees (North through East) ! Clean map min=-0.0020664 max=0.20568 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.253 mas, bmaj=4.315 mas, bpa=-2.259 degrees ! Estimated noise=1120.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159035 Jy ! Component: 100 - total flux cleaned = 0.196575 Jy ! Component: 150 - total flux cleaned = 0.211716 Jy ! Component: 200 - total flux cleaned = 0.219627 Jy ! Total flux subtracted in 200 components = 0.219627 Jy ! Clean residual min=-0.003781 max=0.003856 Jy/beam ! Clean residual mean=0.000001 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.219627 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.219627 Jy ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=5.133 mas, bpa=-0.1619 degrees ! Estimated noise=763.754 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.00573926 Jy ! Component: 100 - total flux cleaned = 0.00895888 Jy ! Component: 150 - total flux cleaned = 0.011115 Jy ! Component: 200 - total flux cleaned = 0.0126517 Jy ! Total flux subtracted in 200 components = 0.0126517 Jy ! Clean residual min=-0.002160 max=0.002011 Jy/beam ! Clean residual mean=0.000003 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.232279 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.232279 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.269 mas, bmaj=8.717 mas, bpa=18.09 degrees ! Estimated noise=920.062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141251 Jy ! Component: 100 - total flux cleaned = 0.0021465 Jy ! Component: 150 - total flux cleaned = 0.0025696 Jy ! Component: 200 - total flux cleaned = 0.00282572 Jy ! Total flux subtracted in 200 components = 0.00282572 Jy ! Clean residual min=-0.002149 max=0.001983 Jy/beam ! Clean residual mean=0.000012 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.235105 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 = 5.12789e-05 Jy ! Component: 100 - total flux cleaned = 8.8638e-05 Jy ! Component: 150 - total flux cleaned = 0.000105468 Jy ! Component: 200 - total flux cleaned = 0.000105625 Jy ! Total flux subtracted in 200 components = 0.000105625 Jy ! Clean residual min=-0.002151 max=0.001980 Jy/beam ! Clean residual mean=0.000012 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.23521 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 91 components and 0.23521 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=5.133 mas, bpa=-0.1619 degrees ! Estimated noise=763.754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.96339e-05 Jy ! Component: 100 - total flux cleaned = -8.00581e-05 Jy ! Component: 150 - total flux cleaned = -0.000103545 Jy ! Component: 200 - total flux cleaned = -0.000148445 Jy ! Total flux subtracted in 200 components = -0.000148445 Jy ! Clean residual min=-0.002052 max=0.002023 Jy/beam ! Clean residual mean=0.000005 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.235062 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.235062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085492Jy sigma=0.000665 ! Fit after self-cal, rms=0.085484Jy sigma=0.000665 wmodel J0849+5108_S_2017_05_01_pus_map.mod ! Writing 104 model components to file: J0849+5108_S_2017_05_01_pus_map.mod wobs J0849+5108_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0849+5108_S_2017_05_01_pus_uvs.fits wwins J0849+5108_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0849+5108_S_2017_05_01_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.000188007 Jy ! Component: 100 - total flux cleaned = -0.000359188 Jy ! Component: 150 - total flux cleaned = -0.000489527 Jy ! Component: 200 - total flux cleaned = -0.000583715 Jy ! Component: 250 - total flux cleaned = -0.000613972 Jy ! Component: 300 - total flux cleaned = -0.000702656 Jy ! Component: 350 - total flux cleaned = -0.000789621 Jy ! Component: 400 - total flux cleaned = -0.000789712 Jy ! Component: 450 - total flux cleaned = -0.000762703 Jy ! Component: 500 - total flux cleaned = -0.000762561 Jy ! Component: 550 - total flux cleaned = -0.00068291 Jy ! Component: 600 - total flux cleaned = -0.000526128 Jy ! Component: 650 - total flux cleaned = -0.000526117 Jy ! Component: 700 - total flux cleaned = -0.00039936 Jy ! Component: 750 - total flux cleaned = -0.000349627 Jy ! Component: 800 - total flux cleaned = -0.00034998 Jy ! Component: 850 - total flux cleaned = -0.000300759 Jy ! Component: 900 - total flux cleaned = -0.000204949 Jy ! Component: 950 - total flux cleaned = -8.72792e-05 Jy ! Component: 1000 - total flux cleaned = -0.000110784 Jy ! Component: 1050 - total flux cleaned = -6.46922e-05 Jy ! Component: 1100 - total flux cleaned = -1.899e-05 Jy ! Component: 1150 - total flux cleaned = 4.87784e-05 Jy ! Component: 1200 - total flux cleaned = 2.66485e-05 Jy ! Component: 1250 - total flux cleaned = 0.000136223 Jy ! Component: 1300 - total flux cleaned = 0.000136072 Jy ! Component: 1350 - total flux cleaned = 0.000199991 Jy ! Component: 1400 - total flux cleaned = 0.000199798 Jy ! Component: 1450 - total flux cleaned = 0.0002833 Jy ! Component: 1500 - total flux cleaned = 0.000324823 Jy ! Component: 1550 - total flux cleaned = 0.000385793 Jy ! Component: 1600 - total flux cleaned = 0.000385799 Jy ! Component: 1650 - total flux cleaned = 0.000465953 Jy ! Component: 1700 - total flux cleaned = 0.000505894 Jy ! Component: 1750 - total flux cleaned = 0.000603934 Jy ! Component: 1800 - total flux cleaned = 0.000720111 Jy ! Component: 1850 - total flux cleaned = 0.000681482 Jy ! Component: 1900 - total flux cleaned = 0.000795778 Jy ! Component: 1950 - total flux cleaned = 0.000852291 Jy ! Component: 2000 - total flux cleaned = 0.000889635 Jy ! Component: 2050 - total flux cleaned = 0.00092683 Jy ! Component: 2100 - total flux cleaned = 0.00103664 Jy ! Component: 2150 - total flux cleaned = 0.00105498 Jy ! Component: 2200 - total flux cleaned = 0.00110903 Jy ! Component: 2250 - total flux cleaned = 0.00123412 Jy ! Component: 2300 - total flux cleaned = 0.00128702 Jy ! Component: 2350 - total flux cleaned = 0.00128699 Jy ! Component: 2400 - total flux cleaned = 0.00135648 Jy ! Component: 2450 - total flux cleaned = 0.00139079 Jy ! Component: 2500 - total flux cleaned = 0.00140791 Jy ! Component: 2550 - total flux cleaned = 0.0014587 Jy ! Component: 2600 - total flux cleaned = 0.00155943 Jy ! Component: 2650 - total flux cleaned = 0.00159289 Jy ! Component: 2700 - total flux cleaned = 0.00160945 Jy ! Component: 2750 - total flux cleaned = 0.00164232 Jy ! Component: 2800 - total flux cleaned = 0.00169134 Jy ! Component: 2850 - total flux cleaned = 0.00177241 Jy ! Component: 2900 - total flux cleaned = 0.00178859 Jy ! Component: 2950 - total flux cleaned = 0.0018046 Jy ! Component: 3000 - total flux cleaned = 0.00186803 Jy ! Component: 3050 - total flux cleaned = 0.00197826 Jy ! Component: 3100 - total flux cleaned = 0.0020094 Jy ! Component: 3150 - total flux cleaned = 0.00202507 Jy ! Component: 3200 - total flux cleaned = 0.00211778 Jy ! Component: 3250 - total flux cleaned = 0.00220996 Jy ! Component: 3300 - total flux cleaned = 0.00224036 Jy ! Component: 3350 - total flux cleaned = 0.00230113 Jy ! Component: 3400 - total flux cleaned = 0.00233116 Jy ! Component: 3450 - total flux cleaned = 0.00242073 Jy ! Component: 3500 - total flux cleaned = 0.0024505 Jy ! Component: 3550 - total flux cleaned = 0.00252418 Jy ! Component: 3600 - total flux cleaned = 0.00253887 Jy ! Component: 3650 - total flux cleaned = 0.00262618 Jy ! Component: 3700 - total flux cleaned = 0.00265512 Jy ! Component: 3750 - total flux cleaned = 0.00264071 Jy ! Component: 3800 - total flux cleaned = 0.00271224 Jy ! Component: 3850 - total flux cleaned = 0.00271217 Jy ! Component: 3900 - total flux cleaned = 0.0027264 Jy ! Component: 3950 - total flux cleaned = 0.00279664 Jy ! Component: 4000 - total flux cleaned = 0.00278266 Jy ! Component: 4050 - total flux cleaned = 0.0027827 Jy ! Total flux subtracted in 4096 components = 0.00281025 Jy ! Clean residual min=-0.000826 max=0.001047 Jy/beam ! Clean residual mean=0.000005 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.237872 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 406 components and 0.237872 Jy ![Exited script file: muppet] wmap "J0849+5108_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.967 x 5.133 at -0.1619 degrees (North through East) ! Clean map min=-0.0015663 max=0.20613 Jy/beam ! Writing clean map to FITS file: J0849+5108_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.206131 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000249702 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.363412 0.363412 0.726823 1.45365 2.90729 5.81459 11.6292 23.2583 46.5167 93.0334 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.206 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.967 x 5.133 at -0.1619 degrees (North through East) ! Clean map min=-0.0015663 max=0.20613 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 J0849+5108_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:32:38 2019