! Started logfile: J2010+6116_S_2017_04_28_pus_uvs.log on Thu May 2 16:33:19 2019 obs J2010+6116_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J2010+6116_S_2017_04_28_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.829719 visibilities/baseline/integration-bin. ! Found source: J2010+6116 ! ! 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 671 lines of history. ! ! Reading 12396 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 J2010+6116_S_2017_04_28_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 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 402 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921794Jy sigma=0.008046 ! Fit after self-cal, rms=0.905533Jy sigma=0.007946 ! 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.431 mas, bmaj=3.787 mas, bpa=-18.43 degrees ! Estimated noise=1231.79 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.0740505 Jy ! Component: 100 - total flux cleaned = 0.0982911 Jy ! Total flux subtracted in 100 components = 0.0982911 Jy ! Clean residual min=-0.004908 max=0.010603 Jy/beam ! Clean residual mean=-0.000006 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.0982912 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0982912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100402Jy sigma=0.000697 ! Fit after self-cal, rms=0.100332Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123326 Jy ! Component: 100 - total flux cleaned = 0.0186397 Jy ! Total flux subtracted in 100 components = 0.0186397 Jy ! Clean residual min=-0.004056 max=0.004017 Jy/beam ! Clean residual mean=0.000002 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.116931 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.116931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098721Jy sigma=0.000679 ! Fit after self-cal, rms=0.098681Jy sigma=0.000679 ! 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=4.138 mas, bmaj=4.489 mas, bpa=-1.433 degrees ! Estimated noise=822.579 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.00447819 Jy ! Component: 100 - total flux cleaned = 0.006677 Jy ! Component: 150 - total flux cleaned = 0.00762324 Jy ! Component: 200 - total flux cleaned = 0.00778476 Jy ! Total flux subtracted in 200 components = 0.00778476 Jy ! Clean residual min=-0.002681 max=0.002888 Jy/beam ! Clean residual mean=0.000009 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.124716 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.124716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098438Jy sigma=0.000677 ! Fit after self-cal, rms=0.098434Jy sigma=0.000677 ! 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.94 FD 1.11 HN 1.02 KP 0.94 ! LA 1.00 MK 1.05 NL 0.91 OV 0.94 ! PT 1.05 SC 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.07 KP 0.93 ! LA 0.99 MK 1.09 NL 1.10 OV 1.02 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.03 KP 0.99 ! LA 0.97 MK 1.04 NL 1.03 OV 0.97 ! PT 0.99 SC 0.89 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.12 KP 1.00* ! LA 0.95 MK 0.92 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.098434Jy sigma=0.000677 ! Fit after self-cal, rms=0.094854Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.13 mas, bmaj=4.509 mas, bpa=4.67 degrees ! Estimated noise=824.286 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.000156864 Jy ! Component: 100 - total flux cleaned = 0.000155306 Jy ! Component: 150 - total flux cleaned = 0.000219281 Jy ! Component: 200 - total flux cleaned = 0.000244108 Jy ! Total flux subtracted in 200 components = 0.000244108 Jy ! Clean residual min=-0.002504 max=0.002200 Jy/beam ! Clean residual mean=0.000004 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.12496 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.12496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094816Jy sigma=0.000674 ! Fit after self-cal, rms=0.094772Jy sigma=0.000674 ! 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.094772Jy sigma=0.000674 ! Fit after self-cal, rms=0.096857Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.114 mas, bmaj=4.528 mas, bpa=1.47 degrees ! Estimated noise=826.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.1108e-05 Jy ! Component: 100 - total flux cleaned = 5.55928e-07 Jy ! Component: 150 - total flux cleaned = -4.47257e-05 Jy ! Component: 200 - total flux cleaned = -8.55816e-05 Jy ! Total flux subtracted in 200 components = -8.55816e-05 Jy ! Clean residual min=-0.002127 max=0.002088 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.124874 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.124874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096841Jy sigma=0.000671 ! Fit after self-cal, rms=0.096897Jy sigma=0.000671 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 = -4.36409e-05 Jy ! Component: 100 - total flux cleaned = -0.000105228 Jy ! Component: 150 - total flux cleaned = -0.00014251 Jy ! Component: 200 - total flux cleaned = -0.000176379 Jy ! Total flux subtracted in 200 components = -0.000176379 Jy ! Clean residual min=-0.002137 max=0.002050 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.124698 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.124698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096887Jy sigma=0.000670 ! Fit after self-cal, rms=0.096890Jy sigma=0.000670 ! 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.096890Jy sigma=0.000670 ! Fit after self-cal, rms=0.097390Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=4.527 mas, bpa=2.847 degrees ! Estimated noise=826.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.48208e-05 Jy ! Component: 100 - total flux cleaned = 5.5673e-05 Jy ! Component: 150 - total flux cleaned = 3.86404e-05 Jy ! Component: 200 - total flux cleaned = 6.27585e-06 Jy ! Total flux subtracted in 200 components = 6.27585e-06 Jy ! Clean residual min=-0.002148 max=0.002019 Jy/beam ! Clean residual mean=0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.124704 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 35 components and 0.124704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097380Jy sigma=0.000670 ! Fit after self-cal, rms=0.097390Jy sigma=0.000670 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 = -3.32502e-05 Jy ! Component: 100 - total flux cleaned = -6.47682e-05 Jy ! Component: 150 - total flux cleaned = -0.000108508 Jy ! Component: 200 - total flux cleaned = -0.000136305 Jy ! Total flux subtracted in 200 components = -0.000136305 Jy ! Clean residual min=-0.002166 max=0.002020 Jy/beam ! Clean residual mean=0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.124568 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.124568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097383Jy sigma=0.000670 ! Fit after self-cal, rms=0.097386Jy sigma=0.000670 ! 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.097386Jy sigma=0.000670 ! Fit after self-cal, rms=0.097576Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.328 mas, bmaj=9.236 mas, bpa=64.61 degrees ! Estimated noise=1008.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027908 Jy ! Component: 100 - total flux cleaned = 0.000271063 Jy ! Component: 150 - total flux cleaned = 0.000263117 Jy ! Component: 200 - total flux cleaned = 0.000249515 Jy ! Total flux subtracted in 200 components = 0.000249515 Jy ! Clean residual min=-0.002314 max=0.002657 Jy/beam ! Clean residual mean=0.000003 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.124817 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.124817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097578Jy sigma=0.000670 ! Fit after self-cal, rms=0.097580Jy sigma=0.000670 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 (-93, 39.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238135 Jy ! Component: 100 - total flux cleaned = 0.00333947 Jy ! Component: 150 - total flux cleaned = 0.00383491 Jy ! Component: 200 - total flux cleaned = 0.00429956 Jy ! Total flux subtracted in 200 components = 0.00429956 Jy ! Clean residual min=-0.001865 max=0.001948 Jy/beam ! Clean residual mean=-0.000007 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.129117 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 76 components and 0.129117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097531Jy sigma=0.000670 ! Fit after self-cal, rms=0.097520Jy sigma=0.000670 ! 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=4.095 mas, bmaj=4.525 mas, bpa=4.032 degrees ! Estimated noise=825.797 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.095 x 4.525 at 4.032 degrees (North through East) ! Clean map min=-0.0019906 max=0.097355 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.426 mas, bmaj=3.803 mas, bpa=-12.27 degrees ! Estimated noise=1241.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0747196 Jy ! Component: 100 - total flux cleaned = 0.100345 Jy ! Component: 150 - total flux cleaned = 0.112622 Jy ! Component: 200 - total flux cleaned = 0.119325 Jy ! Total flux subtracted in 200 components = 0.119325 Jy ! Clean residual min=-0.003560 max=0.003709 Jy/beam ! Clean residual mean=-0.000000 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.119325 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.119325 Jy ! Inverting map and beam ! Estimated beam: bmin=4.095 mas, bmaj=4.525 mas, bpa=4.032 degrees ! Estimated noise=825.797 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.00455698 Jy ! Component: 100 - total flux cleaned = 0.00660018 Jy ! Component: 150 - total flux cleaned = 0.00715166 Jy ! Component: 200 - total flux cleaned = 0.00776654 Jy ! Total flux subtracted in 200 components = 0.00776654 Jy ! Clean residual min=-0.002118 max=0.002213 Jy/beam ! Clean residual mean=-0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.127092 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 0.127092 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.328 mas, bmaj=9.236 mas, bpa=64.61 degrees ! Estimated noise=1008.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169645 Jy ! Component: 100 - total flux cleaned = 0.00271772 Jy ! Component: 150 - total flux cleaned = 0.00319202 Jy ! Component: 200 - total flux cleaned = 0.0034796 Jy ! Total flux subtracted in 200 components = 0.0034796 Jy ! Clean residual min=-0.001862 max=0.002061 Jy/beam ! Clean residual mean=-0.000005 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.130571 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.000200273 Jy ! Component: 100 - total flux cleaned = 0.000290987 Jy ! Component: 150 - total flux cleaned = 0.000436763 Jy ! Component: 200 - total flux cleaned = 0.000532972 Jy ! Total flux subtracted in 200 components = 0.000532972 Jy ! Clean residual min=-0.001899 max=0.002019 Jy/beam ! Clean residual mean=-0.000007 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.131104 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 90 components and 0.131104 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.095 mas, bmaj=4.525 mas, bpa=4.032 degrees ! Estimated noise=825.797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000182689 Jy ! Component: 100 - total flux cleaned = -0.000333573 Jy ! Component: 150 - total flux cleaned = -0.000379883 Jy ! Component: 200 - total flux cleaned = -0.000381552 Jy ! Total flux subtracted in 200 components = -0.000381552 Jy ! Clean residual min=-0.002012 max=0.001980 Jy/beam ! Clean residual mean=-0.000002 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.130723 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 112 components and 0.130723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097487Jy sigma=0.000669 ! Fit after self-cal, rms=0.097450Jy sigma=0.000669 wmodel J2010+6116_S_2017_04_28_pus_map.mod ! Writing 112 model components to file: J2010+6116_S_2017_04_28_pus_map.mod wobs J2010+6116_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J2010+6116_S_2017_04_28_pus_uvs.fits wwins J2010+6116_S_2017_04_28_pus_map.win ! wwins: Wrote 2 windows to J2010+6116_S_2017_04_28_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.000450594 Jy ! Component: 100 - total flux cleaned = -0.000485884 Jy ! Component: 150 - total flux cleaned = -0.000485448 Jy ! Component: 200 - total flux cleaned = -0.000454883 Jy ! Component: 250 - total flux cleaned = -0.000516903 Jy ! Component: 300 - total flux cleaned = -0.000576979 Jy ! Component: 350 - total flux cleaned = -0.000693602 Jy ! Component: 400 - total flux cleaned = -0.000807693 Jy ! Component: 450 - total flux cleaned = -0.000836286 Jy ! Component: 500 - total flux cleaned = -0.000919209 Jy ! Component: 550 - total flux cleaned = -0.000946621 Jy ! Component: 600 - total flux cleaned = -0.00107962 Jy ! Component: 650 - total flux cleaned = -0.00115798 Jy ! Component: 700 - total flux cleaned = -0.00123491 Jy ! Component: 750 - total flux cleaned = -0.00120916 Jy ! Component: 800 - total flux cleaned = -0.00120927 Jy ! Component: 850 - total flux cleaned = -0.00123362 Jy ! Component: 900 - total flux cleaned = -0.00118512 Jy ! Component: 950 - total flux cleaned = -0.00116129 Jy ! Component: 1000 - total flux cleaned = -0.00111425 Jy ! Component: 1050 - total flux cleaned = -0.00109085 Jy ! Component: 1100 - total flux cleaned = -0.00106715 Jy ! Component: 1150 - total flux cleaned = -0.00104408 Jy ! Component: 1200 - total flux cleaned = -0.00108913 Jy ! Component: 1250 - total flux cleaned = -0.00102193 Jy ! Component: 1300 - total flux cleaned = -0.00110989 Jy ! Component: 1350 - total flux cleaned = -0.00113131 Jy ! Component: 1400 - total flux cleaned = -0.00106627 Jy ! Component: 1450 - total flux cleaned = -0.00108754 Jy ! Component: 1500 - total flux cleaned = -0.00110903 Jy ! Component: 1550 - total flux cleaned = -0.00115091 Jy ! Component: 1600 - total flux cleaned = -0.00119237 Jy ! Component: 1650 - total flux cleaned = -0.00117194 Jy ! Component: 1700 - total flux cleaned = -0.00125333 Jy ! Component: 1750 - total flux cleaned = -0.00127356 Jy ! Component: 1800 - total flux cleaned = -0.0013932 Jy ! Component: 1850 - total flux cleaned = -0.00141301 Jy ! Component: 1900 - total flux cleaned = -0.00147198 Jy ! Component: 1950 - total flux cleaned = -0.00153029 Jy ! Component: 2000 - total flux cleaned = -0.00158807 Jy ! Component: 2050 - total flux cleaned = -0.00158816 Jy ! Component: 2100 - total flux cleaned = -0.00172082 Jy ! Component: 2150 - total flux cleaned = -0.00177714 Jy ! Component: 2200 - total flux cleaned = -0.00183306 Jy ! Component: 2250 - total flux cleaned = -0.00185197 Jy ! Component: 2300 - total flux cleaned = -0.00194395 Jy ! Component: 2350 - total flux cleaned = -0.00205314 Jy ! Component: 2400 - total flux cleaned = -0.00208907 Jy ! Component: 2450 - total flux cleaned = -0.00219678 Jy ! Component: 2500 - total flux cleaned = -0.00217903 Jy ! Component: 2550 - total flux cleaned = -0.00228523 Jy ! Component: 2600 - total flux cleaned = -0.0023379 Jy ! Component: 2650 - total flux cleaned = -0.00245993 Jy ! Component: 2700 - total flux cleaned = -0.00251169 Jy ! Component: 2750 - total flux cleaned = -0.00258051 Jy ! Component: 2800 - total flux cleaned = -0.00258041 Jy ! Component: 2850 - total flux cleaned = -0.00271633 Jy ! Component: 2900 - total flux cleaned = -0.00273332 Jy ! Component: 2950 - total flux cleaned = -0.00283388 Jy ! Component: 3000 - total flux cleaned = -0.0029337 Jy ! Component: 3050 - total flux cleaned = -0.00298323 Jy ! Component: 3100 - total flux cleaned = -0.00301592 Jy ! Component: 3150 - total flux cleaned = -0.00313011 Jy ! Component: 3200 - total flux cleaned = -0.00316245 Jy ! Component: 3250 - total flux cleaned = -0.00316234 Jy ! Component: 3300 - total flux cleaned = -0.00322622 Jy ! Component: 3350 - total flux cleaned = -0.00327399 Jy ! Component: 3400 - total flux cleaned = -0.00330575 Jy ! Component: 3450 - total flux cleaned = -0.00339986 Jy ! Component: 3500 - total flux cleaned = -0.00344674 Jy ! Component: 3550 - total flux cleaned = -0.00349324 Jy ! Component: 3600 - total flux cleaned = -0.00358548 Jy ! Component: 3650 - total flux cleaned = -0.0036008 Jy ! Component: 3700 - total flux cleaned = -0.00366171 Jy ! Component: 3750 - total flux cleaned = -0.0036617 Jy ! Component: 3800 - total flux cleaned = -0.00375195 Jy ! Component: 3850 - total flux cleaned = -0.00381175 Jy ! Component: 3900 - total flux cleaned = -0.00384156 Jy ! Component: 3950 - total flux cleaned = -0.00396 Jy ! Component: 4000 - total flux cleaned = -0.00394533 Jy ! Component: 4050 - total flux cleaned = -0.00400387 Jy ! Total flux subtracted in 4096 components = -0.00406227 Jy ! Clean residual min=-0.000937 max=0.000969 Jy/beam ! Clean residual mean=0.000002 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.126661 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 399 components and 0.126661 Jy ![Exited script file: muppet] wmap "J2010+6116_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.095 x 4.525 at 4.032 degrees (North through East) ! Clean map min=-0.0016629 max=0.096943 Jy/beam ! Writing clean map to FITS file: J2010+6116_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0969425 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260071 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.804821 0.804821 1.60964 3.21928 6.43857 12.8771 25.7543 51.5085 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.096 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.095 x 4.525 at 4.032 degrees (North through East) ! Clean map min=-0.0016629 max=0.096943 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 J2010+6116_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:33:24 2019