! Started logfile: J0101+5004_S_2017_05_01_pus_uvs.log on Wed May 1 18:23:25 2019 obs J0101+5004_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0101+5004_S_2017_05_01_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.912396 visibilities/baseline/integration-bin. ! Found source: J0101+5004 ! ! 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 28412 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 J0101+5004_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 768 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941634Jy sigma=0.008539 ! Fit after self-cal, rms=0.929543Jy sigma=0.008462 ! 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.681 mas, bmaj=4.348 mas, bpa=15.88 degrees ! Estimated noise=1015.06 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.0556063 Jy ! Component: 100 - total flux cleaned = 0.0692415 Jy ! Total flux subtracted in 100 components = 0.0692415 Jy ! Clean residual min=-0.003438 max=0.005429 Jy/beam ! Clean residual mean=0.000001 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.0692415 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0692415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090152Jy sigma=0.000690 ! Fit after self-cal, rms=0.090122Jy sigma=0.000689 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00596249 Jy ! Component: 100 - total flux cleaned = 0.00890581 Jy ! Total flux subtracted in 100 components = 0.00890581 Jy ! Clean residual min=-0.003113 max=0.003092 Jy/beam ! Clean residual mean=0.000000 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.0781473 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.0781473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089602Jy sigma=0.000691 ! Fit after self-cal, rms=0.089614Jy sigma=0.000691 ! 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.425 mas, bmaj=5.372 mas, bpa=18.17 degrees ! Estimated noise=544.403 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.0020926 Jy ! Component: 100 - total flux cleaned = 0.00312915 Jy ! Component: 150 - total flux cleaned = 0.00349146 Jy ! Component: 200 - total flux cleaned = 0.00361509 Jy ! Total flux subtracted in 200 components = 0.00361509 Jy ! Clean residual min=-0.002002 max=0.002210 Jy/beam ! Clean residual mean=0.000002 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0817624 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.0817624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089526Jy sigma=0.000692 ! Fit after self-cal, rms=0.089536Jy sigma=0.000692 ! 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.93 FD 0.94 HN 1.01 KP 0.99 ! LA 0.98 MK 1.03 NL 0.94 OV 1.01 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 1.06 KP 0.98 ! LA 0.98 MK 1.05 NL 1.02 OV 2.26 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.07 KP 0.98 ! LA 0.95 MK 1.14 NL 1.03 OV 0.96 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.97 HN 0.98 KP 1.00* ! LA 0.96 MK 0.90 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.089536Jy sigma=0.000692 ! Fit after self-cal, rms=0.103449Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.427 mas, bmaj=5.412 mas, bpa=19.28 degrees ! Estimated noise=564.925 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.00222997 Jy ! Component: 100 - total flux cleaned = 0.00307492 Jy ! Component: 150 - total flux cleaned = 0.00314726 Jy ! Component: 200 - total flux cleaned = 0.00313434 Jy ! Total flux subtracted in 200 components = 0.00313434 Jy ! Clean residual min=-0.002381 max=0.001937 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.0848968 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0848968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103306Jy sigma=0.000671 ! Fit after self-cal, rms=0.103344Jy sigma=0.000670 ! 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.103344Jy sigma=0.000670 ! Fit after self-cal, rms=0.121760Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.42 mas, bmaj=5.378 mas, bpa=18.43 degrees ! Estimated noise=569.245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000566854 Jy ! Component: 100 - total flux cleaned = 0.000601021 Jy ! Component: 150 - total flux cleaned = 0.000587115 Jy ! Component: 200 - total flux cleaned = 0.000598512 Jy ! Total flux subtracted in 200 components = 0.000598512 Jy ! Clean residual min=-0.001979 max=0.001818 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0854953 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.0854953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121731Jy sigma=0.000662 ! Fit after self-cal, rms=0.121767Jy sigma=0.000662 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.58606e-05 Jy ! Component: 100 - total flux cleaned = 4.58946e-05 Jy ! Component: 150 - total flux cleaned = 4.59029e-05 Jy ! Component: 200 - total flux cleaned = 4.5855e-05 Jy ! Total flux subtracted in 200 components = 4.5855e-05 Jy ! Clean residual min=-0.001932 max=0.001769 Jy/beam ! Clean residual mean=0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0855411 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.0855411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121761Jy sigma=0.000662 ! Fit after self-cal, rms=0.121763Jy sigma=0.000662 ! 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.121763Jy sigma=0.000662 ! Fit after self-cal, rms=0.126166Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.415 mas, bmaj=5.372 mas, bpa=18.81 degrees ! Estimated noise=575.068 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000719032 Jy ! Component: 100 - total flux cleaned = 0.000793063 Jy ! Component: 150 - total flux cleaned = 0.000804753 Jy ! Component: 200 - total flux cleaned = 0.000804936 Jy ! Total flux subtracted in 200 components = 0.000804936 Jy ! Clean residual min=-0.001953 max=0.001804 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0863461 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.0863461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126135Jy sigma=0.000662 ! Fit after self-cal, rms=0.126141Jy sigma=0.000662 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.79073e-06 Jy ! Component: 100 - total flux cleaned = -1.38042e-06 Jy ! Component: 150 - total flux cleaned = -1.17659e-06 Jy ! Component: 200 - total flux cleaned = -7.84297e-07 Jy ! Total flux subtracted in 200 components = -7.84297e-07 Jy ! Clean residual min=-0.001954 max=0.001785 Jy/beam ! Clean residual mean=0.000002 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0863453 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.0863453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126138Jy sigma=0.000662 ! Fit after self-cal, rms=0.126139Jy sigma=0.000662 ! 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.126139Jy sigma=0.000662 ! Fit after self-cal, rms=0.127763Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.144 mas, bmaj=9.004 mas, bpa=28.07 degrees ! Estimated noise=681.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000977712 Jy ! Component: 100 - total flux cleaned = 0.00130724 Jy ! Component: 150 - total flux cleaned = 0.00133992 Jy ! Component: 200 - total flux cleaned = 0.00135489 Jy ! Total flux subtracted in 200 components = 0.00135489 Jy ! Clean residual min=-0.001959 max=0.002034 Jy/beam ! Clean residual mean=0.000005 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0877002 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.0877002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127727Jy sigma=0.000662 ! Fit after self-cal, rms=0.127728Jy sigma=0.000662 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.61785e-05 Jy ! Component: 100 - total flux cleaned = 4.75635e-05 Jy ! Component: 150 - total flux cleaned = 4.84267e-05 Jy ! Component: 200 - total flux cleaned = 4.88847e-05 Jy ! Total flux subtracted in 200 components = 4.88847e-05 Jy ! Clean residual min=-0.001939 max=0.002017 Jy/beam ! Clean residual mean=0.000005 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0877491 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 49 components and 0.0877491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127726Jy sigma=0.000662 ! Fit after self-cal, rms=0.127726Jy sigma=0.000662 ! 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.411 mas, bmaj=5.368 mas, bpa=19.13 degrees ! Estimated noise=580.841 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.411 x 5.368 at 19.13 degrees (North through East) ! Clean map min=-0.0019007 max=0.076641 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.672 mas, bmaj=4.359 mas, bpa=17.22 degrees ! Estimated noise=1077.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0587682 Jy ! Component: 100 - total flux cleaned = 0.0740649 Jy ! Component: 150 - total flux cleaned = 0.0806622 Jy ! Component: 200 - total flux cleaned = 0.0838297 Jy ! Total flux subtracted in 200 components = 0.0838297 Jy ! Clean residual min=-0.003046 max=0.002626 Jy/beam ! Clean residual mean=0.000000 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.0838297 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0838297 Jy ! Inverting map and beam ! Estimated beam: bmin=4.411 mas, bmaj=5.368 mas, bpa=19.13 degrees ! Estimated noise=580.841 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 (6, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024844 Jy ! Component: 100 - total flux cleaned = 0.00369385 Jy ! Component: 150 - total flux cleaned = 0.00396088 Jy ! Component: 200 - total flux cleaned = 0.00403797 Jy ! Total flux subtracted in 200 components = 0.00403797 Jy ! Clean residual min=-0.001899 max=0.001675 Jy/beam ! Clean residual mean=0.000002 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.0878677 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.0878677 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.144 mas, bmaj=9.004 mas, bpa=28.07 degrees ! Estimated noise=681.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0005297 Jy ! Component: 100 - total flux cleaned = 0.000607852 Jy ! Component: 150 - total flux cleaned = 0.000624595 Jy ! Component: 200 - total flux cleaned = 0.000625045 Jy ! Total flux subtracted in 200 components = 0.000625045 Jy ! Clean residual min=-0.001828 max=0.001907 Jy/beam ! Clean residual mean=0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.0884927 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 = 5.74939e-07 Jy ! Component: 100 - total flux cleaned = -1.06936e-05 Jy ! Component: 150 - total flux cleaned = -1.01582e-05 Jy ! Component: 200 - total flux cleaned = -2.01029e-05 Jy ! Total flux subtracted in 200 components = -2.01029e-05 Jy ! Clean residual min=-0.001837 max=0.001915 Jy/beam ! Clean residual mean=0.000005 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0884726 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 76 components and 0.0884726 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.411 mas, bmaj=5.368 mas, bpa=19.13 degrees ! Estimated noise=580.841 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.77438e-05 Jy ! Component: 100 - total flux cleaned = 6.55214e-05 Jy ! Component: 150 - total flux cleaned = 6.51777e-05 Jy ! Component: 200 - total flux cleaned = 2.44733e-05 Jy ! Total flux subtracted in 200 components = 2.44733e-05 Jy ! Clean residual min=-0.001830 max=0.001530 Jy/beam ! Clean residual mean=0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0884971 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.0884971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127708Jy sigma=0.000662 ! Fit after self-cal, rms=0.127698Jy sigma=0.000661 wmodel J0101+5004_S_2017_05_01_pus_map.mod ! Writing 89 model components to file: J0101+5004_S_2017_05_01_pus_map.mod wobs J0101+5004_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0101+5004_S_2017_05_01_pus_uvs.fits wwins J0101+5004_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0101+5004_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 = -0.000321546 Jy ! Component: 100 - total flux cleaned = -0.000487928 Jy ! Component: 150 - total flux cleaned = -0.000593035 Jy ! Component: 200 - total flux cleaned = -0.000643011 Jy ! Component: 250 - total flux cleaned = -0.00083828 Jy ! Component: 300 - total flux cleaned = -0.000981078 Jy ! Component: 350 - total flux cleaned = -0.00114401 Jy ! Component: 400 - total flux cleaned = -0.0012585 Jy ! Component: 450 - total flux cleaned = -0.00132624 Jy ! Component: 500 - total flux cleaned = -0.00141417 Jy ! Component: 550 - total flux cleaned = -0.00147901 Jy ! Component: 600 - total flux cleaned = -0.00162734 Jy ! Component: 650 - total flux cleaned = -0.00175231 Jy ! Component: 700 - total flux cleaned = -0.00185505 Jy ! Component: 750 - total flux cleaned = -0.00199625 Jy ! Component: 800 - total flux cleaned = -0.00209593 Jy ! Component: 850 - total flux cleaned = -0.00223372 Jy ! Component: 900 - total flux cleaned = -0.00225308 Jy ! Component: 950 - total flux cleaned = -0.0024068 Jy ! Component: 1000 - total flux cleaned = -0.00250128 Jy ! Component: 1050 - total flux cleaned = -0.00261352 Jy ! Component: 1100 - total flux cleaned = -0.00266858 Jy ! Component: 1150 - total flux cleaned = -0.00272331 Jy ! Component: 1200 - total flux cleaned = -0.00277759 Jy ! Component: 1250 - total flux cleaned = -0.00288446 Jy ! Component: 1300 - total flux cleaned = -0.00288427 Jy ! Component: 1350 - total flux cleaned = -0.00300606 Jy ! Component: 1400 - total flux cleaned = -0.00307445 Jy ! Component: 1450 - total flux cleaned = -0.00310861 Jy ! Component: 1500 - total flux cleaned = -0.00317636 Jy ! Component: 1550 - total flux cleaned = -0.00327636 Jy ! Component: 1600 - total flux cleaned = -0.00335877 Jy ! Component: 1650 - total flux cleaned = -0.00344082 Jy ! Component: 1700 - total flux cleaned = -0.0035379 Jy ! Component: 1750 - total flux cleaned = -0.00361777 Jy ! Component: 1800 - total flux cleaned = -0.0036657 Jy ! Component: 1850 - total flux cleaned = -0.00379141 Jy ! Component: 1900 - total flux cleaned = -0.00380703 Jy ! Component: 1950 - total flux cleaned = -0.00393046 Jy ! Component: 2000 - total flux cleaned = -0.00393072 Jy ! Component: 2050 - total flux cleaned = -0.00402175 Jy ! Component: 2100 - total flux cleaned = -0.0041114 Jy ! Component: 2150 - total flux cleaned = -0.00409681 Jy ! Component: 2200 - total flux cleaned = -0.00421471 Jy ! Component: 2250 - total flux cleaned = -0.00431698 Jy ! Component: 2300 - total flux cleaned = -0.00431691 Jy ! Component: 2350 - total flux cleaned = -0.00437443 Jy ! Component: 2400 - total flux cleaned = -0.00445984 Jy ! Component: 2450 - total flux cleaned = -0.00447403 Jy ! Component: 2500 - total flux cleaned = -0.00452991 Jy ! Component: 2550 - total flux cleaned = -0.00454395 Jy ! Component: 2600 - total flux cleaned = -0.00461279 Jy ! Component: 2650 - total flux cleaned = -0.00469472 Jy ! Component: 2700 - total flux cleaned = -0.00468116 Jy ! Component: 2750 - total flux cleaned = -0.0047216 Jy ! Component: 2800 - total flux cleaned = -0.00472163 Jy ! Component: 2850 - total flux cleaned = -0.00477443 Jy ! Component: 2900 - total flux cleaned = -0.00473492 Jy ! Component: 2950 - total flux cleaned = -0.00474799 Jy ! Component: 3000 - total flux cleaned = -0.00472205 Jy ! Component: 3050 - total flux cleaned = -0.00472208 Jy ! Component: 3100 - total flux cleaned = -0.00473465 Jy ! Component: 3150 - total flux cleaned = -0.0046712 Jy ! Component: 3200 - total flux cleaned = -0.00473426 Jy ! Component: 3250 - total flux cleaned = -0.00470925 Jy ! Component: 3300 - total flux cleaned = -0.00462218 Jy ! Component: 3350 - total flux cleaned = -0.00469622 Jy ! Component: 3400 - total flux cleaned = -0.00465949 Jy ! Component: 3450 - total flux cleaned = -0.00470804 Jy ! Component: 3500 - total flux cleaned = -0.00464769 Jy ! Component: 3550 - total flux cleaned = -0.00461176 Jy ! Component: 3600 - total flux cleaned = -0.00457602 Jy ! Component: 3650 - total flux cleaned = -0.00458796 Jy ! Component: 3700 - total flux cleaned = -0.00461164 Jy ! Component: 3750 - total flux cleaned = -0.00456477 Jy ! Component: 3800 - total flux cleaned = -0.00449495 Jy ! Component: 3850 - total flux cleaned = -0.00455289 Jy ! Component: 3900 - total flux cleaned = -0.00452998 Jy ! Component: 3950 - total flux cleaned = -0.00455279 Jy ! Component: 4000 - total flux cleaned = -0.00454133 Jy ! Component: 4050 - total flux cleaned = -0.00446223 Jy ! Total flux subtracted in 4096 components = -0.00449577 Jy ! Clean residual min=-0.000663 max=0.000808 Jy/beam ! Clean residual mean=-0.000001 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0840013 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 394 components and 0.0840013 Jy ![Exited script file: muppet] wmap "J0101+5004_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.411 x 5.368 at 19.13 degrees (North through East) ! Clean map min=-0.0012148 max=0.076918 Jy/beam ! Writing clean map to FITS file: J0101+5004_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.0769179 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209363 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.816572 0.816572 1.63314 3.26629 6.53257 13.0651 26.1303 52.2606 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.411 x 5.368 at 19.13 degrees (North through East) ! Clean map min=-0.0012148 max=0.076918 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 J0101+5004_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:23:32 2019