! Started logfile: J1419+0628_S_2017_08_05_pus_uvs.log on Thu May 9 19:30:46 2019 obs J1419+0628_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1419+0628_S_2017_08_05_pus_uva.fits ! AN table 1: 174 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977267 visibilities/baseline/integration-bin. ! Found source: J1419+0628 ! ! 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 513 lines of history. ! ! Reading 30608 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 J1419+0628_S_2017_08_05_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.869651Jy sigma=0.007540 ! Fit after self-cal, rms=0.853760Jy sigma=0.007410 ! 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.735 mas, bmaj=6.82 mas, bpa=-3.553 degrees ! Estimated noise=675.317 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.111813 Jy ! Component: 100 - total flux cleaned = 0.153174 Jy ! Total flux subtracted in 100 components = 0.153174 Jy ! Clean residual min=-0.013241 max=0.027370 Jy/beam ! Clean residual mean=0.000024 rms=0.003981 Jy/beam ! Combined flux in latest and established models = 0.153174 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.153174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144372Jy sigma=0.001238 ! Fit after self-cal, rms=0.144331Jy sigma=0.001236 ! Inverting map ! Added new window around map position (12, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280223 Jy ! Component: 100 - total flux cleaned = 0.0462493 Jy ! Total flux subtracted in 100 components = 0.0462493 Jy ! Clean residual min=-0.011572 max=0.011689 Jy/beam ! Clean residual mean=0.000014 rms=0.003403 Jy/beam ! Combined flux in latest and established models = 0.199423 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.199423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135905Jy sigma=0.001160 ! Fit after self-cal, rms=0.135807Jy sigma=0.001157 ! 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.217 mas, bmaj=7.631 mas, bpa=-2.418 degrees ! Estimated noise=535.184 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.0251198 Jy ! Component: 100 - total flux cleaned = 0.0426698 Jy ! Component: 150 - total flux cleaned = 0.0561568 Jy ! Component: 200 - total flux cleaned = 0.0668857 Jy ! Total flux subtracted in 200 components = 0.0668857 Jy ! Clean residual min=-0.020399 max=0.018180 Jy/beam ! Clean residual mean=0.000072 rms=0.006931 Jy/beam ! Combined flux in latest and established models = 0.266309 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 88 components and 0.266309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129819Jy sigma=0.001100 ! Fit after self-cal, rms=0.129844Jy sigma=0.001097 ! 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.12 FD 1.19 HN 1.16 KP 1.31 ! LA 0.69 MK 1.16 NL 1.07 OV 1.06 ! PT 0.66 SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.21 HN 1.11 KP 1.40 ! LA 0.71 MK 1.06 NL 1.25 OV 1.18 ! PT 0.70 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.18 HN 1.01 KP 1.24 ! LA 0.59 MK 1.02 NL 1.26 OV 1.26 ! PT 0.77 SC 1.05 ! ! ! Correcting IF 4. ! A total of 108 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.05 KP 1.00* ! LA 1.00* MK 1.14 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.129844Jy sigma=0.001097 ! Fit after self-cal, rms=0.125649Jy sigma=0.000985 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=7.91 mas, bpa=-2.256 degrees ! Estimated noise=545.141 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.0021333 Jy ! Component: 100 - total flux cleaned = 0.00250398 Jy ! Component: 150 - total flux cleaned = 0.00219228 Jy ! Component: 200 - total flux cleaned = 0.00191263 Jy ! Total flux subtracted in 200 components = 0.00191263 Jy ! Clean residual min=-0.013469 max=0.022917 Jy/beam ! Clean residual mean=-0.000017 rms=0.004925 Jy/beam ! Combined flux in latest and established models = 0.268221 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 95 components and 0.268221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125142Jy sigma=0.000982 ! Fit after self-cal, rms=0.126856Jy sigma=0.000974 ! 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.126856Jy sigma=0.000974 ! Fit after self-cal, rms=0.133390Jy sigma=0.000952 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.357 mas, bmaj=7.97 mas, bpa=-1.77 degrees ! Estimated noise=554.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130011 Jy ! Component: 100 - total flux cleaned = 0.00132886 Jy ! Component: 150 - total flux cleaned = 0.000886344 Jy ! Component: 200 - total flux cleaned = 0.000499725 Jy ! Total flux subtracted in 200 components = 0.000499725 Jy ! Clean residual min=-0.013761 max=0.023251 Jy/beam ! Clean residual mean=0.000021 rms=0.004693 Jy/beam ! Combined flux in latest and established models = 0.268721 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 100 components and 0.268721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132727Jy sigma=0.000950 ! Fit after self-cal, rms=0.133113Jy sigma=0.000950 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 (24, -76.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0201594 Jy ! Component: 100 - total flux cleaned = 0.0308225 Jy ! Component: 150 - total flux cleaned = 0.0379985 Jy ! Component: 200 - total flux cleaned = 0.0436219 Jy ! Total flux subtracted in 200 components = 0.0436219 Jy ! Clean residual min=-0.014679 max=0.018514 Jy/beam ! Clean residual mean=0.000025 rms=0.004111 Jy/beam ! Combined flux in latest and established models = 0.312343 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 156 components and 0.312343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129247Jy sigma=0.000923 ! Fit after self-cal, rms=0.128231Jy sigma=0.000919 ! Inverting map ! Added new window around map position (-36, 17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0192452 Jy ! Component: 100 - total flux cleaned = 0.029992 Jy ! Component: 150 - total flux cleaned = 0.0368169 Jy ! Component: 200 - total flux cleaned = 0.0404544 Jy ! Total flux subtracted in 200 components = 0.0404544 Jy ! Clean residual min=-0.012248 max=0.011352 Jy/beam ! Clean residual mean=0.000009 rms=0.003365 Jy/beam ! Combined flux in latest and established models = 0.352797 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 223 components and 0.352797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125414Jy sigma=0.000879 ! Fit after self-cal, rms=0.124816Jy sigma=0.000873 ! 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.124816Jy sigma=0.000873 ! Fit after self-cal, rms=0.125631Jy sigma=0.000854 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.425 mas, bmaj=8.125 mas, bpa=-1.663 degrees ! Estimated noise=552.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00543346 Jy ! Component: 100 - total flux cleaned = 0.00724571 Jy ! Component: 150 - total flux cleaned = 0.00872012 Jy ! Component: 200 - total flux cleaned = 0.00941288 Jy ! Total flux subtracted in 200 components = 0.00941288 Jy ! Clean residual min=-0.011001 max=0.011852 Jy/beam ! Clean residual mean=0.000008 rms=0.002948 Jy/beam ! Combined flux in latest and established models = 0.36221 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 248 components and 0.36221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125009Jy sigma=0.000848 ! Fit after self-cal, rms=0.125060Jy sigma=0.000847 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.00195163 Jy ! Component: 100 - total flux cleaned = 0.00244086 Jy ! Component: 150 - total flux cleaned = 0.00233295 Jy ! Component: 200 - total flux cleaned = 0.00253729 Jy ! Total flux subtracted in 200 components = 0.00253729 Jy ! Clean residual min=-0.011063 max=0.011824 Jy/beam ! Clean residual mean=0.000008 rms=0.002905 Jy/beam ! Combined flux in latest and established models = 0.364748 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 257 components and 0.364748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124784Jy sigma=0.000846 ! Fit after self-cal, rms=0.124799Jy sigma=0.000845 ! 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.124799Jy sigma=0.000845 ! Fit after self-cal, rms=0.125226Jy sigma=0.000844 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.82 mas, bmaj=12.71 mas, bpa=-3.105 degrees ! Estimated noise=628.341 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00468029 Jy ! Component: 100 - total flux cleaned = 0.00562283 Jy ! Component: 150 - total flux cleaned = 0.0059296 Jy ! Component: 200 - total flux cleaned = 0.00555965 Jy ! Total flux subtracted in 200 components = 0.00555965 Jy ! Clean residual min=-0.018037 max=0.016785 Jy/beam ! Clean residual mean=0.000007 rms=0.004512 Jy/beam ! Combined flux in latest and established models = 0.370307 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 269 components and 0.370307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125167Jy sigma=0.000843 ! Fit after self-cal, rms=0.125160Jy sigma=0.000843 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.000955703 Jy ! Component: 100 - total flux cleaned = 0.000849946 Jy ! Component: 150 - total flux cleaned = 0.000853904 Jy ! Component: 200 - total flux cleaned = 0.000942572 Jy ! Total flux subtracted in 200 components = 0.000942572 Jy ! Clean residual min=-0.017883 max=0.016803 Jy/beam ! Clean residual mean=0.000006 rms=0.004465 Jy/beam ! Combined flux in latest and established models = 0.37125 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 275 components and 0.37125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125158Jy sigma=0.000843 ! Fit after self-cal, rms=0.125196Jy sigma=0.000843 ! 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.442 mas, bmaj=8.143 mas, bpa=-1.469 degrees ! Estimated noise=552.259 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.442 x 8.143 at -1.469 degrees (North through East) ! Clean map min=-0.011362 max=0.16178 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.881 mas, bmaj=7.148 mas, bpa=-2.668 degrees ! Estimated noise=740.919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.118622 Jy ! Component: 100 - total flux cleaned = 0.164079 Jy ! Component: 150 - total flux cleaned = 0.193874 Jy ! Component: 200 - total flux cleaned = 0.216499 Jy ! Total flux subtracted in 200 components = 0.216499 Jy ! Clean residual min=-0.011788 max=0.015092 Jy/beam ! Clean residual mean=0.000010 rms=0.003464 Jy/beam ! Combined flux in latest and established models = 0.216499 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.216499 Jy ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=8.143 mas, bpa=-1.469 degrees ! Estimated noise=552.259 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.0255589 Jy ! Component: 100 - total flux cleaned = 0.0451748 Jy ! Component: 150 - total flux cleaned = 0.0611251 Jy ! Component: 200 - total flux cleaned = 0.0743909 Jy ! Total flux subtracted in 200 components = 0.0743909 Jy ! Clean residual min=-0.012843 max=0.013561 Jy/beam ! Clean residual mean=0.000030 rms=0.003757 Jy/beam ! Combined flux in latest and established models = 0.29089 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 87 components and 0.29089 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=12.71 mas, bpa=-3.105 degrees ! Estimated noise=628.341 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0182125 Jy ! Component: 100 - total flux cleaned = 0.0320574 Jy ! Component: 150 - total flux cleaned = 0.0430128 Jy ! Component: 200 - total flux cleaned = 0.051729 Jy ! Total flux subtracted in 200 components = 0.051729 Jy ! Clean residual min=-0.019126 max=0.016178 Jy/beam ! Clean residual mean=0.000028 rms=0.004972 Jy/beam ! Combined flux in latest and established models = 0.342619 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.00699073 Jy ! Component: 100 - total flux cleaned = 0.0109046 Jy ! Component: 150 - total flux cleaned = 0.0142185 Jy ! Component: 200 - total flux cleaned = 0.0162567 Jy ! Total flux subtracted in 200 components = 0.0162567 Jy ! Clean residual min=-0.018676 max=0.016496 Jy/beam ! Clean residual mean=0.000015 rms=0.004639 Jy/beam ! Combined flux in latest and established models = 0.358875 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 148 components and 0.358875 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.442 mas, bmaj=8.143 mas, bpa=-1.469 degrees ! Estimated noise=552.259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00416849 Jy ! Component: 100 - total flux cleaned = 0.00546131 Jy ! Component: 150 - total flux cleaned = 0.00603644 Jy ! Component: 200 - total flux cleaned = 0.00656455 Jy ! Total flux subtracted in 200 components = 0.00656455 Jy ! Clean residual min=-0.011831 max=0.012043 Jy/beam ! Clean residual mean=0.000004 rms=0.002908 Jy/beam ! Combined flux in latest and established models = 0.36544 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 168 components and 0.36544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125543Jy sigma=0.000851 ! Fit after self-cal, rms=0.125239Jy sigma=0.000849 wmodel J1419+0628_S_2017_08_05_pus_map.mod ! Writing 168 model components to file: J1419+0628_S_2017_08_05_pus_map.mod wobs J1419+0628_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1419+0628_S_2017_08_05_pus_uvs.fits wwins J1419+0628_S_2017_08_05_pus_map.win ! wwins: Wrote 4 windows to J1419+0628_S_2017_08_05_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.00129943 Jy ! Component: 100 - total flux cleaned = 0.002516 Jy ! Component: 150 - total flux cleaned = 0.00398528 Jy ! Component: 200 - total flux cleaned = 0.00606438 Jy ! Component: 250 - total flux cleaned = 0.00803684 Jy ! Component: 300 - total flux cleaned = 0.00993221 Jy ! Component: 350 - total flux cleaned = 0.011757 Jy ! Component: 400 - total flux cleaned = 0.0132225 Jy ! Component: 450 - total flux cleaned = 0.0146441 Jy ! Component: 500 - total flux cleaned = 0.0161602 Jy ! Component: 550 - total flux cleaned = 0.0173659 Jy ! Component: 600 - total flux cleaned = 0.0185388 Jy ! Component: 650 - total flux cleaned = 0.0196822 Jy ! Component: 700 - total flux cleaned = 0.0209198 Jy ! Component: 750 - total flux cleaned = 0.0217675 Jy ! Component: 800 - total flux cleaned = 0.0223614 Jy ! Component: 850 - total flux cleaned = 0.0231729 Jy ! Component: 900 - total flux cleaned = 0.0238543 Jy ! Component: 950 - total flux cleaned = 0.0243015 Jy ! Component: 1000 - total flux cleaned = 0.0249611 Jy ! Component: 1050 - total flux cleaned = 0.0253919 Jy ! Component: 1100 - total flux cleaned = 0.0253938 Jy ! Component: 1150 - total flux cleaned = 0.0260222 Jy ! Component: 1200 - total flux cleaned = 0.026128 Jy ! Component: 1250 - total flux cleaned = 0.0266366 Jy ! Component: 1300 - total flux cleaned = 0.0268366 Jy ! Component: 1350 - total flux cleaned = 0.0270339 Jy ! Component: 1400 - total flux cleaned = 0.0275151 Jy ! Component: 1450 - total flux cleaned = 0.027612 Jy ! Component: 1500 - total flux cleaned = 0.0280801 Jy ! Component: 1550 - total flux cleaned = 0.0288182 Jy ! Component: 1600 - total flux cleaned = 0.0290907 Jy ! Component: 1650 - total flux cleaned = 0.0293578 Jy ! Component: 1700 - total flux cleaned = 0.029712 Jy ! Component: 1750 - total flux cleaned = 0.0298001 Jy ! Component: 1800 - total flux cleaned = 0.0302318 Jy ! Component: 1850 - total flux cleaned = 0.0303175 Jy ! Component: 1900 - total flux cleaned = 0.030403 Jy ! Component: 1950 - total flux cleaned = 0.0307373 Jy ! Component: 2000 - total flux cleaned = 0.0306536 Jy ! Component: 2050 - total flux cleaned = 0.0309806 Jy ! Component: 2100 - total flux cleaned = 0.0312232 Jy ! Component: 2150 - total flux cleaned = 0.0313041 Jy ! Component: 2200 - total flux cleaned = 0.0320915 Jy ! Component: 2250 - total flux cleaned = 0.0320909 Jy ! Component: 2300 - total flux cleaned = 0.0326315 Jy ! Component: 2350 - total flux cleaned = 0.0330904 Jy ! Component: 2400 - total flux cleaned = 0.0334679 Jy ! Component: 2450 - total flux cleaned = 0.0342147 Jy ! Component: 2500 - total flux cleaned = 0.0342147 Jy ! Component: 2550 - total flux cleaned = 0.0347269 Jy ! Component: 2600 - total flux cleaned = 0.0351624 Jy ! Component: 2650 - total flux cleaned = 0.035808 Jy ! Component: 2700 - total flux cleaned = 0.0360199 Jy ! Component: 2750 - total flux cleaned = 0.0361601 Jy ! Component: 2800 - total flux cleaned = 0.0365084 Jy ! Component: 2850 - total flux cleaned = 0.0367843 Jy ! Component: 2900 - total flux cleaned = 0.0368529 Jy ! Component: 2950 - total flux cleaned = 0.0370571 Jy ! Component: 3000 - total flux cleaned = 0.0377965 Jy ! Component: 3050 - total flux cleaned = 0.0379959 Jy ! Component: 3100 - total flux cleaned = 0.0381288 Jy ! Component: 3150 - total flux cleaned = 0.03826 Jy ! Component: 3200 - total flux cleaned = 0.0387146 Jy ! Component: 3250 - total flux cleaned = 0.039228 Jy ! Component: 3300 - total flux cleaned = 0.0393541 Jy ! Component: 3350 - total flux cleaned = 0.0396702 Jy ! Component: 3400 - total flux cleaned = 0.0398572 Jy ! Component: 3450 - total flux cleaned = 0.0397333 Jy ! Component: 3500 - total flux cleaned = 0.0399802 Jy ! Component: 3550 - total flux cleaned = 0.0399199 Jy ! Component: 3600 - total flux cleaned = 0.0404054 Jy ! Component: 3650 - total flux cleaned = 0.0405258 Jy ! Component: 3700 - total flux cleaned = 0.0405855 Jy ! Component: 3750 - total flux cleaned = 0.0407622 Jy ! Component: 3800 - total flux cleaned = 0.0407631 Jy ! Component: 3850 - total flux cleaned = 0.0409379 Jy ! Component: 3900 - total flux cleaned = 0.0412849 Jy ! Component: 3950 - total flux cleaned = 0.0412845 Jy ! Component: 4000 - total flux cleaned = 0.0414551 Jy ! Component: 4050 - total flux cleaned = 0.0414549 Jy ! Total flux subtracted in 4096 components = 0.0416791 Jy ! Clean residual min=-0.002970 max=0.003553 Jy/beam ! Clean residual mean=-0.000005 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.407119 Jy keep ! Adding 404 model components to the UV plane model. ! The established model now contains 572 components and 0.407119 Jy ![Exited script file: muppet] wmap "J1419+0628_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.442 x 8.143 at -1.469 degrees (North through East) ! Clean map min=-0.0070662 max=0.16485 Jy/beam ! Writing clean map to FITS file: J1419+0628_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.164852 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00115232 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.09701 2.09701 4.19401 8.38802 16.776 33.5521 67.1042 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0034 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.164 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.442 x 8.143 at -1.469 degrees (North through East) ! Clean map min=-0.0070662 max=0.16485 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 J1419+0628_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:30:53 2019