! Started logfile: J0739+0137_S_2017_02_24_pus_uvs.log on Sat May 4 11:21:54 2019 obs J0739+0137_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0739+0137_S_2017_02_24_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.422222 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0739+0137 ! ! 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 823 lines of history. ! ! Reading 1216 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 J0739+0137_S_2017_02_24_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.525529Jy sigma=0.004167 ! Fit after self-cal, rms=0.520860Jy sigma=0.004127 ! 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=5.107 mas, bmaj=11.26 mas, bpa=24.61 degrees ! Estimated noise=3196.77 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.387714 Jy ! Component: 100 - total flux cleaned = 0.522576 Jy ! Total flux subtracted in 100 components = 0.522576 Jy ! Clean residual min=-0.046169 max=0.100399 Jy/beam ! Clean residual mean=0.000262 rms=0.014714 Jy/beam ! Combined flux in latest and established models = 0.522576 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.522576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189637Jy sigma=0.001545 ! Fit after self-cal, rms=0.187536Jy sigma=0.001531 ! Inverting map ! Added new window around map position (-8.5, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0919655 Jy ! Component: 100 - total flux cleaned = 0.137553 Jy ! Total flux subtracted in 100 components = 0.137553 Jy ! Clean residual min=-0.027340 max=0.034293 Jy/beam ! Clean residual mean=0.000154 rms=0.008311 Jy/beam ! Combined flux in latest and established models = 0.660129 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.660129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127410Jy sigma=0.001020 ! Fit after self-cal, rms=0.122426Jy sigma=0.000982 ! 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=5.824 mas, bmaj=11.92 mas, bpa=25.13 degrees ! Estimated noise=2707.35 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.048629 Jy ! Component: 100 - total flux cleaned = 0.0761712 Jy ! Component: 150 - total flux cleaned = 0.0947991 Jy ! Component: 200 - total flux cleaned = 0.107675 Jy ! Total flux subtracted in 200 components = 0.107675 Jy ! Clean residual min=-0.018163 max=0.022737 Jy/beam ! Clean residual mean=0.000160 rms=0.005588 Jy/beam ! Combined flux in latest and established models = 0.767804 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 57 components and 0.767804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100641Jy sigma=0.000795 ! Fit after self-cal, rms=0.098717Jy sigma=0.000779 ! 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.89 FD 1.03 HN 1.01 KP 0.98 ! LA 0.96 MK 1.00* NL 1.07 OV 1.07 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.95 HN 1.05 KP 0.95 ! LA 0.92 MK 1.00* NL 1.05 OV 1.12 ! PT 0.93 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.00 KP 1.01 ! LA 0.99 MK 1.00* NL 1.14 OV 1.00 ! PT 0.95 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.05 FD 0.99 HN 0.93 KP 1.00* ! LA 1.01 MK 1.00* NL 1.00* OV 1.05 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.098717Jy sigma=0.000779 ! Fit after self-cal, rms=0.088434Jy sigma=0.000700 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.81 mas, bmaj=11.97 mas, bpa=25.47 degrees ! Estimated noise=2695.3 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 (-19, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180957 Jy ! Component: 100 - total flux cleaned = 0.025729 Jy ! Component: 150 - total flux cleaned = 0.0266069 Jy ! Component: 200 - total flux cleaned = 0.0269776 Jy ! Total flux subtracted in 200 components = 0.0269776 Jy ! Clean residual min=-0.010990 max=0.010042 Jy/beam ! Clean residual mean=0.000014 rms=0.002694 Jy/beam ! Combined flux in latest and established models = 0.794781 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 88 components and 0.794781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084890Jy sigma=0.000669 ! Fit after self-cal, rms=0.084436Jy sigma=0.000665 ! 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.084436Jy sigma=0.000665 ! Fit after self-cal, rms=0.082833Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.797 mas, bmaj=11.95 mas, bpa=25.46 degrees ! Estimated noise=2680.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0043632 Jy ! Component: 100 - total flux cleaned = 0.00626489 Jy ! Component: 150 - total flux cleaned = 0.00655362 Jy ! Component: 200 - total flux cleaned = 0.00655009 Jy ! Total flux subtracted in 200 components = 0.00655009 Jy ! Clean residual min=-0.008169 max=0.007570 Jy/beam ! Clean residual mean=-0.000017 rms=0.001975 Jy/beam ! Combined flux in latest and established models = 0.801331 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 117 components and 0.801332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081962Jy sigma=0.000649 ! Fit after self-cal, rms=0.081745Jy sigma=0.000647 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.00061847 Jy ! Component: 100 - total flux cleaned = 0.000516361 Jy ! Component: 150 - total flux cleaned = 0.000291698 Jy ! Component: 200 - total flux cleaned = 0.000381413 Jy ! Total flux subtracted in 200 components = 0.000381413 Jy ! Clean residual min=-0.007337 max=0.006500 Jy/beam ! Clean residual mean=-0.000019 rms=0.001734 Jy/beam ! Combined flux in latest and established models = 0.801713 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 141 components and 0.801713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081344Jy sigma=0.000644 ! Fit after self-cal, rms=0.081232Jy sigma=0.000643 ! 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.081232Jy sigma=0.000643 ! Fit after self-cal, rms=0.081061Jy sigma=0.000643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.798 mas, bmaj=11.97 mas, bpa=25.46 degrees ! Estimated noise=2676.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173248 Jy ! Component: 100 - total flux cleaned = 0.00161974 Jy ! Component: 150 - total flux cleaned = 0.00161834 Jy ! Component: 200 - total flux cleaned = 0.00161479 Jy ! Total flux subtracted in 200 components = 0.00161479 Jy ! Clean residual min=-0.006531 max=0.005799 Jy/beam ! Clean residual mean=-0.000018 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.803328 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 160 components and 0.803328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080775Jy sigma=0.000640 ! Fit after self-cal, rms=0.080706Jy sigma=0.000640 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.00021924 Jy ! Component: 100 - total flux cleaned = 0.00058277 Jy ! Component: 150 - total flux cleaned = 0.000659224 Jy ! Component: 200 - total flux cleaned = 0.000655961 Jy ! Total flux subtracted in 200 components = 0.000655961 Jy ! Clean residual min=-0.005960 max=0.005519 Jy/beam ! Clean residual mean=-0.000019 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.803984 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 179 components and 0.803984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080533Jy sigma=0.000638 ! Fit after self-cal, rms=0.080490Jy sigma=0.000638 ! 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.080490Jy sigma=0.000638 ! Fit after self-cal, rms=0.080488Jy sigma=0.000638 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.933 mas, bmaj=12.92 mas, bpa=21.94 degrees ! Estimated noise=2827.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379511 Jy ! Component: 100 - total flux cleaned = 0.00102774 Jy ! Component: 150 - total flux cleaned = 0.0013572 Jy ! Component: 200 - total flux cleaned = 0.0016765 Jy ! Total flux subtracted in 200 components = 0.0016765 Jy ! Clean residual min=-0.005442 max=0.004479 Jy/beam ! Clean residual mean=-0.000025 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.80566 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 212 components and 0.80566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080385Jy sigma=0.000637 ! Fit after self-cal, rms=0.080333Jy sigma=0.000636 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.4694e-05 Jy ! Component: 100 - total flux cleaned = 0.000433843 Jy ! Component: 150 - total flux cleaned = 0.000640889 Jy ! Component: 200 - total flux cleaned = 0.000731526 Jy ! Total flux subtracted in 200 components = 0.000731526 Jy ! Clean residual min=-0.005037 max=0.004268 Jy/beam ! Clean residual mean=-0.000026 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.806392 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 244 components and 0.806392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080262Jy sigma=0.000636 ! Fit after self-cal, rms=0.080232Jy sigma=0.000635 ! 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=5.805 mas, bmaj=11.97 mas, bpa=25.44 degrees ! Estimated noise=2675.98 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.805 x 11.97 at 25.44 degrees (North through East) ! Clean map min=-0.0049382 max=0.47145 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=5.084 mas, bmaj=11.3 mas, bpa=24.85 degrees ! Estimated noise=3176.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.385024 Jy ! Component: 100 - total flux cleaned = 0.537598 Jy ! Component: 150 - total flux cleaned = 0.619698 Jy ! Component: 200 - total flux cleaned = 0.668452 Jy ! Total flux subtracted in 200 components = 0.668452 Jy ! Clean residual min=-0.016983 max=0.025840 Jy/beam ! Clean residual mean=0.000114 rms=0.005532 Jy/beam ! Combined flux in latest and established models = 0.668452 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.668452 Jy ! Inverting map and beam ! Estimated beam: bmin=5.805 mas, bmaj=11.97 mas, bpa=25.44 degrees ! Estimated noise=2675.98 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.0416688 Jy ! Component: 100 - total flux cleaned = 0.0673768 Jy ! Component: 150 - total flux cleaned = 0.0854867 Jy ! Component: 200 - total flux cleaned = 0.0989329 Jy ! Total flux subtracted in 200 components = 0.0989329 Jy ! Clean residual min=-0.009534 max=0.008454 Jy/beam ! Clean residual mean=0.000057 rms=0.002423 Jy/beam ! Combined flux in latest and established models = 0.767385 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 100 components and 0.767385 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=9.933 mas, bmaj=12.92 mas, bpa=21.94 degrees ! Estimated noise=2827.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122139 Jy ! Component: 100 - total flux cleaned = 0.0206225 Jy ! Component: 150 - total flux cleaned = 0.0268516 Jy ! Component: 200 - total flux cleaned = 0.0315531 Jy ! Total flux subtracted in 200 components = 0.0315531 Jy ! Clean residual min=-0.006198 max=0.004716 Jy/beam ! Clean residual mean=-0.000003 rms=0.001554 Jy/beam ! Combined flux in latest and established models = 0.798938 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.00357481 Jy ! Component: 100 - total flux cleaned = 0.00549961 Jy ! Component: 150 - total flux cleaned = 0.00644323 Jy ! Component: 200 - total flux cleaned = 0.0073423 Jy ! Total flux subtracted in 200 components = 0.0073423 Jy ! Clean residual min=-0.005263 max=0.004382 Jy/beam ! Clean residual mean=-0.000021 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.806281 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 187 components and 0.806281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.805 mas, bmaj=11.97 mas, bpa=25.44 degrees ! Estimated noise=2675.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000890352 Jy ! Component: 100 - total flux cleaned = 0.00132055 Jy ! Component: 150 - total flux cleaned = 0.00190242 Jy ! Component: 200 - total flux cleaned = 0.00217142 Jy ! Total flux subtracted in 200 components = 0.00217142 Jy ! Clean residual min=-0.006041 max=0.005165 Jy/beam ! Clean residual mean=-0.000019 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.808452 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 208 components and 0.808452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080638Jy sigma=0.000638 ! Fit after self-cal, rms=0.080516Jy sigma=0.000637 wmodel J0739+0137_S_2017_02_24_pus_map.mod ! Writing 208 model components to file: J0739+0137_S_2017_02_24_pus_map.mod wobs J0739+0137_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0739+0137_S_2017_02_24_pus_uvs.fits wwins J0739+0137_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J0739+0137_S_2017_02_24_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.00123119 Jy ! Component: 100 - total flux cleaned = -0.00190869 Jy ! Component: 150 - total flux cleaned = -0.00258272 Jy ! Component: 200 - total flux cleaned = -0.00342413 Jy ! Component: 250 - total flux cleaned = -0.00382392 Jy ! Component: 300 - total flux cleaned = -0.00389143 Jy ! Component: 350 - total flux cleaned = -0.00370925 Jy ! Component: 400 - total flux cleaned = -0.00347484 Jy ! Component: 450 - total flux cleaned = -0.00336092 Jy ! Component: 500 - total flux cleaned = -0.00314366 Jy ! Component: 550 - total flux cleaned = -0.00314356 Jy ! Component: 600 - total flux cleaned = -0.00304243 Jy ! Component: 650 - total flux cleaned = -0.00294448 Jy ! Component: 700 - total flux cleaned = -0.0028487 Jy ! Component: 750 - total flux cleaned = -0.00270996 Jy ! Component: 800 - total flux cleaned = -0.0027105 Jy ! Component: 850 - total flux cleaned = -0.00262256 Jy ! Component: 900 - total flux cleaned = -0.00258013 Jy ! Component: 950 - total flux cleaned = -0.00245464 Jy ! Component: 1000 - total flux cleaned = -0.0023328 Jy ! Component: 1050 - total flux cleaned = -0.00229296 Jy ! Component: 1100 - total flux cleaned = -0.00221438 Jy ! Component: 1150 - total flux cleaned = -0.00213722 Jy ! Component: 1200 - total flux cleaned = -0.0019854 Jy ! Component: 1250 - total flux cleaned = -0.00183596 Jy ! Component: 1300 - total flux cleaned = -0.00187272 Jy ! Component: 1350 - total flux cleaned = -0.00180013 Jy ! Component: 1400 - total flux cleaned = -0.00176474 Jy ! Component: 1450 - total flux cleaned = -0.00180058 Jy ! Component: 1500 - total flux cleaned = -0.00193972 Jy ! Component: 1550 - total flux cleaned = -0.00197391 Jy ! Component: 1600 - total flux cleaned = -0.00207609 Jy ! Component: 1650 - total flux cleaned = -0.00231035 Jy ! Component: 1700 - total flux cleaned = -0.00234322 Jy ! Component: 1750 - total flux cleaned = -0.00244162 Jy ! Component: 1800 - total flux cleaned = -0.00257082 Jy ! Component: 1850 - total flux cleaned = -0.00266658 Jy ! Component: 1900 - total flux cleaned = -0.002698 Jy ! Component: 1950 - total flux cleaned = -0.00269838 Jy ! Component: 2000 - total flux cleaned = -0.00279157 Jy ! Component: 2050 - total flux cleaned = -0.00282255 Jy ! Component: 2100 - total flux cleaned = -0.0028833 Jy ! Component: 2150 - total flux cleaned = -0.00285325 Jy ! Component: 2200 - total flux cleaned = -0.0028833 Jy ! Component: 2250 - total flux cleaned = -0.00300139 Jy ! Component: 2300 - total flux cleaned = -0.00305975 Jy ! Component: 2350 - total flux cleaned = -0.00317603 Jy ! Component: 2400 - total flux cleaned = -0.00320456 Jy ! Component: 2450 - total flux cleaned = -0.00331878 Jy ! Component: 2500 - total flux cleaned = -0.00337516 Jy ! Component: 2550 - total flux cleaned = -0.00348709 Jy ! Component: 2600 - total flux cleaned = -0.00345916 Jy ! Component: 2650 - total flux cleaned = -0.00359689 Jy ! Component: 2700 - total flux cleaned = -0.00370607 Jy ! Component: 2750 - total flux cleaned = -0.00367877 Jy ! Component: 2800 - total flux cleaned = -0.00378673 Jy ! Component: 2850 - total flux cleaned = -0.00381349 Jy ! Component: 2900 - total flux cleaned = -0.00394669 Jy ! Component: 2950 - total flux cleaned = -0.00389365 Jy ! Component: 3000 - total flux cleaned = -0.00394604 Jy ! Component: 3050 - total flux cleaned = -0.00397218 Jy ! Component: 3100 - total flux cleaned = -0.00404976 Jy ! Component: 3150 - total flux cleaned = -0.00410132 Jy ! Component: 3200 - total flux cleaned = -0.00412666 Jy ! Component: 3250 - total flux cleaned = -0.00412655 Jy ! Component: 3300 - total flux cleaned = -0.00420219 Jy ! Component: 3350 - total flux cleaned = -0.00427748 Jy ! Component: 3400 - total flux cleaned = -0.00437708 Jy ! Component: 3450 - total flux cleaned = -0.00442686 Jy ! Component: 3500 - total flux cleaned = -0.004501 Jy ! Component: 3550 - total flux cleaned = -0.00457468 Jy ! Component: 3600 - total flux cleaned = -0.0045989 Jy ! Component: 3650 - total flux cleaned = -0.00467191 Jy ! Component: 3700 - total flux cleaned = -0.00469611 Jy ! Component: 3750 - total flux cleaned = -0.00476846 Jy ! Component: 3800 - total flux cleaned = -0.00486454 Jy ! Component: 3850 - total flux cleaned = -0.00491243 Jy ! Component: 3900 - total flux cleaned = -0.00500774 Jy ! Component: 3950 - total flux cleaned = -0.00512656 Jy ! Component: 4000 - total flux cleaned = -0.00524473 Jy ! Component: 4050 - total flux cleaned = -0.00529159 Jy ! Total flux subtracted in 4096 components = -0.00538551 Jy ! Clean residual min=-0.001349 max=0.001328 Jy/beam ! Clean residual mean=0.000006 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.803067 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 458 components and 0.803066 Jy ![Exited script file: muppet] wmap "J0739+0137_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.805 x 11.97 at 25.44 degrees (North through East) ! Clean map min=-0.0045023 max=0.46955 Jy/beam ! Writing clean map to FITS file: J0739+0137_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.469555 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000432192 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.276129 0.276129 0.552258 1.10452 2.20903 4.41806 8.83613 17.6723 35.3445 70.689 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.469 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.805 x 11.97 at 25.44 degrees (North through East) ! Clean map min=-0.0045023 max=0.46955 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 J0739+0137_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:21:59 2019