! Started logfile: J1016+0513_S_2017_06_10_pus_uvs.log on Mon May 6 14:50:57 2019 obs J1016+0513_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1016+0513_S_2017_06_10_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892593 visibilities/baseline/integration-bin. ! Found source: J1016+0513 ! ! 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 1154 lines of history. ! ! Reading 4820 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 J1016+0513_S_2017_06_10_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 179 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900433Jy sigma=0.008588 ! Fit after self-cal, rms=0.890922Jy sigma=0.008518 ! 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.746 mas, bmaj=6.888 mas, bpa=-3.806 degrees ! Estimated noise=1431.55 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.0848665 Jy ! Component: 100 - total flux cleaned = 0.105956 Jy ! Total flux subtracted in 100 components = 0.105956 Jy ! Clean residual min=-0.005259 max=0.008707 Jy/beam ! Clean residual mean=0.000006 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.105956 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.105956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077462Jy sigma=0.000703 ! Fit after self-cal, rms=0.077459Jy sigma=0.000703 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00966094 Jy ! Component: 100 - total flux cleaned = 0.015111 Jy ! Total flux subtracted in 100 components = 0.015111 Jy ! Clean residual min=-0.004197 max=0.004678 Jy/beam ! Clean residual mean=0.000003 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.121067 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 27 components and 0.121067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076091Jy sigma=0.000691 ! Fit after self-cal, rms=0.076088Jy sigma=0.000691 ! 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.257 mas, bmaj=7.777 mas, bpa=-2.172 degrees ! Estimated noise=1220.45 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.0039956 Jy ! Component: 100 - total flux cleaned = 0.0062274 Jy ! Component: 150 - total flux cleaned = 0.00756777 Jy ! Component: 200 - total flux cleaned = 0.00816191 Jy ! Total flux subtracted in 200 components = 0.00816191 Jy ! Clean residual min=-0.003558 max=0.003859 Jy/beam ! Clean residual mean=0.000002 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.129229 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 45 components and 0.129229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075843Jy sigma=0.000689 ! Fit after self-cal, rms=0.075836Jy sigma=0.000689 ! 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.05 FD 0.93 HN 1.02 KP 1.00 ! LA 1.01 MK 1.09 NL 0.85 OV 1.00 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.03 KP 1.01 ! LA 0.97 MK 0.99 NL 1.08 OV 1.09 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 0.96 KP 0.97 ! LA 1.02 MK 1.04 NL 1.00 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.91 KP 1.00* ! LA 0.81 MK 1.27 NL 1.00* OV 1.00* ! PT 0.89 SC 1.00* ! ! ! Fit before self-cal, rms=0.075836Jy sigma=0.000689 ! Fit after self-cal, rms=0.075940Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=7.818 mas, bpa=-1.979 degrees ! Estimated noise=1230.46 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.000498177 Jy ! Component: 100 - total flux cleaned = -0.00042404 Jy ! Component: 150 - total flux cleaned = -0.000365399 Jy ! Component: 200 - total flux cleaned = -0.000340124 Jy ! Total flux subtracted in 200 components = -0.000340124 Jy ! Clean residual min=-0.003347 max=0.003669 Jy/beam ! Clean residual mean=0.000001 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.128889 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.128889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075907Jy sigma=0.000682 ! Fit after self-cal, rms=0.075929Jy sigma=0.000682 ! 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.075929Jy sigma=0.000682 ! Fit after self-cal, rms=0.076125Jy sigma=0.000680 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.827 mas, bpa=-1.975 degrees ! Estimated noise=1232.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020643 Jy ! Component: 100 - total flux cleaned = -0.000377278 Jy ! Component: 150 - total flux cleaned = -0.000400383 Jy ! Component: 200 - total flux cleaned = -0.00038191 Jy ! Total flux subtracted in 200 components = -0.00038191 Jy ! Clean residual min=-0.003064 max=0.003401 Jy/beam ! Clean residual mean=-0.000001 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.128507 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.128507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076104Jy sigma=0.000679 ! Fit after self-cal, rms=0.076117Jy sigma=0.000679 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.60793e-05 Jy ! Component: 100 - total flux cleaned = -4.71211e-05 Jy ! Component: 150 - total flux cleaned = -1.23967e-05 Jy ! Component: 200 - total flux cleaned = 1.9845e-06 Jy ! Total flux subtracted in 200 components = 1.9845e-06 Jy ! Clean residual min=-0.003054 max=0.003390 Jy/beam ! Clean residual mean=-0.000001 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.128509 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.128509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076109Jy sigma=0.000679 ! Fit after self-cal, rms=0.076106Jy sigma=0.000679 ! 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.076106Jy sigma=0.000679 ! Fit after self-cal, rms=0.075948Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=7.834 mas, bpa=-1.909 degrees ! Estimated noise=1233.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138082 Jy ! Component: 100 - total flux cleaned = -0.00025351 Jy ! Component: 150 - total flux cleaned = -0.000269538 Jy ! Component: 200 - total flux cleaned = -0.000297616 Jy ! Total flux subtracted in 200 components = -0.000297616 Jy ! Clean residual min=-0.003030 max=0.003103 Jy/beam ! Clean residual mean=0.000001 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.128211 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.128211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075939Jy sigma=0.000676 ! Fit after self-cal, rms=0.075944Jy sigma=0.000676 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.30744e-05 Jy ! Component: 100 - total flux cleaned = -7.28352e-05 Jy ! Component: 150 - total flux cleaned = -8.54323e-05 Jy ! Component: 200 - total flux cleaned = -9.80662e-05 Jy ! Total flux subtracted in 200 components = -9.80662e-05 Jy ! Clean residual min=-0.003021 max=0.003107 Jy/beam ! Clean residual mean=0.000001 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.128113 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.128113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075939Jy sigma=0.000676 ! Fit after self-cal, rms=0.075937Jy sigma=0.000676 ! 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.075937Jy sigma=0.000676 ! Fit after self-cal, rms=0.076062Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.562 mas, bmaj=12.15 mas, bpa=-4.953 degrees ! Estimated noise=1537.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.88413e-05 Jy ! Component: 100 - total flux cleaned = -0.000150914 Jy ! Component: 150 - total flux cleaned = -0.000211135 Jy ! Component: 200 - total flux cleaned = -0.000242255 Jy ! Total flux subtracted in 200 components = -0.000242255 Jy ! Clean residual min=-0.002935 max=0.003186 Jy/beam ! Clean residual mean=0.000002 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.127871 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.127871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076061Jy sigma=0.000676 ! Fit after self-cal, rms=0.076052Jy sigma=0.000676 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.78104e-05 Jy ! Component: 100 - total flux cleaned = -7.9078e-05 Jy ! Component: 150 - total flux cleaned = -7.80452e-05 Jy ! Component: 200 - total flux cleaned = -9.30047e-05 Jy ! Total flux subtracted in 200 components = -9.30047e-05 Jy ! Clean residual min=-0.002920 max=0.003159 Jy/beam ! Clean residual mean=0.000002 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.127778 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.127778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076056Jy sigma=0.000676 ! Fit after self-cal, rms=0.076048Jy sigma=0.000676 ! 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.299 mas, bmaj=7.839 mas, bpa=-1.852 degrees ! Estimated noise=1234.67 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.299 x 7.839 at -1.852 degrees (North through East) ! Clean map min=-0.0028863 max=0.11019 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.785 mas, bmaj=6.932 mas, bpa=-3.367 degrees ! Estimated noise=1455.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0860183 Jy ! Component: 100 - total flux cleaned = 0.107294 Jy ! Component: 150 - total flux cleaned = 0.116833 Jy ! Component: 200 - total flux cleaned = 0.122175 Jy ! Total flux subtracted in 200 components = 0.122175 Jy ! Clean residual min=-0.004319 max=0.004206 Jy/beam ! Clean residual mean=0.000001 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.122175 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.122175 Jy ! Inverting map and beam ! Estimated beam: bmin=3.299 mas, bmaj=7.839 mas, bpa=-1.852 degrees ! Estimated noise=1234.67 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) ! Added new window around map position (4.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00378684 Jy ! Component: 100 - total flux cleaned = 0.00598728 Jy ! Component: 150 - total flux cleaned = 0.0067899 Jy ! Component: 200 - total flux cleaned = 0.00712132 Jy ! Total flux subtracted in 200 components = 0.00712132 Jy ! Clean residual min=-0.003120 max=0.003156 Jy/beam ! Clean residual mean=0.000000 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.129297 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 58 components and 0.129297 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.562 mas, bmaj=12.15 mas, bpa=-4.953 degrees ! Estimated noise=1537.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000878423 Jy ! Component: 100 - total flux cleaned = 0.00096736 Jy ! Component: 150 - total flux cleaned = 0.000806671 Jy ! Component: 200 - total flux cleaned = 0.000695513 Jy ! Total flux subtracted in 200 components = 0.000695513 Jy ! Clean residual min=-0.003180 max=0.002820 Jy/beam ! Clean residual mean=-0.000000 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.129992 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.96993e-05 Jy ! Component: 100 - total flux cleaned = -0.000168799 Jy ! Component: 150 - total flux cleaned = -0.000231179 Jy ! Component: 200 - total flux cleaned = -0.00028892 Jy ! Total flux subtracted in 200 components = -0.00028892 Jy ! Clean residual min=-0.003191 max=0.002779 Jy/beam ! Clean residual mean=-0.000000 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.129703 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 84 components and 0.129703 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.299 mas, bmaj=7.839 mas, bpa=-1.852 degrees ! Estimated noise=1234.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.46454e-05 Jy ! Component: 100 - total flux cleaned = 0.000140552 Jy ! Component: 150 - total flux cleaned = 0.000252423 Jy ! Component: 200 - total flux cleaned = 0.000183621 Jy ! Total flux subtracted in 200 components = 0.000183621 Jy ! Clean residual min=-0.002937 max=0.003128 Jy/beam ! Clean residual mean=-0.000000 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.129887 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 96 components and 0.129887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076042Jy sigma=0.000676 ! Fit after self-cal, rms=0.076026Jy sigma=0.000676 wmodel J1016+0513_S_2017_06_10_pus_map.mod ! Writing 96 model components to file: J1016+0513_S_2017_06_10_pus_map.mod wobs J1016+0513_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1016+0513_S_2017_06_10_pus_uvs.fits wwins J1016+0513_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1016+0513_S_2017_06_10_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.000357836 Jy ! Component: 100 - total flux cleaned = 0.000192925 Jy ! Component: 150 - total flux cleaned = 3.57429e-05 Jy ! Component: 200 - total flux cleaned = 3.51359e-05 Jy ! Component: 250 - total flux cleaned = -1.57041e-05 Jy ! Component: 300 - total flux cleaned = -6.50281e-05 Jy ! Component: 350 - total flux cleaned = -0.00016001 Jy ! Component: 400 - total flux cleaned = -0.000206223 Jy ! Component: 450 - total flux cleaned = -0.000206747 Jy ! Component: 500 - total flux cleaned = -0.000341041 Jy ! Component: 550 - total flux cleaned = -0.000340317 Jy ! Component: 600 - total flux cleaned = -0.000253917 Jy ! Component: 650 - total flux cleaned = -0.000296991 Jy ! Component: 700 - total flux cleaned = -0.00033825 Jy ! Component: 750 - total flux cleaned = -0.000296682 Jy ! Component: 800 - total flux cleaned = -0.000419166 Jy ! Component: 850 - total flux cleaned = -0.000380277 Jy ! Component: 900 - total flux cleaned = -0.000538552 Jy ! Component: 950 - total flux cleaned = -0.000616786 Jy ! Component: 1000 - total flux cleaned = -0.000655103 Jy ! Component: 1050 - total flux cleaned = -0.000730562 Jy ! Component: 1100 - total flux cleaned = -0.000692732 Jy ! Component: 1150 - total flux cleaned = -0.000544149 Jy ! Component: 1200 - total flux cleaned = -0.000654448 Jy ! Component: 1250 - total flux cleaned = -0.000618226 Jy ! Component: 1300 - total flux cleaned = -0.00069021 Jy ! Component: 1350 - total flux cleaned = -0.000690256 Jy ! Component: 1400 - total flux cleaned = -0.000795946 Jy ! Component: 1450 - total flux cleaned = -0.000760929 Jy ! Component: 1500 - total flux cleaned = -0.000864822 Jy ! Component: 1550 - total flux cleaned = -0.00096737 Jy ! Component: 1600 - total flux cleaned = -0.00100131 Jy ! Component: 1650 - total flux cleaned = -0.00103438 Jy ! Component: 1700 - total flux cleaned = -0.00103425 Jy ! Component: 1750 - total flux cleaned = -0.00109964 Jy ! Component: 1800 - total flux cleaned = -0.00103422 Jy ! Component: 1850 - total flux cleaned = -0.00113119 Jy ! Component: 1900 - total flux cleaned = -0.00119545 Jy ! Component: 1950 - total flux cleaned = -0.00138582 Jy ! Component: 2000 - total flux cleaned = -0.0012598 Jy ! Component: 2050 - total flux cleaned = -0.00150945 Jy ! Component: 2100 - total flux cleaned = -0.0014784 Jy ! Component: 2150 - total flux cleaned = -0.00163187 Jy ! Component: 2200 - total flux cleaned = -0.00178398 Jy ! Component: 2250 - total flux cleaned = -0.00169297 Jy ! Component: 2300 - total flux cleaned = -0.00181289 Jy ! Component: 2350 - total flux cleaned = -0.00187233 Jy ! Component: 2400 - total flux cleaned = -0.00196066 Jy ! Component: 2450 - total flux cleaned = -0.00210674 Jy ! Component: 2500 - total flux cleaned = -0.00216495 Jy ! Component: 2550 - total flux cleaned = -0.00233769 Jy ! Component: 2600 - total flux cleaned = -0.00239482 Jy ! Component: 2650 - total flux cleaned = -0.00248009 Jy ! Component: 2700 - total flux cleaned = -0.00256482 Jy ! Component: 2750 - total flux cleaned = -0.00267663 Jy ! Component: 2800 - total flux cleaned = -0.00275993 Jy ! Component: 2850 - total flux cleaned = -0.00284254 Jy ! Component: 2900 - total flux cleaned = -0.00292455 Jy ! Component: 2950 - total flux cleaned = -0.00305998 Jy ! Component: 3000 - total flux cleaned = -0.00324833 Jy ! Component: 3050 - total flux cleaned = -0.00327526 Jy ! Component: 3100 - total flux cleaned = -0.00340826 Jy ! Component: 3150 - total flux cleaned = -0.00354019 Jy ! Component: 3200 - total flux cleaned = -0.0036452 Jy ! Component: 3250 - total flux cleaned = -0.00374931 Jy ! Component: 3300 - total flux cleaned = -0.00377532 Jy ! Component: 3350 - total flux cleaned = -0.0038785 Jy ! Component: 3400 - total flux cleaned = -0.00403196 Jy ! Component: 3450 - total flux cleaned = -0.00405736 Jy ! Component: 3500 - total flux cleaned = -0.00415874 Jy ! Component: 3550 - total flux cleaned = -0.00428472 Jy ! Component: 3600 - total flux cleaned = -0.00433485 Jy ! Component: 3650 - total flux cleaned = -0.00448374 Jy ! Component: 3700 - total flux cleaned = -0.00470534 Jy ! Component: 3750 - total flux cleaned = -0.00470538 Jy ! Component: 3800 - total flux cleaned = -0.00477831 Jy ! Component: 3850 - total flux cleaned = -0.00477806 Jy ! Component: 3900 - total flux cleaned = -0.00494642 Jy ! Component: 3950 - total flux cleaned = -0.00494659 Jy ! Component: 4000 - total flux cleaned = -0.00504175 Jy ! Component: 4050 - total flux cleaned = -0.00508898 Jy ! Total flux subtracted in 4096 components = -0.00511235 Jy ! Clean residual min=-0.001718 max=0.001399 Jy/beam ! Clean residual mean=-0.000000 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.124775 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 386 components and 0.124774 Jy ![Exited script file: muppet] wmap "J1016+0513_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.299 x 7.839 at -1.852 degrees (North through East) ! Clean map min=-0.0023852 max=0.1108 Jy/beam ! Writing clean map to FITS file: J1016+0513_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110799 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000434975 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.17774 1.17774 2.35548 4.71096 9.42192 18.8438 37.6877 75.3754 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 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.299 x 7.839 at -1.852 degrees (North through East) ! Clean map min=-0.0023852 max=0.1108 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 J1016+0513_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:51:03 2019