! Started logfile: J1611+1856_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:18:00 2019 obs J1611+1856_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1611+1856_S_2017_01_16_pus_uva.fits ! AN table 1: 163 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.634492 visibilities/baseline/integration-bin. ! Found source: J1611+1856 ! ! 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 622 lines of history. ! ! Reading 18616 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 J1611+1856_S_2017_01_16_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 333 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 333 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 333 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 672 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.909995Jy sigma=0.007656 ! Fit after self-cal, rms=0.896595Jy sigma=0.007578 ! 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.735 mas, bmaj=7.702 mas, bpa=20.76 degrees ! Estimated noise=1193.99 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.0846518 Jy ! Component: 100 - total flux cleaned = 0.104517 Jy ! Total flux subtracted in 100 components = 0.104517 Jy ! Clean residual min=-0.004857 max=0.010065 Jy/beam ! Clean residual mean=-0.000011 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.104517 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.104517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098191Jy sigma=0.000683 ! Fit after self-cal, rms=0.098135Jy sigma=0.000682 ! Inverting map ! Added new window around map position (-1.5, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103246 Jy ! Component: 100 - total flux cleaned = 0.0163952 Jy ! Total flux subtracted in 100 components = 0.0163952 Jy ! Clean residual min=-0.004115 max=0.004222 Jy/beam ! Clean residual mean=0.000001 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.120913 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 28 components and 0.120913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096996Jy sigma=0.000669 ! Fit after self-cal, rms=0.096972Jy sigma=0.000668 ! 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.85 mas, bmaj=8.635 mas, bpa=18.84 degrees ! Estimated noise=663.994 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.00538187 Jy ! Component: 100 - total flux cleaned = 0.00821758 Jy ! Component: 150 - total flux cleaned = 0.00941278 Jy ! Component: 200 - total flux cleaned = 0.00974906 Jy ! Total flux subtracted in 200 components = 0.00974906 Jy ! Clean residual min=-0.002844 max=0.002809 Jy/beam ! Clean residual mean=0.000016 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.130662 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 49 components and 0.130662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096712Jy sigma=0.000665 ! Fit after self-cal, rms=0.096709Jy sigma=0.000664 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.95 HN 0.96 KP 0.99 ! LA 1.01 MK 1.00* NL 0.93 OV 0.99 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 0.97 KP 0.97 ! LA 0.95 MK 1.00* NL 1.03 OV 1.02 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00 HN 0.94 KP 1.03 ! LA 0.96 MK 1.00* NL 1.04 OV 0.95 ! PT 1.00 SC 1.03 ! ! ! 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 1.01 HN 0.96 KP 1.00* ! LA 1.14 MK 1.00* NL 1.00* OV 0.90 ! PT 1.02 SC 0.92 ! ! ! Fit before self-cal, rms=0.096709Jy sigma=0.000664 ! Fit after self-cal, rms=0.095683Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.85 mas, bmaj=8.617 mas, bpa=18.06 degrees ! Estimated noise=661.195 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.000241 Jy ! Component: 100 - total flux cleaned = 8.74981e-05 Jy ! Component: 150 - total flux cleaned = -7.09463e-06 Jy ! Component: 200 - total flux cleaned = -3.37984e-05 Jy ! Total flux subtracted in 200 components = -3.37984e-05 Jy ! Clean residual min=-0.002476 max=0.002608 Jy/beam ! Clean residual mean=0.000014 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.130628 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.130628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095651Jy sigma=0.000662 ! Fit after self-cal, rms=0.095743Jy sigma=0.000662 ! 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.095743Jy sigma=0.000662 ! Fit after self-cal, rms=0.100231Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.843 mas, bmaj=8.584 mas, bpa=17.76 degrees ! Estimated noise=661.543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000650508 Jy ! Component: 100 - total flux cleaned = 0.000744555 Jy ! Component: 150 - total flux cleaned = 0.000850802 Jy ! Component: 200 - total flux cleaned = 0.000939833 Jy ! Total flux subtracted in 200 components = 0.000939833 Jy ! Clean residual min=-0.002010 max=0.001678 Jy/beam ! Clean residual mean=0.000000 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.131568 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 71 components and 0.131568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100211Jy sigma=0.000656 ! Fit after self-cal, rms=0.100468Jy sigma=0.000656 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.000143418 Jy ! Component: 100 - total flux cleaned = 0.00016087 Jy ! Component: 150 - total flux cleaned = 0.000160674 Jy ! Component: 200 - total flux cleaned = 0.000161981 Jy ! Total flux subtracted in 200 components = 0.000161981 Jy ! Clean residual min=-0.001971 max=0.001661 Jy/beam ! Clean residual mean=0.000000 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.13173 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 77 components and 0.13173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100463Jy sigma=0.000656 ! Fit after self-cal, rms=0.100462Jy sigma=0.000656 ! 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.100462Jy sigma=0.000656 ! Fit after self-cal, rms=0.101609Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.844 mas, bmaj=8.56 mas, bpa=17.6 degrees ! Estimated noise=661.043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000316644 Jy ! Component: 100 - total flux cleaned = 0.000372364 Jy ! Component: 150 - total flux cleaned = 0.000436277 Jy ! Component: 200 - total flux cleaned = 0.000479458 Jy ! Total flux subtracted in 200 components = 0.000479458 Jy ! Clean residual min=-0.001916 max=0.001654 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.132209 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.132209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101600Jy sigma=0.000656 ! Fit after self-cal, rms=0.101611Jy sigma=0.000656 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.12404e-05 Jy ! Component: 100 - total flux cleaned = 2.41507e-05 Jy ! Component: 150 - total flux cleaned = 4.81813e-05 Jy ! Component: 200 - total flux cleaned = 5.93013e-05 Jy ! Total flux subtracted in 200 components = 5.93013e-05 Jy ! Clean residual min=-0.001887 max=0.001660 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.132268 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.132268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101608Jy sigma=0.000656 ! Fit after self-cal, rms=0.101607Jy sigma=0.000656 ! 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.101607Jy sigma=0.000656 ! Fit after self-cal, rms=0.101761Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.811 mas, bmaj=10.47 mas, bpa=3.629 degrees ! Estimated noise=740.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373908 Jy ! Component: 100 - total flux cleaned = 0.000450955 Jy ! Component: 150 - total flux cleaned = 0.000495477 Jy ! Component: 200 - total flux cleaned = 0.00051939 Jy ! Total flux subtracted in 200 components = 0.00051939 Jy ! Clean residual min=-0.001684 max=0.001793 Jy/beam ! Clean residual mean=-0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.132788 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 94 components and 0.132788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101758Jy sigma=0.000656 ! Fit after self-cal, rms=0.101761Jy sigma=0.000656 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.84898e-05 Jy ! Component: 100 - total flux cleaned = 5.12733e-05 Jy ! Component: 150 - total flux cleaned = 7.20111e-05 Jy ! Component: 200 - total flux cleaned = 9.14272e-05 Jy ! Total flux subtracted in 200 components = 9.14272e-05 Jy ! Clean residual min=-0.001678 max=0.001798 Jy/beam ! Clean residual mean=-0.000001 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.132879 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 100 components and 0.132879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101760Jy sigma=0.000656 ! Fit after self-cal, rms=0.101760Jy sigma=0.000656 ! 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.845 mas, bmaj=8.545 mas, bpa=17.49 degrees ! Estimated noise=660.677 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.845 x 8.545 at 17.49 degrees (North through East) ! Clean map min=-0.0017781 max=0.10664 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.735 mas, bmaj=7.582 mas, bpa=19.79 degrees ! Estimated noise=1179.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0832492 Jy ! Component: 100 - total flux cleaned = 0.104178 Jy ! Component: 150 - total flux cleaned = 0.114348 Jy ! Component: 200 - total flux cleaned = 0.12027 Jy ! Total flux subtracted in 200 components = 0.12027 Jy ! Clean residual min=-0.003008 max=0.003092 Jy/beam ! Clean residual mean=-0.000024 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.12027 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.12027 Jy ! Inverting map and beam ! Estimated beam: bmin=4.845 mas, bmaj=8.545 mas, bpa=17.49 degrees ! Estimated noise=660.677 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.00436728 Jy ! Component: 100 - total flux cleaned = 0.00699553 Jy ! Component: 150 - total flux cleaned = 0.00877687 Jy ! Component: 200 - total flux cleaned = 0.00976959 Jy ! Total flux subtracted in 200 components = 0.00976959 Jy ! Clean residual min=-0.002115 max=0.001519 Jy/beam ! Clean residual mean=-0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.13004 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 58 components and 0.13004 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.811 mas, bmaj=10.47 mas, bpa=3.629 degrees ! Estimated noise=740.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110895 Jy ! Component: 100 - total flux cleaned = 0.00178319 Jy ! Component: 150 - total flux cleaned = 0.00212204 Jy ! Component: 200 - total flux cleaned = 0.00224026 Jy ! Total flux subtracted in 200 components = 0.00224026 Jy ! Clean residual min=-0.001719 max=0.001804 Jy/beam ! Clean residual mean=-0.000001 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.13228 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.000100641 Jy ! Component: 100 - total flux cleaned = 0.000187244 Jy ! Component: 150 - total flux cleaned = 0.000253091 Jy ! Component: 200 - total flux cleaned = 0.000303366 Jy ! Total flux subtracted in 200 components = 0.000303366 Jy ! Clean residual min=-0.001694 max=0.001820 Jy/beam ! Clean residual mean=-0.000001 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.132584 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 88 components and 0.132584 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.845 mas, bmaj=8.545 mas, bpa=17.49 degrees ! Estimated noise=660.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000313632 Jy ! Component: 100 - total flux cleaned = -0.000311577 Jy ! Component: 150 - total flux cleaned = -0.000278754 Jy ! Component: 200 - total flux cleaned = -0.000235981 Jy ! Total flux subtracted in 200 components = -0.000235981 Jy ! Clean residual min=-0.001832 max=0.001661 Jy/beam ! Clean residual mean=-0.000001 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.132348 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 95 components and 0.132348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101766Jy sigma=0.000656 ! Fit after self-cal, rms=0.101758Jy sigma=0.000656 wmodel J1611+1856_S_2017_01_16_pus_map.mod ! Writing 95 model components to file: J1611+1856_S_2017_01_16_pus_map.mod wobs J1611+1856_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1611+1856_S_2017_01_16_pus_uvs.fits wwins J1611+1856_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J1611+1856_S_2017_01_16_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.000273801 Jy ! Component: 100 - total flux cleaned = -0.000115807 Jy ! Component: 150 - total flux cleaned = -6.68052e-05 Jy ! Component: 200 - total flux cleaned = -1.95964e-05 Jy ! Component: 250 - total flux cleaned = -0.000110431 Jy ! Component: 300 - total flux cleaned = -0.000198981 Jy ! Component: 350 - total flux cleaned = -0.000306363 Jy ! Component: 400 - total flux cleaned = -0.000389928 Jy ! Component: 450 - total flux cleaned = -0.000471432 Jy ! Component: 500 - total flux cleaned = -0.00049137 Jy ! Component: 550 - total flux cleaned = -0.000530624 Jy ! Component: 600 - total flux cleaned = -0.000568939 Jy ! Component: 650 - total flux cleaned = -0.000644297 Jy ! Component: 700 - total flux cleaned = -0.00066272 Jy ! Component: 750 - total flux cleaned = -0.000681176 Jy ! Component: 800 - total flux cleaned = -0.000717354 Jy ! Component: 850 - total flux cleaned = -0.000699773 Jy ! Component: 900 - total flux cleaned = -0.000821702 Jy ! Component: 950 - total flux cleaned = -0.000786558 Jy ! Component: 1000 - total flux cleaned = -0.000820446 Jy ! Component: 1050 - total flux cleaned = -0.000854025 Jy ! Component: 1100 - total flux cleaned = -0.000919897 Jy ! Component: 1150 - total flux cleaned = -0.00096859 Jy ! Component: 1200 - total flux cleaned = -0.000936408 Jy ! Component: 1250 - total flux cleaned = -0.000968388 Jy ! Component: 1300 - total flux cleaned = -0.000999827 Jy ! Component: 1350 - total flux cleaned = -0.000999685 Jy ! Component: 1400 - total flux cleaned = -0.00104539 Jy ! Component: 1450 - total flux cleaned = -0.00103016 Jy ! Component: 1500 - total flux cleaned = -0.00102987 Jy ! Component: 1550 - total flux cleaned = -0.00107445 Jy ! Component: 1600 - total flux cleaned = -0.00114732 Jy ! Component: 1650 - total flux cleaned = -0.00111825 Jy ! Component: 1700 - total flux cleaned = -0.00116141 Jy ! Component: 1750 - total flux cleaned = -0.00117564 Jy ! Component: 1800 - total flux cleaned = -0.00117553 Jy ! Component: 1850 - total flux cleaned = -0.00123116 Jy ! Component: 1900 - total flux cleaned = -0.00121739 Jy ! Component: 1950 - total flux cleaned = -0.00123116 Jy ! Component: 2000 - total flux cleaned = -0.00125821 Jy ! Component: 2050 - total flux cleaned = -0.00123137 Jy ! Component: 2100 - total flux cleaned = -0.00123148 Jy ! Component: 2150 - total flux cleaned = -0.00117885 Jy ! Component: 2200 - total flux cleaned = -0.00116584 Jy ! Component: 2250 - total flux cleaned = -0.00115293 Jy ! Component: 2300 - total flux cleaned = -0.00119157 Jy ! Component: 2350 - total flux cleaned = -0.00111461 Jy ! Component: 2400 - total flux cleaned = -0.00111466 Jy ! Component: 2450 - total flux cleaned = -0.0011273 Jy ! Component: 2500 - total flux cleaned = -0.00108982 Jy ! Component: 2550 - total flux cleaned = -0.00111469 Jy ! Component: 2600 - total flux cleaned = -0.00107759 Jy ! Component: 2650 - total flux cleaned = -0.001053 Jy ! Component: 2700 - total flux cleaned = -0.00100425 Jy ! Component: 2750 - total flux cleaned = -0.0010042 Jy ! Component: 2800 - total flux cleaned = -0.000920024 Jy ! Component: 2850 - total flux cleaned = -0.000932008 Jy ! Component: 2900 - total flux cleaned = -0.000908205 Jy ! Component: 2950 - total flux cleaned = -0.000872888 Jy ! Component: 3000 - total flux cleaned = -0.000837917 Jy ! Component: 3050 - total flux cleaned = -0.000838018 Jy ! Component: 3100 - total flux cleaned = -0.000826426 Jy ! Component: 3150 - total flux cleaned = -0.000826485 Jy ! Component: 3200 - total flux cleaned = -0.000780669 Jy ! Component: 3250 - total flux cleaned = -0.000769267 Jy ! Component: 3300 - total flux cleaned = -0.000746595 Jy ! Component: 3350 - total flux cleaned = -0.000780276 Jy ! Component: 3400 - total flux cleaned = -0.000746602 Jy ! Component: 3450 - total flux cleaned = -0.000679802 Jy ! Component: 3500 - total flux cleaned = -0.000690806 Jy ! Component: 3550 - total flux cleaned = -0.000690843 Jy ! Component: 3600 - total flux cleaned = -0.000701882 Jy ! Component: 3650 - total flux cleaned = -0.000691051 Jy ! Component: 3700 - total flux cleaned = -0.000701803 Jy ! Component: 3750 - total flux cleaned = -0.00071258 Jy ! Component: 3800 - total flux cleaned = -0.000701885 Jy ! Component: 3850 - total flux cleaned = -0.000669956 Jy ! Component: 3900 - total flux cleaned = -0.000659432 Jy ! Component: 3950 - total flux cleaned = -0.000691029 Jy ! Component: 4000 - total flux cleaned = -0.000680535 Jy ! Component: 4050 - total flux cleaned = -0.000670092 Jy ! Total flux subtracted in 4096 components = -0.000628566 Jy ! Clean residual min=-0.000685 max=0.000641 Jy/beam ! Clean residual mean=-0.000002 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.131719 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 352 components and 0.131719 Jy ![Exited script file: muppet] wmap "J1611+1856_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.845 x 8.545 at 17.49 degrees (North through East) ! Clean map min=-0.0015231 max=0.10657 Jy/beam ! Writing clean map to FITS file: J1611+1856_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.106567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198053 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.557546 0.557546 1.11509 2.23018 4.46037 8.92074 17.8415 35.683 71.3659 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 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.845 x 8.545 at 17.49 degrees (North through East) ! Clean map min=-0.0015231 max=0.10657 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 J1611+1856_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:18:05 2019