! Started logfile: J1714-0558_S_2017_06_10_pus_uvs.log on Mon May 6 14:58:44 2019 obs J1714-0558_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1714-0558_S_2017_06_10_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95614 visibilities/baseline/integration-bin. ! Found source: J1714-0558 ! ! 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 1154 lines of history. ! ! Reading 19620 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 J1714-0558_S_2017_06_10_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 201 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 716 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.717205Jy sigma=0.006326 ! Fit after self-cal, rms=0.672145Jy sigma=0.005937 ! 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.669 mas, bmaj=7.088 mas, bpa=-4.823 degrees ! Estimated noise=1110.2 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.235292 Jy ! Component: 100 - total flux cleaned = 0.318262 Jy ! Total flux subtracted in 100 components = 0.318262 Jy ! Clean residual min=-0.018436 max=0.041532 Jy/beam ! Clean residual mean=0.000023 rms=0.006320 Jy/beam ! Combined flux in latest and established models = 0.318262 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.318262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152568Jy sigma=0.001295 ! Fit after self-cal, rms=0.152529Jy sigma=0.001295 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0500209 Jy ! Component: 100 - total flux cleaned = 0.082064 Jy ! Total flux subtracted in 100 components = 0.082064 Jy ! Clean residual min=-0.017979 max=0.024552 Jy/beam ! Clean residual mean=0.000022 rms=0.005018 Jy/beam ! Combined flux in latest and established models = 0.400326 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.400326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125260Jy sigma=0.001043 ! Fit after self-cal, rms=0.125246Jy sigma=0.001043 ! 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.238 mas, bmaj=8.296 mas, bpa=-4.338 degrees ! Estimated noise=707.117 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.0316919 Jy ! Component: 100 - total flux cleaned = 0.0483373 Jy ! Component: 150 - total flux cleaned = 0.0576753 Jy ! Component: 200 - total flux cleaned = 0.0629176 Jy ! Total flux subtracted in 200 components = 0.0629176 Jy ! Clean residual min=-0.014323 max=0.018445 Jy/beam ! Clean residual mean=0.000039 rms=0.003759 Jy/beam ! Combined flux in latest and established models = 0.463243 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.463243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116845Jy sigma=0.000972 ! Fit after self-cal, rms=0.116833Jy sigma=0.000972 ! 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.90 FD 0.90 HN 1.20 KP 1.02 ! LA 1.01 MK 1.03 NL 0.87 OV 1.02 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.24 KP 0.99 ! LA 0.96 MK 0.99 NL 1.01 OV 1.06 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.10 KP 0.99 ! LA 0.98 MK 0.99 NL 0.99 OV 0.96 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.18 KP 1.00* ! LA 0.90 MK 1.19 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.116833Jy sigma=0.000972 ! Fit after self-cal, rms=0.114236Jy sigma=0.000925 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=8.336 mas, bpa=-4.057 degrees ! Estimated noise=712.642 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.00407447 Jy ! Component: 100 - total flux cleaned = -0.00432176 Jy ! Component: 150 - total flux cleaned = -0.00441043 Jy ! Component: 200 - total flux cleaned = -0.00441306 Jy ! Total flux subtracted in 200 components = -0.00441306 Jy ! Clean residual min=-0.013027 max=0.015635 Jy/beam ! Clean residual mean=0.000022 rms=0.003396 Jy/beam ! Combined flux in latest and established models = 0.45883 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.45883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113970Jy sigma=0.000923 ! Fit after self-cal, rms=0.113991Jy sigma=0.000923 ! 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.113991Jy sigma=0.000923 ! Fit after self-cal, rms=0.120301Jy sigma=0.000867 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=8.46 mas, bpa=-4.283 degrees ! Estimated noise=715.968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00250161 Jy ! Component: 100 - total flux cleaned = -0.00275854 Jy ! Component: 150 - total flux cleaned = -0.00268838 Jy ! Component: 200 - total flux cleaned = -0.00268907 Jy ! Total flux subtracted in 200 components = -0.00268907 Jy ! Clean residual min=-0.012416 max=0.015084 Jy/beam ! Clean residual mean=0.000015 rms=0.002944 Jy/beam ! Combined flux in latest and established models = 0.456141 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 70 components and 0.456141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120165Jy sigma=0.000866 ! Fit after self-cal, rms=0.120249Jy sigma=0.000866 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 (7, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150518 Jy ! Component: 100 - total flux cleaned = 0.000243017 Jy ! Component: 150 - total flux cleaned = -9.58891e-05 Jy ! Component: 200 - total flux cleaned = -9.54685e-05 Jy ! Total flux subtracted in 200 components = -9.54685e-05 Jy ! Clean residual min=-0.012920 max=0.014145 Jy/beam ! Clean residual mean=0.000014 rms=0.002768 Jy/beam ! Combined flux in latest and established models = 0.456046 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.456046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116579Jy sigma=0.000846 ! Fit after self-cal, rms=0.116289Jy sigma=0.000843 ! Inverting map ! Added new window around map position (45, 64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00496632 Jy ! Component: 100 - total flux cleaned = 0.00615107 Jy ! Component: 150 - total flux cleaned = 0.00649212 Jy ! Component: 200 - total flux cleaned = 0.00588429 Jy ! Total flux subtracted in 200 components = 0.00588429 Jy ! Clean residual min=-0.011238 max=0.012245 Jy/beam ! Clean residual mean=0.000016 rms=0.002539 Jy/beam ! Combined flux in latest and established models = 0.46193 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 113 components and 0.46193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113117Jy sigma=0.000824 ! Fit after self-cal, rms=0.113042Jy sigma=0.000823 ! Inverting map ! Added new window around map position (21.5, -44.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00483147 Jy ! Component: 100 - total flux cleaned = 0.0052682 Jy ! Component: 150 - total flux cleaned = 0.00557579 Jy ! Component: 200 - total flux cleaned = 0.0047413 Jy ! Total flux subtracted in 200 components = 0.0047413 Jy ! Clean residual min=-0.010162 max=0.010194 Jy/beam ! Clean residual mean=0.000014 rms=0.002332 Jy/beam ! Combined flux in latest and established models = 0.466671 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 129 components and 0.466671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109835Jy sigma=0.000805 ! Fit after self-cal, rms=0.109676Jy sigma=0.000804 ! 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.109676Jy sigma=0.000804 ! Fit after self-cal, rms=0.164948Jy sigma=0.000713 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=8.679 mas, bpa=-4.901 degrees ! Estimated noise=730.189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000606629 Jy ! Component: 100 - total flux cleaned = 0.00116253 Jy ! Component: 150 - total flux cleaned = 0.00115928 Jy ! Component: 200 - total flux cleaned = 0.00116043 Jy ! Total flux subtracted in 200 components = 0.00116043 Jy ! Clean residual min=-0.005287 max=0.004901 Jy/beam ! Clean residual mean=-0.000002 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.467832 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 153 components and 0.467832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164618Jy sigma=0.000706 ! Fit after self-cal, rms=0.165209Jy sigma=0.000706 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.000150247 Jy ! Component: 100 - total flux cleaned = 0.000156072 Jy ! Component: 150 - total flux cleaned = 0.000290166 Jy ! Component: 200 - total flux cleaned = 0.000411661 Jy ! Total flux subtracted in 200 components = 0.000411661 Jy ! Clean residual min=-0.004785 max=0.003822 Jy/beam ! Clean residual mean=-0.000002 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.468243 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 161 components and 0.468243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165034Jy sigma=0.000702 ! Fit after self-cal, rms=0.165036Jy sigma=0.000702 ! 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.165036Jy sigma=0.000702 ! Fit after self-cal, rms=0.171089Jy sigma=0.000702 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.915 mas, bmaj=15.01 mas, bpa=-4.171 degrees ! Estimated noise=903.593 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015491 Jy ! Component: 100 - total flux cleaned = 0.00135894 Jy ! Component: 150 - total flux cleaned = 0.00111587 Jy ! Component: 200 - total flux cleaned = 0.00090331 Jy ! Total flux subtracted in 200 components = 0.00090331 Jy ! Clean residual min=-0.003191 max=0.002848 Jy/beam ! Clean residual mean=-0.000005 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.469147 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 177 components and 0.469147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171032Jy sigma=0.000700 ! Fit after self-cal, rms=0.171023Jy sigma=0.000700 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.000245997 Jy ! Component: 100 - total flux cleaned = 0.000121291 Jy ! Component: 150 - total flux cleaned = -5.16134e-05 Jy ! Component: 200 - total flux cleaned = -0.000162555 Jy ! Total flux subtracted in 200 components = -0.000162555 Jy ! Clean residual min=-0.002927 max=0.002610 Jy/beam ! Clean residual mean=-0.000005 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.468984 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 188 components and 0.468984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170994Jy sigma=0.000700 ! Fit after self-cal, rms=0.170990Jy sigma=0.000699 ! 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.298 mas, bmaj=8.661 mas, bpa=-4.751 degrees ! Estimated noise=730.664 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 8.661 at -4.751 degrees (North through East) ! Clean map min=-0.0071391 max=0.33467 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.72 mas, bmaj=7.473 mas, bpa=-5.494 degrees ! Estimated noise=1204.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.253647 Jy ! Component: 100 - total flux cleaned = 0.336835 Jy ! Component: 150 - total flux cleaned = 0.378698 Jy ! Component: 200 - total flux cleaned = 0.403818 Jy ! Total flux subtracted in 200 components = 0.403818 Jy ! Clean residual min=-0.005977 max=0.013217 Jy/beam ! Clean residual mean=0.000004 rms=0.001932 Jy/beam ! Combined flux in latest and established models = 0.403818 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.403818 Jy ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=8.661 mas, bpa=-4.751 degrees ! Estimated noise=730.664 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) ! Added new window around map position (-2.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0243893 Jy ! Component: 100 - total flux cleaned = 0.0377788 Jy ! Component: 150 - total flux cleaned = 0.0466156 Jy ! Component: 200 - total flux cleaned = 0.0528035 Jy ! Total flux subtracted in 200 components = 0.0528035 Jy ! Clean residual min=-0.003724 max=0.005029 Jy/beam ! Clean residual mean=-0.000001 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.456622 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 106 components and 0.456622 Jy ! Inverting map ! Added new window around map position (-22, 44). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423757 Jy ! Component: 100 - total flux cleaned = 0.00707098 Jy ! Component: 150 - total flux cleaned = 0.00844875 Jy ! Component: 200 - total flux cleaned = 0.00940395 Jy ! Total flux subtracted in 200 components = 0.00940395 Jy ! Clean residual min=-0.003182 max=0.003454 Jy/beam ! Clean residual mean=-0.000004 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.466026 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 136 components and 0.466026 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.915 mas, bmaj=15.01 mas, bpa=-4.171 degrees ! Estimated noise=903.593 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00374847 Jy ! Component: 100 - total flux cleaned = 0.00450658 Jy ! Component: 150 - total flux cleaned = 0.00465898 Jy ! Component: 200 - total flux cleaned = 0.00466123 Jy ! Total flux subtracted in 200 components = 0.00466123 Jy ! Clean residual min=-0.002616 max=0.002270 Jy/beam ! Clean residual mean=-0.000010 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.470687 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 = 5.49261e-05 Jy ! Component: 100 - total flux cleaned = 4.67232e-06 Jy ! Component: 150 - total flux cleaned = -9.06292e-05 Jy ! Component: 200 - total flux cleaned = -8.87158e-05 Jy ! Total flux subtracted in 200 components = -8.87158e-05 Jy ! Clean residual min=-0.002413 max=0.002153 Jy/beam ! Clean residual mean=-0.000009 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.470598 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 211 components and 0.470598 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.298 mas, bmaj=8.661 mas, bpa=-4.751 degrees ! Estimated noise=730.664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000403379 Jy ! Component: 100 - total flux cleaned = -0.000404861 Jy ! Component: 150 - total flux cleaned = -0.000498703 Jy ! Component: 200 - total flux cleaned = -0.000578165 Jy ! Total flux subtracted in 200 components = -0.000578165 Jy ! Clean residual min=-0.002500 max=0.002648 Jy/beam ! Clean residual mean=-0.000004 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.47002 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 235 components and 0.47002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172203Jy sigma=0.000692 ! Fit after self-cal, rms=0.171804Jy sigma=0.000691 wmodel J1714-0558_S_2017_06_10_pus_map.mod ! Writing 235 model components to file: J1714-0558_S_2017_06_10_pus_map.mod wobs J1714-0558_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1714-0558_S_2017_06_10_pus_uvs.fits wwins J1714-0558_S_2017_06_10_pus_map.win ! wwins: Wrote 6 windows to J1714-0558_S_2017_06_10_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.000728363 Jy ! Component: 100 - total flux cleaned = 0.0011228 Jy ! Component: 150 - total flux cleaned = 0.00145411 Jy ! Component: 200 - total flux cleaned = 0.00173061 Jy ! Component: 250 - total flux cleaned = 0.00188306 Jy ! Component: 300 - total flux cleaned = 0.00199412 Jy ! Component: 350 - total flux cleaned = 0.00206661 Jy ! Component: 400 - total flux cleaned = 0.00213758 Jy ! Component: 450 - total flux cleaned = 0.00224131 Jy ! Component: 500 - total flux cleaned = 0.00227518 Jy ! Component: 550 - total flux cleaned = 0.00234258 Jy ! Component: 600 - total flux cleaned = 0.0023759 Jy ! Component: 650 - total flux cleaned = 0.00247222 Jy ! Component: 700 - total flux cleaned = 0.00256615 Jy ! Component: 750 - total flux cleaned = 0.00256548 Jy ! Component: 800 - total flux cleaned = 0.00274911 Jy ! Component: 850 - total flux cleaned = 0.00290005 Jy ! Component: 900 - total flux cleaned = 0.00304829 Jy ! Component: 950 - total flux cleaned = 0.00316611 Jy ! Component: 1000 - total flux cleaned = 0.00325352 Jy ! Component: 1050 - total flux cleaned = 0.00348293 Jy ! Component: 1100 - total flux cleaned = 0.00362452 Jy ! Component: 1150 - total flux cleaned = 0.00373631 Jy ! Component: 1200 - total flux cleaned = 0.00387431 Jy ! Component: 1250 - total flux cleaned = 0.0040105 Jy ! Component: 1300 - total flux cleaned = 0.00403721 Jy ! Component: 1350 - total flux cleaned = 0.00414432 Jy ! Component: 1400 - total flux cleaned = 0.00419712 Jy ! Component: 1450 - total flux cleaned = 0.00438091 Jy ! Component: 1500 - total flux cleaned = 0.00461458 Jy ! Component: 1550 - total flux cleaned = 0.00469135 Jy ! Component: 1600 - total flux cleaned = 0.00474249 Jy ! Component: 1650 - total flux cleaned = 0.00496927 Jy ! Component: 1700 - total flux cleaned = 0.00511874 Jy ! Component: 1750 - total flux cleaned = 0.00529137 Jy ! Component: 1800 - total flux cleaned = 0.00536429 Jy ! Component: 1850 - total flux cleaned = 0.00553401 Jy ! Component: 1900 - total flux cleaned = 0.00567833 Jy ! Component: 1950 - total flux cleaned = 0.00591654 Jy ! Component: 2000 - total flux cleaned = 0.00615242 Jy ! Component: 2050 - total flux cleaned = 0.00633897 Jy ! Component: 2100 - total flux cleaned = 0.00638516 Jy ! Component: 2150 - total flux cleaned = 0.00652311 Jy ! Component: 2200 - total flux cleaned = 0.0066597 Jy ! Component: 2250 - total flux cleaned = 0.00679521 Jy ! Component: 2300 - total flux cleaned = 0.00704108 Jy ! Component: 2350 - total flux cleaned = 0.00712971 Jy ! Component: 2400 - total flux cleaned = 0.00732786 Jy ! Component: 2450 - total flux cleaned = 0.00748041 Jy ! Component: 2500 - total flux cleaned = 0.0076318 Jy ! Component: 2550 - total flux cleaned = 0.00778212 Jy ! Component: 2600 - total flux cleaned = 0.00790988 Jy ! Component: 2650 - total flux cleaned = 0.0080365 Jy ! Component: 2700 - total flux cleaned = 0.0080575 Jy ! Component: 2750 - total flux cleaned = 0.00816155 Jy ! Component: 2800 - total flux cleaned = 0.00834755 Jy ! Component: 2850 - total flux cleaned = 0.00849083 Jy ! Component: 2900 - total flux cleaned = 0.00851107 Jy ! Component: 2950 - total flux cleaned = 0.00869335 Jy ! Component: 3000 - total flux cleaned = 0.00875329 Jy ! Component: 3050 - total flux cleaned = 0.00879338 Jy ! Component: 3100 - total flux cleaned = 0.00889269 Jy ! Component: 3150 - total flux cleaned = 0.00904996 Jy ! Component: 3200 - total flux cleaned = 0.00903029 Jy ! Component: 3250 - total flux cleaned = 0.00914691 Jy ! Component: 3300 - total flux cleaned = 0.00920486 Jy ! Component: 3350 - total flux cleaned = 0.00928159 Jy ! Component: 3400 - total flux cleaned = 0.00935782 Jy ! Component: 3450 - total flux cleaned = 0.00947113 Jy ! Component: 3500 - total flux cleaned = 0.00952721 Jy ! Component: 3550 - total flux cleaned = 0.00956445 Jy ! Component: 3600 - total flux cleaned = 0.00962019 Jy ! Component: 3650 - total flux cleaned = 0.00973063 Jy ! Component: 3700 - total flux cleaned = 0.00967565 Jy ! Component: 3750 - total flux cleaned = 0.00983966 Jy ! Component: 3800 - total flux cleaned = 0.00991203 Jy ! Component: 3850 - total flux cleaned = 0.00994796 Jy ! Component: 3900 - total flux cleaned = 0.0100372 Jy ! Component: 3950 - total flux cleaned = 0.0100905 Jy ! Component: 4000 - total flux cleaned = 0.0101082 Jy ! Component: 4050 - total flux cleaned = 0.0102486 Jy ! Total flux subtracted in 4096 components = 0.0102834 Jy ! Clean residual min=-0.000915 max=0.000951 Jy/beam ! Clean residual mean=-0.000002 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.480303 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 530 components and 0.480303 Jy ![Exited script file: muppet] wmap "J1714-0558_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.298 x 8.661 at -4.751 degrees (North through East) ! Clean map min=-0.0028795 max=0.34065 Jy/beam ! Writing clean map to FITS file: J1714-0558_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.340647 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000322183 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283739 0.283739 0.567477 1.13495 2.26991 4.53982 9.07964 18.1593 36.3186 72.6371 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.34 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.298 x 8.661 at -4.751 degrees (North through East) ! Clean map min=-0.0028795 max=0.34065 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 J1714-0558_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:58:49 2019