! Started logfile: J1516+1932_S_2017_01_21_pus_uvs.log on Sun May 5 15:57:02 2019 obs J1516+1932_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1516+1932_S_2017_01_21_pus_uva.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.659722 visibilities/baseline/integration-bin. ! Found source: J1516+1932 ! ! 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 558 lines of history. ! ! Reading 1520 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 J1516+1932_S_2017_01_21_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.699375Jy sigma=0.005519 ! Fit after self-cal, rms=0.695899Jy sigma=0.005488 ! 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=2.302 mas, bmaj=6.616 mas, bpa=-3.838 degrees ! Estimated noise=2779.11 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.262482 Jy ! Component: 100 - total flux cleaned = 0.323444 Jy ! Total flux subtracted in 100 components = 0.323444 Jy ! Clean residual min=-0.018345 max=0.048004 Jy/beam ! Clean residual mean=0.000123 rms=0.005672 Jy/beam ! Combined flux in latest and established models = 0.323444 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.323444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127538Jy sigma=0.000887 ! Fit after self-cal, rms=0.127542Jy sigma=0.000887 ! Inverting map ! Added new window around map position (16, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0402039 Jy ! Component: 100 - total flux cleaned = 0.056539 Jy ! Total flux subtracted in 100 components = 0.056539 Jy ! Clean residual min=-0.015768 max=0.025946 Jy/beam ! Clean residual mean=0.000085 rms=0.003963 Jy/beam ! Combined flux in latest and established models = 0.379983 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.379983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113254Jy sigma=0.000769 ! Fit after self-cal, rms=0.111770Jy sigma=0.000744 ! 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=2.636 mas, bmaj=7.083 mas, bpa=-2.579 degrees ! Estimated noise=2439.24 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.0165202 Jy ! Component: 100 - total flux cleaned = 0.0200695 Jy ! Component: 150 - total flux cleaned = 0.0228057 Jy ! Component: 200 - total flux cleaned = 0.0252369 Jy ! Total flux subtracted in 200 components = 0.0252369 Jy ! Clean residual min=-0.014994 max=0.018566 Jy/beam ! Clean residual mean=0.000162 rms=0.004367 Jy/beam ! Combined flux in latest and established models = 0.40522 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 0.40522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106433Jy sigma=0.000718 ! Fit after self-cal, rms=0.106237Jy 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 1.07 FD 1.00* HN 0.95 LA 0.99 ! MK 0.98 NL 1.00 OV 1.37 PT 0.97 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.01 LA 0.93 ! MK 1.00 NL 1.02 OV 1.45 PT 0.94 ! SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* HN 0.97 LA 0.96 ! MK 1.03 NL 1.01 OV 1.40 PT 0.93 ! 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.07 FD 1.00* HN 0.97 LA 1.10 ! MK 1.03 NL 1.00* OV 1.28 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.106237Jy sigma=0.000711 ! Fit after self-cal, rms=0.123980Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.627 mas, bmaj=7.097 mas, bpa=-2.896 degrees ! Estimated noise=2518.1 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.00107412 Jy ! Component: 100 - total flux cleaned = 0.000315133 Jy ! Component: 150 - total flux cleaned = 0.00146083 Jy ! Component: 200 - total flux cleaned = 0.00178467 Jy ! Total flux subtracted in 200 components = 0.00178467 Jy ! Clean residual min=-0.011719 max=0.010213 Jy/beam ! Clean residual mean=0.000084 rms=0.002511 Jy/beam ! Combined flux in latest and established models = 0.407005 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 53 components and 0.407005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123446Jy sigma=0.000664 ! Fit after self-cal, rms=0.123654Jy sigma=0.000664 ! 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.123654Jy sigma=0.000664 ! Fit after self-cal, rms=0.125897Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.621 mas, bmaj=7.099 mas, bpa=-3.009 degrees ! Estimated noise=2521.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0011508 Jy ! Component: 100 - total flux cleaned = -0.000710278 Jy ! Component: 150 - total flux cleaned = -0.000523684 Jy ! Component: 200 - total flux cleaned = -0.000357392 Jy ! Total flux subtracted in 200 components = -0.000357392 Jy ! Clean residual min=-0.011343 max=0.009814 Jy/beam ! Clean residual mean=0.000079 rms=0.002410 Jy/beam ! Combined flux in latest and established models = 0.406647 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 71 components and 0.406647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125630Jy sigma=0.000662 ! Fit after self-cal, rms=0.125578Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000817003 Jy ! Component: 100 - total flux cleaned = -0.000816095 Jy ! Component: 150 - total flux cleaned = -0.000745692 Jy ! Component: 200 - total flux cleaned = -0.000745643 Jy ! Total flux subtracted in 200 components = -0.000745643 Jy ! Clean residual min=-0.011276 max=0.009404 Jy/beam ! Clean residual mean=0.000078 rms=0.002377 Jy/beam ! Combined flux in latest and established models = 0.405901 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.405901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125461Jy sigma=0.000661 ! Fit after self-cal, rms=0.125430Jy sigma=0.000661 ! 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.125430Jy sigma=0.000661 ! Fit after self-cal, rms=0.127744Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.616 mas, bmaj=7.097 mas, bpa=-3.051 degrees ! Estimated noise=2521.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00138316 Jy ! Component: 100 - total flux cleaned = -0.00139282 Jy ! Component: 150 - total flux cleaned = -0.00124341 Jy ! Component: 200 - total flux cleaned = -0.00104157 Jy ! Total flux subtracted in 200 components = -0.00104157 Jy ! Clean residual min=-0.010191 max=0.008581 Jy/beam ! Clean residual mean=0.000071 rms=0.002094 Jy/beam ! Combined flux in latest and established models = 0.40486 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 0.40486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127585Jy sigma=0.000647 ! Fit after self-cal, rms=0.127574Jy sigma=0.000646 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.00064174 Jy ! Component: 100 - total flux cleaned = -0.00051469 Jy ! Component: 150 - total flux cleaned = -0.000398244 Jy ! Component: 200 - total flux cleaned = -0.000345201 Jy ! Total flux subtracted in 200 components = -0.000345201 Jy ! Clean residual min=-0.010090 max=0.008253 Jy/beam ! Clean residual mean=0.000070 rms=0.002061 Jy/beam ! Combined flux in latest and established models = 0.404515 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.404515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127494Jy sigma=0.000646 ! Fit after self-cal, rms=0.127472Jy sigma=0.000646 ! 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.127472Jy sigma=0.000646 ! Fit after self-cal, rms=0.129800Jy sigma=0.000646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.348 mas, bmaj=10 mas, bpa=-0.07598 degrees ! Estimated noise=3629.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321824 Jy ! Component: 100 - total flux cleaned = 0.00432233 Jy ! Component: 150 - total flux cleaned = 0.00488394 Jy ! Component: 200 - total flux cleaned = 0.00544687 Jy ! Total flux subtracted in 200 components = 0.00544687 Jy ! Clean residual min=-0.010809 max=0.010248 Jy/beam ! Clean residual mean=0.000145 rms=0.003479 Jy/beam ! Combined flux in latest and established models = 0.409961 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 99 components and 0.409961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129775Jy sigma=0.000645 ! Fit after self-cal, rms=0.129728Jy sigma=0.000645 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 = 7.62829e-05 Jy ! Component: 100 - total flux cleaned = 0.000396783 Jy ! Component: 150 - total flux cleaned = 0.000667317 Jy ! Component: 200 - total flux cleaned = 0.000896132 Jy ! Total flux subtracted in 200 components = 0.000896132 Jy ! Clean residual min=-0.010318 max=0.009837 Jy/beam ! Clean residual mean=0.000128 rms=0.003289 Jy/beam ! Combined flux in latest and established models = 0.410858 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 99 components and 0.410857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129771Jy sigma=0.000645 ! Fit after self-cal, rms=0.129736Jy sigma=0.000645 ! 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=2.612 mas, bmaj=7.092 mas, bpa=-3.099 degrees ! Estimated noise=2520.96 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.612 x 7.092 at -3.099 degrees (North through East) ! Clean map min=-0.0091833 max=0.31021 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=2.284 mas, bmaj=6.646 mas, bpa=-4.363 degrees ! Estimated noise=2857.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.268878 Jy ! Component: 100 - total flux cleaned = 0.334739 Jy ! Component: 150 - total flux cleaned = 0.361785 Jy ! Component: 200 - total flux cleaned = 0.374926 Jy ! Total flux subtracted in 200 components = 0.374926 Jy ! Clean residual min=-0.009563 max=0.011128 Jy/beam ! Clean residual mean=0.000074 rms=0.002488 Jy/beam ! Combined flux in latest and established models = 0.374925 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.374925 Jy ! Inverting map and beam ! Estimated beam: bmin=2.612 mas, bmaj=7.092 mas, bpa=-3.099 degrees ! Estimated noise=2520.96 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.00898186 Jy ! Component: 100 - total flux cleaned = 0.0150911 Jy ! Component: 150 - total flux cleaned = 0.0187836 Jy ! Component: 200 - total flux cleaned = 0.0212373 Jy ! Total flux subtracted in 200 components = 0.0212373 Jy ! Clean residual min=-0.009397 max=0.007714 Jy/beam ! Clean residual mean=0.000081 rms=0.002170 Jy/beam ! Combined flux in latest and established models = 0.396163 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.396163 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=6.348 mas, bmaj=10 mas, bpa=-0.07598 degrees ! Estimated noise=3629.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0069426 Jy ! Component: 100 - total flux cleaned = 0.0104274 Jy ! Component: 150 - total flux cleaned = 0.0125226 Jy ! Component: 200 - total flux cleaned = 0.0130813 Jy ! Total flux subtracted in 200 components = 0.0130813 Jy ! Clean residual min=-0.010410 max=0.010494 Jy/beam ! Clean residual mean=0.000136 rms=0.003401 Jy/beam ! Combined flux in latest and established models = 0.409244 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.000278646 Jy ! Component: 100 - total flux cleaned = 0.000532278 Jy ! Component: 150 - total flux cleaned = 0.000767516 Jy ! Component: 200 - total flux cleaned = 0.000946932 Jy ! Total flux subtracted in 200 components = 0.000946932 Jy ! Clean residual min=-0.010220 max=0.010232 Jy/beam ! Clean residual mean=0.000129 rms=0.003321 Jy/beam ! Combined flux in latest and established models = 0.410191 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 55 components and 0.410191 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.612 mas, bmaj=7.092 mas, bpa=-3.099 degrees ! Estimated noise=2520.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00292398 Jy ! Component: 100 - total flux cleaned = -0.00389823 Jy ! Component: 150 - total flux cleaned = -0.00451097 Jy ! Component: 200 - total flux cleaned = -0.00502882 Jy ! Total flux subtracted in 200 components = -0.00502882 Jy ! Clean residual min=-0.009108 max=0.007333 Jy/beam ! Clean residual mean=0.000054 rms=0.001909 Jy/beam ! Combined flux in latest and established models = 0.405162 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 67 components and 0.405162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129573Jy sigma=0.000645 ! Fit after self-cal, rms=0.129468Jy sigma=0.000644 wmodel J1516+1932_S_2017_01_21_pus_map.mod ! Writing 67 model components to file: J1516+1932_S_2017_01_21_pus_map.mod wobs J1516+1932_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1516+1932_S_2017_01_21_pus_uvs.fits wwins J1516+1932_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J1516+1932_S_2017_01_21_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.00203247 Jy ! Component: 100 - total flux cleaned = -0.00190084 Jy ! Component: 150 - total flux cleaned = -0.0021287 Jy ! Component: 200 - total flux cleaned = -0.00266575 Jy ! Component: 250 - total flux cleaned = -0.00326617 Jy ! Component: 300 - total flux cleaned = -0.00393045 Jy ! Component: 350 - total flux cleaned = -0.00475377 Jy ! Component: 400 - total flux cleaned = -0.00537198 Jy ! Component: 450 - total flux cleaned = -0.00622232 Jy ! Component: 500 - total flux cleaned = -0.00663372 Jy ! Component: 550 - total flux cleaned = -0.00695457 Jy ! Component: 600 - total flux cleaned = -0.00718839 Jy ! Component: 650 - total flux cleaned = -0.00756716 Jy ! Component: 700 - total flux cleaned = -0.00801218 Jy ! Component: 750 - total flux cleaned = -0.00830233 Jy ! Component: 800 - total flux cleaned = -0.0088009 Jy ! Component: 850 - total flux cleaned = -0.00907786 Jy ! Component: 900 - total flux cleaned = -0.00948605 Jy ! Component: 950 - total flux cleaned = -0.00982055 Jy ! Component: 1000 - total flux cleaned = -0.0101486 Jy ! Component: 1050 - total flux cleaned = -0.010342 Jy ! Component: 1100 - total flux cleaned = -0.0109097 Jy ! Component: 1150 - total flux cleaned = -0.0110952 Jy ! Component: 1200 - total flux cleaned = -0.0113404 Jy ! Component: 1250 - total flux cleaned = -0.0118211 Jy ! Component: 1300 - total flux cleaned = -0.012175 Jy ! Component: 1350 - total flux cleaned = -0.0125827 Jy ! Component: 1400 - total flux cleaned = -0.0130385 Jy ! Component: 1450 - total flux cleaned = -0.0134331 Jy ! Component: 1500 - total flux cleaned = -0.0139863 Jy ! Component: 1550 - total flux cleaned = -0.0144215 Jy ! Component: 1600 - total flux cleaned = -0.014851 Jy ! Component: 1650 - total flux cleaned = -0.0151156 Jy ! Component: 1700 - total flux cleaned = -0.0156385 Jy ! Component: 1750 - total flux cleaned = -0.0161545 Jy ! Component: 1800 - total flux cleaned = -0.0163575 Jy ! Component: 1850 - total flux cleaned = -0.0167089 Jy ! Component: 1900 - total flux cleaned = -0.0169567 Jy ! Component: 1950 - total flux cleaned = -0.0172015 Jy ! Component: 2000 - total flux cleaned = -0.0174924 Jy ! Component: 2050 - total flux cleaned = -0.0177315 Jy ! Component: 2100 - total flux cleaned = -0.0178268 Jy ! Component: 2150 - total flux cleaned = -0.018108 Jy ! Component: 2200 - total flux cleaned = -0.0184318 Jy ! Component: 2250 - total flux cleaned = -0.0185687 Jy ! Component: 2300 - total flux cleaned = -0.0187494 Jy ! Component: 2350 - total flux cleaned = -0.0189285 Jy ! Component: 2400 - total flux cleaned = -0.0190169 Jy ! Component: 2450 - total flux cleaned = -0.01928 Jy ! Component: 2500 - total flux cleaned = -0.019367 Jy ! Component: 2550 - total flux cleaned = -0.0193671 Jy ! Component: 2600 - total flux cleaned = -0.0193673 Jy ! Component: 2650 - total flux cleaned = -0.0196204 Jy ! Component: 2700 - total flux cleaned = -0.0197038 Jy ! Component: 2750 - total flux cleaned = -0.0197862 Jy ! Component: 2800 - total flux cleaned = -0.0199918 Jy ! Component: 2850 - total flux cleaned = -0.0199916 Jy ! Component: 2900 - total flux cleaned = -0.0200323 Jy ! Component: 2950 - total flux cleaned = -0.0201928 Jy ! Component: 3000 - total flux cleaned = -0.0203119 Jy ! Component: 3050 - total flux cleaned = -0.0205095 Jy ! Component: 3100 - total flux cleaned = -0.0205874 Jy ! Component: 3150 - total flux cleaned = -0.0205875 Jy ! Component: 3200 - total flux cleaned = -0.0206648 Jy ! Component: 3250 - total flux cleaned = -0.0208948 Jy ! Component: 3300 - total flux cleaned = -0.0209331 Jy ! Component: 3350 - total flux cleaned = -0.0210849 Jy ! Component: 3400 - total flux cleaned = -0.0212726 Jy ! Component: 3450 - total flux cleaned = -0.0214217 Jy ! Component: 3500 - total flux cleaned = -0.0216439 Jy ! Component: 3550 - total flux cleaned = -0.021681 Jy ! Component: 3600 - total flux cleaned = -0.0220097 Jy ! Component: 3650 - total flux cleaned = -0.0221911 Jy ! Component: 3700 - total flux cleaned = -0.0223349 Jy ! Component: 3750 - total flux cleaned = -0.02255 Jy ! Component: 3800 - total flux cleaned = -0.0226211 Jy ! Component: 3850 - total flux cleaned = -0.0229046 Jy ! Component: 3900 - total flux cleaned = -0.0231862 Jy ! Component: 3950 - total flux cleaned = -0.0233259 Jy ! Component: 4000 - total flux cleaned = -0.0235347 Jy ! Component: 4050 - total flux cleaned = -0.0236039 Jy ! Total flux subtracted in 4096 components = -0.0239489 Jy ! Clean residual min=-0.002057 max=0.002289 Jy/beam ! Clean residual mean=-0.000011 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.381213 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 368 components and 0.381213 Jy ![Exited script file: muppet] wmap "J1516+1932_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.612 x 7.092 at -3.099 degrees (North through East) ! Clean map min=-0.0048531 max=0.31487 Jy/beam ! Writing clean map to FITS file: J1516+1932_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.31487 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000602746 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.574281 0.574281 1.14856 2.29713 4.59425 9.1885 18.377 36.754 73.508 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.314 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.612 x 7.092 at -3.099 degrees (North through East) ! Clean map min=-0.0048531 max=0.31487 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 J1516+1932_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:57:07 2019