! Started logfile: J2339+0244_S_2017_02_24_pus_uvs.log on Sat May 4 11:38:32 2019 obs J2339+0244_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2339+0244_S_2017_02_24_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971429 visibilities/baseline/integration-bin. ! Found source: J2339+0244 ! ! 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 19584 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 J2339+0244_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 354 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917140Jy sigma=0.007446 ! Fit after self-cal, rms=0.906433Jy sigma=0.007366 ! 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.79 mas, bmaj=6.903 mas, bpa=-4.584 degrees ! Estimated noise=908.59 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.073435 Jy ! Component: 100 - total flux cleaned = 0.0913787 Jy ! Total flux subtracted in 100 components = 0.0913787 Jy ! Clean residual min=-0.003674 max=0.006916 Jy/beam ! Clean residual mean=0.000001 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.0913787 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0913787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090511Jy sigma=0.000688 ! Fit after self-cal, rms=0.090502Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00727161 Jy ! Component: 100 - total flux cleaned = 0.010869 Jy ! Total flux subtracted in 100 components = 0.010869 Jy ! Clean residual min=-0.003352 max=0.003841 Jy/beam ! Clean residual mean=0.000001 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.102248 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 28 components and 0.102248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089698Jy sigma=0.000682 ! Fit after self-cal, rms=0.089704Jy sigma=0.000682 ! 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.332 mas, bmaj=7.839 mas, bpa=-3.647 degrees ! Estimated noise=677.454 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 (34.5, -41.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00439405 Jy ! Component: 100 - total flux cleaned = 0.00686795 Jy ! Component: 150 - total flux cleaned = 0.00851499 Jy ! Component: 200 - total flux cleaned = 0.0090262 Jy ! Total flux subtracted in 200 components = 0.0090262 Jy ! Clean residual min=-0.003222 max=0.002854 Jy/beam ! Clean residual mean=0.000005 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.111274 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 49 components and 0.111274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089444Jy sigma=0.000680 ! Fit after self-cal, rms=0.089440Jy sigma=0.000680 ! 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.90 FD 1.04 HN 0.99 KP 0.99 ! LA 0.95 MK 1.04 NL 0.98 OV 1.02 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.02 KP 0.97 ! LA 0.91 MK 0.96 NL 0.94 OV 1.07 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.31 FD 1.00 HN 1.00 KP 0.99 ! LA 1.01 MK 0.98 NL 1.10 OV 0.99 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 0.95 KP 1.00* ! LA 0.96 MK 1.27 NL 1.00* OV 0.99 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.089440Jy sigma=0.000680 ! Fit after self-cal, rms=0.090037Jy sigma=0.000676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.339 mas, bmaj=7.878 mas, bpa=-3.284 degrees ! Estimated noise=676.988 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.000360117 Jy ! Component: 100 - total flux cleaned = -0.000536897 Jy ! Component: 150 - total flux cleaned = -0.000644966 Jy ! Component: 200 - total flux cleaned = -0.00074074 Jy ! Total flux subtracted in 200 components = -0.00074074 Jy ! Clean residual min=-0.002656 max=0.002415 Jy/beam ! Clean residual mean=0.000003 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.110533 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.110533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089987Jy sigma=0.000676 ! Fit after self-cal, rms=0.090047Jy sigma=0.000676 ! 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.090047Jy sigma=0.000676 ! Fit after self-cal, rms=0.094156Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.337 mas, bmaj=7.88 mas, bpa=-3.163 degrees ! Estimated noise=678.107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001739 Jy ! Component: 100 - total flux cleaned = -0.000147934 Jy ! Component: 150 - total flux cleaned = -0.000195718 Jy ! Component: 200 - total flux cleaned = -0.000260115 Jy ! Total flux subtracted in 200 components = -0.000260115 Jy ! Clean residual min=-0.001894 max=0.001960 Jy/beam ! Clean residual mean=-0.000002 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.110273 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.110273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094139Jy sigma=0.000671 ! Fit after self-cal, rms=0.094239Jy sigma=0.000671 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 (-13.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173931 Jy ! Component: 100 - total flux cleaned = 0.00248614 Jy ! Component: 150 - total flux cleaned = 0.00256985 Jy ! Component: 200 - total flux cleaned = 0.00264433 Jy ! Total flux subtracted in 200 components = 0.00264433 Jy ! Clean residual min=-0.001806 max=0.001621 Jy/beam ! Clean residual mean=-0.000002 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.112917 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.112917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094204Jy sigma=0.000671 ! Fit after self-cal, rms=0.094201Jy sigma=0.000671 ! 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.094201Jy sigma=0.000671 ! Fit after self-cal, rms=0.095063Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.334 mas, bmaj=7.874 mas, bpa=-3.204 degrees ! Estimated noise=676.996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000323139 Jy ! Component: 100 - total flux cleaned = 0.000272182 Jy ! Component: 150 - total flux cleaned = 0.000316252 Jy ! Component: 200 - total flux cleaned = 0.000316495 Jy ! Total flux subtracted in 200 components = 0.000316495 Jy ! Clean residual min=-0.001635 max=0.001618 Jy/beam ! Clean residual mean=-0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.113234 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.113234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095049Jy sigma=0.000670 ! Fit after self-cal, rms=0.095059Jy sigma=0.000670 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.29187e-05 Jy ! Component: 100 - total flux cleaned = 4.27259e-05 Jy ! Component: 150 - total flux cleaned = 2.4564e-05 Jy ! Component: 200 - total flux cleaned = 4.24906e-05 Jy ! Total flux subtracted in 200 components = 4.24906e-05 Jy ! Clean residual min=-0.001646 max=0.001631 Jy/beam ! Clean residual mean=-0.000003 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.113276 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 107 components and 0.113276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095051Jy sigma=0.000670 ! Fit after self-cal, rms=0.095051Jy sigma=0.000670 ! 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.095051Jy sigma=0.000670 ! Fit after self-cal, rms=0.095117Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.576 mas, bmaj=11.91 mas, bpa=-0.8273 degrees ! Estimated noise=836.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386945 Jy ! Component: 100 - total flux cleaned = 0.000428638 Jy ! Component: 150 - total flux cleaned = 0.000463557 Jy ! Component: 200 - total flux cleaned = 0.000494443 Jy ! Total flux subtracted in 200 components = 0.000494443 Jy ! Clean residual min=-0.001926 max=0.001846 Jy/beam ! Clean residual mean=-0.000007 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.113771 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 122 components and 0.113771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095116Jy sigma=0.000670 ! Fit after self-cal, rms=0.095116Jy sigma=0.000670 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 = -2.00084e-07 Jy ! Component: 100 - total flux cleaned = 4.55406e-05 Jy ! Component: 150 - total flux cleaned = 5.93292e-05 Jy ! Component: 200 - total flux cleaned = 7.15617e-05 Jy ! Total flux subtracted in 200 components = 7.15617e-05 Jy ! Clean residual min=-0.001909 max=0.001858 Jy/beam ! Clean residual mean=-0.000007 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.113842 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 130 components and 0.113842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095116Jy sigma=0.000670 ! Fit after self-cal, rms=0.095116Jy sigma=0.000670 ! 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.333 mas, bmaj=7.873 mas, bpa=-3.206 degrees ! Estimated noise=676.739 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 7.873 at -3.206 degrees (North through East) ! Clean map min=-0.0015614 max=0.09536 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=6.919 mas, bpa=-3.911 degrees ! Estimated noise=915.652 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0737383 Jy ! Component: 100 - total flux cleaned = 0.092879 Jy ! Component: 150 - total flux cleaned = 0.100612 Jy ! Component: 200 - total flux cleaned = 0.104747 Jy ! Total flux subtracted in 200 components = 0.104747 Jy ! Clean residual min=-0.002647 max=0.002642 Jy/beam ! Clean residual mean=-0.000002 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.104747 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.104747 Jy ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=7.873 mas, bpa=-3.206 degrees ! Estimated noise=676.739 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 (-5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321111 Jy ! Component: 100 - total flux cleaned = 0.00535695 Jy ! Component: 150 - total flux cleaned = 0.00655009 Jy ! Component: 200 - total flux cleaned = 0.00747061 Jy ! Total flux subtracted in 200 components = 0.00747061 Jy ! Clean residual min=-0.001753 max=0.001633 Jy/beam ! Clean residual mean=-0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.112218 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.112218 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.576 mas, bmaj=11.91 mas, bpa=-0.8273 degrees ! Estimated noise=836.335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121212 Jy ! Component: 100 - total flux cleaned = 0.00155209 Jy ! Component: 150 - total flux cleaned = 0.00163697 Jy ! Component: 200 - total flux cleaned = 0.0016867 Jy ! Total flux subtracted in 200 components = 0.0016867 Jy ! Clean residual min=-0.001955 max=0.001914 Jy/beam ! Clean residual mean=-0.000007 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.113905 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 = 4.51456e-05 Jy ! Component: 100 - total flux cleaned = 8.67851e-05 Jy ! Component: 150 - total flux cleaned = 0.000124848 Jy ! Component: 200 - total flux cleaned = 0.000141962 Jy ! Total flux subtracted in 200 components = 0.000141962 Jy ! Clean residual min=-0.001893 max=0.001879 Jy/beam ! Clean residual mean=-0.000007 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.114047 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 90 components and 0.114047 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=7.873 mas, bpa=-3.206 degrees ! Estimated noise=676.739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000252482 Jy ! Component: 100 - total flux cleaned = -0.000387124 Jy ! Component: 150 - total flux cleaned = -0.000447889 Jy ! Component: 200 - total flux cleaned = -0.000503863 Jy ! Total flux subtracted in 200 components = -0.000503863 Jy ! Clean residual min=-0.001629 max=0.001559 Jy/beam ! Clean residual mean=-0.000004 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.113543 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 115 components and 0.113543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095125Jy sigma=0.000670 ! Fit after self-cal, rms=0.095118Jy sigma=0.000670 wmodel J2339+0244_S_2017_02_24_pus_map.mod ! Writing 115 model components to file: J2339+0244_S_2017_02_24_pus_map.mod wobs J2339+0244_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2339+0244_S_2017_02_24_pus_uvs.fits wwins J2339+0244_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J2339+0244_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.00049117 Jy ! Component: 100 - total flux cleaned = -0.000798781 Jy ! Component: 150 - total flux cleaned = -0.000954872 Jy ! Component: 200 - total flux cleaned = -0.00113267 Jy ! Component: 250 - total flux cleaned = -0.00135533 Jy ! Component: 300 - total flux cleaned = -0.00166956 Jy ! Component: 350 - total flux cleaned = -0.00202392 Jy ! Component: 400 - total flux cleaned = -0.00232519 Jy ! Component: 450 - total flux cleaned = -0.00255341 Jy ! Component: 500 - total flux cleaned = -0.0028226 Jy ! Component: 550 - total flux cleaned = -0.00310972 Jy ! Component: 600 - total flux cleaned = -0.00332735 Jy ! Component: 650 - total flux cleaned = -0.00360558 Jy ! Component: 700 - total flux cleaned = -0.00379537 Jy ! Component: 750 - total flux cleaned = -0.00402392 Jy ! Component: 800 - total flux cleaned = -0.00418745 Jy ! Component: 850 - total flux cleaned = -0.00432914 Jy ! Component: 900 - total flux cleaned = -0.004469 Jy ! Component: 950 - total flux cleaned = -0.00466597 Jy ! Component: 1000 - total flux cleaned = -0.00484066 Jy ! Component: 1050 - total flux cleaned = -0.00499423 Jy ! Component: 1100 - total flux cleaned = -0.00512694 Jy ! Component: 1150 - total flux cleaned = -0.00523969 Jy ! Component: 1200 - total flux cleaned = -0.00542533 Jy ! Component: 1250 - total flux cleaned = -0.00555357 Jy ! Component: 1300 - total flux cleaned = -0.00569886 Jy ! Component: 1350 - total flux cleaned = -0.00578908 Jy ! Component: 1400 - total flux cleaned = -0.00596713 Jy ! Component: 1450 - total flux cleaned = -0.006073 Jy ! Component: 1500 - total flux cleaned = -0.00619554 Jy ! Component: 1550 - total flux cleaned = -0.00629949 Jy ! Component: 1600 - total flux cleaned = -0.00641965 Jy ! Component: 1650 - total flux cleaned = -0.00660633 Jy ! Component: 1700 - total flux cleaned = -0.00670706 Jy ! Component: 1750 - total flux cleaned = -0.00680703 Jy ! Component: 1800 - total flux cleaned = -0.00690617 Jy ! Component: 1850 - total flux cleaned = -0.00702066 Jy ! Component: 1900 - total flux cleaned = -0.00710192 Jy ! Component: 1950 - total flux cleaned = -0.00721444 Jy ! Component: 2000 - total flux cleaned = -0.00730988 Jy ! Component: 2050 - total flux cleaned = -0.00738887 Jy ! Component: 2100 - total flux cleaned = -0.00743574 Jy ! Component: 2150 - total flux cleaned = -0.0075288 Jy ! Component: 2200 - total flux cleaned = -0.00755953 Jy ! Component: 2250 - total flux cleaned = -0.00762076 Jy ! Component: 2300 - total flux cleaned = -0.0077268 Jy ! Component: 2350 - total flux cleaned = -0.00775691 Jy ! Component: 2400 - total flux cleaned = -0.00792111 Jy ! Component: 2450 - total flux cleaned = -0.00796543 Jy ! Component: 2500 - total flux cleaned = -0.00808315 Jy ! Component: 2550 - total flux cleaned = -0.00819962 Jy ! Component: 2600 - total flux cleaned = -0.00819957 Jy ! Component: 2650 - total flux cleaned = -0.00825714 Jy ! Component: 2700 - total flux cleaned = -0.00835695 Jy ! Component: 2750 - total flux cleaned = -0.00844203 Jy ! Component: 2800 - total flux cleaned = -0.00854029 Jy ! Component: 2850 - total flux cleaned = -0.0085405 Jy ! Component: 2900 - total flux cleaned = -0.00866536 Jy ! Component: 2950 - total flux cleaned = -0.00870669 Jy ! Component: 3000 - total flux cleaned = -0.00876123 Jy ! Component: 3050 - total flux cleaned = -0.00882924 Jy ! Component: 3100 - total flux cleaned = -0.00886984 Jy ! Component: 3150 - total flux cleaned = -0.00895045 Jy ! Component: 3200 - total flux cleaned = -0.00904386 Jy ! Component: 3250 - total flux cleaned = -0.0090837 Jy ! Component: 3300 - total flux cleaned = -0.0091233 Jy ! Component: 3350 - total flux cleaned = -0.00924122 Jy ! Component: 3400 - total flux cleaned = -0.0093192 Jy ! Component: 3450 - total flux cleaned = -0.00938388 Jy ! Component: 3500 - total flux cleaned = -0.00940961 Jy ! Component: 3550 - total flux cleaned = -0.00948622 Jy ! Component: 3600 - total flux cleaned = -0.00960058 Jy ! Component: 3650 - total flux cleaned = -0.00965104 Jy ! Component: 3700 - total flux cleaned = -0.0097013 Jy ! Component: 3750 - total flux cleaned = -0.00976377 Jy ! Component: 3800 - total flux cleaned = -0.0098508 Jy ! Component: 3850 - total flux cleaned = -0.00991245 Jy ! Component: 3900 - total flux cleaned = -0.00996151 Jy ! Component: 3950 - total flux cleaned = -0.0100469 Jy ! Component: 4000 - total flux cleaned = -0.0100833 Jy ! Component: 4050 - total flux cleaned = -0.0101317 Jy ! Total flux subtracted in 4096 components = -0.0102035 Jy ! Clean residual min=-0.000759 max=0.000735 Jy/beam ! Clean residual mean=-0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.103339 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 409 components and 0.103339 Jy ![Exited script file: muppet] wmap "J2339+0244_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 7.873 at -3.206 degrees (North through East) ! Clean map min=-0.0013203 max=0.095286 Jy/beam ! Writing clean map to FITS file: J2339+0244_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.0952864 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000221165 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.696315 0.696315 1.39263 2.78526 5.57052 11.141 22.2821 44.5642 89.1284 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 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.333 x 7.873 at -3.206 degrees (North through East) ! Clean map min=-0.0013203 max=0.095286 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 J2339+0244_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:38:37 2019