! Started logfile: J1342+2709_S_2017_07_09_pus_uvs.log on Wed May 8 14:49:24 2019 obs J1342+2709_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1342+2709_S_2017_07_09_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958466 visibilities/baseline/integration-bin. ! Found source: J1342+2709 ! ! 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 594 lines of history. ! ! Reading 14492 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 J1342+2709_S_2017_07_09_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 457 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.817247Jy sigma=0.008332 ! Fit after self-cal, rms=0.813399Jy sigma=0.008296 ! 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.834 mas, bmaj=6.368 mas, bpa=-2.154 degrees ! Estimated noise=1005.16 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.140172 Jy ! Component: 100 - total flux cleaned = 0.179156 Jy ! Total flux subtracted in 100 components = 0.179156 Jy ! Clean residual min=-0.007009 max=0.016191 Jy/beam ! Clean residual mean=0.000008 rms=0.001735 Jy/beam ! Combined flux in latest and established models = 0.179156 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.179156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079748Jy sigma=0.000746 ! Fit after self-cal, rms=0.079721Jy sigma=0.000746 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172875 Jy ! Component: 100 - total flux cleaned = 0.0255357 Jy ! Total flux subtracted in 100 components = 0.0255357 Jy ! Clean residual min=-0.004609 max=0.006946 Jy/beam ! Clean residual mean=0.000012 rms=0.001257 Jy/beam ! Combined flux in latest and established models = 0.204692 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.204692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075254Jy sigma=0.000703 ! Fit after self-cal, rms=0.075219Jy sigma=0.000703 ! 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.429 mas, bmaj=7.211 mas, bpa=-0.9077 degrees ! Estimated noise=674.484 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 (-6, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00696921 Jy ! Component: 100 - total flux cleaned = 0.0106673 Jy ! Component: 150 - total flux cleaned = 0.0123417 Jy ! Component: 200 - total flux cleaned = 0.0126393 Jy ! Total flux subtracted in 200 components = 0.0126393 Jy ! Clean residual min=-0.003923 max=0.003897 Jy/beam ! Clean residual mean=0.000015 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.217331 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.217331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074471Jy sigma=0.000697 ! Fit after self-cal, rms=0.074439Jy sigma=0.000697 ! 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.01 FD 0.92 HN 0.94 KP 1.03 ! LA 1.02 MK 1.07 NL 0.89 OV 1.00 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 0.98 KP 1.00 ! LA 1.00 MK 1.06 NL 1.08 OV 1.04 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.98 HN 0.99 KP 0.98 ! LA 1.00 MK 0.99 NL 1.13 OV 0.98 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 0.94 KP 1.00* ! LA 0.98 MK 1.07 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.074439Jy sigma=0.000697 ! Fit after self-cal, rms=0.072114Jy sigma=0.000683 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.443 mas, bmaj=7.174 mas, bpa=-0.5592 degrees ! Estimated noise=674.377 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.000673065 Jy ! Component: 100 - total flux cleaned = 0.00102036 Jy ! Component: 150 - total flux cleaned = 0.00127677 Jy ! Component: 200 - total flux cleaned = 0.00142848 Jy ! Total flux subtracted in 200 components = 0.00142848 Jy ! Clean residual min=-0.003163 max=0.003660 Jy/beam ! Clean residual mean=0.000015 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.218759 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 49 components and 0.218759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072051Jy sigma=0.000682 ! Fit after self-cal, rms=0.072035Jy 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.072035Jy sigma=0.000682 ! Fit after self-cal, rms=0.069867Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=7.204 mas, bpa=-0.04616 degrees ! Estimated noise=675.288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000298726 Jy ! Component: 100 - total flux cleaned = 0.000423617 Jy ! Component: 150 - total flux cleaned = 0.000319873 Jy ! Component: 200 - total flux cleaned = 0.000349927 Jy ! Total flux subtracted in 200 components = 0.000349927 Jy ! Clean residual min=-0.001715 max=0.001984 Jy/beam ! Clean residual mean=0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.219109 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 70 components and 0.219109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069821Jy sigma=0.000661 ! Fit after self-cal, rms=0.069847Jy sigma=0.000661 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 (-92, -109.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000952111 Jy ! Component: 100 - total flux cleaned = 0.00133536 Jy ! Component: 150 - total flux cleaned = 0.00152657 Jy ! Component: 200 - total flux cleaned = 0.00164167 Jy ! Total flux subtracted in 200 components = 0.00164167 Jy ! Clean residual min=-0.001660 max=0.001854 Jy/beam ! Clean residual mean=0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.220751 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 88 components and 0.220751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069795Jy sigma=0.000660 ! Fit after self-cal, rms=0.069794Jy sigma=0.000660 ! Inverting map ! Added new window around map position (-115.5, -106.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139216 Jy ! Component: 100 - total flux cleaned = 0.00168383 Jy ! Component: 150 - total flux cleaned = 0.00185623 Jy ! Component: 200 - total flux cleaned = 0.00193698 Jy ! Total flux subtracted in 200 components = 0.00193698 Jy ! Clean residual min=-0.001616 max=0.001556 Jy/beam ! Clean residual mean=0.000002 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.222688 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 106 components and 0.222688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069754Jy sigma=0.000660 ! Fit after self-cal, rms=0.069751Jy sigma=0.000660 ! 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.069751Jy sigma=0.000660 ! Fit after self-cal, rms=0.069877Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.447 mas, bmaj=7.207 mas, bpa=-0.04782 degrees ! Estimated noise=674.793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306829 Jy ! Component: 100 - total flux cleaned = 0.000475219 Jy ! Component: 150 - total flux cleaned = 0.000550124 Jy ! Component: 200 - total flux cleaned = 0.000572605 Jy ! Total flux subtracted in 200 components = 0.000572605 Jy ! Clean residual min=-0.001496 max=0.001567 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.223261 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 124 components and 0.223261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069858Jy sigma=0.000659 ! Fit after self-cal, rms=0.069859Jy sigma=0.000659 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 = 9.37398e-05 Jy ! Component: 100 - total flux cleaned = 0.000158907 Jy ! Component: 150 - total flux cleaned = 0.000179613 Jy ! Component: 200 - total flux cleaned = 0.000239512 Jy ! Total flux subtracted in 200 components = 0.000239512 Jy ! Clean residual min=-0.001488 max=0.001563 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.2235 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 132 components and 0.2235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069847Jy sigma=0.000659 ! Fit after self-cal, rms=0.069846Jy sigma=0.000659 ! 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.069846Jy sigma=0.000659 ! Fit after self-cal, rms=0.069850Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.338 mas, bmaj=10.58 mas, bpa=-5.244 degrees ! Estimated noise=827.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148672 Jy ! Component: 100 - total flux cleaned = 0.000208119 Jy ! Component: 150 - total flux cleaned = 0.000209135 Jy ! Component: 200 - total flux cleaned = 0.00020952 Jy ! Total flux subtracted in 200 components = 0.00020952 Jy ! Clean residual min=-0.001593 max=0.001496 Jy/beam ! Clean residual mean=0.000001 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.22371 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 161 components and 0.22371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069849Jy sigma=0.000659 ! Fit after self-cal, rms=0.069848Jy sigma=0.000659 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 = 1.51635e-05 Jy ! Component: 100 - total flux cleaned = 1.51505e-05 Jy ! Component: 150 - total flux cleaned = 1.61054e-05 Jy ! Component: 200 - total flux cleaned = 1.61087e-05 Jy ! Total flux subtracted in 200 components = 1.61087e-05 Jy ! Clean residual min=-0.001604 max=0.001456 Jy/beam ! Clean residual mean=0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.223726 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 176 components and 0.223726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069847Jy sigma=0.000659 ! Fit after self-cal, rms=0.069847Jy sigma=0.000659 ! 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.449 mas, bmaj=7.208 mas, bpa=-0.03082 degrees ! Estimated noise=674.637 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.449 x 7.208 at -0.03082 degrees (North through East) ! Clean map min=-0.0014486 max=0.18531 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.863 mas, bmaj=6.376 mas, bpa=-0.9653 degrees ! Estimated noise=1033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.141224 Jy ! Component: 100 - total flux cleaned = 0.179563 Jy ! Component: 150 - total flux cleaned = 0.196356 Jy ! Component: 200 - total flux cleaned = 0.204444 Jy ! Total flux subtracted in 200 components = 0.204444 Jy ! Clean residual min=-0.003195 max=0.004100 Jy/beam ! Clean residual mean=0.000002 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.204444 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.204444 Jy ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=7.208 mas, bpa=-0.03082 degrees ! Estimated noise=674.637 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.00623271 Jy ! Component: 100 - total flux cleaned = 0.00968922 Jy ! Component: 150 - total flux cleaned = 0.0122161 Jy ! Component: 200 - total flux cleaned = 0.0138281 Jy ! Total flux subtracted in 200 components = 0.0138281 Jy ! Clean residual min=-0.001751 max=0.001753 Jy/beam ! Clean residual mean=0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.218273 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 52 components and 0.218273 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.338 mas, bmaj=10.58 mas, bpa=-5.244 degrees ! Estimated noise=827.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219819 Jy ! Component: 100 - total flux cleaned = 0.00363628 Jy ! Component: 150 - total flux cleaned = 0.00420073 Jy ! Component: 200 - total flux cleaned = 0.00445389 Jy ! Total flux subtracted in 200 components = 0.00445389 Jy ! Clean residual min=-0.001687 max=0.001604 Jy/beam ! Clean residual mean=0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.222726 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.000188188 Jy ! Component: 100 - total flux cleaned = 0.00035333 Jy ! Component: 150 - total flux cleaned = 0.00054909 Jy ! Component: 200 - total flux cleaned = 0.000703428 Jy ! Total flux subtracted in 200 components = 0.000703428 Jy ! Clean residual min=-0.001654 max=0.001534 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.22343 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 103 components and 0.22343 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.449 mas, bmaj=7.208 mas, bpa=-0.03082 degrees ! Estimated noise=674.637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018462 Jy ! Component: 100 - total flux cleaned = 0.000251569 Jy ! Component: 150 - total flux cleaned = 0.000282536 Jy ! Component: 200 - total flux cleaned = 0.000339694 Jy ! Total flux subtracted in 200 components = 0.000339694 Jy ! Clean residual min=-0.001489 max=0.001636 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.22377 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 134 components and 0.22377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069864Jy sigma=0.000659 ! Fit after self-cal, rms=0.069856Jy sigma=0.000659 wmodel J1342+2709_S_2017_07_09_pus_map.mod ! Writing 134 model components to file: J1342+2709_S_2017_07_09_pus_map.mod wobs J1342+2709_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1342+2709_S_2017_07_09_pus_uvs.fits wwins J1342+2709_S_2017_07_09_pus_map.win ! wwins: Wrote 4 windows to J1342+2709_S_2017_07_09_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.000217633 Jy ! Component: 100 - total flux cleaned = 0.000217905 Jy ! Component: 150 - total flux cleaned = 0.000192786 Jy ! Component: 200 - total flux cleaned = 0.000264972 Jy ! Component: 250 - total flux cleaned = 0.000381046 Jy ! Component: 300 - total flux cleaned = 0.000493745 Jy ! Component: 350 - total flux cleaned = 0.00058124 Jy ! Component: 400 - total flux cleaned = 0.000602548 Jy ! Component: 450 - total flux cleaned = 0.00056014 Jy ! Component: 500 - total flux cleaned = 0.000477978 Jy ! Component: 550 - total flux cleaned = 0.000377562 Jy ! Component: 600 - total flux cleaned = 0.000397667 Jy ! Component: 650 - total flux cleaned = 0.0002803 Jy ! Component: 700 - total flux cleaned = 0.000184609 Jy ! Component: 750 - total flux cleaned = 0.000108964 Jy ! Component: 800 - total flux cleaned = 1.60089e-05 Jy ! Component: 850 - total flux cleaned = -3.90145e-05 Jy ! Component: 900 - total flux cleaned = -0.000147399 Jy ! Component: 950 - total flux cleaned = -0.000217963 Jy ! Component: 1000 - total flux cleaned = -0.000270405 Jy ! Component: 1050 - total flux cleaned = -0.0002875 Jy ! Component: 1100 - total flux cleaned = -0.000355995 Jy ! Component: 1150 - total flux cleaned = -0.000423321 Jy ! Component: 1200 - total flux cleaned = -0.000490225 Jy ! Component: 1250 - total flux cleaned = -0.000621891 Jy ! Component: 1300 - total flux cleaned = -0.000751855 Jy ! Component: 1350 - total flux cleaned = -0.000848254 Jy ! Component: 1400 - total flux cleaned = -0.000959556 Jy ! Component: 1450 - total flux cleaned = -0.00103806 Jy ! Component: 1500 - total flux cleaned = -0.00113156 Jy ! Component: 1550 - total flux cleaned = -0.00123979 Jy ! Component: 1600 - total flux cleaned = -0.00134675 Jy ! Component: 1650 - total flux cleaned = -0.00139229 Jy ! Component: 1700 - total flux cleaned = -0.00154254 Jy ! Component: 1750 - total flux cleaned = -0.00163168 Jy ! Component: 1800 - total flux cleaned = -0.00167597 Jy ! Component: 1850 - total flux cleaned = -0.00173452 Jy ! Component: 1900 - total flux cleaned = -0.00183587 Jy ! Component: 1950 - total flux cleaned = -0.00190771 Jy ! Component: 2000 - total flux cleaned = -0.00199318 Jy ! Component: 2050 - total flux cleaned = -0.00207789 Jy ! Component: 2100 - total flux cleaned = -0.00210577 Jy ! Component: 2150 - total flux cleaned = -0.00217525 Jy ! Component: 2200 - total flux cleaned = -0.00227149 Jy ! Component: 2250 - total flux cleaned = -0.0023124 Jy ! Component: 2300 - total flux cleaned = -0.00235298 Jy ! Component: 2350 - total flux cleaned = -0.00242008 Jy ! Component: 2400 - total flux cleaned = -0.0024465 Jy ! Component: 2450 - total flux cleaned = -0.00249933 Jy ! Component: 2500 - total flux cleaned = -0.00255195 Jy ! Component: 2550 - total flux cleaned = -0.00251297 Jy ! Component: 2600 - total flux cleaned = -0.00256484 Jy ! Component: 2650 - total flux cleaned = -0.00257791 Jy ! Component: 2700 - total flux cleaned = -0.00262894 Jy ! Component: 2750 - total flux cleaned = -0.0026543 Jy ! Component: 2800 - total flux cleaned = -0.00269192 Jy ! Component: 2850 - total flux cleaned = -0.00266693 Jy ! Component: 2900 - total flux cleaned = -0.00265451 Jy ! Component: 2950 - total flux cleaned = -0.00269148 Jy ! Component: 3000 - total flux cleaned = -0.00271588 Jy ! Component: 3050 - total flux cleaned = -0.0027158 Jy ! Component: 3100 - total flux cleaned = -0.00270376 Jy ! Component: 3150 - total flux cleaned = -0.00275171 Jy ! Component: 3200 - total flux cleaned = -0.00270398 Jy ! Component: 3250 - total flux cleaned = -0.00272767 Jy ! Component: 3300 - total flux cleaned = -0.00275123 Jy ! Component: 3350 - total flux cleaned = -0.0026927 Jy ! Component: 3400 - total flux cleaned = -0.00275089 Jy ! Component: 3450 - total flux cleaned = -0.00281999 Jy ! Component: 3500 - total flux cleaned = -0.00278543 Jy ! Component: 3550 - total flux cleaned = -0.00277412 Jy ! Component: 3600 - total flux cleaned = -0.00277404 Jy ! Component: 3650 - total flux cleaned = -0.0028078 Jy ! Component: 3700 - total flux cleaned = -0.00285267 Jy ! Component: 3750 - total flux cleaned = -0.00288601 Jy ! Component: 3800 - total flux cleaned = -0.00288602 Jy ! Component: 3850 - total flux cleaned = -0.00290796 Jy ! Component: 3900 - total flux cleaned = -0.002908 Jy ! Component: 3950 - total flux cleaned = -0.00286463 Jy ! Component: 4000 - total flux cleaned = -0.00289692 Jy ! Component: 4050 - total flux cleaned = -0.00291854 Jy ! Total flux subtracted in 4096 components = -0.00293999 Jy ! Clean residual min=-0.000783 max=0.000653 Jy/beam ! Clean residual mean=0.000000 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.22083 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 463 components and 0.22083 Jy ![Exited script file: muppet] wmap "J1342+2709_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.449 x 7.208 at -0.03082 degrees (North through East) ! Clean map min=-0.0014433 max=0.18559 Jy/beam ! Writing clean map to FITS file: J1342+2709_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.185594 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019919 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.321976 0.321976 0.643952 1.2879 2.57581 5.15162 10.3032 20.6065 41.2129 82.4259 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.185 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.449 x 7.208 at -0.03082 degrees (North through East) ! Clean map min=-0.0014433 max=0.18559 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 J1342+2709_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:49:28 2019