! Started logfile: J2102+6758_S_2017_05_01_pus_uvs.log on Wed May 1 18:43:51 2019 obs J2102+6758_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J2102+6758_S_2017_05_01_pus_uva.fits ! AN table 1: 152 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J2102+6758 ! ! 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 788 lines of history. ! ! Reading 26448 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 J2102+6758_S_2017_05_01_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 632 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.933173Jy sigma=0.007805 ! Fit after self-cal, rms=0.921785Jy sigma=0.007739 ! 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=3.336 mas, bmaj=3.736 mas, bpa=-4.717 degrees ! Estimated noise=996.02 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.0644347 Jy ! Component: 100 - total flux cleaned = 0.0785423 Jy ! Total flux subtracted in 100 components = 0.0785423 Jy ! Clean residual min=-0.002933 max=0.004149 Jy/beam ! Clean residual mean=-0.000005 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.0785423 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0785423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087866Jy sigma=0.000663 ! Fit after self-cal, rms=0.087816Jy sigma=0.000663 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045466 Jy ! Component: 100 - total flux cleaned = 0.00711634 Jy ! Total flux subtracted in 100 components = 0.00711634 Jy ! Clean residual min=-0.002634 max=0.002793 Jy/beam ! Clean residual mean=-0.000001 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.0856587 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 10 components and 0.0856587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087615Jy sigma=0.000661 ! Fit after self-cal, rms=0.087636Jy sigma=0.000661 ! 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=4.152 mas, bmaj=4.556 mas, bpa=7.449 degrees ! Estimated noise=578.51 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.00115057 Jy ! Component: 100 - total flux cleaned = 0.0013994 Jy ! Component: 150 - total flux cleaned = 0.00153241 Jy ! Component: 200 - total flux cleaned = 0.00166607 Jy ! Total flux subtracted in 200 components = 0.00166607 Jy ! Clean residual min=-0.001576 max=0.001627 Jy/beam ! Clean residual mean=0.000005 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0873247 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.0873247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087614Jy sigma=0.000661 ! Fit after self-cal, rms=0.087623Jy sigma=0.000661 ! 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.94 FD 0.96 HN 1.03 KP 1.01 ! LA 0.99 MK 1.06 NL 0.94 OV 1.04 ! PT 1.04 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.11 KP 0.96 ! LA 0.96 MK 1.00 NL 1.03 OV 1.12 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.05 KP 0.98 ! LA 1.02 MK 1.06 NL 1.02 OV 0.97 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 0.96 KP 1.00* ! LA 0.96 MK 0.96 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.087623Jy sigma=0.000661 ! Fit after self-cal, rms=0.087468Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.155 mas, bmaj=4.568 mas, bpa=9.471 degrees ! Estimated noise=580.908 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.000353097 Jy ! Component: 100 - total flux cleaned = 0.000376435 Jy ! Component: 150 - total flux cleaned = 0.0003973 Jy ! Component: 200 - total flux cleaned = 0.000406788 Jy ! Total flux subtracted in 200 components = 0.000406788 Jy ! Clean residual min=-0.001476 max=0.001545 Jy/beam ! Clean residual mean=0.000006 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.0877315 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.0877315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087463Jy sigma=0.000660 ! Fit after self-cal, rms=0.087452Jy sigma=0.000660 ! 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.087452Jy sigma=0.000660 ! Fit after self-cal, rms=0.088728Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.149 mas, bmaj=4.586 mas, bpa=9.984 degrees ! Estimated noise=582.447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000229625 Jy ! Component: 100 - total flux cleaned = 0.000229579 Jy ! Component: 150 - total flux cleaned = 0.000229257 Jy ! Component: 200 - total flux cleaned = 0.000228925 Jy ! Total flux subtracted in 200 components = 0.000228925 Jy ! Clean residual min=-0.001348 max=0.001389 Jy/beam ! Clean residual mean=0.000007 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0879604 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.0879604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088725Jy sigma=0.000658 ! Fit after self-cal, rms=0.088744Jy sigma=0.000658 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.26101e-06 Jy ! Component: 100 - total flux cleaned = 7.21593e-06 Jy ! Component: 150 - total flux cleaned = 6.97424e-07 Jy ! Component: 200 - total flux cleaned = 6.18859e-07 Jy ! Total flux subtracted in 200 components = 6.18859e-07 Jy ! Clean residual min=-0.001392 max=0.001370 Jy/beam ! Clean residual mean=0.000007 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.087961 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.087961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088742Jy sigma=0.000658 ! Fit after self-cal, rms=0.088742Jy sigma=0.000658 ! 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.088742Jy sigma=0.000658 ! Fit after self-cal, rms=0.089097Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.144 mas, bmaj=4.587 mas, bpa=10.24 degrees ! Estimated noise=583.563 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00022151 Jy ! Component: 100 - total flux cleaned = 0.000221876 Jy ! Component: 150 - total flux cleaned = 0.000221921 Jy ! Component: 200 - total flux cleaned = 0.000221909 Jy ! Total flux subtracted in 200 components = 0.000221909 Jy ! Clean residual min=-0.001380 max=0.001360 Jy/beam ! Clean residual mean=0.000007 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0881829 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 33 components and 0.0881829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089094Jy sigma=0.000658 ! Fit after self-cal, rms=0.089097Jy sigma=0.000658 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.51323e-06 Jy ! Component: 100 - total flux cleaned = 6.04029e-07 Jy ! Component: 150 - total flux cleaned = 3.27899e-07 Jy ! Component: 200 - total flux cleaned = 3.21261e-07 Jy ! Total flux subtracted in 200 components = 3.21261e-07 Jy ! Clean residual min=-0.001384 max=0.001357 Jy/beam ! Clean residual mean=0.000007 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0881833 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.0881833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089096Jy sigma=0.000658 ! Fit after self-cal, rms=0.089096Jy sigma=0.000658 ! 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.089096Jy sigma=0.000658 ! Fit after self-cal, rms=0.089265Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.398 mas, bmaj=8.77 mas, bpa=57.76 degrees ! Estimated noise=710.768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.76617e-05 Jy ! Component: 100 - total flux cleaned = 5.78367e-05 Jy ! Component: 150 - total flux cleaned = 5.1938e-05 Jy ! Component: 200 - total flux cleaned = 4.62108e-05 Jy ! Total flux subtracted in 200 components = 4.62108e-05 Jy ! Clean residual min=-0.001477 max=0.001341 Jy/beam ! Clean residual mean=0.000016 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.0882295 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 45 components and 0.0882295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089265Jy sigma=0.000658 ! Fit after self-cal, rms=0.089265Jy sigma=0.000658 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.54574e-05 Jy ! Component: 100 - total flux cleaned = -1.51961e-05 Jy ! Component: 150 - total flux cleaned = -2.04986e-05 Jy ! Component: 200 - total flux cleaned = -2.54992e-05 Jy ! Total flux subtracted in 200 components = -2.54992e-05 Jy ! Clean residual min=-0.001475 max=0.001338 Jy/beam ! Clean residual mean=0.000016 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.088204 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.088204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089265Jy sigma=0.000658 ! Fit after self-cal, rms=0.089265Jy sigma=0.000658 ! 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=4.14 mas, bmaj=4.586 mas, bpa=10.44 degrees ! Estimated noise=584.599 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.14 x 4.586 at 10.44 degrees (North through East) ! Clean map min=-0.0013342 max=0.082481 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=3.33 mas, bmaj=3.752 mas, bpa=-0.3169 degrees ! Estimated noise=1006.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0649721 Jy ! Component: 100 - total flux cleaned = 0.0793881 Jy ! Component: 150 - total flux cleaned = 0.0843499 Jy ! Component: 200 - total flux cleaned = 0.0870112 Jy ! Total flux subtracted in 200 components = 0.0870112 Jy ! Clean residual min=-0.002596 max=0.002671 Jy/beam ! Clean residual mean=-0.000000 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.0870112 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0870112 Jy ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=4.586 mas, bpa=10.44 degrees ! Estimated noise=584.599 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 (-10, 105.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011547 Jy ! Component: 100 - total flux cleaned = 0.0013529 Jy ! Component: 150 - total flux cleaned = 0.00137637 Jy ! Component: 200 - total flux cleaned = 0.00144477 Jy ! Total flux subtracted in 200 components = 0.00144477 Jy ! Clean residual min=-0.001429 max=0.001284 Jy/beam ! Clean residual mean=0.000008 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.088456 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.088456 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=8.398 mas, bmaj=8.77 mas, bpa=57.76 degrees ! Estimated noise=710.768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538278 Jy ! Component: 100 - total flux cleaned = 0.000747201 Jy ! Component: 150 - total flux cleaned = 0.000808759 Jy ! Component: 200 - total flux cleaned = 0.0008263 Jy ! Total flux subtracted in 200 components = 0.0008263 Jy ! Clean residual min=-0.001413 max=0.001384 Jy/beam ! Clean residual mean=0.000017 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0892823 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 = -8.11695e-06 Jy ! Component: 100 - total flux cleaned = -5.19178e-07 Jy ! Component: 150 - total flux cleaned = 6.47692e-06 Jy ! Component: 200 - total flux cleaned = 6.54728e-06 Jy ! Total flux subtracted in 200 components = 6.54728e-06 Jy ! Clean residual min=-0.001420 max=0.001379 Jy/beam ! Clean residual mean=0.000017 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0892888 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 47 components and 0.0892888 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=4.586 mas, bpa=10.44 degrees ! Estimated noise=584.599 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000228655 Jy ! Component: 100 - total flux cleaned = -0.000229007 Jy ! Component: 150 - total flux cleaned = -0.000211065 Jy ! Component: 200 - total flux cleaned = -0.000195015 Jy ! Total flux subtracted in 200 components = -0.000195015 Jy ! Clean residual min=-0.001426 max=0.001325 Jy/beam ! Clean residual mean=0.000008 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0890938 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.0890938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089249Jy sigma=0.000658 ! Fit after self-cal, rms=0.089237Jy sigma=0.000658 wmodel J2102+6758_S_2017_05_01_pus_map.mod ! Writing 58 model components to file: J2102+6758_S_2017_05_01_pus_map.mod wobs J2102+6758_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J2102+6758_S_2017_05_01_pus_uvs.fits wwins J2102+6758_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J2102+6758_S_2017_05_01_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 = -7.57894e-06 Jy ! Component: 100 - total flux cleaned = 4.1166e-05 Jy ! Component: 150 - total flux cleaned = 1.84049e-05 Jy ! Component: 200 - total flux cleaned = 4.0706e-05 Jy ! Component: 250 - total flux cleaned = 4.07024e-05 Jy ! Component: 300 - total flux cleaned = 0.000125567 Jy ! Component: 350 - total flux cleaned = 0.00016677 Jy ! Component: 400 - total flux cleaned = 0.000207338 Jy ! Component: 450 - total flux cleaned = 0.00016749 Jy ! Component: 500 - total flux cleaned = 0.000207409 Jy ! Component: 550 - total flux cleaned = 0.00018821 Jy ! Component: 600 - total flux cleaned = 0.000188318 Jy ! Component: 650 - total flux cleaned = 0.000131995 Jy ! Component: 700 - total flux cleaned = 0.000113806 Jy ! Component: 750 - total flux cleaned = 5.88107e-05 Jy ! Component: 800 - total flux cleaned = 7.72487e-05 Jy ! Component: 850 - total flux cleaned = 5.92612e-05 Jy ! Component: 900 - total flux cleaned = 5.94154e-05 Jy ! Component: 950 - total flux cleaned = 0.000129763 Jy ! Component: 1000 - total flux cleaned = 0.000112184 Jy ! Component: 1050 - total flux cleaned = 0.000181446 Jy ! Component: 1100 - total flux cleaned = 0.000267154 Jy ! Component: 1150 - total flux cleaned = 0.000250346 Jy ! Component: 1200 - total flux cleaned = 0.000300888 Jy ! Component: 1250 - total flux cleaned = 0.000334013 Jy ! Component: 1300 - total flux cleaned = 0.000317429 Jy ! Component: 1350 - total flux cleaned = 0.000317204 Jy ! Component: 1400 - total flux cleaned = 0.000382615 Jy ! Component: 1450 - total flux cleaned = 0.000431253 Jy ! Component: 1500 - total flux cleaned = 0.000495312 Jy ! Component: 1550 - total flux cleaned = 0.000463469 Jy ! Component: 1600 - total flux cleaned = 0.000526562 Jy ! Component: 1650 - total flux cleaned = 0.000479571 Jy ! Component: 1700 - total flux cleaned = 0.000495148 Jy ! Component: 1750 - total flux cleaned = 0.000464223 Jy ! Component: 1800 - total flux cleaned = 0.000556767 Jy ! Component: 1850 - total flux cleaned = 0.000602636 Jy ! Component: 1900 - total flux cleaned = 0.000557069 Jy ! Component: 1950 - total flux cleaned = 0.000647638 Jy ! Component: 2000 - total flux cleaned = 0.000707537 Jy ! Component: 2050 - total flux cleaned = 0.00064809 Jy ! Component: 2100 - total flux cleaned = 0.000721953 Jy ! Component: 2150 - total flux cleaned = 0.000780767 Jy ! Component: 2200 - total flux cleaned = 0.000722367 Jy ! Component: 2250 - total flux cleaned = 0.000780482 Jy ! Component: 2300 - total flux cleaned = 0.000766058 Jy ! Component: 2350 - total flux cleaned = 0.000866479 Jy ! Component: 2400 - total flux cleaned = 0.000809486 Jy ! Component: 2450 - total flux cleaned = 0.000823717 Jy ! Component: 2500 - total flux cleaned = 0.000837764 Jy ! Component: 2550 - total flux cleaned = 0.00089373 Jy ! Component: 2600 - total flux cleaned = 0.000921619 Jy ! Component: 2650 - total flux cleaned = 0.000921622 Jy ! Component: 2700 - total flux cleaned = 0.000949257 Jy ! Component: 2750 - total flux cleaned = 0.000976579 Jy ! Component: 2800 - total flux cleaned = 0.00101743 Jy ! Component: 2850 - total flux cleaned = 0.00111219 Jy ! Component: 2900 - total flux cleaned = 0.00111219 Jy ! Component: 2950 - total flux cleaned = 0.00116581 Jy ! Component: 3000 - total flux cleaned = 0.00117914 Jy ! Component: 3050 - total flux cleaned = 0.00120569 Jy ! Component: 3100 - total flux cleaned = 0.00131119 Jy ! Component: 3150 - total flux cleaned = 0.001298 Jy ! Component: 3200 - total flux cleaned = 0.00131095 Jy ! Component: 3250 - total flux cleaned = 0.00133689 Jy ! Component: 3300 - total flux cleaned = 0.00134981 Jy ! Component: 3350 - total flux cleaned = 0.00143991 Jy ! Component: 3400 - total flux cleaned = 0.00138858 Jy ! Component: 3450 - total flux cleaned = 0.00143974 Jy ! Component: 3500 - total flux cleaned = 0.00151588 Jy ! Component: 3550 - total flux cleaned = 0.00154107 Jy ! Component: 3600 - total flux cleaned = 0.00155362 Jy ! Component: 3650 - total flux cleaned = 0.00157867 Jy ! Component: 3700 - total flux cleaned = 0.00162842 Jy ! Component: 3750 - total flux cleaned = 0.0016532 Jy ! Component: 3800 - total flux cleaned = 0.0016902 Jy ! Component: 3850 - total flux cleaned = 0.00175146 Jy ! Component: 3900 - total flux cleaned = 0.001727 Jy ! Component: 3950 - total flux cleaned = 0.00176341 Jy ! Component: 4000 - total flux cleaned = 0.00173918 Jy ! Component: 4050 - total flux cleaned = 0.00179936 Jy ! Total flux subtracted in 4096 components = 0.00182336 Jy ! Clean residual min=-0.000699 max=0.000699 Jy/beam ! Clean residual mean=0.000005 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.0909172 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 356 components and 0.0909172 Jy ![Exited script file: muppet] wmap "J2102+6758_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.14 x 4.586 at 10.44 degrees (North through East) ! Clean map min=-0.0011483 max=0.082718 Jy/beam ! Writing clean map to FITS file: J2102+6758_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0827176 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021164 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.767574 0.767574 1.53515 3.0703 6.14059 12.2812 24.5624 49.1247 98.2495 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.082 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.14 x 4.586 at 10.44 degrees (North through East) ! Clean map min=-0.0011483 max=0.082718 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 J2102+6758_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:43:56 2019