! Started logfile: J1713+4916_S_2017_04_28_pus_uvs.log on Thu May 2 16:30:34 2019 obs J1713+4916_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J1713+4916_S_2017_04_28_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.761849 visibilities/baseline/integration-bin. ! Found source: J1713+4916 ! ! 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 671 lines of history. ! ! Reading 15496 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 J1713+4916_S_2017_04_28_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 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 560 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.922858Jy sigma=0.008607 ! Fit after self-cal, rms=0.914159Jy sigma=0.008546 ! 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.207 mas, bmaj=4.758 mas, bpa=-10.24 degrees ! Estimated noise=1104.69 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.0684744 Jy ! Component: 100 - total flux cleaned = 0.0849648 Jy ! Total flux subtracted in 100 components = 0.0849648 Jy ! Clean residual min=-0.004090 max=0.006400 Jy/beam ! Clean residual mean=0.000005 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.0849648 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0849648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082370Jy sigma=0.000680 ! Fit after self-cal, rms=0.082340Jy sigma=0.000680 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00661621 Jy ! Component: 100 - total flux cleaned = 0.00862851 Jy ! Total flux subtracted in 100 components = 0.00862851 Jy ! Clean residual min=-0.003671 max=0.003793 Jy/beam ! Clean residual mean=0.000005 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.0935933 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 10 components and 0.0935933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081878Jy sigma=0.000675 ! Fit after self-cal, rms=0.081887Jy sigma=0.000675 ! 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.927 mas, bmaj=5.738 mas, bpa=-9.745 degrees ! Estimated noise=682.808 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.00132012 Jy ! Component: 100 - total flux cleaned = 0.00131686 Jy ! Component: 150 - total flux cleaned = 0.00131344 Jy ! Component: 200 - total flux cleaned = 0.00131098 Jy ! Total flux subtracted in 200 components = 0.00131098 Jy ! Clean residual min=-0.002658 max=0.003657 Jy/beam ! Clean residual mean=0.000018 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.0949043 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.0949043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081848Jy sigma=0.000675 ! Fit after self-cal, rms=0.081850Jy sigma=0.000675 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00 HN 1.02 KP 1.06 ! LA 1.06 MK 0.96 NL 0.95 OV 1.01 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.89 HN 1.06 KP 1.00 ! LA 1.03 MK 1.03 NL 1.01 OV 1.09 ! PT 1.03 SC 1.10 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.01 KP 1.03 ! LA 1.01 MK 1.02 NL 1.00 OV 0.92 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! A total of 96 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 0.97 KP 1.00* ! LA 0.96 MK 1.00 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.081850Jy sigma=0.000675 ! Fit after self-cal, rms=0.082069Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.917 mas, bmaj=5.71 mas, bpa=-9.635 degrees ! Estimated noise=687.231 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.00019308 Jy ! Component: 100 - total flux cleaned = 0.000211086 Jy ! Component: 150 - total flux cleaned = 0.000195673 Jy ! Component: 200 - total flux cleaned = 0.000195828 Jy ! Total flux subtracted in 200 components = 0.000195828 Jy ! Clean residual min=-0.002777 max=0.003371 Jy/beam ! Clean residual mean=0.000018 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.0951001 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.0951001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082061Jy sigma=0.000673 ! Fit after self-cal, rms=0.082074Jy sigma=0.000673 ! 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.082074Jy sigma=0.000673 ! Fit after self-cal, rms=0.090311Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.929 mas, bmaj=5.709 mas, bpa=-9.485 degrees ! Estimated noise=687.566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125111 Jy ! Component: 100 - total flux cleaned = -0.000112386 Jy ! Component: 150 - total flux cleaned = -0.000123478 Jy ! Component: 200 - total flux cleaned = -0.000133393 Jy ! Total flux subtracted in 200 components = -0.000133393 Jy ! Clean residual min=-0.002193 max=0.002717 Jy/beam ! Clean residual mean=0.000027 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.0949667 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0949667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090306Jy sigma=0.000666 ! Fit after self-cal, rms=0.090512Jy sigma=0.000666 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 (59, 21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244821 Jy ! Component: 100 - total flux cleaned = 0.00387822 Jy ! Component: 150 - total flux cleaned = 0.00466629 Jy ! Component: 200 - total flux cleaned = 0.00497104 Jy ! Total flux subtracted in 200 components = 0.00497104 Jy ! Clean residual min=-0.002082 max=0.002247 Jy/beam ! Clean residual mean=0.000021 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0999378 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 58 components and 0.0999378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090421Jy sigma=0.000665 ! Fit after self-cal, rms=0.090409Jy sigma=0.000665 ! 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.090409Jy sigma=0.000665 ! Fit after self-cal, rms=0.091149Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.935 mas, bmaj=5.719 mas, bpa=-9.418 degrees ! Estimated noise=684.401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000888882 Jy ! Component: 100 - total flux cleaned = 0.00107725 Jy ! Component: 150 - total flux cleaned = 0.00124908 Jy ! Component: 200 - total flux cleaned = 0.00132852 Jy ! Total flux subtracted in 200 components = 0.00132852 Jy ! Clean residual min=-0.001998 max=0.002099 Jy/beam ! Clean residual mean=0.000021 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.101266 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.101266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091123Jy sigma=0.000665 ! Fit after self-cal, rms=0.091127Jy sigma=0.000665 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000192365 Jy ! Component: 100 - total flux cleaned = 0.000267996 Jy ! Component: 150 - total flux cleaned = 0.000340453 Jy ! Component: 200 - total flux cleaned = 0.00040771 Jy ! Total flux subtracted in 200 components = 0.00040771 Jy ! Clean residual min=-0.001982 max=0.002083 Jy/beam ! Clean residual mean=0.000021 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.101674 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 69 components and 0.101674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091111Jy sigma=0.000665 ! Fit after self-cal, rms=0.091108Jy sigma=0.000665 ! 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.091108Jy sigma=0.000665 ! Fit after self-cal, rms=0.091028Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.381 mas, bmaj=9.261 mas, bpa=5.968 degrees ! Estimated noise=817.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.93844e-05 Jy ! Component: 100 - total flux cleaned = 0.000221072 Jy ! Component: 150 - total flux cleaned = 0.000311615 Jy ! Component: 200 - total flux cleaned = 0.00036367 Jy ! Total flux subtracted in 200 components = 0.00036367 Jy ! Clean residual min=-0.002371 max=0.002609 Jy/beam ! Clean residual mean=0.000044 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.102038 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.102038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091026Jy sigma=0.000665 ! Fit after self-cal, rms=0.091022Jy sigma=0.000665 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.87345e-05 Jy ! Component: 100 - total flux cleaned = 0.00011772 Jy ! Component: 150 - total flux cleaned = 0.000127795 Jy ! Component: 200 - total flux cleaned = 0.000137129 Jy ! Total flux subtracted in 200 components = 0.000137129 Jy ! Clean residual min=-0.002384 max=0.002604 Jy/beam ! Clean residual mean=0.000044 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.102175 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.102175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091019Jy sigma=0.000665 ! Fit after self-cal, rms=0.091018Jy sigma=0.000665 ! 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.937 mas, bmaj=5.723 mas, bpa=-9.481 degrees ! Estimated noise=683.825 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.937 x 5.723 at -9.481 degrees (North through East) ! Clean map min=-0.0019185 max=0.088452 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.228 mas, bmaj=4.752 mas, bpa=-9.781 degrees ! Estimated noise=1105.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0682793 Jy ! Component: 100 - total flux cleaned = 0.0848177 Jy ! Component: 150 - total flux cleaned = 0.091243 Jy ! Component: 200 - total flux cleaned = 0.0932192 Jy ! Total flux subtracted in 200 components = 0.0932192 Jy ! Clean residual min=-0.003254 max=0.003477 Jy/beam ! Clean residual mean=0.000009 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.0932191 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0932191 Jy ! Inverting map and beam ! Estimated beam: bmin=3.937 mas, bmaj=5.723 mas, bpa=-9.481 degrees ! Estimated noise=683.825 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 (59.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00266792 Jy ! Component: 100 - total flux cleaned = 0.0046056 Jy ! Component: 150 - total flux cleaned = 0.0061368 Jy ! Component: 200 - total flux cleaned = 0.00708923 Jy ! Total flux subtracted in 200 components = 0.00708923 Jy ! Clean residual min=-0.002078 max=0.002121 Jy/beam ! Clean residual mean=0.000022 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.100308 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 41 components and 0.100308 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.381 mas, bmaj=9.261 mas, bpa=5.968 degrees ! Estimated noise=817.967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000343651 Jy ! Component: 100 - total flux cleaned = 0.000799136 Jy ! Component: 150 - total flux cleaned = 0.00114243 Jy ! Component: 200 - total flux cleaned = 0.0012638 Jy ! Total flux subtracted in 200 components = 0.0012638 Jy ! Clean residual min=-0.002440 max=0.002618 Jy/beam ! Clean residual mean=0.000045 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.101572 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.000106729 Jy ! Component: 100 - total flux cleaned = 0.000201053 Jy ! Component: 150 - total flux cleaned = 0.000201256 Jy ! Component: 200 - total flux cleaned = 0.000217685 Jy ! Total flux subtracted in 200 components = 0.000217685 Jy ! Clean residual min=-0.002398 max=0.002594 Jy/beam ! Clean residual mean=0.000044 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.10179 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 73 components and 0.10179 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.937 mas, bmaj=5.723 mas, bpa=-9.481 degrees ! Estimated noise=683.825 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00015412 Jy ! Component: 100 - total flux cleaned = -4.927e-05 Jy ! Component: 150 - total flux cleaned = 1.38291e-05 Jy ! Component: 200 - total flux cleaned = 1.47647e-05 Jy ! Total flux subtracted in 200 components = 1.47647e-05 Jy ! Clean residual min=-0.001918 max=0.002166 Jy/beam ! Clean residual mean=0.000021 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.101805 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.101805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091017Jy sigma=0.000665 ! Fit after self-cal, rms=0.091028Jy sigma=0.000665 wmodel J1713+4916_S_2017_04_28_pus_map.mod ! Writing 86 model components to file: J1713+4916_S_2017_04_28_pus_map.mod wobs J1713+4916_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J1713+4916_S_2017_04_28_pus_uvs.fits wwins J1713+4916_S_2017_04_28_pus_map.win ! wwins: Wrote 3 windows to J1713+4916_S_2017_04_28_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.000736072 Jy ! Component: 100 - total flux cleaned = 0.00126083 Jy ! Component: 150 - total flux cleaned = 0.00178314 Jy ! Component: 200 - total flux cleaned = 0.00215643 Jy ! Component: 250 - total flux cleaned = 0.00239622 Jy ! Component: 300 - total flux cleaned = 0.00254191 Jy ! Component: 350 - total flux cleaned = 0.0026264 Jy ! Component: 400 - total flux cleaned = 0.00273644 Jy ! Component: 450 - total flux cleaned = 0.00281702 Jy ! Component: 500 - total flux cleaned = 0.00286936 Jy ! Component: 550 - total flux cleaned = 0.00292071 Jy ! Component: 600 - total flux cleaned = 0.00297144 Jy ! Component: 650 - total flux cleaned = 0.00304604 Jy ! Component: 700 - total flux cleaned = 0.00314382 Jy ! Component: 750 - total flux cleaned = 0.00321551 Jy ! Component: 800 - total flux cleaned = 0.00330988 Jy ! Component: 850 - total flux cleaned = 0.00344842 Jy ! Component: 900 - total flux cleaned = 0.00351675 Jy ! Component: 950 - total flux cleaned = 0.00356164 Jy ! Component: 1000 - total flux cleaned = 0.00365014 Jy ! Component: 1050 - total flux cleaned = 0.00365029 Jy ! Component: 1100 - total flux cleaned = 0.00373606 Jy ! Component: 1150 - total flux cleaned = 0.00377814 Jy ! Component: 1200 - total flux cleaned = 0.00381959 Jy ! Component: 1250 - total flux cleaned = 0.00375789 Jy ! Component: 1300 - total flux cleaned = 0.00375841 Jy ! Component: 1350 - total flux cleaned = 0.00377877 Jy ! Component: 1400 - total flux cleaned = 0.00377863 Jy ! Component: 1450 - total flux cleaned = 0.00370057 Jy ! Component: 1500 - total flux cleaned = 0.00373935 Jy ! Component: 1550 - total flux cleaned = 0.00375818 Jy ! Component: 1600 - total flux cleaned = 0.0037771 Jy ! Component: 1650 - total flux cleaned = 0.0037772 Jy ! Component: 1700 - total flux cleaned = 0.0037775 Jy ! Component: 1750 - total flux cleaned = 0.00379584 Jy ! Component: 1800 - total flux cleaned = 0.00381389 Jy ! Component: 1850 - total flux cleaned = 0.00384982 Jy ! Component: 1900 - total flux cleaned = 0.00377886 Jy ! Component: 1950 - total flux cleaned = 0.00384905 Jy ! Component: 2000 - total flux cleaned = 0.00388393 Jy ! Component: 2050 - total flux cleaned = 0.00381477 Jy ! Component: 2100 - total flux cleaned = 0.00384886 Jy ! Component: 2150 - total flux cleaned = 0.00386572 Jy ! Component: 2200 - total flux cleaned = 0.00388229 Jy ! Component: 2250 - total flux cleaned = 0.00388218 Jy ! Component: 2300 - total flux cleaned = 0.00391484 Jy ! Component: 2350 - total flux cleaned = 0.00388219 Jy ! Component: 2400 - total flux cleaned = 0.0038662 Jy ! Component: 2450 - total flux cleaned = 0.00386623 Jy ! Component: 2500 - total flux cleaned = 0.00380253 Jy ! Component: 2550 - total flux cleaned = 0.00380271 Jy ! Component: 2600 - total flux cleaned = 0.00378715 Jy ! Component: 2650 - total flux cleaned = 0.00377171 Jy ! Component: 2700 - total flux cleaned = 0.00374062 Jy ! Component: 2750 - total flux cleaned = 0.00369467 Jy ! Component: 2800 - total flux cleaned = 0.00372509 Jy ! Component: 2850 - total flux cleaned = 0.00363452 Jy ! Component: 2900 - total flux cleaned = 0.00364959 Jy ! Component: 2950 - total flux cleaned = 0.00363448 Jy ! Component: 3000 - total flux cleaned = 0.00361964 Jy ! Component: 3050 - total flux cleaned = 0.0035316 Jy ! Component: 3100 - total flux cleaned = 0.00356089 Jy ! Component: 3150 - total flux cleaned = 0.00353202 Jy ! Component: 3200 - total flux cleaned = 0.00350332 Jy ! Component: 3250 - total flux cleaned = 0.00346041 Jy ! Component: 3300 - total flux cleaned = 0.00347469 Jy ! Component: 3350 - total flux cleaned = 0.0034324 Jy ! Component: 3400 - total flux cleaned = 0.00347434 Jy ! Component: 3450 - total flux cleaned = 0.00340494 Jy ! Component: 3500 - total flux cleaned = 0.00340488 Jy ! Component: 3550 - total flux cleaned = 0.00341862 Jy ! Component: 3600 - total flux cleaned = 0.00343234 Jy ! Component: 3650 - total flux cleaned = 0.00336482 Jy ! Component: 3700 - total flux cleaned = 0.00335135 Jy ! Component: 3750 - total flux cleaned = 0.00332472 Jy ! Component: 3800 - total flux cleaned = 0.00329828 Jy ! Component: 3850 - total flux cleaned = 0.00331174 Jy ! Component: 3900 - total flux cleaned = 0.00327238 Jy ! Component: 3950 - total flux cleaned = 0.00327245 Jy ! Component: 4000 - total flux cleaned = 0.00323348 Jy ! Component: 4050 - total flux cleaned = 0.00324626 Jy ! Total flux subtracted in 4096 components = 0.00319508 Jy ! Clean residual min=-0.000922 max=0.000711 Jy/beam ! Clean residual mean=0.000003 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.105 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 388 components and 0.105 Jy ![Exited script file: muppet] wmap "J1713+4916_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.937 x 5.723 at -9.481 degrees (North through East) ! Clean map min=-0.0013946 max=0.088242 Jy/beam ! Writing clean map to FITS file: J1713+4916_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0882415 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232177 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.789347 0.789347 1.57869 3.15739 6.31478 12.6296 25.2591 50.5182 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.088 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.937 x 5.723 at -9.481 degrees (North through East) ! Clean map min=-0.0013946 max=0.088242 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 J1713+4916_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:30:39 2019