! Started logfile: J1054+8629_S_2017_10_21_pus_uvs.log on Sat May 11 20:56:53 2019 obs J1054+8629_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J1054+8629_S_2017_10_21_pus_uva.fits ! AN table 1: 218 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.848624 visibilities/baseline/integration-bin. ! Found source: J1054+8629 ! ! 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 644 lines of history. ! ! Reading 26640 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 J1054+8629_S_2017_10_21_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 378 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 219 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1038 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.955501Jy sigma=0.008638 ! Fit after self-cal, rms=0.933388Jy sigma=0.008444 ! 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.844 mas, bmaj=6.854 mas, bpa=39.87 degrees ! Estimated noise=1235.97 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.0471405 Jy ! Component: 100 - total flux cleaned = 0.0638876 Jy ! Total flux subtracted in 100 components = 0.0638876 Jy ! Clean residual min=-0.005583 max=0.008380 Jy/beam ! Clean residual mean=-0.000032 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.0638876 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0638876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091070Jy sigma=0.000767 ! Fit after self-cal, rms=0.090906Jy sigma=0.000765 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109403 Jy ! Component: 100 - total flux cleaned = 0.018171 Jy ! Total flux subtracted in 100 components = 0.018171 Jy ! Clean residual min=-0.004396 max=0.004264 Jy/beam ! Clean residual mean=-0.000021 rms=0.001208 Jy/beam ! Combined flux in latest and established models = 0.0820587 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.0820587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088678Jy sigma=0.000745 ! Fit after self-cal, rms=0.088608Jy sigma=0.000745 ! 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.674 mas, bmaj=7.729 mas, bpa=37.37 degrees ! Estimated noise=568.645 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.0090807 Jy ! Component: 100 - total flux cleaned = 0.01428 Jy ! Component: 150 - total flux cleaned = 0.01738 Jy ! Component: 200 - total flux cleaned = 0.0192891 Jy ! Total flux subtracted in 200 components = 0.0192891 Jy ! Clean residual min=-0.004671 max=0.004256 Jy/beam ! Clean residual mean=-0.000062 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.101348 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 59 components and 0.101348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087535Jy sigma=0.000737 ! Fit after self-cal, rms=0.087464Jy sigma=0.000736 ! 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.04 FD 0.97 HN 1.01 KP 1.09 ! LA 0.96 MK 1.22 NL 0.95 OV 1.05 ! PT 0.92 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.04 KP 1.21 ! LA 0.97 MK 0.98 NL 0.91 OV 1.20 ! PT 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.06 KP 1.25 ! LA 0.79 MK 0.95 NL 1.15 OV 0.95 ! PT 0.84 ! ! ! Correcting IF 4. ! A total of 207 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.93 KP 1.00* ! LA 0.74 MK 0.89 NL 1.00* OV 1.00* ! PT 0.91 ! ! ! Fit before self-cal, rms=0.087464Jy sigma=0.000736 ! Fit after self-cal, rms=0.084990Jy sigma=0.000730 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=7.975 mas, bpa=37.3 degrees ! Estimated noise=569.369 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.00124099 Jy ! Component: 100 - total flux cleaned = 0.00132703 Jy ! Component: 150 - total flux cleaned = 0.00136411 Jy ! Component: 200 - total flux cleaned = 0.00139601 Jy ! Total flux subtracted in 200 components = 0.00139601 Jy ! Clean residual min=-0.003273 max=0.003350 Jy/beam ! Clean residual mean=0.000036 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.102744 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.102744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084950Jy sigma=0.000729 ! Fit after self-cal, rms=0.085145Jy sigma=0.000728 ! 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.085145Jy sigma=0.000728 ! Fit after self-cal, rms=0.084792Jy sigma=0.000724 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.652 mas, bmaj=7.946 mas, bpa=37.3 degrees ! Estimated noise=568.073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719806 Jy ! Component: 100 - total flux cleaned = 0.000794689 Jy ! Component: 150 - total flux cleaned = 0.000861023 Jy ! Component: 200 - total flux cleaned = 0.000890812 Jy ! Total flux subtracted in 200 components = 0.000890812 Jy ! Clean residual min=-0.002655 max=0.003511 Jy/beam ! Clean residual mean=0.000011 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.103635 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.103635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084761Jy sigma=0.000724 ! Fit after self-cal, rms=0.084989Jy sigma=0.000724 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 (71.5, 65). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239322 Jy ! Component: 100 - total flux cleaned = 0.00279737 Jy ! Component: 150 - total flux cleaned = 0.00274002 Jy ! Component: 200 - total flux cleaned = 0.00278848 Jy ! Total flux subtracted in 200 components = 0.00278848 Jy ! Clean residual min=-0.002507 max=0.002842 Jy/beam ! Clean residual mean=0.000007 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.106423 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 108 components and 0.106423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084847Jy sigma=0.000722 ! Fit after self-cal, rms=0.084839Jy sigma=0.000722 ! Inverting map ! Added new window around map position (-41, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165358 Jy ! Component: 100 - total flux cleaned = 0.00175069 Jy ! Component: 150 - total flux cleaned = 0.0016228 Jy ! Component: 200 - total flux cleaned = 0.00150853 Jy ! Total flux subtracted in 200 components = 0.00150853 Jy ! Clean residual min=-0.002202 max=0.002337 Jy/beam ! Clean residual mean=0.000006 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.107932 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 133 components and 0.107932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084701Jy sigma=0.000720 ! Fit after self-cal, rms=0.084736Jy sigma=0.000720 ! 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.084736Jy sigma=0.000720 ! Fit after self-cal, rms=0.084957Jy sigma=0.000720 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=7.936 mas, bpa=37.36 degrees ! Estimated noise=564.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185571 Jy ! Component: 100 - total flux cleaned = 0.00203486 Jy ! Component: 150 - total flux cleaned = 0.00198838 Jy ! Component: 200 - total flux cleaned = 0.00176327 Jy ! Total flux subtracted in 200 components = 0.00176327 Jy ! Clean residual min=-0.002156 max=0.002393 Jy/beam ! Clean residual mean=0.000007 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.109695 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 156 components and 0.109695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084890Jy sigma=0.000719 ! Fit after self-cal, rms=0.084991Jy sigma=0.000719 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.000134799 Jy ! Component: 100 - total flux cleaned = 4.54177e-05 Jy ! Component: 150 - total flux cleaned = -0.00016591 Jy ! Component: 200 - total flux cleaned = -0.000397643 Jy ! Total flux subtracted in 200 components = -0.000397643 Jy ! Clean residual min=-0.002134 max=0.002280 Jy/beam ! Clean residual mean=0.000007 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.109297 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 163 components and 0.109297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084953Jy sigma=0.000718 ! Fit after self-cal, rms=0.084978Jy sigma=0.000718 ! 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.084978Jy sigma=0.000718 ! Fit after self-cal, rms=0.085367Jy sigma=0.000718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.302 mas, bmaj=11.48 mas, bpa=22.65 degrees ! Estimated noise=689.821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000896577 Jy ! Component: 100 - total flux cleaned = 0.00080603 Jy ! Component: 150 - total flux cleaned = 0.000684949 Jy ! Component: 200 - total flux cleaned = 0.00057797 Jy ! Total flux subtracted in 200 components = 0.00057797 Jy ! Clean residual min=-0.002262 max=0.002987 Jy/beam ! Clean residual mean=0.000015 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.109875 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 185 components and 0.109875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085345Jy sigma=0.000718 ! Fit after self-cal, rms=0.085381Jy sigma=0.000718 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.04317e-05 Jy ! Component: 100 - total flux cleaned = -0.000104469 Jy ! Component: 150 - total flux cleaned = -0.000319788 Jy ! Component: 200 - total flux cleaned = -0.000457701 Jy ! Total flux subtracted in 200 components = -0.000457701 Jy ! Clean residual min=-0.002247 max=0.002956 Jy/beam ! Clean residual mean=0.000014 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.109418 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 202 components and 0.109418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085370Jy sigma=0.000717 ! Fit after self-cal, rms=0.085381Jy sigma=0.000717 ! 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.632 mas, bmaj=7.94 mas, bpa=37.28 degrees ! Estimated noise=566.005 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.632 x 7.94 at 37.28 degrees (North through East) ! Clean map min=-0.003145 max=0.058697 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.787 mas, bmaj=7 mas, bpa=40.1 degrees ! Estimated noise=1240.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0453431 Jy ! Component: 100 - total flux cleaned = 0.0649166 Jy ! Component: 150 - total flux cleaned = 0.076717 Jy ! Component: 200 - total flux cleaned = 0.0852856 Jy ! Total flux subtracted in 200 components = 0.0852856 Jy ! Clean residual min=-0.005135 max=0.005471 Jy/beam ! Clean residual mean=-0.000010 rms=0.001328 Jy/beam ! Combined flux in latest and established models = 0.0852856 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0852856 Jy ! Inverting map and beam ! Estimated beam: bmin=3.632 mas, bmaj=7.94 mas, bpa=37.28 degrees ! Estimated noise=566.005 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.00959244 Jy ! Component: 100 - total flux cleaned = 0.013667 Jy ! Component: 150 - total flux cleaned = 0.0166633 Jy ! Component: 200 - total flux cleaned = 0.0186413 Jy ! Total flux subtracted in 200 components = 0.0186413 Jy ! Clean residual min=-0.003484 max=0.002933 Jy/beam ! Clean residual mean=-0.000017 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.103927 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 68 components and 0.103927 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.302 mas, bmaj=11.48 mas, bpa=22.65 degrees ! Estimated noise=689.821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335043 Jy ! Component: 100 - total flux cleaned = 0.00399807 Jy ! Component: 150 - total flux cleaned = 0.0042093 Jy ! Component: 200 - total flux cleaned = 0.00449167 Jy ! Total flux subtracted in 200 components = 0.00449167 Jy ! Clean residual min=-0.002760 max=0.002979 Jy/beam ! Clean residual mean=-0.000008 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.108419 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.00016563 Jy ! Component: 100 - total flux cleaned = 0.000241257 Jy ! Component: 150 - total flux cleaned = 0.000372846 Jy ! Component: 200 - total flux cleaned = 0.000430247 Jy ! Total flux subtracted in 200 components = 0.000430247 Jy ! Clean residual min=-0.002527 max=0.002873 Jy/beam ! Clean residual mean=0.000001 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.108849 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 133 components and 0.108849 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.632 mas, bmaj=7.94 mas, bpa=37.28 degrees ! Estimated noise=566.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000105664 Jy ! Component: 100 - total flux cleaned = -4.3699e-05 Jy ! Component: 150 - total flux cleaned = 1.12292e-05 Jy ! Component: 200 - total flux cleaned = 6.01698e-05 Jy ! Total flux subtracted in 200 components = 6.01698e-05 Jy ! Clean residual min=-0.002132 max=0.002298 Jy/beam ! Clean residual mean=0.000005 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.108909 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 157 components and 0.108909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085421Jy sigma=0.000718 ! Fit after self-cal, rms=0.085398Jy sigma=0.000718 wmodel J1054+8629_S_2017_10_21_pus_map.mod ! Writing 157 model components to file: J1054+8629_S_2017_10_21_pus_map.mod wobs J1054+8629_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J1054+8629_S_2017_10_21_pus_uvs.fits wwins J1054+8629_S_2017_10_21_pus_map.win ! wwins: Wrote 3 windows to J1054+8629_S_2017_10_21_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000773833 Jy ! Component: 100 - total flux cleaned = 0.0011478 Jy ! Component: 150 - total flux cleaned = 0.00156589 Jy ! Component: 200 - total flux cleaned = 0.00193214 Jy ! Component: 250 - total flux cleaned = 0.0022183 Jy ! Component: 300 - total flux cleaned = 0.00249206 Jy ! Component: 350 - total flux cleaned = 0.00266754 Jy ! Component: 400 - total flux cleaned = 0.00283738 Jy ! Component: 450 - total flux cleaned = 0.00292011 Jy ! Component: 500 - total flux cleaned = 0.00307833 Jy ! Component: 550 - total flux cleaned = 0.00320665 Jy ! Component: 600 - total flux cleaned = 0.00328149 Jy ! Component: 650 - total flux cleaned = 0.00335457 Jy ! Component: 700 - total flux cleaned = 0.00349691 Jy ! Component: 750 - total flux cleaned = 0.00354274 Jy ! Component: 800 - total flux cleaned = 0.00356526 Jy ! Component: 850 - total flux cleaned = 0.00358755 Jy ! Component: 900 - total flux cleaned = 0.00367412 Jy ! Component: 950 - total flux cleaned = 0.00371706 Jy ! Component: 1000 - total flux cleaned = 0.00380053 Jy ! Component: 1050 - total flux cleaned = 0.00388232 Jy ! Component: 1100 - total flux cleaned = 0.00396259 Jy ! Component: 1150 - total flux cleaned = 0.00406113 Jy ! Component: 1200 - total flux cleaned = 0.00411935 Jy ! Component: 1250 - total flux cleaned = 0.00417689 Jy ! Component: 1300 - total flux cleaned = 0.00430821 Jy ! Component: 1350 - total flux cleaned = 0.00438193 Jy ! Component: 1400 - total flux cleaned = 0.00450887 Jy ! Component: 1450 - total flux cleaned = 0.00458058 Jy ! Component: 1500 - total flux cleaned = 0.00473882 Jy ! Component: 1550 - total flux cleaned = 0.00494629 Jy ! Component: 1600 - total flux cleaned = 0.00503118 Jy ! Component: 1650 - total flux cleaned = 0.00518243 Jy ! Component: 1700 - total flux cleaned = 0.00536425 Jy ! Component: 1750 - total flux cleaned = 0.00547827 Jy ! Component: 1800 - total flux cleaned = 0.00557492 Jy ! Component: 1850 - total flux cleaned = 0.0057177 Jy ! Component: 1900 - total flux cleaned = 0.00582731 Jy ! Component: 1950 - total flux cleaned = 0.00593591 Jy ! Component: 2000 - total flux cleaned = 0.00608935 Jy ! Component: 2050 - total flux cleaned = 0.00621039 Jy ! Component: 2100 - total flux cleaned = 0.00634513 Jy ! Component: 2150 - total flux cleaned = 0.00644858 Jy ! Component: 2200 - total flux cleaned = 0.00652188 Jy ! Component: 2250 - total flux cleaned = 0.00663764 Jy ! Component: 2300 - total flux cleaned = 0.00669495 Jy ! Component: 2350 - total flux cleaned = 0.00683681 Jy ! Component: 2400 - total flux cleaned = 0.0068789 Jy ! Component: 2450 - total flux cleaned = 0.00703155 Jy ! Component: 2500 - total flux cleaned = 0.00705896 Jy ! Component: 2550 - total flux cleaned = 0.00716765 Jy ! Component: 2600 - total flux cleaned = 0.00722127 Jy ! Component: 2650 - total flux cleaned = 0.00728772 Jy ! Component: 2700 - total flux cleaned = 0.00736665 Jy ! Component: 2750 - total flux cleaned = 0.00741878 Jy ! Component: 2800 - total flux cleaned = 0.00747056 Jy ! Component: 2850 - total flux cleaned = 0.00752178 Jy ! Component: 2900 - total flux cleaned = 0.00757254 Jy ! Component: 2950 - total flux cleaned = 0.00763535 Jy ! Component: 3000 - total flux cleaned = 0.00764795 Jy ! Component: 3050 - total flux cleaned = 0.00769728 Jy ! Component: 3100 - total flux cleaned = 0.0077705 Jy ! Component: 3150 - total flux cleaned = 0.00781876 Jy ! Component: 3200 - total flux cleaned = 0.00783078 Jy ! Component: 3250 - total flux cleaned = 0.007902 Jy ! Component: 3300 - total flux cleaned = 0.0078902 Jy ! Component: 3350 - total flux cleaned = 0.0079487 Jy ! Component: 3400 - total flux cleaned = 0.00799506 Jy ! Component: 3450 - total flux cleaned = 0.00798342 Jy ! Component: 3500 - total flux cleaned = 0.00798346 Jy ! Component: 3550 - total flux cleaned = 0.00800616 Jy ! Component: 3600 - total flux cleaned = 0.00803986 Jy ! Component: 3650 - total flux cleaned = 0.00806215 Jy ! Component: 3700 - total flux cleaned = 0.00812834 Jy ! Component: 3750 - total flux cleaned = 0.00812837 Jy ! Component: 3800 - total flux cleaned = 0.0081392 Jy ! Component: 3850 - total flux cleaned = 0.00818237 Jy ! Component: 3900 - total flux cleaned = 0.00820376 Jy ! Component: 3950 - total flux cleaned = 0.00819304 Jy ! Component: 4000 - total flux cleaned = 0.00821416 Jy ! Component: 4050 - total flux cleaned = 0.00820367 Jy ! Total flux subtracted in 4096 components = 0.00820363 Jy ! Clean residual min=-0.000563 max=0.000655 Jy/beam ! Clean residual mean=0.000003 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.117113 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 444 components and 0.117113 Jy ![Exited script file: muppet] wmap "J1054+8629_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.632 x 7.94 at 37.28 degrees (North through East) ! Clean map min=-0.0030304 max=0.057232 Jy/beam ! Writing clean map to FITS file: J1054+8629_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0572321 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194614 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.02013 1.02013 2.04027 4.08053 8.16106 16.3221 32.6442 65.2885 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.632 x 7.94 at 37.28 degrees (North through East) ! Clean map min=-0.0030304 max=0.057232 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 J1054+8629_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:56:59 2019