! Started logfile: J1506+3730_S_2017_08_12_pus_uvs.log on Fri May 10 15:02:01 2019 obs J1506+3730_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1506+3730_S_2017_08_12_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.834483 visibilities/baseline/integration-bin. ! Found source: J1506+3730 ! ! 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 594 lines of history. ! ! Reading 4356 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 J1506+3730_S_2017_08_12_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 166 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.571105Jy sigma=0.005528 ! Fit after self-cal, rms=0.562098Jy sigma=0.005450 ! 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.038 mas, bmaj=5.449 mas, bpa=-5.395 degrees ! Estimated noise=1520.24 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.341342 Jy ! Component: 100 - total flux cleaned = 0.435778 Jy ! Total flux subtracted in 100 components = 0.435778 Jy ! Clean residual min=-0.020343 max=0.043271 Jy/beam ! Clean residual mean=0.000058 rms=0.006475 Jy/beam ! Combined flux in latest and established models = 0.435778 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.435778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146155Jy sigma=0.001402 ! Fit after self-cal, rms=0.146093Jy sigma=0.001401 ! Inverting map ! Added new window around map position (-6.5, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0497454 Jy ! Component: 100 - total flux cleaned = 0.0825183 Jy ! Total flux subtracted in 100 components = 0.0825183 Jy ! Clean residual min=-0.018589 max=0.024540 Jy/beam ! Clean residual mean=0.000048 rms=0.005056 Jy/beam ! Combined flux in latest and established models = 0.518296 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 36 components and 0.518296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122392Jy sigma=0.001167 ! Fit after self-cal, rms=0.121422Jy sigma=0.001159 ! 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.46 mas, bmaj=6.296 mas, bpa=-2.629 degrees ! Estimated noise=1287.89 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.0342363 Jy ! Component: 100 - total flux cleaned = 0.0571525 Jy ! Component: 150 - total flux cleaned = 0.0733747 Jy ! Component: 200 - total flux cleaned = 0.0850999 Jy ! Total flux subtracted in 200 components = 0.0850999 Jy ! Clean residual min=-0.016555 max=0.019591 Jy/beam ! Clean residual mean=0.000032 rms=0.004445 Jy/beam ! Combined flux in latest and established models = 0.603396 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 84 components and 0.603396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109219Jy sigma=0.001040 ! Fit after self-cal, rms=0.108497Jy sigma=0.001033 ! 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.22 FD 0.84 HN 0.95 KP 1.04 ! LA 1.01 MK 1.02 NL 0.93 OV 0.99 ! PT 1.02 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.88 HN 1.00 KP 0.99 ! LA 0.96 MK 1.00 NL 1.14 OV 1.03 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.90 HN 0.99 KP 0.99 ! LA 0.99 MK 1.02 NL 0.99 OV 0.94 ! PT 0.97 SC 0.98 ! ! ! 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 0.95 HN 1.02 KP 1.00* ! LA 1.10 MK 1.21 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.108497Jy sigma=0.001033 ! Fit after self-cal, rms=0.101690Jy sigma=0.000920 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=6.356 mas, bpa=-2.127 degrees ! Estimated noise=1277.41 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.00745059 Jy ! Component: 100 - total flux cleaned = 0.00961095 Jy ! Component: 150 - total flux cleaned = 0.0102436 Jy ! Component: 200 - total flux cleaned = 0.0104205 Jy ! Total flux subtracted in 200 components = 0.0104205 Jy ! Clean residual min=-0.012977 max=0.017202 Jy/beam ! Clean residual mean=0.000026 rms=0.003442 Jy/beam ! Combined flux in latest and established models = 0.613817 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.613817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101162Jy sigma=0.000914 ! Fit after self-cal, rms=0.101134Jy sigma=0.000913 ! Inverting map ! Added new window around map position (-38.5, -37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147125 Jy ! Component: 100 - total flux cleaned = 0.0190081 Jy ! Component: 150 - total flux cleaned = 0.0220616 Jy ! Component: 200 - total flux cleaned = 0.0244977 Jy ! Total flux subtracted in 200 components = 0.0244977 Jy ! Clean residual min=-0.011616 max=0.012115 Jy/beam ! Clean residual mean=0.000038 rms=0.003115 Jy/beam ! Combined flux in latest and established models = 0.638314 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 122 components and 0.638314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098642Jy sigma=0.000887 ! Fit after self-cal, rms=0.098447Jy sigma=0.000885 ! 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.098447Jy sigma=0.000885 ! Fit after self-cal, rms=0.080192Jy sigma=0.000707 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.473 mas, bmaj=6.334 mas, bpa=-2.202 degrees ! Estimated noise=1277.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219986 Jy ! Component: 100 - total flux cleaned = 0.0025695 Jy ! Component: 150 - total flux cleaned = 0.00288866 Jy ! Component: 200 - total flux cleaned = 0.00346853 Jy ! Total flux subtracted in 200 components = 0.00346853 Jy ! Clean residual min=-0.004666 max=0.005750 Jy/beam ! Clean residual mean=-0.000007 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.641783 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 142 components and 0.641783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079421Jy sigma=0.000698 ! Fit after self-cal, rms=0.079434Jy sigma=0.000698 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-58.5, -64). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00361169 Jy ! Component: 100 - total flux cleaned = 0.00416924 Jy ! Component: 150 - total flux cleaned = 0.00453724 Jy ! Component: 200 - total flux cleaned = 0.00498211 Jy ! Total flux subtracted in 200 components = 0.00498211 Jy ! Clean residual min=-0.004324 max=0.005022 Jy/beam ! Clean residual mean=-0.000003 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.646765 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 164 components and 0.646765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078992Jy sigma=0.000692 ! Fit after self-cal, rms=0.078976Jy sigma=0.000692 ! Inverting map ! Added new window around map position (-19, -25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00475892 Jy ! Component: 100 - total flux cleaned = 0.00547161 Jy ! Component: 150 - total flux cleaned = 0.0066508 Jy ! Component: 200 - total flux cleaned = 0.00762392 Jy ! Total flux subtracted in 200 components = 0.00762392 Jy ! Clean residual min=-0.004115 max=0.004222 Jy/beam ! Clean residual mean=-0.000006 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.654389 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 189 components and 0.654389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078598Jy sigma=0.000688 ! Fit after self-cal, rms=0.078584Jy sigma=0.000688 ! 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.078584Jy sigma=0.000688 ! Fit after self-cal, rms=0.078747Jy sigma=0.000686 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=6.333 mas, bpa=-2.245 degrees ! Estimated noise=1275.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000763845 Jy ! Component: 100 - total flux cleaned = 0.00147222 Jy ! Component: 150 - total flux cleaned = 0.00212197 Jy ! Component: 200 - total flux cleaned = 0.00289334 Jy ! Total flux subtracted in 200 components = 0.00289334 Jy ! Clean residual min=-0.003811 max=0.003830 Jy/beam ! Clean residual mean=-0.000005 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.657283 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 196 components and 0.657283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078539Jy sigma=0.000684 ! Fit after self-cal, rms=0.078531Jy sigma=0.000684 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.000324092 Jy ! Component: 100 - total flux cleaned = 0.00087228 Jy ! Component: 150 - total flux cleaned = 0.0013134 Jy ! Component: 200 - total flux cleaned = 0.00166081 Jy ! Total flux subtracted in 200 components = 0.00166081 Jy ! Clean residual min=-0.003650 max=0.003635 Jy/beam ! Clean residual mean=-0.000004 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.658944 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 209 components and 0.658944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078408Jy sigma=0.000682 ! Fit after self-cal, rms=0.078402Jy sigma=0.000682 ! 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.078402Jy sigma=0.000682 ! Fit after self-cal, rms=0.078512Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.82 mas, bmaj=10.2 mas, bpa=-5.097 degrees ! Estimated noise=1599.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138195 Jy ! Component: 100 - total flux cleaned = 0.00275722 Jy ! Component: 150 - total flux cleaned = 0.00325144 Jy ! Component: 200 - total flux cleaned = 0.00375749 Jy ! Total flux subtracted in 200 components = 0.00375749 Jy ! Clean residual min=-0.003469 max=0.004407 Jy/beam ! Clean residual mean=-0.000003 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.662701 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 231 components and 0.662701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078455Jy sigma=0.000681 ! Fit after self-cal, rms=0.078440Jy sigma=0.000681 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-116, 87.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170839 Jy ! Component: 100 - total flux cleaned = 0.00200647 Jy ! Component: 150 - total flux cleaned = 0.00240227 Jy ! Component: 200 - total flux cleaned = 0.00240514 Jy ! Total flux subtracted in 200 components = 0.00240514 Jy ! Clean residual min=-0.003124 max=0.003329 Jy/beam ! Clean residual mean=0.000000 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.665106 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 257 components and 0.665106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078273Jy sigma=0.000679 ! Fit after self-cal, rms=0.078261Jy sigma=0.000679 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=6.333 mas, bpa=-2.29 degrees ! Estimated noise=1274.68 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 6.333 at -2.29 degrees (North through East) ! Clean map min=-0.0031154 max=0.43592 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.055 mas, bmaj=5.474 mas, bpa=-5.038 degrees ! Estimated noise=1513.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.338587 Jy ! Component: 100 - total flux cleaned = 0.432914 Jy ! Component: 150 - total flux cleaned = 0.484739 Jy ! Component: 200 - total flux cleaned = 0.51899 Jy ! Total flux subtracted in 200 components = 0.51899 Jy ! Clean residual min=-0.008687 max=0.018769 Jy/beam ! Clean residual mean=0.000015 rms=0.002797 Jy/beam ! Combined flux in latest and established models = 0.51899 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.51899 Jy ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=6.333 mas, bpa=-2.29 degrees ! Estimated noise=1274.68 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.0304766 Jy ! Component: 100 - total flux cleaned = 0.0500078 Jy ! Component: 150 - total flux cleaned = 0.0633839 Jy ! Component: 200 - total flux cleaned = 0.0735537 Jy ! Total flux subtracted in 200 components = 0.0735537 Jy ! Clean residual min=-0.005459 max=0.008299 Jy/beam ! Clean residual mean=0.000008 rms=0.001739 Jy/beam ! Combined flux in latest and established models = 0.592544 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 85 components and 0.592544 Jy ! Inverting map ! Added new window around map position (-11.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00904124 Jy ! Component: 100 - total flux cleaned = 0.0161698 Jy ! Component: 150 - total flux cleaned = 0.0222387 Jy ! Component: 200 - total flux cleaned = 0.026909 Jy ! Total flux subtracted in 200 components = 0.026909 Jy ! Clean residual min=-0.004179 max=0.004576 Jy/beam ! Clean residual mean=0.000004 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.619453 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 133 components and 0.619453 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.82 mas, bmaj=10.2 mas, bpa=-5.097 degrees ! Estimated noise=1599.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00826655 Jy ! Component: 100 - total flux cleaned = 0.0146226 Jy ! Component: 150 - total flux cleaned = 0.0199291 Jy ! Component: 200 - total flux cleaned = 0.0244424 Jy ! Total flux subtracted in 200 components = 0.0244424 Jy ! Clean residual min=-0.004412 max=0.004410 Jy/beam ! Clean residual mean=0.000007 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.643895 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.00327983 Jy ! Component: 100 - total flux cleaned = 0.00614745 Jy ! Component: 150 - total flux cleaned = 0.00878947 Jy ! Component: 200 - total flux cleaned = 0.0106103 Jy ! Total flux subtracted in 200 components = 0.0106103 Jy ! Clean residual min=-0.003511 max=0.003424 Jy/beam ! Clean residual mean=0.000006 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.654505 Jy ! Adding 141 model components to the UV plane model. ! The established model now contains 259 components and 0.654506 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=6.333 mas, bpa=-2.29 degrees ! Estimated noise=1274.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000495591 Jy ! Component: 100 - total flux cleaned = -0.00040797 Jy ! Component: 150 - total flux cleaned = 2.46715e-05 Jy ! Component: 200 - total flux cleaned = 0.00042928 Jy ! Total flux subtracted in 200 components = 0.00042928 Jy ! Clean residual min=-0.003545 max=0.003229 Jy/beam ! Clean residual mean=0.000003 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.654935 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 296 components and 0.654935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078241Jy sigma=0.000678 ! Fit after self-cal, rms=0.078185Jy sigma=0.000678 wmodel J1506+3730_S_2017_08_12_pus_map.mod ! Writing 296 model components to file: J1506+3730_S_2017_08_12_pus_map.mod wobs J1506+3730_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1506+3730_S_2017_08_12_pus_uvs.fits wwins J1506+3730_S_2017_08_12_pus_map.win ! wwins: Wrote 7 windows to J1506+3730_S_2017_08_12_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 = -7.64448e-05 Jy ! Component: 100 - total flux cleaned = -2.23091e-05 Jy ! Component: 150 - total flux cleaned = 0.000186609 Jy ! Component: 200 - total flux cleaned = 0.000336474 Jy ! Component: 250 - total flux cleaned = 0.000434112 Jy ! Component: 300 - total flux cleaned = 0.000574313 Jy ! Component: 350 - total flux cleaned = 0.000439104 Jy ! Component: 400 - total flux cleaned = 0.000351257 Jy ! Component: 450 - total flux cleaned = 0.000136256 Jy ! Component: 500 - total flux cleaned = -7.43406e-05 Jy ! Component: 550 - total flux cleaned = -0.000198717 Jy ! Component: 600 - total flux cleaned = -0.000523966 Jy ! Component: 650 - total flux cleaned = -0.000603945 Jy ! Component: 700 - total flux cleaned = -0.000800974 Jy ! Component: 750 - total flux cleaned = -0.000994203 Jy ! Component: 800 - total flux cleaned = -0.00114655 Jy ! Component: 850 - total flux cleaned = -0.00133429 Jy ! Component: 900 - total flux cleaned = -0.0014082 Jy ! Component: 950 - total flux cleaned = -0.00162777 Jy ! Component: 1000 - total flux cleaned = -0.00184316 Jy ! Component: 1050 - total flux cleaned = -0.00191484 Jy ! Component: 1100 - total flux cleaned = -0.00209005 Jy ! Component: 1150 - total flux cleaned = -0.00215879 Jy ! Component: 1200 - total flux cleaned = -0.00222715 Jy ! Component: 1250 - total flux cleaned = -0.00232838 Jy ! Component: 1300 - total flux cleaned = -0.00249584 Jy ! Component: 1350 - total flux cleaned = -0.00256222 Jy ! Component: 1400 - total flux cleaned = -0.00269299 Jy ! Component: 1450 - total flux cleaned = -0.00282211 Jy ! Component: 1500 - total flux cleaned = -0.00285474 Jy ! Component: 1550 - total flux cleaned = -0.00291789 Jy ! Component: 1600 - total flux cleaned = -0.00301219 Jy ! Component: 1650 - total flux cleaned = -0.00304326 Jy ! Component: 1700 - total flux cleaned = -0.00316643 Jy ! Component: 1750 - total flux cleaned = -0.0032274 Jy ! Component: 1800 - total flux cleaned = -0.00337852 Jy ! Component: 1850 - total flux cleaned = -0.00355882 Jy ! Component: 1900 - total flux cleaned = -0.00367762 Jy ! Component: 1950 - total flux cleaned = -0.00364799 Jy ! Component: 2000 - total flux cleaned = -0.00385264 Jy ! Component: 2050 - total flux cleaned = -0.00385279 Jy ! Component: 2100 - total flux cleaned = -0.00388172 Jy ! Component: 2150 - total flux cleaned = -0.00402417 Jy ! Component: 2200 - total flux cleaned = -0.00416557 Jy ! Component: 2250 - total flux cleaned = -0.00422204 Jy ! Component: 2300 - total flux cleaned = -0.00416625 Jy ! Component: 2350 - total flux cleaned = -0.00424958 Jy ! Component: 2400 - total flux cleaned = -0.004277 Jy ! Component: 2450 - total flux cleaned = -0.00422245 Jy ! Component: 2500 - total flux cleaned = -0.00427677 Jy ! Component: 2550 - total flux cleaned = -0.00435711 Jy ! Component: 2600 - total flux cleaned = -0.00433001 Jy ! Component: 2650 - total flux cleaned = -0.00427707 Jy ! Component: 2700 - total flux cleaned = -0.00425094 Jy ! Component: 2750 - total flux cleaned = -0.00440753 Jy ! Component: 2800 - total flux cleaned = -0.00427798 Jy ! Component: 2850 - total flux cleaned = -0.00430374 Jy ! Component: 2900 - total flux cleaned = -0.00438045 Jy ! Component: 2950 - total flux cleaned = -0.00432944 Jy ! Component: 3000 - total flux cleaned = -0.00432976 Jy ! Component: 3050 - total flux cleaned = -0.00435477 Jy ! Component: 3100 - total flux cleaned = -0.00435498 Jy ! Component: 3150 - total flux cleaned = -0.00433062 Jy ! Component: 3200 - total flux cleaned = -0.00435514 Jy ! Component: 3250 - total flux cleaned = -0.00445287 Jy ! Component: 3300 - total flux cleaned = -0.00433142 Jy ! Component: 3350 - total flux cleaned = -0.00440367 Jy ! Component: 3400 - total flux cleaned = -0.00435581 Jy ! Component: 3450 - total flux cleaned = -0.00442696 Jy ! Component: 3500 - total flux cleaned = -0.00430853 Jy ! Component: 3550 - total flux cleaned = -0.00433195 Jy ! Component: 3600 - total flux cleaned = -0.00430855 Jy ! Component: 3650 - total flux cleaned = -0.0043086 Jy ! Component: 3700 - total flux cleaned = -0.00430862 Jy ! Component: 3750 - total flux cleaned = -0.00428573 Jy ! Component: 3800 - total flux cleaned = -0.00428577 Jy ! Component: 3850 - total flux cleaned = -0.00433124 Jy ! Component: 3900 - total flux cleaned = -0.0042862 Jy ! Component: 3950 - total flux cleaned = -0.00424141 Jy ! Component: 4000 - total flux cleaned = -0.00424123 Jy ! Component: 4050 - total flux cleaned = -0.00426324 Jy ! Total flux subtracted in 4096 components = -0.00426324 Jy ! Clean residual min=-0.001175 max=0.001356 Jy/beam ! Clean residual mean=0.000000 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.650672 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 579 components and 0.650671 Jy ![Exited script file: muppet] wmap "J1506+3730_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 6.333 at -2.29 degrees (North through East) ! Clean map min=-0.0022702 max=0.43649 Jy/beam ! Writing clean map to FITS file: J1506+3730_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.43649 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00040364 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.277422 0.277422 0.554844 1.10969 2.21938 4.43875 8.87751 17.755 35.51 71.02 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.436 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 6.333 at -2.29 degrees (North through East) ! Clean map min=-0.0022702 max=0.43649 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 J1506+3730_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:02:05 2019