! Started logfile: J1442+3234_S_2017_07_16_pus_uvs.log on Thu May 9 11:11:28 2019 obs J1442+3234_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1442+3234_S_2017_07_16_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.762045 visibilities/baseline/integration-bin. ! Found source: J1442+3234 ! ! 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 815 lines of history. ! ! Reading 15500 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 J1442+3234_S_2017_07_16_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 165 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 140 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 708 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.826493Jy sigma=0.007888 ! Fit after self-cal, rms=0.811529Jy sigma=0.007766 ! 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=2.899 mas, bmaj=5.205 mas, bpa=-0.3867 degrees ! Estimated noise=1016.44 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.145273 Jy ! Component: 100 - total flux cleaned = 0.181201 Jy ! Total flux subtracted in 100 components = 0.181201 Jy ! Clean residual min=-0.007300 max=0.015745 Jy/beam ! Clean residual mean=0.000011 rms=0.002220 Jy/beam ! Combined flux in latest and established models = 0.181201 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.181201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087744Jy sigma=0.000797 ! Fit after self-cal, rms=0.087719Jy sigma=0.000796 ! Inverting map ! Added new window around map position (22, 3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189958 Jy ! Component: 100 - total flux cleaned = 0.0314787 Jy ! Total flux subtracted in 100 components = 0.0314787 Jy ! Clean residual min=-0.006123 max=0.008299 Jy/beam ! Clean residual mean=0.000012 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.21268 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.21268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082254Jy sigma=0.000743 ! Fit after self-cal, rms=0.082158Jy sigma=0.000742 ! 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.438 mas, bmaj=6.035 mas, bpa=2.578 degrees ! Estimated noise=683.861 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.0141091 Jy ! Component: 100 - total flux cleaned = 0.0239509 Jy ! Component: 150 - total flux cleaned = 0.031489 Jy ! Component: 200 - total flux cleaned = 0.0374027 Jy ! Total flux subtracted in 200 components = 0.0374027 Jy ! Clean residual min=-0.005486 max=0.009541 Jy/beam ! Clean residual mean=0.000025 rms=0.001575 Jy/beam ! Combined flux in latest and established models = 0.250083 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 57 components and 0.250083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078959Jy sigma=0.000710 ! Fit after self-cal, rms=0.078829Jy sigma=0.000709 ! Inverting map ! Added new window around map position (15, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00913118 Jy ! Component: 100 - total flux cleaned = 0.0144039 Jy ! Component: 150 - total flux cleaned = 0.0185027 Jy ! Component: 200 - total flux cleaned = 0.0218714 Jy ! Total flux subtracted in 200 components = 0.0218714 Jy ! Clean residual min=-0.004375 max=0.005847 Jy/beam ! Clean residual mean=0.000015 rms=0.001216 Jy/beam ! Combined flux in latest and established models = 0.271954 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 79 components and 0.271954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077639Jy sigma=0.000697 ! Fit after self-cal, rms=0.077556Jy sigma=0.000696 ! 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.01 FD 1.00* HN 0.98 KP 1.03 ! LA 1.01 MK 1.01 NL 0.93 OV 0.99 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 1.01 KP 0.99 ! LA 0.95 MK 1.01 NL 1.10 OV 1.04 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00* HN 1.01 KP 0.98 ! LA 0.98 MK 1.05 NL 1.07 OV 0.95 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.04 KP 1.00* ! LA 0.93 MK 1.07 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.077556Jy sigma=0.000696 ! Fit after self-cal, rms=0.075578Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=6.053 mas, bpa=3.033 degrees ! Estimated noise=678.843 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.00315843 Jy ! Component: 100 - total flux cleaned = 0.00505173 Jy ! Component: 150 - total flux cleaned = 0.00567479 Jy ! Component: 200 - total flux cleaned = 0.0062022 Jy ! Total flux subtracted in 200 components = 0.0062022 Jy ! Clean residual min=-0.003913 max=0.005047 Jy/beam ! Clean residual mean=0.000008 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.278156 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 100 components and 0.278156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075408Jy sigma=0.000685 ! Fit after self-cal, rms=0.075389Jy sigma=0.000685 ! 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.075389Jy sigma=0.000685 ! Fit after self-cal, rms=0.075375Jy sigma=0.000679 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=6.039 mas, bpa=2.803 degrees ! Estimated noise=679.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116517 Jy ! Component: 100 - total flux cleaned = 0.00149424 Jy ! Component: 150 - total flux cleaned = 0.00163277 Jy ! Component: 200 - total flux cleaned = 0.00179489 Jy ! Total flux subtracted in 200 components = 0.00179489 Jy ! Clean residual min=-0.003481 max=0.004817 Jy/beam ! Clean residual mean=-0.000002 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.279951 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 118 components and 0.279951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075313Jy sigma=0.000679 ! Fit after self-cal, rms=0.075330Jy sigma=0.000679 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 (36, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00450446 Jy ! Component: 100 - total flux cleaned = 0.00704825 Jy ! Component: 150 - total flux cleaned = 0.00874907 Jy ! Component: 200 - total flux cleaned = 0.00977719 Jy ! Total flux subtracted in 200 components = 0.00977719 Jy ! Clean residual min=-0.002990 max=0.003493 Jy/beam ! Clean residual mean=-0.000000 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.289728 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 143 components and 0.289728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075051Jy sigma=0.000676 ! Fit after self-cal, rms=0.075015Jy sigma=0.000675 ! Inverting map ! Added new window around map position (4.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022309 Jy ! Component: 100 - total flux cleaned = 0.00282885 Jy ! Component: 150 - total flux cleaned = 0.00319446 Jy ! Component: 200 - total flux cleaned = 0.00350862 Jy ! Total flux subtracted in 200 components = 0.00350862 Jy ! Clean residual min=-0.002829 max=0.003395 Jy/beam ! Clean residual mean=-0.000001 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.293237 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 164 components and 0.293237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074838Jy sigma=0.000674 ! Fit after self-cal, rms=0.074821Jy sigma=0.000674 ! Inverting map ! Added new window around map position (28, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314083 Jy ! Component: 100 - total flux cleaned = 0.00406263 Jy ! Component: 150 - total flux cleaned = 0.00432583 Jy ! Component: 200 - total flux cleaned = 0.00451188 Jy ! Total flux subtracted in 200 components = 0.00451188 Jy ! Clean residual min=-0.002713 max=0.002664 Jy/beam ! Clean residual mean=-0.000001 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.297749 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 190 components and 0.297749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074671Jy sigma=0.000672 ! Fit after self-cal, rms=0.074661Jy sigma=0.000672 ! 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.074661Jy sigma=0.000672 ! Fit after self-cal, rms=0.074410Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=6.032 mas, bpa=2.614 degrees ! Estimated noise=678.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169243 Jy ! Component: 100 - total flux cleaned = 0.0027678 Jy ! Component: 150 - total flux cleaned = 0.00350478 Jy ! Component: 200 - total flux cleaned = 0.00404053 Jy ! Total flux subtracted in 200 components = 0.00404053 Jy ! Clean residual min=-0.002680 max=0.002402 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.301789 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 205 components and 0.301789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074350Jy sigma=0.000671 ! Fit after self-cal, rms=0.074339Jy sigma=0.000671 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.000559001 Jy ! Component: 100 - total flux cleaned = 0.00105218 Jy ! Component: 150 - total flux cleaned = 0.0014966 Jy ! Component: 200 - total flux cleaned = 0.00167227 Jy ! Total flux subtracted in 200 components = 0.00167227 Jy ! Clean residual min=-0.002637 max=0.002423 Jy/beam ! Clean residual mean=0.000001 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.303461 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 223 components and 0.303461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074312Jy sigma=0.000671 ! Fit after self-cal, rms=0.074309Jy sigma=0.000671 ! 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.074309Jy sigma=0.000671 ! Fit after self-cal, rms=0.074268Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.133 mas, bmaj=9.522 mas, bpa=-1.92 degrees ! Estimated noise=852.506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194882 Jy ! Component: 100 - total flux cleaned = 0.00304693 Jy ! Component: 150 - total flux cleaned = 0.00355888 Jy ! Component: 200 - total flux cleaned = 0.00377017 Jy ! Total flux subtracted in 200 components = 0.00377017 Jy ! Clean residual min=-0.003189 max=0.002923 Jy/beam ! Clean residual mean=0.000005 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.307232 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 256 components and 0.307232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074258Jy sigma=0.000671 ! Fit after self-cal, rms=0.074250Jy sigma=0.000670 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.0004716 Jy ! Component: 100 - total flux cleaned = 0.000675303 Jy ! Component: 150 - total flux cleaned = 0.00083076 Jy ! Component: 200 - total flux cleaned = 0.00101679 Jy ! Total flux subtracted in 200 components = 0.00101679 Jy ! Clean residual min=-0.003158 max=0.002845 Jy/beam ! Clean residual mean=0.000004 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.308248 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 280 components and 0.308248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074245Jy sigma=0.000670 ! Fit after self-cal, rms=0.074243Jy sigma=0.000670 ! 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.459 mas, bmaj=6.031 mas, bpa=2.618 degrees ! Estimated noise=678.597 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.459 x 6.031 at 2.618 degrees (North through East) ! Clean map min=-0.0024916 max=0.19048 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=2.926 mas, bmaj=5.234 mas, bpa=-0.2511 degrees ! Estimated noise=1011.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143238 Jy ! Component: 100 - total flux cleaned = 0.178721 Jy ! Component: 150 - total flux cleaned = 0.196738 Jy ! Component: 200 - total flux cleaned = 0.2093 Jy ! Total flux subtracted in 200 components = 0.2093 Jy ! Clean residual min=-0.005269 max=0.007336 Jy/beam ! Clean residual mean=0.000010 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.2093 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.2093 Jy ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=6.031 mas, bpa=2.618 degrees ! Estimated noise=678.597 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.0156574 Jy ! Component: 100 - total flux cleaned = 0.0273379 Jy ! Component: 150 - total flux cleaned = 0.0367779 Jy ! Component: 200 - total flux cleaned = 0.0446375 Jy ! Total flux subtracted in 200 components = 0.0446375 Jy ! Clean residual min=-0.004193 max=0.004764 Jy/beam ! Clean residual mean=0.000012 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.253937 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 70 components and 0.253937 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.133 mas, bmaj=9.522 mas, bpa=-1.92 degrees ! Estimated noise=852.506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120588 Jy ! Component: 100 - total flux cleaned = 0.0208159 Jy ! Component: 150 - total flux cleaned = 0.0276328 Jy ! Component: 200 - total flux cleaned = 0.0330931 Jy ! Total flux subtracted in 200 components = 0.0330931 Jy ! Clean residual min=-0.003940 max=0.003820 Jy/beam ! Clean residual mean=0.000011 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.28703 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.00441905 Jy ! Component: 100 - total flux cleaned = 0.00801803 Jy ! Component: 150 - total flux cleaned = 0.010968 Jy ! Component: 200 - total flux cleaned = 0.0134004 Jy ! Total flux subtracted in 200 components = 0.0134004 Jy ! Clean residual min=-0.003198 max=0.003000 Jy/beam ! Clean residual mean=0.000006 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.300431 Jy ! Adding 156 model components to the UV plane model. ! The established model now contains 215 components and 0.300431 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=6.031 mas, bpa=2.618 degrees ! Estimated noise=678.597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202964 Jy ! Component: 100 - total flux cleaned = 0.00284648 Jy ! Component: 150 - total flux cleaned = 0.00345769 Jy ! Component: 200 - total flux cleaned = 0.0040155 Jy ! Total flux subtracted in 200 components = 0.0040155 Jy ! Clean residual min=-0.002486 max=0.002344 Jy/beam ! Clean residual mean=0.000003 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.304446 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 246 components and 0.304446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074318Jy sigma=0.000671 ! Fit after self-cal, rms=0.074291Jy sigma=0.000671 wmodel J1442+3234_S_2017_07_16_pus_map.mod ! Writing 246 model components to file: J1442+3234_S_2017_07_16_pus_map.mod wobs J1442+3234_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1442+3234_S_2017_07_16_pus_uvs.fits wwins J1442+3234_S_2017_07_16_pus_map.win ! wwins: Wrote 6 windows to J1442+3234_S_2017_07_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 4.17833e-06 Jy ! Component: 100 - total flux cleaned = 0.000385091 Jy ! Component: 150 - total flux cleaned = 0.000524812 Jy ! Component: 200 - total flux cleaned = 0.00062427 Jy ! Component: 250 - total flux cleaned = 0.000814574 Jy ! Component: 300 - total flux cleaned = 0.000906439 Jy ! Component: 350 - total flux cleaned = 0.00102522 Jy ! Component: 400 - total flux cleaned = 0.00116881 Jy ! Component: 450 - total flux cleaned = 0.00125227 Jy ! Component: 500 - total flux cleaned = 0.00136055 Jy ! Component: 550 - total flux cleaned = 0.00141339 Jy ! Component: 600 - total flux cleaned = 0.00154265 Jy ! Component: 650 - total flux cleaned = 0.00159249 Jy ! Component: 700 - total flux cleaned = 0.00151924 Jy ! Component: 750 - total flux cleaned = 0.001568 Jy ! Component: 800 - total flux cleaned = 0.00159163 Jy ! Component: 850 - total flux cleaned = 0.00168377 Jy ! Component: 900 - total flux cleaned = 0.00159342 Jy ! Component: 950 - total flux cleaned = 0.00161607 Jy ! Component: 1000 - total flux cleaned = 0.00163771 Jy ! Component: 1050 - total flux cleaned = 0.00157355 Jy ! Component: 1100 - total flux cleaned = 0.00165762 Jy ! Component: 1150 - total flux cleaned = 0.00163606 Jy ! Component: 1200 - total flux cleaned = 0.00157472 Jy ! Component: 1250 - total flux cleaned = 0.00165508 Jy ! Component: 1300 - total flux cleaned = 0.00163486 Jy ! Component: 1350 - total flux cleaned = 0.00159572 Jy ! Component: 1400 - total flux cleaned = 0.0015184 Jy ! Component: 1450 - total flux cleaned = 0.0014619 Jy ! Component: 1500 - total flux cleaned = 0.00140599 Jy ! Component: 1550 - total flux cleaned = 0.00140598 Jy ! Component: 1600 - total flux cleaned = 0.00135109 Jy ! Component: 1650 - total flux cleaned = 0.00129712 Jy ! Component: 1700 - total flux cleaned = 0.00126162 Jy ! Component: 1750 - total flux cleaned = 0.00120917 Jy ! Component: 1800 - total flux cleaned = 0.00117448 Jy ! Component: 1850 - total flux cleaned = 0.0012087 Jy ! Component: 1900 - total flux cleaned = 0.00119175 Jy ! Component: 1950 - total flux cleaned = 0.00114154 Jy ! Component: 2000 - total flux cleaned = 0.00112486 Jy ! Component: 2050 - total flux cleaned = 0.00112477 Jy ! Component: 2100 - total flux cleaned = 0.00110859 Jy ! Component: 2150 - total flux cleaned = 0.00107661 Jy ! Component: 2200 - total flux cleaned = 0.00109231 Jy ! Component: 2250 - total flux cleaned = 0.00104518 Jy ! Component: 2300 - total flux cleaned = 0.00102962 Jy ! Component: 2350 - total flux cleaned = 0.00102994 Jy ! Component: 2400 - total flux cleaned = 0.00101468 Jy ! Component: 2450 - total flux cleaned = 0.00101455 Jy ! Component: 2500 - total flux cleaned = 0.000970155 Jy ! Component: 2550 - total flux cleaned = 0.000955615 Jy ! Component: 2600 - total flux cleaned = 0.000970033 Jy ! Component: 2650 - total flux cleaned = 0.000955596 Jy ! Component: 2700 - total flux cleaned = 0.000955544 Jy ! Component: 2750 - total flux cleaned = 0.000927308 Jy ! Component: 2800 - total flux cleaned = 0.000927361 Jy ! Component: 2850 - total flux cleaned = 0.000941059 Jy ! Component: 2900 - total flux cleaned = 0.000913588 Jy ! Component: 2950 - total flux cleaned = 0.000981607 Jy ! Component: 3000 - total flux cleaned = 0.000981863 Jy ! Component: 3050 - total flux cleaned = 0.000995336 Jy ! Component: 3100 - total flux cleaned = 0.00102191 Jy ! Component: 3150 - total flux cleaned = 0.0010744 Jy ! Component: 3200 - total flux cleaned = 0.00106143 Jy ! Component: 3250 - total flux cleaned = 0.00108699 Jy ! Component: 3300 - total flux cleaned = 0.00112519 Jy ! Component: 3350 - total flux cleaned = 0.00118836 Jy ! Component: 3400 - total flux cleaned = 0.00118837 Jy ! Component: 3450 - total flux cleaned = 0.00121338 Jy ! Component: 3500 - total flux cleaned = 0.00120091 Jy ! Component: 3550 - total flux cleaned = 0.0012132 Jy ! Component: 3600 - total flux cleaned = 0.00120105 Jy ! Component: 3650 - total flux cleaned = 0.00120109 Jy ! Component: 3700 - total flux cleaned = 0.00120116 Jy ! Component: 3750 - total flux cleaned = 0.00122466 Jy ! Component: 3800 - total flux cleaned = 0.00121281 Jy ! Component: 3850 - total flux cleaned = 0.00120107 Jy ! Component: 3900 - total flux cleaned = 0.00121263 Jy ! Component: 3950 - total flux cleaned = 0.00121254 Jy ! Component: 4000 - total flux cleaned = 0.00121256 Jy ! Component: 4050 - total flux cleaned = 0.00124661 Jy ! Total flux subtracted in 4096 components = 0.00121271 Jy ! Clean residual min=-0.000854 max=0.000623 Jy/beam ! Clean residual mean=0.000001 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.305659 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 555 components and 0.305658 Jy ![Exited script file: muppet] wmap "J1442+3234_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.459 x 6.031 at 2.618 degrees (North through East) ! Clean map min=-0.0016789 max=0.19112 Jy/beam ! Writing clean map to FITS file: J1442+3234_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.191119 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205321 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.322292 0.322292 0.644584 1.28917 2.57834 5.15667 10.3133 20.6267 41.2534 82.5067 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.191 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.459 x 6.031 at 2.618 degrees (North through East) ! Clean map min=-0.0016789 max=0.19112 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 J1442+3234_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:11:33 2019