! Started logfile: J2116+0536_S_2017_06_10_pus_uvs.log on Mon May 6 15:02:15 2019 obs J2116+0536_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2116+0536_S_2017_06_10_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966865 visibilities/baseline/integration-bin. ! Found source: J2116+0536 ! ! 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 19492 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 J2116+0536_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 653 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.881246Jy sigma=0.008582 ! Fit after self-cal, rms=0.872689Jy sigma=0.008498 ! 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.797 mas, bmaj=7.001 mas, bpa=-4.756 degrees ! Estimated noise=763.308 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.100016 Jy ! Component: 100 - total flux cleaned = 0.122724 Jy ! Total flux subtracted in 100 components = 0.122724 Jy ! Clean residual min=-0.003547 max=0.008157 Jy/beam ! Clean residual mean=-0.000011 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.122724 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.122724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077590Jy sigma=0.000700 ! Fit after self-cal, rms=0.077587Jy sigma=0.000700 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00868886 Jy ! Component: 100 - total flux cleaned = 0.0133036 Jy ! Total flux subtracted in 100 components = 0.0133036 Jy ! Clean residual min=-0.002655 max=0.003513 Jy/beam ! Clean residual mean=-0.000006 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.136028 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.136028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076508Jy sigma=0.000688 ! Fit after self-cal, rms=0.076507Jy sigma=0.000688 ! 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.305 mas, bmaj=7.763 mas, bpa=-4.115 degrees ! Estimated noise=596.717 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 (1, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0043645 Jy ! Component: 100 - total flux cleaned = 0.0071794 Jy ! Component: 150 - total flux cleaned = 0.00910494 Jy ! Component: 200 - total flux cleaned = 0.0104648 Jy ! Total flux subtracted in 200 components = 0.0104648 Jy ! Clean residual min=-0.002081 max=0.002033 Jy/beam ! Clean residual mean=-0.000006 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.146493 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 66 components and 0.146493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076237Jy sigma=0.000685 ! Fit after self-cal, rms=0.076229Jy sigma=0.000684 ! 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.97 FD 0.96 HN 0.96 KP 1.02 ! LA 0.99 MK 1.00 NL 0.93 OV 1.01 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.01 HN 1.01 KP 0.97 ! LA 0.97 MK 0.99 NL 0.98 OV 1.05 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 1.02 KP 1.00 ! LA 0.96 MK 1.02 NL 1.00 OV 0.96 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.96 KP 1.00* ! LA 0.97 MK 1.25 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.076229Jy sigma=0.000684 ! Fit after self-cal, rms=0.075835Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.793 mas, bpa=-4.006 degrees ! Estimated noise=595.197 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.000569568 Jy ! Component: 100 - total flux cleaned = 0.000850418 Jy ! Component: 150 - total flux cleaned = 0.000972251 Jy ! Component: 200 - total flux cleaned = 0.00101188 Jy ! Total flux subtracted in 200 components = 0.00101188 Jy ! Clean residual min=-0.001967 max=0.001901 Jy/beam ! Clean residual mean=-0.000005 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.147505 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 89 components and 0.147505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075812Jy sigma=0.000681 ! Fit after self-cal, rms=0.075818Jy sigma=0.000681 ! 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.075818Jy sigma=0.000681 ! Fit after self-cal, rms=0.076997Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=7.801 mas, bpa=-3.914 degrees ! Estimated noise=595.873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000263056 Jy ! Component: 100 - total flux cleaned = 0.000344459 Jy ! Component: 150 - total flux cleaned = 0.000379525 Jy ! Component: 200 - total flux cleaned = 0.000411301 Jy ! Total flux subtracted in 200 components = 0.000411301 Jy ! Clean residual min=-0.001532 max=0.001544 Jy/beam ! Clean residual mean=-0.000004 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.147916 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 105 components and 0.147916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076988Jy sigma=0.000677 ! Fit after self-cal, rms=0.077019Jy sigma=0.000677 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.68792e-05 Jy ! Component: 100 - total flux cleaned = 5.50034e-05 Jy ! Component: 150 - total flux cleaned = 8.10576e-05 Jy ! Component: 200 - total flux cleaned = 9.32942e-05 Jy ! Total flux subtracted in 200 components = 9.32942e-05 Jy ! Clean residual min=-0.001534 max=0.001533 Jy/beam ! Clean residual mean=-0.000004 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.148009 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 110 components and 0.148009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077015Jy sigma=0.000677 ! Fit after self-cal, rms=0.077014Jy sigma=0.000677 ! 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.077014Jy sigma=0.000677 ! Fit after self-cal, rms=0.077169Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.805 mas, bpa=-3.929 degrees ! Estimated noise=596.168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109745 Jy ! Component: 100 - total flux cleaned = 0.00013711 Jy ! Component: 150 - total flux cleaned = 0.000136773 Jy ! Component: 200 - total flux cleaned = 0.000136311 Jy ! Total flux subtracted in 200 components = 0.000136311 Jy ! Clean residual min=-0.001546 max=0.001547 Jy/beam ! Clean residual mean=-0.000005 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.148146 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 118 components and 0.148146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077164Jy sigma=0.000677 ! Fit after self-cal, rms=0.077166Jy sigma=0.000677 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.94776e-06 Jy ! Component: 100 - total flux cleaned = 1.90951e-05 Jy ! Component: 150 - total flux cleaned = 1.88861e-05 Jy ! Component: 200 - total flux cleaned = 2.85624e-05 Jy ! Total flux subtracted in 200 components = 2.85624e-05 Jy ! Clean residual min=-0.001549 max=0.001542 Jy/beam ! Clean residual mean=-0.000005 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.148174 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 123 components and 0.148174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077163Jy sigma=0.000677 ! Fit after self-cal, rms=0.077163Jy sigma=0.000677 ! 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.077163Jy sigma=0.000677 ! Fit after self-cal, rms=0.077226Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.568 mas, bmaj=11.79 mas, bpa=-2.729 degrees ! Estimated noise=743.754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.1272e-05 Jy ! Component: 100 - total flux cleaned = 5.83668e-05 Jy ! Component: 150 - total flux cleaned = 5.78911e-05 Jy ! Component: 200 - total flux cleaned = 5.74423e-05 Jy ! Total flux subtracted in 200 components = 5.74423e-05 Jy ! Clean residual min=-0.001573 max=0.001709 Jy/beam ! Clean residual mean=-0.000011 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.148232 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 132 components and 0.148232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077224Jy sigma=0.000677 ! Fit after self-cal, rms=0.077224Jy sigma=0.000677 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.35957e-05 Jy ! Component: 100 - total flux cleaned = 5.16481e-05 Jy ! Component: 150 - total flux cleaned = 5.20372e-05 Jy ! Component: 200 - total flux cleaned = 5.92028e-05 Jy ! Total flux subtracted in 200 components = 5.92028e-05 Jy ! Clean residual min=-0.001565 max=0.001703 Jy/beam ! Clean residual mean=-0.000011 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.148291 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 132 components and 0.148291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077223Jy sigma=0.000677 ! Fit after self-cal, rms=0.077223Jy sigma=0.000677 ! 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.326 mas, bmaj=7.808 mas, bpa=-3.944 degrees ! Estimated noise=596.408 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.326 x 7.808 at -3.944 degrees (North through East) ! Clean map min=-0.0014896 max=0.12992 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.818 mas, bmaj=7.021 mas, bpa=-4.422 degrees ! Estimated noise=768.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100017 Jy ! Component: 100 - total flux cleaned = 0.122418 Jy ! Component: 150 - total flux cleaned = 0.130642 Jy ! Component: 200 - total flux cleaned = 0.135262 Jy ! Total flux subtracted in 200 components = 0.135262 Jy ! Clean residual min=-0.002237 max=0.002512 Jy/beam ! Clean residual mean=-0.000006 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.135262 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.135262 Jy ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.808 mas, bpa=-3.944 degrees ! Estimated noise=596.408 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.00416281 Jy ! Component: 100 - total flux cleaned = 0.00681385 Jy ! Component: 150 - total flux cleaned = 0.00862799 Jy ! Component: 200 - total flux cleaned = 0.00993684 Jy ! Total flux subtracted in 200 components = 0.00993684 Jy ! Clean residual min=-0.001714 max=0.001493 Jy/beam ! Clean residual mean=-0.000006 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.145199 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 61 components and 0.145199 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.568 mas, bmaj=11.79 mas, bpa=-2.729 degrees ! Estimated noise=743.754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138466 Jy ! Component: 100 - total flux cleaned = 0.00213272 Jy ! Component: 150 - total flux cleaned = 0.00261015 Jy ! Component: 200 - total flux cleaned = 0.0027787 Jy ! Total flux subtracted in 200 components = 0.0027787 Jy ! Clean residual min=-0.001521 max=0.001641 Jy/beam ! Clean residual mean=-0.000011 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.147978 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.87899e-05 Jy ! Component: 100 - total flux cleaned = 9.41099e-05 Jy ! Component: 150 - total flux cleaned = 0.000126204 Jy ! Component: 200 - total flux cleaned = 0.000166055 Jy ! Total flux subtracted in 200 components = 0.000166055 Jy ! Clean residual min=-0.001503 max=0.001667 Jy/beam ! Clean residual mean=-0.000011 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.148144 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 108 components and 0.148144 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.808 mas, bpa=-3.944 degrees ! Estimated noise=596.408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000205681 Jy ! Component: 100 - total flux cleaned = 0.000221456 Jy ! Component: 150 - total flux cleaned = 0.000251495 Jy ! Component: 200 - total flux cleaned = 0.000265445 Jy ! Total flux subtracted in 200 components = 0.000265445 Jy ! Clean residual min=-0.001566 max=0.001540 Jy/beam ! Clean residual mean=-0.000005 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.148409 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 120 components and 0.148409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077230Jy sigma=0.000677 ! Fit after self-cal, rms=0.077226Jy sigma=0.000677 wmodel J2116+0536_S_2017_06_10_pus_map.mod ! Writing 120 model components to file: J2116+0536_S_2017_06_10_pus_map.mod wobs J2116+0536_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2116+0536_S_2017_06_10_pus_uvs.fits wwins J2116+0536_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J2116+0536_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.000191193 Jy ! Component: 100 - total flux cleaned = 0.000501521 Jy ! Component: 150 - total flux cleaned = 0.000696867 Jy ! Component: 200 - total flux cleaned = 0.000836998 Jy ! Component: 250 - total flux cleaned = 0.000882821 Jy ! Component: 300 - total flux cleaned = 0.000927047 Jy ! Component: 350 - total flux cleaned = 0.000905617 Jy ! Component: 400 - total flux cleaned = 0.000884407 Jy ! Component: 450 - total flux cleaned = 0.000822248 Jy ! Component: 500 - total flux cleaned = 0.000801611 Jy ! Component: 550 - total flux cleaned = 0.000702144 Jy ! Component: 600 - total flux cleaned = 0.000604468 Jy ! Component: 650 - total flux cleaned = 0.000508342 Jy ! Component: 700 - total flux cleaned = 0.000338916 Jy ! Component: 750 - total flux cleaned = 0.000190967 Jy ! Component: 800 - total flux cleaned = 6.35144e-05 Jy ! Component: 850 - total flux cleaned = -2.61602e-05 Jy ! Component: 900 - total flux cleaned = -0.000114523 Jy ! Component: 950 - total flux cleaned = -0.000166805 Jy ! Component: 1000 - total flux cleaned = -0.000252926 Jy ! Component: 1050 - total flux cleaned = -0.000321074 Jy ! Component: 1100 - total flux cleaned = -0.000438711 Jy ! Component: 1150 - total flux cleaned = -0.000521806 Jy ! Component: 1200 - total flux cleaned = -0.000587445 Jy ! Component: 1250 - total flux cleaned = -0.000636364 Jy ! Component: 1300 - total flux cleaned = -0.000652409 Jy ! Component: 1350 - total flux cleaned = -0.000684281 Jy ! Component: 1400 - total flux cleaned = -0.000700068 Jy ! Component: 1450 - total flux cleaned = -0.000684445 Jy ! Component: 1500 - total flux cleaned = -0.000761217 Jy ! Component: 1550 - total flux cleaned = -0.000761295 Jy ! Component: 1600 - total flux cleaned = -0.00079152 Jy ! Component: 1650 - total flux cleaned = -0.000880991 Jy ! Component: 1700 - total flux cleaned = -0.000925148 Jy ! Component: 1750 - total flux cleaned = -0.000983404 Jy ! Component: 1800 - total flux cleaned = -0.000939909 Jy ! Component: 1850 - total flux cleaned = -0.00101169 Jy ! Component: 1900 - total flux cleaned = -0.00104026 Jy ! Component: 1950 - total flux cleaned = -0.00108257 Jy ! Component: 2000 - total flux cleaned = -0.0010965 Jy ! Component: 2050 - total flux cleaned = -0.00111027 Jy ! Component: 2100 - total flux cleaned = -0.00113785 Jy ! Component: 2150 - total flux cleaned = -0.00117878 Jy ! Component: 2200 - total flux cleaned = -0.00119241 Jy ! Component: 2250 - total flux cleaned = -0.00119252 Jy ! Component: 2300 - total flux cleaned = -0.00124549 Jy ! Component: 2350 - total flux cleaned = -0.0012321 Jy ! Component: 2400 - total flux cleaned = -0.00119301 Jy ! Component: 2450 - total flux cleaned = -0.00118019 Jy ! Component: 2500 - total flux cleaned = -0.0012317 Jy ! Component: 2550 - total flux cleaned = -0.00124452 Jy ! Component: 2600 - total flux cleaned = -0.00123173 Jy ! Component: 2650 - total flux cleaned = -0.00123172 Jy ! Component: 2700 - total flux cleaned = -0.00121912 Jy ! Component: 2750 - total flux cleaned = -0.00125642 Jy ! Component: 2800 - total flux cleaned = -0.00129314 Jy ! Component: 2850 - total flux cleaned = -0.00130542 Jy ! Component: 2900 - total flux cleaned = -0.00130552 Jy ! Component: 2950 - total flux cleaned = -0.00135361 Jy ! Component: 3000 - total flux cleaned = -0.0013536 Jy ! Component: 3050 - total flux cleaned = -0.0013893 Jy ! Component: 3100 - total flux cleaned = -0.00141272 Jy ! Component: 3150 - total flux cleaned = -0.0014011 Jy ! Component: 3200 - total flux cleaned = -0.00141291 Jy ! Component: 3250 - total flux cleaned = -0.00148205 Jy ! Component: 3300 - total flux cleaned = -0.00153922 Jy ! Component: 3350 - total flux cleaned = -0.00153921 Jy ! Component: 3400 - total flux cleaned = -0.0015844 Jy ! Component: 3450 - total flux cleaned = -0.00158458 Jy ! Component: 3500 - total flux cleaned = -0.00157355 Jy ! Component: 3550 - total flux cleaned = -0.00163994 Jy ! Component: 3600 - total flux cleaned = -0.00166191 Jy ! Component: 3650 - total flux cleaned = -0.00169459 Jy ! Component: 3700 - total flux cleaned = -0.00170542 Jy ! Component: 3750 - total flux cleaned = -0.00175934 Jy ! Component: 3800 - total flux cleaned = -0.00177001 Jy ! Component: 3850 - total flux cleaned = -0.00179121 Jy ! Component: 3900 - total flux cleaned = -0.00179122 Jy ! Component: 3950 - total flux cleaned = -0.00183336 Jy ! Component: 4000 - total flux cleaned = -0.00189596 Jy ! Component: 4050 - total flux cleaned = -0.001896 Jy ! Total flux subtracted in 4096 components = -0.00186496 Jy ! Clean residual min=-0.000557 max=0.000567 Jy/beam ! Clean residual mean=-0.000002 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.146544 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 366 components and 0.146544 Jy ![Exited script file: muppet] wmap "J2116+0536_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.326 x 7.808 at -3.944 degrees (North through East) ! Clean map min=-0.0011068 max=0.13 Jy/beam ! Writing clean map to FITS file: J2116+0536_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.130002 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190123 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.438736 0.438736 0.877472 1.75494 3.50989 7.01977 14.0395 28.0791 56.1582 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.326 x 7.808 at -3.944 degrees (North through East) ! Clean map min=-0.0011068 max=0.13 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 J2116+0536_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:02:19 2019