! Started logfile: J2359+3850_S_2017_09_26_pus_uvs.log on Sat May 11 13:09:35 2019 obs J2359+3850_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J2359+3850_S_2017_09_26_pus_uva.fits ! AN table 1: 25 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.73 visibilities/baseline/integration-bin. ! Found source: J2359+3850 ! ! 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 674 lines of history. ! ! Reading 2628 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 J2359+3850_S_2017_09_26_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 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.678443Jy sigma=0.006531 ! Fit after self-cal, rms=0.675463Jy sigma=0.006503 ! 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.29 mas, bmaj=7.366 mas, bpa=-31.75 degrees ! Estimated noise=2018.23 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.250407 Jy ! Component: 100 - total flux cleaned = 0.317756 Jy ! Total flux subtracted in 100 components = 0.317756 Jy ! Clean residual min=-0.015034 max=0.026224 Jy/beam ! Clean residual mean=0.000043 rms=0.004285 Jy/beam ! Combined flux in latest and established models = 0.317756 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.317756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099183Jy sigma=0.000894 ! Fit after self-cal, rms=0.099119Jy sigma=0.000893 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0259759 Jy ! Component: 100 - total flux cleaned = 0.0377829 Jy ! Total flux subtracted in 100 components = 0.0377829 Jy ! Clean residual min=-0.012611 max=0.011699 Jy/beam ! Clean residual mean=0.000025 rms=0.002977 Jy/beam ! Combined flux in latest and established models = 0.355539 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.355539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093473Jy sigma=0.000812 ! Fit after self-cal, rms=0.093468Jy sigma=0.000812 ! 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.215 mas, bmaj=7.94 mas, bpa=-29.62 degrees ! Estimated noise=1574.95 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.000576625 Jy ! Component: 100 - total flux cleaned = 0.000799499 Jy ! Component: 150 - total flux cleaned = 0.000982694 Jy ! Component: 200 - total flux cleaned = 0.0011312 Jy ! Total flux subtracted in 200 components = 0.0011312 Jy ! Clean residual min=-0.012199 max=0.010912 Jy/beam ! Clean residual mean=0.000060 rms=0.003000 Jy/beam ! Combined flux in latest and established models = 0.356671 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.356671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092426Jy sigma=0.000801 ! Fit after self-cal, rms=0.092409Jy sigma=0.000801 ! 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.96 FD 1.03 HN 0.97 KP 1.01 ! LA 1.02 MK 0.96 NL 0.88 OV 1.01 ! PT 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.09 HN 1.01 KP 0.99 ! LA 1.00 MK 0.99 NL 1.02 OV 1.02 ! PT 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.06 HN 1.04 KP 0.97 ! LA 0.99 MK 1.02 NL 1.00 OV 0.93 ! PT 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.25 HN 0.96 KP 1.00* ! LA 1.34 MK 1.28 NL 1.00* OV 1.98 ! PT 0.96 ! ! ! Fit before self-cal, rms=0.092409Jy sigma=0.000801 ! Fit after self-cal, rms=0.094656Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.247 mas, bmaj=7.962 mas, bpa=-29.72 degrees ! Estimated noise=1563.97 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.000510048 Jy ! Component: 100 - total flux cleaned = -0.000313782 Jy ! Component: 150 - total flux cleaned = 2.24099e-05 Jy ! Component: 200 - total flux cleaned = 0.000378953 Jy ! Total flux subtracted in 200 components = 0.000378953 Jy ! Clean residual min=-0.007306 max=0.007812 Jy/beam ! Clean residual mean=0.000046 rms=0.001775 Jy/beam ! Combined flux in latest and established models = 0.357049 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.35705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094352Jy sigma=0.000673 ! Fit after self-cal, rms=0.094771Jy 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.094771Jy sigma=0.000673 ! Fit after self-cal, rms=0.113982Jy sigma=0.000639 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.265 mas, bmaj=7.971 mas, bpa=-29.64 degrees ! Estimated noise=1566.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000546861 Jy ! Component: 100 - total flux cleaned = 0.000711678 Jy ! Component: 150 - total flux cleaned = 0.00071367 Jy ! Component: 200 - total flux cleaned = 0.000826386 Jy ! Total flux subtracted in 200 components = 0.000826386 Jy ! Clean residual min=-0.003611 max=0.003701 Jy/beam ! Clean residual mean=-0.000008 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.357876 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 0.357876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113940Jy sigma=0.000639 ! Fit after self-cal, rms=0.114519Jy sigma=0.000639 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.35046e-05 Jy ! Component: 100 - total flux cleaned = 0.000123883 Jy ! Component: 150 - total flux cleaned = 0.000123289 Jy ! Component: 200 - total flux cleaned = 0.000163744 Jy ! Total flux subtracted in 200 components = 0.000163744 Jy ! Clean residual min=-0.003615 max=0.003699 Jy/beam ! Clean residual mean=-0.000008 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.35804 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.35804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114493Jy sigma=0.000639 ! Fit after self-cal, rms=0.114493Jy sigma=0.000639 ! Inverting map ! Added new window around map position (23.5, 18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151747 Jy ! Component: 100 - total flux cleaned = 0.00132911 Jy ! Component: 150 - total flux cleaned = 0.00132289 Jy ! Component: 200 - total flux cleaned = 0.00149456 Jy ! Total flux subtracted in 200 components = 0.00149456 Jy ! Clean residual min=-0.003145 max=0.003262 Jy/beam ! Clean residual mean=-0.000009 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.359534 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 77 components and 0.359534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114383Jy sigma=0.000637 ! Fit after self-cal, rms=0.114436Jy sigma=0.000636 ! Inverting map ! Added new window around map position (-4, -23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00309471 Jy ! Component: 100 - total flux cleaned = 0.0047816 Jy ! Component: 150 - total flux cleaned = 0.00576131 Jy ! Component: 200 - total flux cleaned = 0.00638714 Jy ! Total flux subtracted in 200 components = 0.00638714 Jy ! Clean residual min=-0.002535 max=0.002289 Jy/beam ! Clean residual mean=-0.000011 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.365921 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.365921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114294Jy sigma=0.000635 ! Fit after self-cal, rms=0.114261Jy sigma=0.000635 ! 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.114261Jy sigma=0.000635 ! Fit after self-cal, rms=0.114802Jy sigma=0.000635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.256 mas, bmaj=7.979 mas, bpa=-29.74 degrees ! Estimated noise=1564.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010008 Jy ! Component: 100 - total flux cleaned = 0.00149079 Jy ! Component: 150 - total flux cleaned = 0.00196539 Jy ! Component: 200 - total flux cleaned = 0.00222038 Jy ! Total flux subtracted in 200 components = 0.00222038 Jy ! Clean residual min=-0.002352 max=0.002379 Jy/beam ! Clean residual mean=-0.000009 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.368142 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 119 components and 0.368142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114766Jy sigma=0.000634 ! Fit after self-cal, rms=0.114769Jy sigma=0.000634 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.000433889 Jy ! Component: 100 - total flux cleaned = 0.000568227 Jy ! Component: 150 - total flux cleaned = 0.000694042 Jy ! Component: 200 - total flux cleaned = 0.000754309 Jy ! Total flux subtracted in 200 components = 0.000754309 Jy ! Clean residual min=-0.002295 max=0.002319 Jy/beam ! Clean residual mean=-0.000009 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.368896 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.368896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114745Jy sigma=0.000634 ! Fit after self-cal, rms=0.114742Jy sigma=0.000634 ! 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.114742Jy sigma=0.000634 ! Fit after self-cal, rms=0.114764Jy sigma=0.000634 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.684 mas, bmaj=9.731 mas, bpa=-18.49 degrees ! Estimated noise=1792.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422758 Jy ! Component: 100 - total flux cleaned = 0.000644499 Jy ! Component: 150 - total flux cleaned = 0.000839525 Jy ! Component: 200 - total flux cleaned = 0.00101242 Jy ! Total flux subtracted in 200 components = 0.00101242 Jy ! Clean residual min=-0.002194 max=0.002413 Jy/beam ! Clean residual mean=-0.000014 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.369909 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 144 components and 0.369909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114749Jy sigma=0.000634 ! Fit after self-cal, rms=0.114746Jy sigma=0.000634 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.000137464 Jy ! Component: 100 - total flux cleaned = 0.000291633 Jy ! Component: 150 - total flux cleaned = 0.000362976 Jy ! Component: 200 - total flux cleaned = 0.000428885 Jy ! Total flux subtracted in 200 components = 0.000428885 Jy ! Clean residual min=-0.002195 max=0.002395 Jy/beam ! Clean residual mean=-0.000014 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.370337 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 158 components and 0.370337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114731Jy sigma=0.000634 ! Fit after self-cal, rms=0.114731Jy sigma=0.000634 ! 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.254 mas, bmaj=7.982 mas, bpa=-29.76 degrees ! Estimated noise=1563.94 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.254 x 7.982 at -29.76 degrees (North through East) ! Clean map min=-0.0044698 max=0.33119 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.334 mas, bmaj=7.427 mas, bpa=-31.87 degrees ! Estimated noise=2006.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.248821 Jy ! Component: 100 - total flux cleaned = 0.314691 Jy ! Component: 150 - total flux cleaned = 0.339583 Jy ! Component: 200 - total flux cleaned = 0.34969 Jy ! Total flux subtracted in 200 components = 0.34969 Jy ! Clean residual min=-0.005627 max=0.005041 Jy/beam ! Clean residual mean=0.000005 rms=0.001220 Jy/beam ! Combined flux in latest and established models = 0.34969 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.34969 Jy ! Inverting map and beam ! Estimated beam: bmin=4.254 mas, bmaj=7.982 mas, bpa=-29.76 degrees ! Estimated noise=1563.94 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.00619637 Jy ! Component: 100 - total flux cleaned = 0.00900223 Jy ! Component: 150 - total flux cleaned = 0.0111756 Jy ! Component: 200 - total flux cleaned = 0.0130516 Jy ! Total flux subtracted in 200 components = 0.0130516 Jy ! Clean residual min=-0.003866 max=0.002621 Jy/beam ! Clean residual mean=-0.000006 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.362742 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.362742 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.684 mas, bmaj=9.731 mas, bpa=-18.49 degrees ! Estimated noise=1792.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244681 Jy ! Component: 100 - total flux cleaned = 0.00356306 Jy ! Component: 150 - total flux cleaned = 0.00458662 Jy ! Component: 200 - total flux cleaned = 0.00541432 Jy ! Total flux subtracted in 200 components = 0.00541432 Jy ! Clean residual min=-0.002817 max=0.002694 Jy/beam ! Clean residual mean=-0.000012 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.368156 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.00050755 Jy ! Component: 100 - total flux cleaned = 0.000813874 Jy ! Component: 150 - total flux cleaned = 0.00113886 Jy ! Component: 200 - total flux cleaned = 0.00135061 Jy ! Total flux subtracted in 200 components = 0.00135061 Jy ! Clean residual min=-0.002691 max=0.002717 Jy/beam ! Clean residual mean=-0.000013 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.369507 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 96 components and 0.369507 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.254 mas, bmaj=7.982 mas, bpa=-29.76 degrees ! Estimated noise=1563.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00023204 Jy ! Component: 100 - total flux cleaned = 3.29583e-05 Jy ! Component: 150 - total flux cleaned = 0.000269965 Jy ! Component: 200 - total flux cleaned = 0.000376786 Jy ! Total flux subtracted in 200 components = 0.000376786 Jy ! Clean residual min=-0.002601 max=0.002668 Jy/beam ! Clean residual mean=-0.000008 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.369884 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.369884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114814Jy sigma=0.000635 ! Fit after self-cal, rms=0.114806Jy sigma=0.000635 wmodel J2359+3850_S_2017_09_26_pus_map.mod ! Writing 116 model components to file: J2359+3850_S_2017_09_26_pus_map.mod wobs J2359+3850_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J2359+3850_S_2017_09_26_pus_uvs.fits wwins J2359+3850_S_2017_09_26_pus_map.win ! wwins: Wrote 3 windows to J2359+3850_S_2017_09_26_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.00030666 Jy ! Component: 100 - total flux cleaned = -0.00102115 Jy ! Component: 150 - total flux cleaned = -0.00160646 Jy ! Component: 200 - total flux cleaned = -0.00212001 Jy ! Component: 250 - total flux cleaned = -0.00264378 Jy ! Component: 300 - total flux cleaned = -0.0030113 Jy ! Component: 350 - total flux cleaned = -0.00330118 Jy ! Component: 400 - total flux cleaned = -0.00358082 Jy ! Component: 450 - total flux cleaned = -0.00382014 Jy ! Component: 500 - total flux cleaned = -0.00405301 Jy ! Component: 550 - total flux cleaned = -0.00430733 Jy ! Component: 600 - total flux cleaned = -0.00449967 Jy ! Component: 650 - total flux cleaned = -0.00455349 Jy ! Component: 700 - total flux cleaned = -0.00471179 Jy ! Component: 750 - total flux cleaned = -0.00484069 Jy ! Component: 800 - total flux cleaned = -0.00486589 Jy ! Component: 850 - total flux cleaned = -0.00499083 Jy ! Component: 900 - total flux cleaned = -0.00503971 Jy ! Component: 950 - total flux cleaned = -0.00511175 Jy ! Component: 1000 - total flux cleaned = -0.00511202 Jy ! Component: 1050 - total flux cleaned = -0.00522914 Jy ! Component: 1100 - total flux cleaned = -0.00529842 Jy ! Component: 1150 - total flux cleaned = -0.00536638 Jy ! Component: 1200 - total flux cleaned = -0.00552253 Jy ! Component: 1250 - total flux cleaned = -0.00558762 Jy ! Component: 1300 - total flux cleaned = -0.00550105 Jy ! Component: 1350 - total flux cleaned = -0.00552298 Jy ! Component: 1400 - total flux cleaned = -0.00554447 Jy ! Component: 1450 - total flux cleaned = -0.00560684 Jy ! Component: 1500 - total flux cleaned = -0.00564775 Jy ! Component: 1550 - total flux cleaned = -0.00562712 Jy ! Component: 1600 - total flux cleaned = -0.00560718 Jy ! Component: 1650 - total flux cleaned = -0.00560731 Jy ! Component: 1700 - total flux cleaned = -0.00560734 Jy ! Component: 1750 - total flux cleaned = -0.00560759 Jy ! Component: 1800 - total flux cleaned = -0.00560814 Jy ! Component: 1850 - total flux cleaned = -0.00560813 Jy ! Component: 1900 - total flux cleaned = -0.00558946 Jy ! Component: 1950 - total flux cleaned = -0.00555248 Jy ! Component: 2000 - total flux cleaned = -0.00553413 Jy ! Component: 2050 - total flux cleaned = -0.00551602 Jy ! Component: 2100 - total flux cleaned = -0.00551597 Jy ! Component: 2150 - total flux cleaned = -0.00548051 Jy ! Component: 2200 - total flux cleaned = -0.00546305 Jy ! Component: 2250 - total flux cleaned = -0.00546312 Jy ! Component: 2300 - total flux cleaned = -0.00542878 Jy ! Component: 2350 - total flux cleaned = -0.00542892 Jy ! Component: 2400 - total flux cleaned = -0.00547974 Jy ! Component: 2450 - total flux cleaned = -0.00546292 Jy ! Component: 2500 - total flux cleaned = -0.00547956 Jy ! Component: 2550 - total flux cleaned = -0.00543035 Jy ! Component: 2600 - total flux cleaned = -0.00547945 Jy ! Component: 2650 - total flux cleaned = -0.00552785 Jy ! Component: 2700 - total flux cleaned = -0.00554367 Jy ! Component: 2750 - total flux cleaned = -0.00554372 Jy ! Component: 2800 - total flux cleaned = -0.00557527 Jy ! Component: 2850 - total flux cleaned = -0.00560662 Jy ! Component: 2900 - total flux cleaned = -0.00559098 Jy ! Component: 2950 - total flux cleaned = -0.00559104 Jy ! Component: 3000 - total flux cleaned = -0.00563714 Jy ! Component: 3050 - total flux cleaned = -0.00560662 Jy ! Component: 3100 - total flux cleaned = -0.00562185 Jy ! Component: 3150 - total flux cleaned = -0.00565192 Jy ! Component: 3200 - total flux cleaned = -0.00563705 Jy ! Component: 3250 - total flux cleaned = -0.00562221 Jy ! Component: 3300 - total flux cleaned = -0.00565184 Jy ! Component: 3350 - total flux cleaned = -0.00563719 Jy ! Component: 3400 - total flux cleaned = -0.00565181 Jy ! Component: 3450 - total flux cleaned = -0.00562282 Jy ! Component: 3500 - total flux cleaned = -0.00563725 Jy ! Component: 3550 - total flux cleaned = -0.00563724 Jy ! Component: 3600 - total flux cleaned = -0.00560867 Jy ! Component: 3650 - total flux cleaned = -0.00562291 Jy ! Component: 3700 - total flux cleaned = -0.00562293 Jy ! Component: 3750 - total flux cleaned = -0.00560883 Jy ! Component: 3800 - total flux cleaned = -0.00560888 Jy ! Component: 3850 - total flux cleaned = -0.00562279 Jy ! Component: 3900 - total flux cleaned = -0.00562287 Jy ! Component: 3950 - total flux cleaned = -0.00558127 Jy ! Component: 4000 - total flux cleaned = -0.00555368 Jy ! Component: 4050 - total flux cleaned = -0.00551251 Jy ! Total flux subtracted in 4096 components = -0.00549882 Jy ! Clean residual min=-0.000839 max=0.000818 Jy/beam ! Clean residual mean=-0.000003 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.364385 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 375 components and 0.364385 Jy ![Exited script file: muppet] wmap "J2359+3850_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.254 x 7.982 at -29.76 degrees (North through East) ! Clean map min=-0.0033613 max=0.32923 Jy/beam ! Writing clean map to FITS file: J2359+3850_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.329226 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000230325 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.209879 0.209879 0.419757 0.839514 1.67903 3.35806 6.71611 13.4322 26.8645 53.7289 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.329 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.254 x 7.982 at -29.76 degrees (North through East) ! Clean map min=-0.0033613 max=0.32923 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 J2359+3850_S_2017_09_26_pus_uvs.log closed on Sat May 11 13:09:41 2019