! Started logfile: J1139+6547_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:40:00 2019 obs J1139+6547_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1139+6547_S_2017_03_27_pus_uva.fits ! AN table 1: 230 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.884734 visibilities/baseline/integration-bin. ! Found source: J1139+6547 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 1684 lines of history. ! ! Reading 36628 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 J1139+6547_S_2017_03_27_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 143 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 834 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908115Jy sigma=0.007831 ! Fit after self-cal, rms=0.897839Jy sigma=0.007752 ! 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.227 mas, bmaj=4.003 mas, bpa=63.06 degrees ! Estimated noise=852.087 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.0787284 Jy ! Component: 100 - total flux cleaned = 0.10254 Jy ! Total flux subtracted in 100 components = 0.10254 Jy ! Clean residual min=-0.003849 max=0.009908 Jy/beam ! Clean residual mean=-0.000011 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.10254 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.10254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084919Jy sigma=0.000680 ! Fit after self-cal, rms=0.084867Jy sigma=0.000680 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108773 Jy ! Component: 100 - total flux cleaned = 0.0156648 Jy ! Total flux subtracted in 100 components = 0.0156648 Jy ! Clean residual min=-0.002768 max=0.002914 Jy/beam ! Clean residual mean=-0.000004 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.118204 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.118204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083458Jy sigma=0.000665 ! Fit after self-cal, rms=0.083443Jy sigma=0.000665 ! 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.041 mas, bmaj=4.893 mas, bpa=61.42 degrees ! Estimated noise=466.407 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 (3.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392169 Jy ! Component: 100 - total flux cleaned = 0.00590013 Jy ! Component: 150 - total flux cleaned = 0.00704081 Jy ! Component: 200 - total flux cleaned = 0.00762347 Jy ! Total flux subtracted in 200 components = 0.00762347 Jy ! Clean residual min=-0.001636 max=0.001896 Jy/beam ! Clean residual mean=-0.000002 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.125828 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.125828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083286Jy sigma=0.000663 ! Fit after self-cal, rms=0.083281Jy sigma=0.000663 ! 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.02 FD 0.96 HN 0.98 KP 1.05 ! LA 0.98 MK 1.04 NL 0.96 OV 1.01 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 1.01 KP 1.00 ! LA 0.97 MK 1.02 NL 1.01 OV 1.05 ! PT 0.94 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.04 HN 1.01 KP 0.98 ! LA 0.96 MK 1.04 NL 0.98 OV 0.95 ! PT 0.92 SC 1.00 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 0.97 KP 1.00* ! LA 1.01 MK 0.96 NL 1.00* OV 1.61 ! PT 1.03 SC 0.91 ! ! ! Fit before self-cal, rms=0.083281Jy sigma=0.000663 ! Fit after self-cal, rms=0.086165Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.053 mas, bmaj=4.909 mas, bpa=61.1 degrees ! Estimated noise=464.485 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.000253785 Jy ! Component: 100 - total flux cleaned = 0.000226385 Jy ! Component: 150 - total flux cleaned = 0.000268533 Jy ! Component: 200 - total flux cleaned = 0.000268817 Jy ! Total flux subtracted in 200 components = 0.000268817 Jy ! Clean residual min=-0.001615 max=0.001478 Jy/beam ! Clean residual mean=0.000007 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.126097 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 53 components and 0.126097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086149Jy sigma=0.000659 ! Fit after self-cal, rms=0.086239Jy sigma=0.000658 ! 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.086239Jy sigma=0.000658 ! Fit after self-cal, rms=0.087833Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.044 mas, bmaj=4.903 mas, bpa=60.37 degrees ! Estimated noise=464.188 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00045583 Jy ! Component: 100 - total flux cleaned = 0.000436811 Jy ! Component: 150 - total flux cleaned = 0.000436286 Jy ! Component: 200 - total flux cleaned = 0.000466623 Jy ! Total flux subtracted in 200 components = 0.000466623 Jy ! Clean residual min=-0.001297 max=0.001282 Jy/beam ! Clean residual mean=0.000001 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.126563 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.126563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087823Jy sigma=0.000657 ! Fit after self-cal, rms=0.087850Jy sigma=0.000657 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.05384e-05 Jy ! Component: 100 - total flux cleaned = 8.39108e-05 Jy ! Component: 150 - total flux cleaned = 9.69809e-05 Jy ! Component: 200 - total flux cleaned = 0.000123 Jy ! Total flux subtracted in 200 components = 0.000123 Jy ! Clean residual min=-0.001279 max=0.001246 Jy/beam ! Clean residual mean=0.000002 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.126686 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.126686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087845Jy sigma=0.000657 ! Fit after self-cal, rms=0.087845Jy sigma=0.000657 ! 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.087845Jy sigma=0.000657 ! Fit after self-cal, rms=0.087967Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.04 mas, bmaj=4.894 mas, bpa=59.88 degrees ! Estimated noise=463.994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029711 Jy ! Component: 100 - total flux cleaned = 0.000325758 Jy ! Component: 150 - total flux cleaned = 0.000350986 Jy ! Component: 200 - total flux cleaned = 0.00036283 Jy ! Total flux subtracted in 200 components = 0.00036283 Jy ! Clean residual min=-0.001234 max=0.001210 Jy/beam ! Clean residual mean=0.000001 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.127049 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.127049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087963Jy sigma=0.000657 ! Fit after self-cal, rms=0.087964Jy sigma=0.000657 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 = 5.03883e-05 Jy ! Component: 100 - total flux cleaned = 5.0737e-05 Jy ! Component: 150 - total flux cleaned = 5.04911e-05 Jy ! Component: 200 - total flux cleaned = 5.06171e-05 Jy ! Total flux subtracted in 200 components = 5.06171e-05 Jy ! Clean residual min=-0.001228 max=0.001193 Jy/beam ! Clean residual mean=0.000001 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.1271 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 0.1271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087961Jy sigma=0.000657 ! Fit after self-cal, rms=0.087961Jy sigma=0.000657 ! 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.087961Jy sigma=0.000657 ! Fit after self-cal, rms=0.088019Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.997 mas, bmaj=9.09 mas, bpa=64.21 degrees ! Estimated noise=574.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269581 Jy ! Component: 100 - total flux cleaned = 0.000278684 Jy ! Component: 150 - total flux cleaned = 0.000270713 Jy ! Component: 200 - total flux cleaned = 0.000278279 Jy ! Total flux subtracted in 200 components = 0.000278279 Jy ! Clean residual min=-0.001165 max=0.001281 Jy/beam ! Clean residual mean=0.000003 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.127378 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 86 components and 0.127378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088019Jy sigma=0.000657 ! Fit after self-cal, rms=0.088018Jy sigma=0.000657 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.42737e-05 Jy ! Component: 100 - total flux cleaned = 5.08067e-05 Jy ! Component: 150 - total flux cleaned = 5.65821e-05 Jy ! Component: 200 - total flux cleaned = 6.1849e-05 Jy ! Total flux subtracted in 200 components = 6.1849e-05 Jy ! Clean residual min=-0.001170 max=0.001272 Jy/beam ! Clean residual mean=0.000003 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.12744 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.12744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088018Jy sigma=0.000657 ! Fit after self-cal, rms=0.088018Jy sigma=0.000657 ! 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.037 mas, bmaj=4.889 mas, bpa=59.49 degrees ! Estimated noise=463.909 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.037 x 4.889 at 59.49 degrees (North through East) ! Clean map min=-0.0011327 max=0.10235 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.222 mas, bmaj=4.001 mas, bpa=61.15 degrees ! Estimated noise=847.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0782295 Jy ! Component: 100 - total flux cleaned = 0.103438 Jy ! Component: 150 - total flux cleaned = 0.114255 Jy ! Component: 200 - total flux cleaned = 0.119503 Jy ! Total flux subtracted in 200 components = 0.119503 Jy ! Clean residual min=-0.002435 max=0.002497 Jy/beam ! Clean residual mean=-0.000003 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.119503 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.119503 Jy ! Inverting map and beam ! Estimated beam: bmin=4.037 mas, bmaj=4.889 mas, bpa=59.49 degrees ! Estimated noise=463.909 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.00352689 Jy ! Component: 100 - total flux cleaned = 0.00532577 Jy ! Component: 150 - total flux cleaned = 0.00646929 Jy ! Component: 200 - total flux cleaned = 0.00693519 Jy ! Total flux subtracted in 200 components = 0.00693519 Jy ! Clean residual min=-0.001208 max=0.001198 Jy/beam ! Clean residual mean=-0.000000 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.126439 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 43 components and 0.126439 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.997 mas, bmaj=9.09 mas, bpa=64.21 degrees ! Estimated noise=574.679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000762743 Jy ! Component: 100 - total flux cleaned = 0.000901379 Jy ! Component: 150 - total flux cleaned = 0.000916855 Jy ! Component: 200 - total flux cleaned = 0.000944109 Jy ! Total flux subtracted in 200 components = 0.000944109 Jy ! Clean residual min=-0.001175 max=0.001263 Jy/beam ! Clean residual mean=0.000003 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.127383 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 = 2.28694e-05 Jy ! Component: 100 - total flux cleaned = 3.28765e-05 Jy ! Component: 150 - total flux cleaned = 5.02841e-05 Jy ! Component: 200 - total flux cleaned = 5.80283e-05 Jy ! Total flux subtracted in 200 components = 5.80283e-05 Jy ! Clean residual min=-0.001182 max=0.001265 Jy/beam ! Clean residual mean=0.000003 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.127441 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 68 components and 0.127441 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.037 mas, bmaj=4.889 mas, bpa=59.49 degrees ! Estimated noise=463.909 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.81349e-05 Jy ! Component: 100 - total flux cleaned = 6.84862e-05 Jy ! Component: 150 - total flux cleaned = 9.70285e-05 Jy ! Component: 200 - total flux cleaned = 0.000110155 Jy ! Total flux subtracted in 200 components = 0.000110155 Jy ! Clean residual min=-0.001199 max=0.001185 Jy/beam ! Clean residual mean=0.000002 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.127551 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.127551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088020Jy sigma=0.000657 ! Fit after self-cal, rms=0.088017Jy sigma=0.000657 wmodel J1139+6547_S_2017_03_27_pus_map.mod ! Writing 82 model components to file: J1139+6547_S_2017_03_27_pus_map.mod wobs J1139+6547_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1139+6547_S_2017_03_27_pus_uvs.fits wwins J1139+6547_S_2017_03_27_pus_map.win ! wwins: Wrote 2 windows to J1139+6547_S_2017_03_27_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -1.80329e-06 Jy ! Component: 100 - total flux cleaned = 1.83463e-05 Jy ! Component: 150 - total flux cleaned = 3.71854e-05 Jy ! Component: 200 - total flux cleaned = 7.39577e-05 Jy ! Component: 250 - total flux cleaned = 0.000145951 Jy ! Component: 300 - total flux cleaned = 0.000216349 Jy ! Component: 350 - total flux cleaned = 0.000336488 Jy ! Component: 400 - total flux cleaned = 0.000420729 Jy ! Component: 450 - total flux cleaned = 0.000519916 Jy ! Component: 500 - total flux cleaned = 0.000552303 Jy ! Component: 550 - total flux cleaned = 0.000616323 Jy ! Component: 600 - total flux cleaned = 0.000695008 Jy ! Component: 650 - total flux cleaned = 0.000710416 Jy ! Component: 700 - total flux cleaned = 0.000787192 Jy ! Component: 750 - total flux cleaned = 0.000802148 Jy ! Component: 800 - total flux cleaned = 0.000832136 Jy ! Component: 850 - total flux cleaned = 0.000876625 Jy ! Component: 900 - total flux cleaned = 0.000949542 Jy ! Component: 950 - total flux cleaned = 0.00100706 Jy ! Component: 1000 - total flux cleaned = 0.00106408 Jy ! Component: 1050 - total flux cleaned = 0.00110652 Jy ! Component: 1100 - total flux cleaned = 0.00114841 Jy ! Component: 1150 - total flux cleaned = 0.00121772 Jy ! Component: 1200 - total flux cleaned = 0.00129976 Jy ! Component: 1250 - total flux cleaned = 0.00134017 Jy ! Component: 1300 - total flux cleaned = 0.001394 Jy ! Component: 1350 - total flux cleaned = 0.00143407 Jy ! Component: 1400 - total flux cleaned = 0.00151275 Jy ! Component: 1450 - total flux cleaned = 0.00152569 Jy ! Component: 1500 - total flux cleaned = 0.00153858 Jy ! Component: 1550 - total flux cleaned = 0.00161546 Jy ! Component: 1600 - total flux cleaned = 0.00165336 Jy ! Component: 1650 - total flux cleaned = 0.00167869 Jy ! Component: 1700 - total flux cleaned = 0.0017284 Jy ! Component: 1750 - total flux cleaned = 0.00174087 Jy ! Component: 1800 - total flux cleaned = 0.00176531 Jy ! Component: 1850 - total flux cleaned = 0.00182603 Jy ! Component: 1900 - total flux cleaned = 0.00183806 Jy ! Component: 1950 - total flux cleaned = 0.0018978 Jy ! Component: 2000 - total flux cleaned = 0.00194497 Jy ! Component: 2050 - total flux cleaned = 0.00195659 Jy ! Component: 2100 - total flux cleaned = 0.00197984 Jy ! Component: 2150 - total flux cleaned = 0.00201469 Jy ! Component: 2200 - total flux cleaned = 0.00201477 Jy ! Component: 2250 - total flux cleaned = 0.00206032 Jy ! Component: 2300 - total flux cleaned = 0.00204899 Jy ! Component: 2350 - total flux cleaned = 0.0020604 Jy ! Component: 2400 - total flux cleaned = 0.00210501 Jy ! Component: 2450 - total flux cleaned = 0.00210502 Jy ! Component: 2500 - total flux cleaned = 0.00210495 Jy ! Component: 2550 - total flux cleaned = 0.00211599 Jy ! Component: 2600 - total flux cleaned = 0.00215959 Jy ! Component: 2650 - total flux cleaned = 0.00220278 Jy ! Component: 2700 - total flux cleaned = 0.00218122 Jy ! Component: 2750 - total flux cleaned = 0.00221333 Jy ! Component: 2800 - total flux cleaned = 0.00227707 Jy ! Component: 2850 - total flux cleaned = 0.00228762 Jy ! Component: 2900 - total flux cleaned = 0.00228759 Jy ! Component: 2950 - total flux cleaned = 0.0023397 Jy ! Component: 3000 - total flux cleaned = 0.0023603 Jy ! Component: 3050 - total flux cleaned = 0.00238098 Jy ! Component: 3100 - total flux cleaned = 0.00237067 Jy ! Component: 3150 - total flux cleaned = 0.00241141 Jy ! Component: 3200 - total flux cleaned = 0.00241143 Jy ! Component: 3250 - total flux cleaned = 0.00247183 Jy ! Component: 3300 - total flux cleaned = 0.00249187 Jy ! Component: 3350 - total flux cleaned = 0.00251184 Jy ! Component: 3400 - total flux cleaned = 0.0025118 Jy ! Component: 3450 - total flux cleaned = 0.00255114 Jy ! Component: 3500 - total flux cleaned = 0.00255109 Jy ! Component: 3550 - total flux cleaned = 0.00260949 Jy ! Component: 3600 - total flux cleaned = 0.00258036 Jy ! Component: 3650 - total flux cleaned = 0.00259004 Jy ! Component: 3700 - total flux cleaned = 0.0026188 Jy ! Component: 3750 - total flux cleaned = 0.00262838 Jy ! Component: 3800 - total flux cleaned = 0.00266632 Jy ! Component: 3850 - total flux cleaned = 0.00261905 Jy ! Component: 3900 - total flux cleaned = 0.00265669 Jy ! Component: 3950 - total flux cleaned = 0.0026473 Jy ! Component: 4000 - total flux cleaned = 0.00263803 Jy ! Component: 4050 - total flux cleaned = 0.0026473 Jy ! Total flux subtracted in 4096 components = 0.00265657 Jy ! Clean residual min=-0.000575 max=0.000544 Jy/beam ! Clean residual mean=0.000001 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.130208 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 396 components and 0.130208 Jy ![Exited script file: muppet] wmap "J1139+6547_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.037 x 4.889 at 59.49 degrees (North through East) ! Clean map min=-0.00092898 max=0.10216 Jy/beam ! Writing clean map to FITS file: J1139+6547_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102159 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170184 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.499761 0.499761 0.999522 1.99904 3.99809 7.99617 15.9923 31.9847 63.9694 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 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.037 x 4.889 at 59.49 degrees (North through East) ! Clean map min=-0.00092898 max=0.10216 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 J1139+6547_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:40:06 2019