! Started logfile: J0022+4525_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:27:26 2019 obs J0022+4525_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0022+4525_S_2017_03_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.902924 visibilities/baseline/integration-bin. ! Found source: J0022+4525 ! ! 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 1684 lines of history. ! ! Reading 18528 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 J0022+4525_S_2017_03_27_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 500 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.712245Jy sigma=0.006587 ! Fit after self-cal, rms=0.705319Jy sigma=0.006532 ! 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.023 mas, bmaj=4.768 mas, bpa=-15.62 degrees ! Estimated noise=1022.2 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.228726 Jy ! Component: 100 - total flux cleaned = 0.279114 Jy ! Total flux subtracted in 100 components = 0.279114 Jy ! Clean residual min=-0.007219 max=0.016075 Jy/beam ! Clean residual mean=-0.000005 rms=0.002014 Jy/beam ! Combined flux in latest and established models = 0.279114 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.279114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086648Jy sigma=0.000763 ! Fit after self-cal, rms=0.086644Jy sigma=0.000763 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164127 Jy ! Component: 100 - total flux cleaned = 0.0246134 Jy ! Total flux subtracted in 100 components = 0.0246134 Jy ! Clean residual min=-0.007426 max=0.007889 Jy/beam ! Clean residual mean=-0.000003 rms=0.001615 Jy/beam ! Combined flux in latest and established models = 0.303728 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.303728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082934Jy sigma=0.000725 ! Fit after self-cal, rms=0.082936Jy sigma=0.000725 ! 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.679 mas, bmaj=5.58 mas, bpa=-12.25 degrees ! Estimated noise=619.741 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 (-6.5, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00773324 Jy ! Component: 100 - total flux cleaned = 0.0120275 Jy ! Component: 150 - total flux cleaned = 0.0131811 Jy ! Component: 200 - total flux cleaned = 0.0139074 Jy ! Total flux subtracted in 200 components = 0.0139074 Jy ! Clean residual min=-0.004485 max=0.005636 Jy/beam ! Clean residual mean=0.000005 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.317635 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.317635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082090Jy sigma=0.000716 ! Fit after self-cal, rms=0.082060Jy sigma=0.000716 ! 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.00 FD 0.95 HN 0.95 KP 1.02 ! LA 0.97 MK 1.00 NL 1.01 OV 1.01 ! PT 0.98 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.00 KP 0.98 ! LA 0.94 MK 1.01 NL 1.07 OV 1.05 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 0.97 KP 0.97 ! LA 0.99 MK 1.03 NL 1.05 OV 0.96 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 0.97 KP 1.00* ! LA 1.23 MK 1.34 NL 1.00* OV 1.58 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.082060Jy sigma=0.000716 ! Fit after self-cal, rms=0.082190Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.707 mas, bmaj=5.572 mas, bpa=-11.49 degrees ! Estimated noise=618.49 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.000555737 Jy ! Component: 100 - total flux cleaned = -0.000778471 Jy ! Component: 150 - total flux cleaned = -0.00105635 Jy ! Component: 200 - total flux cleaned = -0.00125206 Jy ! Total flux subtracted in 200 components = -0.00125206 Jy ! Clean residual min=-0.003412 max=0.003137 Jy/beam ! Clean residual mean=0.000014 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.316383 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.316383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082113Jy sigma=0.000678 ! Fit after self-cal, rms=0.082270Jy sigma=0.000678 ! 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.082270Jy sigma=0.000678 ! Fit after self-cal, rms=0.080973Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=5.587 mas, bpa=-11.8 degrees ! Estimated noise=619.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00112396 Jy ! Component: 100 - total flux cleaned = -0.00127572 Jy ! Component: 150 - total flux cleaned = -0.00124657 Jy ! Component: 200 - total flux cleaned = -0.00119259 Jy ! Total flux subtracted in 200 components = -0.00119259 Jy ! Clean residual min=-0.001798 max=0.001938 Jy/beam ! Clean residual mean=0.000002 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.31519 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 71 components and 0.315191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080939Jy sigma=0.000665 ! Fit after self-cal, rms=0.080973Jy 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) ! Added new window around map position (94.5, 75.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013068 Jy ! Component: 100 - total flux cleaned = 0.00117745 Jy ! Component: 150 - total flux cleaned = 0.00100591 Jy ! Component: 200 - total flux cleaned = 0.00092784 Jy ! Total flux subtracted in 200 components = 0.00092784 Jy ! Clean residual min=-0.001821 max=0.001767 Jy/beam ! Clean residual mean=0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.316118 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 90 components and 0.316118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080931Jy sigma=0.000665 ! Fit after self-cal, rms=0.080929Jy 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.080929Jy sigma=0.000665 ! Fit after self-cal, rms=0.081005Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=5.589 mas, bpa=-11.75 degrees ! Estimated noise=619.178 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000149709 Jy ! Component: 100 - total flux cleaned = -0.000180006 Jy ! Component: 150 - total flux cleaned = -0.000179491 Jy ! Component: 200 - total flux cleaned = -0.000202612 Jy ! Total flux subtracted in 200 components = -0.000202612 Jy ! Clean residual min=-0.001774 max=0.001734 Jy/beam ! Clean residual mean=0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.315916 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 95 components and 0.315916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080986Jy sigma=0.000665 ! Fit after self-cal, rms=0.080987Jy 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 = -9.91053e-05 Jy ! Component: 100 - total flux cleaned = -0.000140661 Jy ! Component: 150 - total flux cleaned = -0.00015968 Jy ! Component: 200 - total flux cleaned = -0.000178355 Jy ! Total flux subtracted in 200 components = -0.000178355 Jy ! Clean residual min=-0.001758 max=0.001719 Jy/beam ! Clean residual mean=0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.315737 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 107 components and 0.315737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080977Jy sigma=0.000665 ! Fit after self-cal, rms=0.080976Jy 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.080976Jy sigma=0.000665 ! Fit after self-cal, rms=0.080995Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.296 mas, bmaj=8.985 mas, bpa=-9.569 degrees ! Estimated noise=753.739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.75462e-05 Jy ! Component: 100 - total flux cleaned = -0.000229572 Jy ! Component: 150 - total flux cleaned = -0.000373389 Jy ! Component: 200 - total flux cleaned = -0.000452527 Jy ! Total flux subtracted in 200 components = -0.000452527 Jy ! Clean residual min=-0.001914 max=0.002446 Jy/beam ! Clean residual mean=0.000004 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.315285 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.315285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080993Jy sigma=0.000665 ! Fit after self-cal, rms=0.080991Jy 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) ! Added new window around map position (11, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209941 Jy ! Component: 100 - total flux cleaned = 0.00270208 Jy ! Component: 150 - total flux cleaned = 0.00273713 Jy ! Component: 200 - total flux cleaned = 0.00282475 Jy ! Total flux subtracted in 200 components = 0.00282475 Jy ! Clean residual min=-0.001733 max=0.001624 Jy/beam ! Clean residual mean=0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.31811 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 158 components and 0.318109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080948Jy sigma=0.000664 ! Fit after self-cal, rms=0.080947Jy sigma=0.000664 ! 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.709 mas, bmaj=5.589 mas, bpa=-11.72 degrees ! Estimated noise=619.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.709 x 5.589 at -11.72 degrees (North through East) ! Clean map min=-0.0014995 max=0.29794 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.054 mas, bmaj=4.752 mas, bpa=-15.1 degrees ! Estimated noise=1032.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.230925 Jy ! Component: 100 - total flux cleaned = 0.281534 Jy ! Component: 150 - total flux cleaned = 0.296418 Jy ! Component: 200 - total flux cleaned = 0.304062 Jy ! Total flux subtracted in 200 components = 0.304062 Jy ! Clean residual min=-0.003045 max=0.003898 Jy/beam ! Clean residual mean=0.000000 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.304062 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.304062 Jy ! Inverting map and beam ! Estimated beam: bmin=3.709 mas, bmaj=5.589 mas, bpa=-11.72 degrees ! Estimated noise=619.18 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.00483518 Jy ! Component: 100 - total flux cleaned = 0.00788455 Jy ! Component: 150 - total flux cleaned = 0.0100018 Jy ! Component: 200 - total flux cleaned = 0.0110513 Jy ! Total flux subtracted in 200 components = 0.0110513 Jy ! Clean residual min=-0.001801 max=0.001741 Jy/beam ! Clean residual mean=0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.315114 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 54 components and 0.315114 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.296 mas, bmaj=8.985 mas, bpa=-9.569 degrees ! Estimated noise=753.739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156667 Jy ! Component: 100 - total flux cleaned = 0.00218035 Jy ! Component: 150 - total flux cleaned = 0.00261104 Jy ! Component: 200 - total flux cleaned = 0.00284733 Jy ! Total flux subtracted in 200 components = 0.00284733 Jy ! Clean residual min=-0.001843 max=0.001538 Jy/beam ! Clean residual mean=0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.317961 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.000205724 Jy ! Component: 100 - total flux cleaned = 0.000337218 Jy ! Component: 150 - total flux cleaned = 0.000457169 Jy ! Component: 200 - total flux cleaned = 0.000567379 Jy ! Total flux subtracted in 200 components = 0.000567379 Jy ! Clean residual min=-0.001770 max=0.001505 Jy/beam ! Clean residual mean=0.000001 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.318528 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 102 components and 0.318528 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.709 mas, bmaj=5.589 mas, bpa=-11.72 degrees ! Estimated noise=619.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000345762 Jy ! Component: 100 - total flux cleaned = -0.000251278 Jy ! Component: 150 - total flux cleaned = -0.000123926 Jy ! Component: 200 - total flux cleaned = -7.15052e-06 Jy ! Total flux subtracted in 200 components = -7.15052e-06 Jy ! Clean residual min=-0.001593 max=0.001737 Jy/beam ! Clean residual mean=0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.318521 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 125 components and 0.318521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080963Jy sigma=0.000664 ! Fit after self-cal, rms=0.080958Jy sigma=0.000664 wmodel J0022+4525_S_2017_03_27_pus_map.mod ! Writing 125 model components to file: J0022+4525_S_2017_03_27_pus_map.mod wobs J0022+4525_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0022+4525_S_2017_03_27_pus_uvs.fits wwins J0022+4525_S_2017_03_27_pus_map.win ! wwins: Wrote 4 windows to J0022+4525_S_2017_03_27_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.000165401 Jy ! Component: 100 - total flux cleaned = -0.000439561 Jy ! Component: 150 - total flux cleaned = -0.000543376 Jy ! Component: 200 - total flux cleaned = -0.000691678 Jy ! Component: 250 - total flux cleaned = -0.000954429 Jy ! Component: 300 - total flux cleaned = -0.00114067 Jy ! Component: 350 - total flux cleaned = -0.00139095 Jy ! Component: 400 - total flux cleaned = -0.00152474 Jy ! Component: 450 - total flux cleaned = -0.00172202 Jy ! Component: 500 - total flux cleaned = -0.00191517 Jy ! Component: 550 - total flux cleaned = -0.00206279 Jy ! Component: 600 - total flux cleaned = -0.00218723 Jy ! Component: 650 - total flux cleaned = -0.00226874 Jy ! Component: 700 - total flux cleaned = -0.00232917 Jy ! Component: 750 - total flux cleaned = -0.00236834 Jy ! Component: 800 - total flux cleaned = -0.00234834 Jy ! Component: 850 - total flux cleaned = -0.00234823 Jy ! Component: 900 - total flux cleaned = -0.00231069 Jy ! Component: 950 - total flux cleaned = -0.00227318 Jy ! Component: 1000 - total flux cleaned = -0.0022916 Jy ! Component: 1050 - total flux cleaned = -0.00225501 Jy ! Component: 1100 - total flux cleaned = -0.00223674 Jy ! Component: 1150 - total flux cleaned = -0.00216529 Jy ! Component: 1200 - total flux cleaned = -0.00218281 Jy ! Component: 1250 - total flux cleaned = -0.0021131 Jy ! Component: 1300 - total flux cleaned = -0.00214759 Jy ! Component: 1350 - total flux cleaned = -0.0021133 Jy ! Component: 1400 - total flux cleaned = -0.00213 Jy ! Component: 1450 - total flux cleaned = -0.00209618 Jy ! Component: 1500 - total flux cleaned = -0.00206304 Jy ! Component: 1550 - total flux cleaned = -0.00207925 Jy ! Component: 1600 - total flux cleaned = -0.00204693 Jy ! Component: 1650 - total flux cleaned = -0.00207907 Jy ! Component: 1700 - total flux cleaned = -0.00203142 Jy ! Component: 1750 - total flux cleaned = -0.00209461 Jy ! Component: 1800 - total flux cleaned = -0.00209453 Jy ! Component: 1850 - total flux cleaned = -0.00212559 Jy ! Component: 1900 - total flux cleaned = -0.00212602 Jy ! Component: 1950 - total flux cleaned = -0.00220223 Jy ! Component: 2000 - total flux cleaned = -0.00220212 Jy ! Component: 2050 - total flux cleaned = -0.00215704 Jy ! Component: 2100 - total flux cleaned = -0.0022016 Jy ! Component: 2150 - total flux cleaned = -0.00215722 Jy ! Component: 2200 - total flux cleaned = -0.00215726 Jy ! Component: 2250 - total flux cleaned = -0.00215713 Jy ! Component: 2300 - total flux cleaned = -0.00211384 Jy ! Component: 2350 - total flux cleaned = -0.00209973 Jy ! Component: 2400 - total flux cleaned = -0.00209987 Jy ! Component: 2450 - total flux cleaned = -0.0020859 Jy ! Component: 2500 - total flux cleaned = -0.00211383 Jy ! Component: 2550 - total flux cleaned = -0.00207203 Jy ! Component: 2600 - total flux cleaned = -0.00201679 Jy ! Component: 2650 - total flux cleaned = -0.00201679 Jy ! Component: 2700 - total flux cleaned = -0.00200332 Jy ! Component: 2750 - total flux cleaned = -0.00197612 Jy ! Component: 2800 - total flux cleaned = -0.00198963 Jy ! Component: 2850 - total flux cleaned = -0.00192281 Jy ! Component: 2900 - total flux cleaned = -0.00188306 Jy ! Component: 2950 - total flux cleaned = -0.00190933 Jy ! Component: 3000 - total flux cleaned = -0.00183078 Jy ! Component: 3050 - total flux cleaned = -0.00176592 Jy ! Component: 3100 - total flux cleaned = -0.00176602 Jy ! Component: 3150 - total flux cleaned = -0.00168931 Jy ! Component: 3200 - total flux cleaned = -0.00168924 Jy ! Component: 3250 - total flux cleaned = -0.00170183 Jy ! Component: 3300 - total flux cleaned = -0.00166419 Jy ! Component: 3350 - total flux cleaned = -0.00166411 Jy ! Component: 3400 - total flux cleaned = -0.00162687 Jy ! Component: 3450 - total flux cleaned = -0.00159008 Jy ! Component: 3500 - total flux cleaned = -0.00161457 Jy ! Component: 3550 - total flux cleaned = -0.0015417 Jy ! Component: 3600 - total flux cleaned = -0.00156572 Jy ! Component: 3650 - total flux cleaned = -0.00152973 Jy ! Component: 3700 - total flux cleaned = -0.00151791 Jy ! Component: 3750 - total flux cleaned = -0.00149415 Jy ! Component: 3800 - total flux cleaned = -0.00147062 Jy ! Component: 3850 - total flux cleaned = -0.00144721 Jy ! Component: 3900 - total flux cleaned = -0.00144711 Jy ! Component: 3950 - total flux cleaned = -0.00142387 Jy ! Component: 4000 - total flux cleaned = -0.00134338 Jy ! Component: 4050 - total flux cleaned = -0.0012863 Jy ! Total flux subtracted in 4096 components = -0.00130907 Jy ! Clean residual min=-0.000709 max=0.000621 Jy/beam ! Clean residual mean=0.000000 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.317212 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 387 components and 0.317212 Jy ![Exited script file: muppet] wmap "J0022+4525_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.709 x 5.589 at -11.72 degrees (North through East) ! Clean map min=-0.0012522 max=0.29848 Jy/beam ! Writing clean map to FITS file: J0022+4525_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.298477 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020125 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.202277 0.202277 0.404555 0.809109 1.61822 3.23644 6.47287 12.9457 25.8915 51.783 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.298 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.709 x 5.589 at -11.72 degrees (North through East) ! Clean map min=-0.0012522 max=0.29848 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 J0022+4525_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:27:33 2019