! Started logfile: J1510+5702_S_2017_04_28_pus_uvs.log on Thu May 2 16:28:23 2019 obs J1510+5702_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J1510+5702_S_2017_04_28_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.747222 visibilities/baseline/integration-bin. ! Found source: J1510+5702 ! ! 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 3228 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 J1510+5702_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.813714Jy sigma=0.007381 ! Fit after self-cal, rms=0.811065Jy sigma=0.007359 ! 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.834 mas, bmaj=4.093 mas, bpa=-31.04 degrees ! Estimated noise=1916.57 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.140753 Jy ! Component: 100 - total flux cleaned = 0.179696 Jy ! Total flux subtracted in 100 components = 0.179696 Jy ! Clean residual min=-0.011155 max=0.015763 Jy/beam ! Clean residual mean=-0.000038 rms=0.002461 Jy/beam ! Combined flux in latest and established models = 0.179696 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.179696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122759Jy sigma=0.000744 ! Fit after self-cal, rms=0.122689Jy sigma=0.000743 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169463 Jy ! Component: 100 - total flux cleaned = 0.0253105 Jy ! Total flux subtracted in 100 components = 0.0253105 Jy ! Clean residual min=-0.011034 max=0.007843 Jy/beam ! Clean residual mean=-0.000039 rms=0.002235 Jy/beam ! Combined flux in latest and established models = 0.205007 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.205007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118575Jy sigma=0.000722 ! Fit after self-cal, rms=0.118544Jy sigma=0.000722 ! 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.507 mas, bmaj=4.793 mas, bpa=-7.764 degrees ! Estimated noise=1574.41 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.00598313 Jy ! Component: 100 - total flux cleaned = 0.00940876 Jy ! Component: 150 - total flux cleaned = 0.0115041 Jy ! Component: 200 - total flux cleaned = 0.012096 Jy ! Total flux subtracted in 200 components = 0.012096 Jy ! Clean residual min=-0.011392 max=0.007548 Jy/beam ! Clean residual mean=-0.000083 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.217103 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.217103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117564Jy sigma=0.000722 ! Fit after self-cal, rms=0.117562Jy sigma=0.000722 ! 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.98 FD 0.98 HN 1.03 KP 1.00 ! LA 0.97 MK 1.01 NL 0.98 OV 1.03 ! PT 1.08 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.91 HN 1.02 KP 1.00 ! LA 0.98 MK 1.02 NL 1.08 OV 1.08 ! PT 1.09 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.03 KP 0.99 ! LA 1.03 MK 1.02 NL 1.04 OV 1.01 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 0.95 KP 1.00* ! LA 1.00 MK 0.99 NL 1.00* OV 1.00* ! PT 1.11 SC 1.00* ! ! ! Fit before self-cal, rms=0.117562Jy sigma=0.000722 ! Fit after self-cal, rms=0.114175Jy sigma=0.000714 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.494 mas, bmaj=4.783 mas, bpa=-6.095 degrees ! Estimated noise=1616.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.00432094 Jy ! Component: 100 - total flux cleaned = 0.00607635 Jy ! Component: 150 - total flux cleaned = 0.00640331 Jy ! Component: 200 - total flux cleaned = 0.00672954 Jy ! Total flux subtracted in 200 components = 0.00672954 Jy ! Clean residual min=-0.011201 max=0.007597 Jy/beam ! Clean residual mean=-0.000090 rms=0.002294 Jy/beam ! Combined flux in latest and established models = 0.223832 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.223832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113544Jy sigma=0.000715 ! Fit after self-cal, rms=0.113510Jy sigma=0.000715 ! 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.113510Jy sigma=0.000715 ! Fit after self-cal, rms=0.082235Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.499 mas, bmaj=4.81 mas, bpa=-6.352 degrees ! Estimated noise=1615.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00145158 Jy ! Component: 100 - total flux cleaned = -0.00162394 Jy ! Component: 150 - total flux cleaned = -0.00178079 Jy ! Component: 200 - total flux cleaned = -0.00195415 Jy ! Total flux subtracted in 200 components = -0.00195415 Jy ! Clean residual min=-0.005779 max=0.004277 Jy/beam ! Clean residual mean=0.000020 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.221878 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 0.221878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082178Jy sigma=0.000656 ! Fit after self-cal, rms=0.082108Jy sigma=0.000656 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.000130899 Jy ! Component: 100 - total flux cleaned = -0.000252564 Jy ! Component: 150 - total flux cleaned = -0.000277783 Jy ! Component: 200 - total flux cleaned = -0.000302476 Jy ! Total flux subtracted in 200 components = -0.000302476 Jy ! Clean residual min=-0.005784 max=0.004265 Jy/beam ! Clean residual mean=0.000019 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.221576 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.221576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082082Jy sigma=0.000655 ! Fit after self-cal, rms=0.082082Jy sigma=0.000655 ! 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.082082Jy sigma=0.000655 ! Fit after self-cal, rms=0.082344Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.511 mas, bmaj=4.834 mas, bpa=-7.303 degrees ! Estimated noise=1617.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000948385 Jy ! Component: 100 - total flux cleaned = -0.00107157 Jy ! Component: 150 - total flux cleaned = -0.00117897 Jy ! Component: 200 - total flux cleaned = -0.00125223 Jy ! Total flux subtracted in 200 components = -0.00125223 Jy ! Clean residual min=-0.005778 max=0.004199 Jy/beam ! Clean residual mean=0.000019 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.220323 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.220323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082317Jy sigma=0.000655 ! Fit after self-cal, rms=0.082319Jy sigma=0.000655 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.000102775 Jy ! Component: 100 - total flux cleaned = -0.000125036 Jy ! Component: 150 - total flux cleaned = -0.000186836 Jy ! Component: 200 - total flux cleaned = -0.000225155 Jy ! Total flux subtracted in 200 components = -0.000225155 Jy ! Clean residual min=-0.005782 max=0.004194 Jy/beam ! Clean residual mean=0.000019 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.220098 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.220098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082303Jy sigma=0.000655 ! Fit after self-cal, rms=0.082303Jy sigma=0.000655 ! 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.082303Jy sigma=0.000655 ! Fit after self-cal, rms=0.082449Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.313 mas, bmaj=8.64 mas, bpa=20.07 degrees ! Estimated noise=1931.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000898734 Jy ! Component: 100 - total flux cleaned = -0.00107476 Jy ! Component: 150 - total flux cleaned = -0.00114897 Jy ! Component: 200 - total flux cleaned = -0.00119734 Jy ! Total flux subtracted in 200 components = -0.00119734 Jy ! Clean residual min=-0.006089 max=0.005241 Jy/beam ! Clean residual mean=0.000040 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.218901 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.218901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082445Jy sigma=0.000655 ! Fit after self-cal, rms=0.082447Jy sigma=0.000655 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.82931e-06 Jy ! Component: 100 - total flux cleaned = -1.44261e-05 Jy ! Component: 150 - total flux cleaned = -4.80478e-05 Jy ! Component: 200 - total flux cleaned = -8.22042e-05 Jy ! Total flux subtracted in 200 components = -8.22042e-05 Jy ! Clean residual min=-0.006060 max=0.005248 Jy/beam ! Clean residual mean=0.000040 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.218819 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.218819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082444Jy sigma=0.000655 ! Fit after self-cal, rms=0.082445Jy sigma=0.000655 ! 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.519 mas, bmaj=4.85 mas, bpa=-8.492 degrees ! Estimated noise=1618.8 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.519 x 4.85 at -8.492 degrees (North through East) ! Clean map min=-0.0056025 max=0.18895 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.857 mas, bmaj=4.135 mas, bpa=-28.44 degrees ! Estimated noise=1968.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144316 Jy ! Component: 100 - total flux cleaned = 0.184523 Jy ! Component: 150 - total flux cleaned = 0.201447 Jy ! Component: 200 - total flux cleaned = 0.20991 Jy ! Total flux subtracted in 200 components = 0.20991 Jy ! Clean residual min=-0.005176 max=0.005265 Jy/beam ! Clean residual mean=0.000008 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.20991 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.20991 Jy ! Inverting map and beam ! Estimated beam: bmin=4.519 mas, bmaj=4.85 mas, bpa=-8.492 degrees ! Estimated noise=1618.8 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.00490454 Jy ! Component: 100 - total flux cleaned = 0.00731585 Jy ! Component: 150 - total flux cleaned = 0.00776743 Jy ! Component: 200 - total flux cleaned = 0.00815347 Jy ! Total flux subtracted in 200 components = 0.00815347 Jy ! Clean residual min=-0.005692 max=0.004297 Jy/beam ! Clean residual mean=0.000018 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.218064 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.218064 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.313 mas, bmaj=8.64 mas, bpa=20.07 degrees ! Estimated noise=1931.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000448847 Jy ! Component: 100 - total flux cleaned = 0.000489819 Jy ! Component: 150 - total flux cleaned = 0.000534243 Jy ! Component: 200 - total flux cleaned = 0.000556404 Jy ! Total flux subtracted in 200 components = 0.000556404 Jy ! Clean residual min=-0.006047 max=0.005203 Jy/beam ! Clean residual mean=0.000040 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.21862 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 = 9.71311e-06 Jy ! Component: 100 - total flux cleaned = 1.81478e-05 Jy ! Component: 150 - total flux cleaned = 1.83281e-05 Jy ! Component: 200 - total flux cleaned = 1.841e-05 Jy ! Total flux subtracted in 200 components = 1.841e-05 Jy ! Clean residual min=-0.006038 max=0.005207 Jy/beam ! Clean residual mean=0.000040 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.218639 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 35 components and 0.218639 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.519 mas, bmaj=4.85 mas, bpa=-8.492 degrees ! Estimated noise=1618.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.70104e-05 Jy ! Component: 100 - total flux cleaned = -4.16886e-05 Jy ! Component: 150 - total flux cleaned = -4.15995e-05 Jy ! Component: 200 - total flux cleaned = -4.23655e-05 Jy ! Total flux subtracted in 200 components = -4.23655e-05 Jy ! Clean residual min=-0.005724 max=0.004251 Jy/beam ! Clean residual mean=0.000019 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.218596 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 39 components and 0.218596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082590Jy sigma=0.000656 ! Fit after self-cal, rms=0.082555Jy sigma=0.000655 wmodel J1510+5702_S_2017_04_28_pus_map.mod ! Writing 39 model components to file: J1510+5702_S_2017_04_28_pus_map.mod wobs J1510+5702_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J1510+5702_S_2017_04_28_pus_uvs.fits wwins J1510+5702_S_2017_04_28_pus_map.win ! wwins: Wrote 1 windows to J1510+5702_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.00151401 Jy ! Component: 100 - total flux cleaned = -0.00143618 Jy ! Component: 150 - total flux cleaned = -0.00129715 Jy ! Component: 200 - total flux cleaned = -0.00135979 Jy ! Component: 250 - total flux cleaned = -0.00136222 Jy ! Component: 300 - total flux cleaned = -0.00130394 Jy ! Component: 350 - total flux cleaned = -0.0011877 Jy ! Component: 400 - total flux cleaned = -0.000738022 Jy ! Component: 450 - total flux cleaned = -0.000683858 Jy ! Component: 500 - total flux cleaned = -0.000467495 Jy ! Component: 550 - total flux cleaned = -0.000151389 Jy ! Component: 600 - total flux cleaned = -4.84168e-05 Jy ! Component: 650 - total flux cleaned = 0.000204872 Jy ! Component: 700 - total flux cleaned = 0.000503343 Jy ! Component: 750 - total flux cleaned = 0.000699107 Jy ! Component: 800 - total flux cleaned = 0.00084363 Jy ! Component: 850 - total flux cleaned = 0.00108092 Jy ! Component: 900 - total flux cleaned = 0.00136111 Jy ! Component: 950 - total flux cleaned = 0.001407 Jy ! Component: 1000 - total flux cleaned = 0.00158958 Jy ! Component: 1050 - total flux cleaned = 0.00176888 Jy ! Component: 1100 - total flux cleaned = 0.00190278 Jy ! Component: 1150 - total flux cleaned = 0.00207709 Jy ! Component: 1200 - total flux cleaned = 0.00216396 Jy ! Component: 1250 - total flux cleaned = 0.00250592 Jy ! Component: 1300 - total flux cleaned = 0.00254801 Jy ! Component: 1350 - total flux cleaned = 0.00267288 Jy ! Component: 1400 - total flux cleaned = 0.00279663 Jy ! Component: 1450 - total flux cleaned = 0.00291873 Jy ! Component: 1500 - total flux cleaned = 0.00316084 Jy ! Component: 1550 - total flux cleaned = 0.00316061 Jy ! Component: 1600 - total flux cleaned = 0.00327901 Jy ! Component: 1650 - total flux cleaned = 0.00331884 Jy ! Component: 1700 - total flux cleaned = 0.00355154 Jy ! Component: 1750 - total flux cleaned = 0.00359049 Jy ! Component: 1800 - total flux cleaned = 0.00378026 Jy ! Component: 1850 - total flux cleaned = 0.00389309 Jy ! Component: 1900 - total flux cleaned = 0.00396738 Jy ! Component: 1950 - total flux cleaned = 0.00411445 Jy ! Component: 2000 - total flux cleaned = 0.00429665 Jy ! Component: 2050 - total flux cleaned = 0.0042968 Jy ! Component: 2100 - total flux cleaned = 0.00443971 Jy ! Component: 2150 - total flux cleaned = 0.00443999 Jy ! Component: 2200 - total flux cleaned = 0.00447509 Jy ! Component: 2250 - total flux cleaned = 0.00475408 Jy ! Component: 2300 - total flux cleaned = 0.0046503 Jy ! Component: 2350 - total flux cleaned = 0.00475278 Jy ! Component: 2400 - total flux cleaned = 0.00482069 Jy ! Component: 2450 - total flux cleaned = 0.00478661 Jy ! Component: 2500 - total flux cleaned = 0.00478663 Jy ! Component: 2550 - total flux cleaned = 0.00468722 Jy ! Component: 2600 - total flux cleaned = 0.00475291 Jy ! Component: 2650 - total flux cleaned = 0.0046878 Jy ! Component: 2700 - total flux cleaned = 0.00471995 Jy ! Component: 2750 - total flux cleaned = 0.00468774 Jy ! Component: 2800 - total flux cleaned = 0.00462396 Jy ! Component: 2850 - total flux cleaned = 0.00456032 Jy ! Component: 2900 - total flux cleaned = 0.00459215 Jy ! Component: 2950 - total flux cleaned = 0.00456089 Jy ! Component: 3000 - total flux cleaned = 0.00462261 Jy ! Component: 3050 - total flux cleaned = 0.00474518 Jy ! Component: 3100 - total flux cleaned = 0.00453126 Jy ! Component: 3150 - total flux cleaned = 0.00456175 Jy ! Component: 3200 - total flux cleaned = 0.00465178 Jy ! Component: 3250 - total flux cleaned = 0.00456199 Jy ! Component: 3300 - total flux cleaned = 0.00450283 Jy ! Component: 3350 - total flux cleaned = 0.00462041 Jy ! Component: 3400 - total flux cleaned = 0.00453265 Jy ! Component: 3450 - total flux cleaned = 0.00456191 Jy ! Component: 3500 - total flux cleaned = 0.00459101 Jy ! Component: 3550 - total flux cleaned = 0.00470563 Jy ! Component: 3600 - total flux cleaned = 0.00459153 Jy ! Component: 3650 - total flux cleaned = 0.00467665 Jy ! Component: 3700 - total flux cleaned = 0.00467644 Jy ! Component: 3750 - total flux cleaned = 0.00484417 Jy ! Component: 3800 - total flux cleaned = 0.00484389 Jy ! Component: 3850 - total flux cleaned = 0.00481614 Jy ! Component: 3900 - total flux cleaned = 0.00481597 Jy ! Component: 3950 - total flux cleaned = 0.00481584 Jy ! Component: 4000 - total flux cleaned = 0.00495145 Jy ! Component: 4050 - total flux cleaned = 0.00497833 Jy ! Total flux subtracted in 4096 components = 0.00492461 Jy ! Clean residual min=-0.001844 max=0.001592 Jy/beam ! Clean residual mean=0.000007 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.223521 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 308 components and 0.223521 Jy ![Exited script file: muppet] wmap "J1510+5702_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.519 x 4.85 at -8.492 degrees (North through East) ! Clean map min=-0.0036654 max=0.18914 Jy/beam ! Writing clean map to FITS file: J1510+5702_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.189144 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000472656 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.749679 0.749679 1.49936 2.99872 5.99743 11.9949 23.9897 47.9794 95.9589 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.189 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.519 x 4.85 at -8.492 degrees (North through East) ! Clean map min=-0.0036654 max=0.18914 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 J1510+5702_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:28:27 2019