! Started logfile: J2331+0705_S_2017_10_09_pus_uvs.log on Sun May 12 13:23:00 2019 obs J2331+0705_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J2331+0705_S_2017_10_09_pus_uva.fits ! AN table 1: 115 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.578019 visibilities/baseline/integration-bin. ! Found source: J2331+0705 ! ! 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 496 lines of history. ! ! Reading 9572 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 J2331+0705_S_2017_10_09_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 244 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 427 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 288 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 817 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.842073Jy sigma=0.007589 ! Fit after self-cal, rms=0.833150Jy sigma=0.007526 ! 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.282 mas, bmaj=12.77 mas, bpa=-14.97 degrees ! Estimated noise=1334.81 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.124693 Jy ! Component: 100 - total flux cleaned = 0.171204 Jy ! Total flux subtracted in 100 components = 0.171204 Jy ! Clean residual min=-0.024109 max=0.049544 Jy/beam ! Clean residual mean=0.000041 rms=0.007929 Jy/beam ! Combined flux in latest and established models = 0.171204 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.171204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131097Jy sigma=0.001109 ! Fit after self-cal, rms=0.130892Jy sigma=0.001107 ! Inverting map ! Added new window around map position (12, -29.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0435771 Jy ! Component: 100 - total flux cleaned = 0.0703124 Jy ! Total flux subtracted in 100 components = 0.0703124 Jy ! Clean residual min=-0.015227 max=0.024166 Jy/beam ! Clean residual mean=0.000025 rms=0.005619 Jy/beam ! Combined flux in latest and established models = 0.241517 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.241517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110835Jy sigma=0.000930 ! Fit after self-cal, rms=0.109874Jy sigma=0.000923 ! 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.855 mas, bmaj=13.87 mas, bpa=-15.8 degrees ! Estimated noise=1018.45 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.0331486 Jy ! Component: 100 - total flux cleaned = 0.0575895 Jy ! Component: 150 - total flux cleaned = 0.0767001 Jy ! Component: 200 - total flux cleaned = 0.0918837 Jy ! Total flux subtracted in 200 components = 0.0918837 Jy ! Clean residual min=-0.013400 max=0.024703 Jy/beam ! Clean residual mean=0.000046 rms=0.005143 Jy/beam ! Combined flux in latest and established models = 0.3334 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 94 components and 0.3334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094109Jy sigma=0.000785 ! Fit after self-cal, rms=0.093749Jy sigma=0.000782 ! 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 1.06 FD 0.92 HN 0.97 KP 1.00 ! LA 0.96 MK 1.27 NL 1.04 OV 1.00* ! PT 0.87 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.99 KP 1.00 ! LA 0.90 MK 1.11 NL 1.29 OV 1.00* ! PT 0.83 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.98 HN 1.04 KP 0.86 ! LA 0.73 MK 1.15 NL 1.28 OV 1.00* ! PT 0.83 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.01 KP 1.00* ! LA 1.00* MK 0.96 NL 1.00* OV 1.00* ! PT 0.88 ! ! ! Fit before self-cal, rms=0.093749Jy sigma=0.000782 ! Fit after self-cal, rms=0.080806Jy sigma=0.000701 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.023 mas, bmaj=14.01 mas, bpa=-15.58 degrees ! Estimated noise=982.806 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.00516038 Jy ! Component: 100 - total flux cleaned = 0.00331496 Jy ! Component: 150 - total flux cleaned = 0.00243988 Jy ! Component: 200 - total flux cleaned = 0.00154685 Jy ! Total flux subtracted in 200 components = 0.00154685 Jy ! Clean residual min=-0.009144 max=0.014564 Jy/beam ! Clean residual mean=0.000005 rms=0.002886 Jy/beam ! Combined flux in latest and established models = 0.334947 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.334947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079893Jy sigma=0.000694 ! Fit after self-cal, rms=0.079993Jy sigma=0.000693 ! Inverting map ! Added new window around map position (-9, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116985 Jy ! Component: 100 - total flux cleaned = 0.0120558 Jy ! Component: 150 - total flux cleaned = 0.0104304 Jy ! Component: 200 - total flux cleaned = 0.00954265 Jy ! Total flux subtracted in 200 components = 0.00954265 Jy ! Clean residual min=-0.006546 max=0.007731 Jy/beam ! Clean residual mean=0.000006 rms=0.002207 Jy/beam ! Combined flux in latest and established models = 0.34449 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 151 components and 0.34449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077538Jy sigma=0.000673 ! Fit after self-cal, rms=0.077261Jy sigma=0.000671 ! 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.077261Jy sigma=0.000671 ! Fit after self-cal, rms=0.076831Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.024 mas, bmaj=13.95 mas, bpa=-15.66 degrees ! Estimated noise=985.086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00464634 Jy ! Component: 100 - total flux cleaned = 0.00711747 Jy ! Component: 150 - total flux cleaned = 0.00862577 Jy ! Component: 200 - total flux cleaned = 0.00910116 Jy ! Total flux subtracted in 200 components = 0.00910116 Jy ! Clean residual min=-0.005620 max=0.006213 Jy/beam ! Clean residual mean=0.000012 rms=0.001705 Jy/beam ! Combined flux in latest and established models = 0.353591 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 176 components and 0.353591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076131Jy sigma=0.000661 ! Fit after self-cal, rms=0.076040Jy sigma=0.000660 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.00278797 Jy ! Component: 100 - total flux cleaned = 0.00450099 Jy ! Component: 150 - total flux cleaned = 0.00538986 Jy ! Component: 200 - total flux cleaned = 0.00565271 Jy ! Total flux subtracted in 200 components = 0.00565271 Jy ! Clean residual min=-0.005246 max=0.004981 Jy/beam ! Clean residual mean=0.000010 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.359244 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 201 components and 0.359244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075709Jy sigma=0.000657 ! Fit after self-cal, rms=0.075670Jy sigma=0.000657 ! 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.075670Jy sigma=0.000657 ! Fit after self-cal, rms=0.075043Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.031 mas, bmaj=13.93 mas, bpa=-15.66 degrees ! Estimated noise=981.886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276642 Jy ! Component: 100 - total flux cleaned = 0.00438968 Jy ! Component: 150 - total flux cleaned = 0.00531023 Jy ! Component: 200 - total flux cleaned = 0.00560819 Jy ! Total flux subtracted in 200 components = 0.00560819 Jy ! Clean residual min=-0.004606 max=0.004386 Jy/beam ! Clean residual mean=0.000010 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.364852 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 224 components and 0.364852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074795Jy sigma=0.000654 ! Fit after self-cal, rms=0.074748Jy sigma=0.000653 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.00188107 Jy ! Component: 100 - total flux cleaned = 0.00276216 Jy ! Component: 150 - total flux cleaned = 0.00307737 Jy ! Component: 200 - total flux cleaned = 0.0034745 Jy ! Total flux subtracted in 200 components = 0.0034745 Jy ! Clean residual min=-0.004220 max=0.004210 Jy/beam ! Clean residual mean=0.000009 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.368327 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 240 components and 0.368327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074612Jy sigma=0.000652 ! Fit after self-cal, rms=0.074600Jy sigma=0.000652 ! 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.074600Jy sigma=0.000652 ! Fit after self-cal, rms=0.074363Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.77 mas, bmaj=13.96 mas, bpa=-18.34 degrees ! Estimated noise=1113.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00286171 Jy ! Component: 100 - total flux cleaned = 0.00369626 Jy ! Component: 150 - total flux cleaned = 0.00417596 Jy ! Component: 200 - total flux cleaned = 0.00469984 Jy ! Total flux subtracted in 200 components = 0.00469984 Jy ! Clean residual min=-0.004317 max=0.004752 Jy/beam ! Clean residual mean=0.000015 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.373026 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 265 components and 0.373026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074261Jy sigma=0.000651 ! Fit after self-cal, rms=0.074237Jy sigma=0.000650 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.00135285 Jy ! Component: 100 - total flux cleaned = 0.0019399 Jy ! Component: 150 - total flux cleaned = 0.00228862 Jy ! Component: 200 - total flux cleaned = 0.00268854 Jy ! Total flux subtracted in 200 components = 0.00268854 Jy ! Clean residual min=-0.003946 max=0.004507 Jy/beam ! Clean residual mean=0.000014 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.375715 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 298 components and 0.375715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074183Jy sigma=0.000650 ! Fit after self-cal, rms=0.074175Jy sigma=0.000650 ! 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.041 mas, bmaj=13.91 mas, bpa=-15.65 degrees ! Estimated noise=980.797 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.041 x 13.91 at -15.65 degrees (North through East) ! Clean map min=-0.0036815 max=0.16351 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.432 mas, bmaj=12.69 mas, bpa=-14.77 degrees ! Estimated noise=1299.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.119394 Jy ! Component: 100 - total flux cleaned = 0.173949 Jy ! Component: 150 - total flux cleaned = 0.210743 Jy ! Component: 200 - total flux cleaned = 0.237259 Jy ! Total flux subtracted in 200 components = 0.237259 Jy ! Clean residual min=-0.013268 max=0.017545 Jy/beam ! Clean residual mean=0.000018 rms=0.004452 Jy/beam ! Combined flux in latest and established models = 0.237258 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.237258 Jy ! Inverting map and beam ! Estimated beam: bmin=4.041 mas, bmaj=13.91 mas, bpa=-15.65 degrees ! Estimated noise=980.797 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.0308983 Jy ! Component: 100 - total flux cleaned = 0.0539824 Jy ! Component: 150 - total flux cleaned = 0.0717422 Jy ! Component: 200 - total flux cleaned = 0.085463 Jy ! Total flux subtracted in 200 components = 0.085463 Jy ! Clean residual min=-0.008127 max=0.010669 Jy/beam ! Clean residual mean=0.000027 rms=0.002756 Jy/beam ! Combined flux in latest and established models = 0.322722 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 79 components and 0.322722 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.77 mas, bmaj=13.96 mas, bpa=-18.34 degrees ! Estimated noise=1113.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0161277 Jy ! Component: 100 - total flux cleaned = 0.0269873 Jy ! Component: 150 - total flux cleaned = 0.0346836 Jy ! Component: 200 - total flux cleaned = 0.0403641 Jy ! Total flux subtracted in 200 components = 0.0403641 Jy ! Clean residual min=-0.006360 max=0.005839 Jy/beam ! Clean residual mean=0.000020 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.363086 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.0029997 Jy ! Component: 100 - total flux cleaned = 0.0054163 Jy ! Component: 150 - total flux cleaned = 0.00729282 Jy ! Component: 200 - total flux cleaned = 0.00838291 Jy ! Total flux subtracted in 200 components = 0.00838291 Jy ! Clean residual min=-0.005079 max=0.004490 Jy/beam ! Clean residual mean=0.000014 rms=0.001546 Jy/beam ! Combined flux in latest and established models = 0.371469 Jy ! Adding 133 model components to the UV plane model. ! The established model now contains 199 components and 0.371468 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.041 mas, bmaj=13.91 mas, bpa=-15.65 degrees ! Estimated noise=980.797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110291 Jy ! Component: 100 - total flux cleaned = 0.0021204 Jy ! Component: 150 - total flux cleaned = 0.00282182 Jy ! Component: 200 - total flux cleaned = 0.00345135 Jy ! Total flux subtracted in 200 components = 0.00345135 Jy ! Clean residual min=-0.004001 max=0.003794 Jy/beam ! Clean residual mean=0.000008 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.37492 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 216 components and 0.37492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074425Jy sigma=0.000652 ! Fit after self-cal, rms=0.074344Jy sigma=0.000651 wmodel J2331+0705_S_2017_10_09_pus_map.mod ! Writing 216 model components to file: J2331+0705_S_2017_10_09_pus_map.mod wobs J2331+0705_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J2331+0705_S_2017_10_09_pus_uvs.fits wwins J2331+0705_S_2017_10_09_pus_map.win ! wwins: Wrote 3 windows to J2331+0705_S_2017_10_09_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.000721803 Jy ! Component: 100 - total flux cleaned = -0.00117642 Jy ! Component: 150 - total flux cleaned = -0.00172544 Jy ! Component: 200 - total flux cleaned = -0.00224097 Jy ! Component: 250 - total flux cleaned = -0.00267318 Jy ! Component: 300 - total flux cleaned = -0.00312998 Jy ! Component: 350 - total flux cleaned = -0.00365898 Jy ! Component: 400 - total flux cleaned = -0.00402441 Jy ! Component: 450 - total flux cleaned = -0.00432984 Jy ! Component: 500 - total flux cleaned = -0.00445485 Jy ! Component: 550 - total flux cleaned = -0.00457559 Jy ! Component: 600 - total flux cleaned = -0.00457645 Jy ! Component: 650 - total flux cleaned = -0.00468825 Jy ! Component: 700 - total flux cleaned = -0.00472415 Jy ! Component: 750 - total flux cleaned = -0.00486113 Jy ! Component: 800 - total flux cleaned = -0.00495877 Jy ! Component: 850 - total flux cleaned = -0.005116 Jy ! Component: 900 - total flux cleaned = -0.00529827 Jy ! Component: 950 - total flux cleaned = -0.00547436 Jy ! Component: 1000 - total flux cleaned = -0.00558769 Jy ! Component: 1050 - total flux cleaned = -0.00564346 Jy ! Component: 1100 - total flux cleaned = -0.0057233 Jy ! Component: 1150 - total flux cleaned = -0.00559364 Jy ! Component: 1200 - total flux cleaned = -0.00554437 Jy ! Component: 1250 - total flux cleaned = -0.00554428 Jy ! Component: 1300 - total flux cleaned = -0.00552037 Jy ! Component: 1350 - total flux cleaned = -0.005521 Jy ! Component: 1400 - total flux cleaned = -0.00549859 Jy ! Component: 1450 - total flux cleaned = -0.00549874 Jy ! Component: 1500 - total flux cleaned = -0.00543371 Jy ! Component: 1550 - total flux cleaned = -0.00539214 Jy ! Component: 1600 - total flux cleaned = -0.00539243 Jy ! Component: 1650 - total flux cleaned = -0.00533195 Jy ! Component: 1700 - total flux cleaned = -0.00529268 Jy ! Component: 1750 - total flux cleaned = -0.00529255 Jy ! Component: 1800 - total flux cleaned = -0.00521647 Jy ! Component: 1850 - total flux cleaned = -0.00521665 Jy ! Component: 1900 - total flux cleaned = -0.00521671 Jy ! Component: 1950 - total flux cleaned = -0.00521697 Jy ! Component: 2000 - total flux cleaned = -0.00528783 Jy ! Component: 2050 - total flux cleaned = -0.00535714 Jy ! Component: 2100 - total flux cleaned = -0.00535668 Jy ! Component: 2150 - total flux cleaned = -0.00537347 Jy ! Component: 2200 - total flux cleaned = -0.00535659 Jy ! Component: 2250 - total flux cleaned = -0.00538945 Jy ! Component: 2300 - total flux cleaned = -0.00537313 Jy ! Component: 2350 - total flux cleaned = -0.00540492 Jy ! Component: 2400 - total flux cleaned = -0.00540509 Jy ! Component: 2450 - total flux cleaned = -0.00549898 Jy ! Component: 2500 - total flux cleaned = -0.00556082 Jy ! Component: 2550 - total flux cleaned = -0.0056219 Jy ! Component: 2600 - total flux cleaned = -0.00566725 Jy ! Component: 2650 - total flux cleaned = -0.00572702 Jy ! Component: 2700 - total flux cleaned = -0.00580123 Jy ! Component: 2750 - total flux cleaned = -0.00583068 Jy ! Component: 2800 - total flux cleaned = -0.00587438 Jy ! Component: 2850 - total flux cleaned = -0.0059033 Jy ! Component: 2900 - total flux cleaned = -0.00596062 Jy ! Component: 2950 - total flux cleaned = -0.00601752 Jy ! Component: 3000 - total flux cleaned = -0.00605983 Jy ! Component: 3050 - total flux cleaned = -0.00611585 Jy ! Component: 3100 - total flux cleaned = -0.00617157 Jy ! Component: 3150 - total flux cleaned = -0.00621315 Jy ! Component: 3200 - total flux cleaned = -0.0062958 Jy ! Component: 3250 - total flux cleaned = -0.00632319 Jy ! Component: 3300 - total flux cleaned = -0.00635043 Jy ! Component: 3350 - total flux cleaned = -0.0063775 Jy ! Component: 3400 - total flux cleaned = -0.00641779 Jy ! Component: 3450 - total flux cleaned = -0.00639094 Jy ! Component: 3500 - total flux cleaned = -0.00636423 Jy ! Component: 3550 - total flux cleaned = -0.00631087 Jy ! Component: 3600 - total flux cleaned = -0.00628426 Jy ! Component: 3650 - total flux cleaned = -0.0062312 Jy ! Component: 3700 - total flux cleaned = -0.00623121 Jy ! Component: 3750 - total flux cleaned = -0.00619152 Jy ! Component: 3800 - total flux cleaned = -0.00611241 Jy ! Component: 3850 - total flux cleaned = -0.00608607 Jy ! Component: 3900 - total flux cleaned = -0.00605984 Jy ! Component: 3950 - total flux cleaned = -0.00599421 Jy ! Component: 4000 - total flux cleaned = -0.00598109 Jy ! Component: 4050 - total flux cleaned = -0.00594173 Jy ! Total flux subtracted in 4096 components = -0.00588938 Jy ! Clean residual min=-0.000723 max=0.000957 Jy/beam ! Clean residual mean=0.000002 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.36903 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 507 components and 0.36903 Jy ![Exited script file: muppet] wmap "J2331+0705_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.041 x 13.91 at -15.65 degrees (North through East) ! Clean map min=-0.0024698 max=0.16243 Jy/beam ! Writing clean map to FITS file: J2331+0705_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.162429 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000252708 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.466743 0.466743 0.933487 1.86697 3.73395 7.46789 14.9358 29.8716 59.7432 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.162 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.041 x 13.91 at -15.65 degrees (North through East) ! Clean map min=-0.0024698 max=0.16243 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 J2331+0705_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:23:06 2019