! Started logfile: J1316-3338_S_2017_07_09_pus_uvs.log on Wed May 8 14:49:01 2019 obs J1316-3338_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1316-3338_S_2017_07_09_pus_uva.fits ! AN table 1: 38 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.439181 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1316-3338 ! ! 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 3004 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 J1316-3338_S_2017_07_09_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 152 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 265 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.653009Jy sigma=0.004566 ! Fit after self-cal, rms=0.642184Jy sigma=0.004493 ! 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.622 mas, bmaj=8.682 mas, bpa=-0.4809 degrees ! Estimated noise=2941.87 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.263511 Jy ! Component: 100 - total flux cleaned = 0.385193 Jy ! Total flux subtracted in 100 components = 0.385193 Jy ! Clean residual min=-0.023628 max=0.068154 Jy/beam ! Clean residual mean=0.000412 rms=0.008801 Jy/beam ! Combined flux in latest and established models = 0.385193 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.385193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183503Jy sigma=0.001221 ! Fit after self-cal, rms=0.182210Jy sigma=0.001213 ! Inverting map ! Added new window around map position (-3, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0729336 Jy ! Component: 100 - total flux cleaned = 0.113112 Jy ! Total flux subtracted in 100 components = 0.113112 Jy ! Clean residual min=-0.015383 max=0.027053 Jy/beam ! Clean residual mean=0.000191 rms=0.004734 Jy/beam ! Combined flux in latest and established models = 0.498305 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 51 components and 0.498305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127779Jy sigma=0.000834 ! Fit after self-cal, rms=0.127439Jy sigma=0.000832 ! 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.24 mas, bmaj=11.06 mas, bpa=-1.411 degrees ! Estimated noise=2267.62 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.0438766 Jy ! Component: 100 - total flux cleaned = 0.0650289 Jy ! Component: 150 - total flux cleaned = 0.0757561 Jy ! Component: 200 - total flux cleaned = 0.081226 Jy ! Total flux subtracted in 200 components = 0.081226 Jy ! Clean residual min=-0.013686 max=0.020997 Jy/beam ! Clean residual mean=-0.000013 rms=0.004463 Jy/beam ! Combined flux in latest and established models = 0.579531 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 101 components and 0.579531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111946Jy sigma=0.000733 ! Fit after self-cal, rms=0.111542Jy sigma=0.000730 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00* KP 1.03 ! LA 1.02 MK 0.97 NL 1.00* OV 1.10 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 1.02 ! LA 0.96 MK 0.95 NL 1.00* OV 1.13 ! PT 0.88 SC 1.11 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00* KP 0.99 ! LA 0.97 MK 1.01 NL 1.20 OV 1.04 ! PT 0.86 SC 0.97 ! ! ! Correcting IF 4. ! A total of 75 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.00* KP 1.00* ! LA 1.13 MK 0.96 NL 1.00* OV 1.00* ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.111542Jy sigma=0.000730 ! Fit after self-cal, rms=0.105320Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.209 mas, bmaj=10.89 mas, bpa=-1.546 degrees ! Estimated noise=2322.88 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.000173394 Jy ! Component: 100 - total flux cleaned = 0.000182999 Jy ! Component: 150 - total flux cleaned = 0.000367143 Jy ! Component: 200 - total flux cleaned = 0.000606379 Jy ! Total flux subtracted in 200 components = 0.000606379 Jy ! Clean residual min=-0.009436 max=0.011531 Jy/beam ! Clean residual mean=-0.000122 rms=0.002897 Jy/beam ! Combined flux in latest and established models = 0.580138 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 109 components and 0.580138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105128Jy sigma=0.000676 ! Fit after self-cal, rms=0.105249Jy sigma=0.000675 ! 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.105249Jy sigma=0.000675 ! Fit after self-cal, rms=0.102458Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=10.83 mas, bpa=-1.388 degrees ! Estimated noise=2311.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.39137e-05 Jy ! Component: 100 - total flux cleaned = 0.000222431 Jy ! Component: 150 - total flux cleaned = 0.000421419 Jy ! Component: 200 - total flux cleaned = 0.000543014 Jy ! Total flux subtracted in 200 components = 0.000543014 Jy ! Clean residual min=-0.007740 max=0.011389 Jy/beam ! Clean residual mean=-0.000041 rms=0.002218 Jy/beam ! Combined flux in latest and established models = 0.580681 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 114 components and 0.580681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102363Jy sigma=0.000657 ! Fit after self-cal, rms=0.102347Jy sigma=0.000657 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 (-14, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112351 Jy ! Component: 100 - total flux cleaned = 0.0165305 Jy ! Component: 150 - total flux cleaned = 0.0175033 Jy ! Component: 200 - total flux cleaned = 0.0179744 Jy ! Total flux subtracted in 200 components = 0.0179744 Jy ! Clean residual min=-0.007522 max=0.006146 Jy/beam ! Clean residual mean=-0.000047 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.598655 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 153 components and 0.598655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101103Jy sigma=0.000648 ! Fit after self-cal, rms=0.100925Jy sigma=0.000647 ! 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.100925Jy sigma=0.000647 ! Fit after self-cal, rms=0.100467Jy sigma=0.000645 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=10.81 mas, bpa=-1.265 degrees ! Estimated noise=2310.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0058154 Jy ! Component: 100 - total flux cleaned = 0.00794134 Jy ! Component: 150 - total flux cleaned = 0.00844851 Jy ! Component: 200 - total flux cleaned = 0.00853204 Jy ! Total flux subtracted in 200 components = 0.00853204 Jy ! Clean residual min=-0.006172 max=0.005249 Jy/beam ! Clean residual mean=-0.000033 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.607187 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 169 components and 0.607187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100058Jy sigma=0.000642 ! Fit after self-cal, rms=0.100012Jy sigma=0.000642 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.00176762 Jy ! Component: 100 - total flux cleaned = 0.00198909 Jy ! Component: 150 - total flux cleaned = 0.00205582 Jy ! Component: 200 - total flux cleaned = 0.0020563 Jy ! Total flux subtracted in 200 components = 0.0020563 Jy ! Clean residual min=-0.005894 max=0.005164 Jy/beam ! Clean residual mean=-0.000035 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.609243 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 178 components and 0.609243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099900Jy sigma=0.000641 ! Fit after self-cal, rms=0.099891Jy sigma=0.000641 ! 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.099891Jy sigma=0.000641 ! Fit after self-cal, rms=0.099582Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.09 mas, bmaj=30.65 mas, bpa=1.976 degrees ! Estimated noise=2962.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00367164 Jy ! Component: 100 - total flux cleaned = 0.00412934 Jy ! Component: 150 - total flux cleaned = 0.00402608 Jy ! Component: 200 - total flux cleaned = 0.00392922 Jy ! Total flux subtracted in 200 components = 0.00392922 Jy ! Clean residual min=-0.005140 max=0.005846 Jy/beam ! Clean residual mean=-0.000052 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.613172 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 190 components and 0.613172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099463Jy sigma=0.000640 ! Fit after self-cal, rms=0.099449Jy sigma=0.000640 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.000982774 Jy ! Component: 100 - total flux cleaned = 0.000868826 Jy ! Component: 150 - total flux cleaned = 0.000803348 Jy ! Component: 200 - total flux cleaned = 0.000716582 Jy ! Total flux subtracted in 200 components = 0.000716582 Jy ! Clean residual min=-0.004847 max=0.005751 Jy/beam ! Clean residual mean=-0.000053 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 0.613889 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 201 components and 0.613889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099423Jy sigma=0.000640 ! Fit after self-cal, rms=0.099419Jy sigma=0.000640 ! 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.191 mas, bmaj=10.79 mas, bpa=-1.166 degrees ! Estimated noise=2310.13 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 10.79 at -1.166 degrees (North through East) ! Clean map min=-0.0081221 max=0.34271 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.6 mas, bmaj=8.565 mas, bpa=-0.05644 degrees ! Estimated noise=2982.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.269025 Jy ! Component: 100 - total flux cleaned = 0.397242 Jy ! Component: 150 - total flux cleaned = 0.468068 Jy ! Component: 200 - total flux cleaned = 0.50972 Jy ! Total flux subtracted in 200 components = 0.50972 Jy ! Clean residual min=-0.012459 max=0.021561 Jy/beam ! Clean residual mean=0.000126 rms=0.003721 Jy/beam ! Combined flux in latest and established models = 0.50972 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.50972 Jy ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=10.79 mas, bpa=-1.166 degrees ! Estimated noise=2310.13 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.0374011 Jy ! Component: 100 - total flux cleaned = 0.058643 Jy ! Component: 150 - total flux cleaned = 0.0728188 Jy ! Component: 200 - total flux cleaned = 0.0825187 Jy ! Total flux subtracted in 200 components = 0.0825187 Jy ! Clean residual min=-0.007108 max=0.006664 Jy/beam ! Clean residual mean=-0.000008 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.592239 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 119 components and 0.592239 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=10.09 mas, bmaj=30.65 mas, bpa=1.976 degrees ! Estimated noise=2962.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100032 Jy ! Component: 100 - total flux cleaned = 0.0153989 Jy ! Component: 150 - total flux cleaned = 0.0183032 Jy ! Component: 200 - total flux cleaned = 0.0187912 Jy ! Total flux subtracted in 200 components = 0.0187912 Jy ! Clean residual min=-0.005487 max=0.006262 Jy/beam ! Clean residual mean=-0.000041 rms=0.001683 Jy/beam ! Combined flux in latest and established models = 0.61103 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.000329331 Jy ! Component: 100 - total flux cleaned = 0.000445729 Jy ! Component: 150 - total flux cleaned = 0.000499081 Jy ! Component: 200 - total flux cleaned = 0.000593907 Jy ! Total flux subtracted in 200 components = 0.000593907 Jy ! Clean residual min=-0.005204 max=0.006150 Jy/beam ! Clean residual mean=-0.000043 rms=0.001660 Jy/beam ! Combined flux in latest and established models = 0.611624 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 154 components and 0.611624 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=10.79 mas, bpa=-1.166 degrees ! Estimated noise=2310.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000961233 Jy ! Component: 100 - total flux cleaned = 0.000850653 Jy ! Component: 150 - total flux cleaned = 0.000683592 Jy ! Component: 200 - total flux cleaned = 0.000609107 Jy ! Total flux subtracted in 200 components = 0.000609107 Jy ! Clean residual min=-0.005176 max=0.005169 Jy/beam ! Clean residual mean=-0.000025 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.612233 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 169 components and 0.612233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099529Jy sigma=0.000640 ! Fit after self-cal, rms=0.099478Jy sigma=0.000640 wmodel J1316-3338_S_2017_07_09_pus_map.mod ! Writing 169 model components to file: J1316-3338_S_2017_07_09_pus_map.mod wobs J1316-3338_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1316-3338_S_2017_07_09_pus_uvs.fits wwins J1316-3338_S_2017_07_09_pus_map.win ! wwins: Wrote 3 windows to J1316-3338_S_2017_07_09_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.000671058 Jy ! Component: 100 - total flux cleaned = 8.33152e-05 Jy ! Component: 150 - total flux cleaned = -0.000153545 Jy ! Component: 200 - total flux cleaned = -8.12561e-05 Jy ! Component: 250 - total flux cleaned = -0.000154105 Jy ! Component: 300 - total flux cleaned = -0.000155576 Jy ! Component: 350 - total flux cleaned = -0.000413423 Jy ! Component: 400 - total flux cleaned = -0.000475932 Jy ! Component: 450 - total flux cleaned = -0.000715862 Jy ! Component: 500 - total flux cleaned = -0.000888414 Jy ! Component: 550 - total flux cleaned = -0.000997908 Jy ! Component: 600 - total flux cleaned = -0.0010508 Jy ! Component: 650 - total flux cleaned = -0.00115642 Jy ! Component: 700 - total flux cleaned = -0.00131035 Jy ! Component: 750 - total flux cleaned = -0.00156215 Jy ! Component: 800 - total flux cleaned = -0.00180661 Jy ! Component: 850 - total flux cleaned = -0.00209387 Jy ! Component: 900 - total flux cleaned = -0.00237472 Jy ! Component: 950 - total flux cleaned = -0.00265005 Jy ! Component: 1000 - total flux cleaned = -0.00296516 Jy ! Component: 1050 - total flux cleaned = -0.00322906 Jy ! Component: 1100 - total flux cleaned = -0.00340297 Jy ! Component: 1150 - total flux cleaned = -0.00361722 Jy ! Component: 1200 - total flux cleaned = -0.00390928 Jy ! Component: 1250 - total flux cleaned = -0.00403244 Jy ! Component: 1300 - total flux cleaned = -0.00411313 Jy ! Component: 1350 - total flux cleaned = -0.00423262 Jy ! Component: 1400 - total flux cleaned = -0.00434962 Jy ! Component: 1450 - total flux cleaned = -0.0043506 Jy ! Component: 1500 - total flux cleaned = -0.00442661 Jy ! Component: 1550 - total flux cleaned = -0.00453794 Jy ! Component: 1600 - total flux cleaned = -0.00461058 Jy ! Component: 1650 - total flux cleaned = -0.00464644 Jy ! Component: 1700 - total flux cleaned = -0.00464705 Jy ! Component: 1750 - total flux cleaned = -0.00471648 Jy ! Component: 1800 - total flux cleaned = -0.00464781 Jy ! Component: 1850 - total flux cleaned = -0.00471487 Jy ! Component: 1900 - total flux cleaned = -0.00468174 Jy ! Component: 1950 - total flux cleaned = -0.0046827 Jy ! Component: 2000 - total flux cleaned = -0.00487633 Jy ! Component: 2050 - total flux cleaned = -0.00487604 Jy ! Component: 2100 - total flux cleaned = -0.00493864 Jy ! Component: 2150 - total flux cleaned = -0.00496997 Jy ! Component: 2200 - total flux cleaned = -0.00506222 Jy ! Component: 2250 - total flux cleaned = -0.00518331 Jy ! Component: 2300 - total flux cleaned = -0.00536203 Jy ! Component: 2350 - total flux cleaned = -0.0054502 Jy ! Component: 2400 - total flux cleaned = -0.00550832 Jy ! Component: 2450 - total flux cleaned = -0.00568085 Jy ! Component: 2500 - total flux cleaned = -0.00588003 Jy ! Component: 2550 - total flux cleaned = -0.00599216 Jy ! Component: 2600 - total flux cleaned = -0.00613131 Jy ! Component: 2650 - total flux cleaned = -0.00635091 Jy ! Component: 2700 - total flux cleaned = -0.00643228 Jy ! Component: 2750 - total flux cleaned = -0.00645929 Jy ! Component: 2800 - total flux cleaned = -0.00656595 Jy ! Component: 2850 - total flux cleaned = -0.00661892 Jy ! Component: 2900 - total flux cleaned = -0.00677479 Jy ! Component: 2950 - total flux cleaned = -0.00680071 Jy ! Component: 3000 - total flux cleaned = -0.00697944 Jy ! Component: 3050 - total flux cleaned = -0.0071311 Jy ! Component: 3100 - total flux cleaned = -0.00725621 Jy ! Component: 3150 - total flux cleaned = -0.00737976 Jy ! Component: 3200 - total flux cleaned = -0.00747818 Jy ! Component: 3250 - total flux cleaned = -0.00769697 Jy ! Component: 3300 - total flux cleaned = -0.00781706 Jy ! Component: 3350 - total flux cleaned = -0.00793633 Jy ! Component: 3400 - total flux cleaned = -0.00796008 Jy ! Component: 3450 - total flux cleaned = -0.00824138 Jy ! Component: 3500 - total flux cleaned = -0.00824125 Jy ! Component: 3550 - total flux cleaned = -0.00837957 Jy ! Component: 3600 - total flux cleaned = -0.0083795 Jy ! Component: 3650 - total flux cleaned = -0.00847019 Jy ! Component: 3700 - total flux cleaned = -0.00849296 Jy ! Component: 3750 - total flux cleaned = -0.00858223 Jy ! Component: 3800 - total flux cleaned = -0.00862664 Jy ! Component: 3850 - total flux cleaned = -0.00867048 Jy ! Component: 3900 - total flux cleaned = -0.00864887 Jy ! Component: 3950 - total flux cleaned = -0.00873548 Jy ! Component: 4000 - total flux cleaned = -0.00879978 Jy ! Component: 4050 - total flux cleaned = -0.008821 Jy ! Total flux subtracted in 4096 components = -0.00888455 Jy ! Clean residual min=-0.001545 max=0.001185 Jy/beam ! Clean residual mean=-0.000020 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.603349 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 479 components and 0.603349 Jy ![Exited script file: muppet] wmap "J1316-3338_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 10.79 at -1.166 degrees (North through East) ! Clean map min=-0.0038044 max=0.35189 Jy/beam ! Writing clean map to FITS file: J1316-3338_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.351887 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000408313 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.348106 0.348106 0.696211 1.39242 2.78485 5.56969 11.1394 22.2788 44.5575 89.1151 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.351 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.191 x 10.79 at -1.166 degrees (North through East) ! Clean map min=-0.0038044 max=0.35189 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 J1316-3338_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:49:05 2019