! Started logfile: J0151+2517_S_2017_08_05_pus_uvs.log on Thu May 9 19:16:52 2019 obs J0151+2517_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0151+2517_S_2017_08_05_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.950201 visibilities/baseline/integration-bin. ! Found source: J0151+2517 ! ! 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 513 lines of history. ! ! Reading 14196 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 J0151+2517_S_2017_08_05_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 496 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.873572Jy sigma=0.008702 ! Fit after self-cal, rms=0.869946Jy sigma=0.008670 ! 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.807 mas, bmaj=6.239 mas, bpa=-2.926 degrees ! Estimated noise=921.024 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.100003 Jy ! Component: 100 - total flux cleaned = 0.124102 Jy ! Total flux subtracted in 100 components = 0.124102 Jy ! Clean residual min=-0.003896 max=0.009236 Jy/beam ! Clean residual mean=-0.000016 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 0.124102 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.124102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077022Jy sigma=0.000697 ! Fit after self-cal, rms=0.077024Jy sigma=0.000697 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100582 Jy ! Component: 100 - total flux cleaned = 0.015719 Jy ! Total flux subtracted in 100 components = 0.015719 Jy ! Clean residual min=-0.003824 max=0.003608 Jy/beam ! Clean residual mean=-0.000008 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.139821 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.139821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075336Jy sigma=0.000683 ! Fit after self-cal, rms=0.075341Jy sigma=0.000683 ! 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.337 mas, bmaj=7.047 mas, bpa=-3.012 degrees ! Estimated noise=707.154 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.00401758 Jy ! Component: 100 - total flux cleaned = 0.00639291 Jy ! Component: 150 - total flux cleaned = 0.00794644 Jy ! Component: 200 - total flux cleaned = 0.00897338 Jy ! Total flux subtracted in 200 components = 0.00897338 Jy ! Clean residual min=-0.003034 max=0.003351 Jy/beam ! Clean residual mean=-0.000008 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.148795 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.148795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075031Jy sigma=0.000681 ! Fit after self-cal, rms=0.075040Jy sigma=0.000681 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 0.98 KP 1.04 ! LA 1.03 MK 1.00 NL 0.89 OV 1.01 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.03 HN 0.99 KP 1.02 ! LA 0.97 MK 1.03 NL 1.03 OV 1.05 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.07 HN 0.99 KP 0.89 ! LA 0.79 MK 1.05 NL 1.21 OV 0.96 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 0.97 KP 1.00* ! LA 0.91 MK 1.18 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.075040Jy sigma=0.000681 ! Fit after self-cal, rms=0.072601Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.36 mas, bmaj=7.068 mas, bpa=-2.755 degrees ! Estimated noise=709.493 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.000655302 Jy ! Component: 100 - total flux cleaned = -0.000858385 Jy ! Component: 150 - total flux cleaned = -0.00100452 Jy ! Component: 200 - total flux cleaned = -0.00107701 Jy ! Total flux subtracted in 200 components = -0.00107701 Jy ! Clean residual min=-0.002223 max=0.002123 Jy/beam ! Clean residual mean=-0.000008 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.147718 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.147718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072583Jy sigma=0.000668 ! Fit after self-cal, rms=0.072549Jy sigma=0.000668 ! 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.072549Jy sigma=0.000668 ! Fit after self-cal, rms=0.072602Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=7.089 mas, bpa=-2.768 degrees ! Estimated noise=710.038 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000581921 Jy ! Component: 100 - total flux cleaned = -0.000689753 Jy ! Component: 150 - total flux cleaned = -0.000754237 Jy ! Component: 200 - total flux cleaned = -0.000827855 Jy ! Total flux subtracted in 200 components = -0.000827855 Jy ! Clean residual min=-0.001915 max=0.001757 Jy/beam ! Clean residual mean=-0.000004 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.14689 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.14689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072592Jy sigma=0.000664 ! Fit after self-cal, rms=0.072615Jy sigma=0.000664 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.48095e-05 Jy ! Component: 100 - total flux cleaned = -0.000136581 Jy ! Component: 150 - total flux cleaned = -0.000181635 Jy ! Component: 200 - total flux cleaned = -0.000223015 Jy ! Total flux subtracted in 200 components = -0.000223015 Jy ! Clean residual min=-0.001917 max=0.001748 Jy/beam ! Clean residual mean=-0.000004 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.146667 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.146667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072611Jy sigma=0.000664 ! Fit after self-cal, rms=0.072610Jy sigma=0.000664 ! 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.072610Jy sigma=0.000664 ! Fit after self-cal, rms=0.072796Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.101 mas, bpa=-2.713 degrees ! Estimated noise=710.451 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0004503 Jy ! Component: 100 - total flux cleaned = -0.000529995 Jy ! Component: 150 - total flux cleaned = -0.00060044 Jy ! Component: 200 - total flux cleaned = -0.000642546 Jy ! Total flux subtracted in 200 components = -0.000642546 Jy ! Clean residual min=-0.001869 max=0.001712 Jy/beam ! Clean residual mean=-0.000004 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.146024 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.146024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072790Jy sigma=0.000664 ! Fit after self-cal, rms=0.072794Jy sigma=0.000664 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.83529e-05 Jy ! Component: 100 - total flux cleaned = -8.33754e-05 Jy ! Component: 150 - total flux cleaned = -0.000124751 Jy ! Component: 200 - total flux cleaned = -0.000154686 Jy ! Total flux subtracted in 200 components = -0.000154686 Jy ! Clean residual min=-0.001871 max=0.001706 Jy/beam ! Clean residual mean=-0.000004 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.145869 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.145869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072792Jy sigma=0.000664 ! Fit after self-cal, rms=0.072791Jy sigma=0.000664 ! 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.072791Jy sigma=0.000664 ! Fit after self-cal, rms=0.072878Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.416 mas, bmaj=10.66 mas, bpa=-6.894 degrees ! Estimated noise=875.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000462709 Jy ! Component: 100 - total flux cleaned = -0.000567507 Jy ! Component: 150 - total flux cleaned = -0.000591075 Jy ! Component: 200 - total flux cleaned = -0.000600996 Jy ! Total flux subtracted in 200 components = -0.000600996 Jy ! Clean residual min=-0.001776 max=0.001701 Jy/beam ! Clean residual mean=-0.000009 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.145268 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 59 components and 0.145268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072877Jy sigma=0.000664 ! Fit after self-cal, rms=0.072879Jy sigma=0.000664 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.22153e-05 Jy ! Component: 100 - total flux cleaned = -2.78716e-05 Jy ! Component: 150 - total flux cleaned = -1.52508e-05 Jy ! Component: 200 - total flux cleaned = -7.60312e-06 Jy ! Total flux subtracted in 200 components = -7.60312e-06 Jy ! Clean residual min=-0.001778 max=0.001692 Jy/beam ! Clean residual mean=-0.000009 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.145261 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 61 components and 0.145261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072880Jy sigma=0.000664 ! Fit after self-cal, rms=0.072880Jy 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.383 mas, bmaj=7.109 mas, bpa=-2.671 degrees ! Estimated noise=710.698 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.383 x 7.109 at -2.671 degrees (North through East) ! Clean map min=-0.0017762 max=0.13133 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.845 mas, bmaj=6.299 mas, bpa=-2.509 degrees ! Estimated noise=936.161 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101461 Jy ! Component: 100 - total flux cleaned = 0.125834 Jy ! Component: 150 - total flux cleaned = 0.135036 Jy ! Component: 200 - total flux cleaned = 0.139636 Jy ! Total flux subtracted in 200 components = 0.139636 Jy ! Clean residual min=-0.002485 max=0.002410 Jy/beam ! Clean residual mean=-0.000004 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.139636 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.139636 Jy ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=7.109 mas, bpa=-2.671 degrees ! Estimated noise=710.698 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.0028949 Jy ! Component: 100 - total flux cleaned = 0.00437167 Jy ! Component: 150 - total flux cleaned = 0.00501652 Jy ! Component: 200 - total flux cleaned = 0.00519616 Jy ! Total flux subtracted in 200 components = 0.00519616 Jy ! Clean residual min=-0.001804 max=0.001731 Jy/beam ! Clean residual mean=-0.000004 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.144832 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 38 components and 0.144832 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=7.416 mas, bmaj=10.66 mas, bpa=-6.894 degrees ! Estimated noise=875.993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170068 Jy ! Component: 100 - total flux cleaned = 0.000230535 Jy ! Component: 150 - total flux cleaned = 0.00026739 Jy ! Component: 200 - total flux cleaned = 0.00029669 Jy ! Total flux subtracted in 200 components = 0.00029669 Jy ! Clean residual min=-0.001758 max=0.001718 Jy/beam ! Clean residual mean=-0.000009 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.145129 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 = 1.82923e-05 Jy ! Component: 100 - total flux cleaned = 3.41228e-05 Jy ! Component: 150 - total flux cleaned = 4.80045e-05 Jy ! Component: 200 - total flux cleaned = 6.06495e-05 Jy ! Total flux subtracted in 200 components = 6.06495e-05 Jy ! Clean residual min=-0.001759 max=0.001719 Jy/beam ! Clean residual mean=-0.000009 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.145189 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.145189 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=7.109 mas, bpa=-2.671 degrees ! Estimated noise=710.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.09191e-05 Jy ! Component: 100 - total flux cleaned = -2.18138e-05 Jy ! Component: 150 - total flux cleaned = -4.26747e-06 Jy ! Component: 200 - total flux cleaned = 2.67924e-05 Jy ! Total flux subtracted in 200 components = 2.67924e-05 Jy ! Clean residual min=-0.001811 max=0.001711 Jy/beam ! Clean residual mean=-0.000004 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.145216 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.145216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072903Jy sigma=0.000664 ! Fit after self-cal, rms=0.072897Jy sigma=0.000664 wmodel J0151+2517_S_2017_08_05_pus_map.mod ! Writing 61 model components to file: J0151+2517_S_2017_08_05_pus_map.mod wobs J0151+2517_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0151+2517_S_2017_08_05_pus_uvs.fits wwins J0151+2517_S_2017_08_05_pus_map.win ! wwins: Wrote 1 windows to J0151+2517_S_2017_08_05_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.000609778 Jy ! Component: 100 - total flux cleaned = -0.000983637 Jy ! Component: 150 - total flux cleaned = -0.00104212 Jy ! Component: 200 - total flux cleaned = -0.00109886 Jy ! Component: 250 - total flux cleaned = -0.00120945 Jy ! Component: 300 - total flux cleaned = -0.00118271 Jy ! Component: 350 - total flux cleaned = -0.00120916 Jy ! Component: 400 - total flux cleaned = -0.00128572 Jy ! Component: 450 - total flux cleaned = -0.00136103 Jy ! Component: 500 - total flux cleaned = -0.00145937 Jy ! Component: 550 - total flux cleaned = -0.0015797 Jy ! Component: 600 - total flux cleaned = -0.00167456 Jy ! Component: 650 - total flux cleaned = -0.00176806 Jy ! Component: 700 - total flux cleaned = -0.00183701 Jy ! Component: 750 - total flux cleaned = -0.00195024 Jy ! Component: 800 - total flux cleaned = -0.00203909 Jy ! Component: 850 - total flux cleaned = -0.00210509 Jy ! Component: 900 - total flux cleaned = -0.00219192 Jy ! Component: 950 - total flux cleaned = -0.00229871 Jy ! Component: 1000 - total flux cleaned = -0.00229848 Jy ! Component: 1050 - total flux cleaned = -0.00234044 Jy ! Component: 1100 - total flux cleaned = -0.00242316 Jy ! Component: 1150 - total flux cleaned = -0.00250459 Jy ! Component: 1200 - total flux cleaned = -0.0025851 Jy ! Component: 1250 - total flux cleaned = -0.00260487 Jy ! Component: 1300 - total flux cleaned = -0.00266394 Jy ! Component: 1350 - total flux cleaned = -0.00274177 Jy ! Component: 1400 - total flux cleaned = -0.00278014 Jy ! Component: 1450 - total flux cleaned = -0.00283748 Jy ! Component: 1500 - total flux cleaned = -0.00285655 Jy ! Component: 1550 - total flux cleaned = -0.0029129 Jy ! Component: 1600 - total flux cleaned = -0.00302405 Jy ! Component: 1650 - total flux cleaned = -0.0030973 Jy ! Component: 1700 - total flux cleaned = -0.00322385 Jy ! Component: 1750 - total flux cleaned = -0.00324155 Jy ! Component: 1800 - total flux cleaned = -0.0033484 Jy ! Component: 1850 - total flux cleaned = -0.00338385 Jy ! Component: 1900 - total flux cleaned = -0.0034886 Jy ! Component: 1950 - total flux cleaned = -0.00348874 Jy ! Component: 2000 - total flux cleaned = -0.00350623 Jy ! Component: 2050 - total flux cleaned = -0.00364195 Jy ! Component: 2100 - total flux cleaned = -0.00367538 Jy ! Component: 2150 - total flux cleaned = -0.00370856 Jy ! Component: 2200 - total flux cleaned = -0.00379147 Jy ! Component: 2250 - total flux cleaned = -0.00382429 Jy ! Component: 2300 - total flux cleaned = -0.00388916 Jy ! Component: 2350 - total flux cleaned = -0.00388926 Jy ! Component: 2400 - total flux cleaned = -0.00398529 Jy ! Component: 2450 - total flux cleaned = -0.004033 Jy ! Component: 2500 - total flux cleaned = -0.00398555 Jy ! Component: 2550 - total flux cleaned = -0.0040167 Jy ! Component: 2600 - total flux cleaned = -0.00398555 Jy ! Component: 2650 - total flux cleaned = -0.00404724 Jy ! Component: 2700 - total flux cleaned = -0.00406242 Jy ! Component: 2750 - total flux cleaned = -0.0041229 Jy ! Component: 2800 - total flux cleaned = -0.00407754 Jy ! Component: 2850 - total flux cleaned = -0.00412265 Jy ! Component: 2900 - total flux cleaned = -0.00412255 Jy ! Component: 2950 - total flux cleaned = -0.00415232 Jy ! Component: 3000 - total flux cleaned = -0.00413769 Jy ! Component: 3050 - total flux cleaned = -0.00416695 Jy ! Component: 3100 - total flux cleaned = -0.00421031 Jy ! Component: 3150 - total flux cleaned = -0.00422463 Jy ! Component: 3200 - total flux cleaned = -0.00423878 Jy ! Component: 3250 - total flux cleaned = -0.00426721 Jy ! Component: 3300 - total flux cleaned = -0.00429545 Jy ! Component: 3350 - total flux cleaned = -0.00428152 Jy ! Component: 3400 - total flux cleaned = -0.00435086 Jy ! Component: 3450 - total flux cleaned = -0.00435095 Jy ! Component: 3500 - total flux cleaned = -0.00439183 Jy ! Component: 3550 - total flux cleaned = -0.00441905 Jy ! Component: 3600 - total flux cleaned = -0.00441899 Jy ! Component: 3650 - total flux cleaned = -0.00447281 Jy ! Component: 3700 - total flux cleaned = -0.00451289 Jy ! Component: 3750 - total flux cleaned = -0.00444664 Jy ! Component: 3800 - total flux cleaned = -0.00445987 Jy ! Component: 3850 - total flux cleaned = -0.00445988 Jy ! Component: 3900 - total flux cleaned = -0.00449884 Jy ! Component: 3950 - total flux cleaned = -0.00449883 Jy ! Component: 4000 - total flux cleaned = -0.00446025 Jy ! Component: 4050 - total flux cleaned = -0.00446019 Jy ! Total flux subtracted in 4096 components = -0.00447288 Jy ! Clean residual min=-0.000818 max=0.000747 Jy/beam ! Clean residual mean=-0.000001 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.140743 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 356 components and 0.140743 Jy ![Exited script file: muppet] wmap "J0151+2517_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.383 x 7.109 at -2.671 degrees (North through East) ! Clean map min=-0.001542 max=0.13128 Jy/beam ! Writing clean map to FITS file: J0151+2517_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.13128 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234672 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.536272 0.536272 1.07254 2.14509 4.29018 8.58035 17.1607 34.3214 68.6428 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.131 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.383 x 7.109 at -2.671 degrees (North through East) ! Clean map min=-0.001542 max=0.13128 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 J0151+2517_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:16:57 2019