! Started logfile: J1102-4404_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:24:38 2017 obs J1102-4404_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1102-4404_S_2014_01_04_pus_uva.fits ! AN table 1: 97 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.432131 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1102-4404 ! ! 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 370 lines of history. ! ! Reading 6036 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 J1102-4404_S_2014_01_04_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 290 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 290 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 290 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 290 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.802986Jy sigma=0.005862 ! Fit after self-cal, rms=0.677028Jy sigma=0.004889 ! 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.166 mas, bmaj=7.754 mas, bpa=-4.63 degrees ! Estimated noise=2873.42 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.266011 Jy ! Component: 100 - total flux cleaned = 0.324039 Jy ! Total flux subtracted in 100 components = 0.324039 Jy ! Clean residual min=-0.015470 max=0.028634 Jy/beam ! Clean residual mean=-0.000108 rms=0.004661 Jy/beam ! Combined flux in latest and established models = 0.324039 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.324039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126622Jy sigma=0.000836 ! Fit after self-cal, rms=0.126615Jy sigma=0.000836 ! Inverting map ! Added new window around map position (-5, -16.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0234828 Jy ! Component: 100 - total flux cleaned = 0.0308918 Jy ! Total flux subtracted in 100 components = 0.0308918 Jy ! Clean residual min=-0.013047 max=0.020219 Jy/beam ! Clean residual mean=-0.000070 rms=0.003721 Jy/beam ! Combined flux in latest and established models = 0.354931 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 11 components and 0.354931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122648Jy sigma=0.000815 ! Fit after self-cal, rms=0.121959Jy sigma=0.000809 ! 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=2.819 mas, bmaj=9.255 mas, bpa=-5.794 degrees ! Estimated noise=1268.21 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.00394618 Jy ! Component: 100 - total flux cleaned = 0.00320636 Jy ! Component: 150 - total flux cleaned = 0.00304185 Jy ! Component: 200 - total flux cleaned = 0.00303996 Jy ! Total flux subtracted in 200 components = 0.00303996 Jy ! Clean residual min=-0.009241 max=0.014305 Jy/beam ! Clean residual mean=-0.000156 rms=0.003175 Jy/beam ! Combined flux in latest and established models = 0.357971 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.357971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120698Jy sigma=0.000805 ! Fit after self-cal, rms=0.120580Jy sigma=0.000804 ! 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.00* FD 0.87 KP 1.00* LA 1.03 ! MK 1.01 NL 1.24 OV 0.96 PT 1.01 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 KP 1.00* LA 1.02 ! MK 1.00 NL 1.39 OV 0.98 PT 0.98 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.20 KP 1.00* LA 0.82 ! MK 1.03 NL 1.24 OV 0.92 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 KP 1.00* LA 0.89 ! MK 1.03 NL 1.39 OV 0.98 PT 1.01 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.120580Jy sigma=0.000804 ! Fit after self-cal, rms=0.121001Jy sigma=0.000754 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.831 mas, bmaj=9.264 mas, bpa=-5.377 degrees ! Estimated noise=1282.96 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.00505302 Jy ! Component: 100 - total flux cleaned = -0.00534165 Jy ! Component: 150 - total flux cleaned = -0.00512606 Jy ! Component: 200 - total flux cleaned = -0.00484208 Jy ! Total flux subtracted in 200 components = -0.00484208 Jy ! Clean residual min=-0.006666 max=0.005154 Jy/beam ! Clean residual mean=-0.000146 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.353129 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.353129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120597Jy sigma=0.000751 ! Fit after self-cal, rms=0.120692Jy sigma=0.000750 ! 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.120692Jy sigma=0.000750 ! Fit after self-cal, rms=0.121756Jy sigma=0.000744 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.834 mas, bmaj=9.249 mas, bpa=-5.342 degrees ! Estimated noise=1279.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00200359 Jy ! Component: 100 - total flux cleaned = -0.00207381 Jy ! Component: 150 - total flux cleaned = -0.00207491 Jy ! Component: 200 - total flux cleaned = -0.00207702 Jy ! Total flux subtracted in 200 components = -0.00207702 Jy ! Clean residual min=-0.003596 max=0.003416 Jy/beam ! Clean residual mean=-0.000016 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.351052 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.351052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121640Jy sigma=0.000744 ! Fit after self-cal, rms=0.121665Jy sigma=0.000743 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.000804343 Jy ! Component: 100 - total flux cleaned = -0.000756346 Jy ! Component: 150 - total flux cleaned = -0.000710377 Jy ! Component: 200 - total flux cleaned = -0.000792516 Jy ! Total flux subtracted in 200 components = -0.000792516 Jy ! Clean residual min=-0.003438 max=0.003476 Jy/beam ! Clean residual mean=-0.000018 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.350259 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.350259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121614Jy sigma=0.000743 ! Fit after self-cal, rms=0.121598Jy sigma=0.000743 ! 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.121598Jy sigma=0.000743 ! Fit after self-cal, rms=0.122281Jy sigma=0.000743 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.834 mas, bmaj=9.242 mas, bpa=-5.332 degrees ! Estimated noise=1278.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00130205 Jy ! Component: 100 - total flux cleaned = -0.00130582 Jy ! Component: 150 - total flux cleaned = -0.00130754 Jy ! Component: 200 - total flux cleaned = -0.00130741 Jy ! Total flux subtracted in 200 components = -0.00130741 Jy ! Clean residual min=-0.003324 max=0.003199 Jy/beam ! Clean residual mean=-0.000015 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.348952 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.348952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122233Jy sigma=0.000743 ! Fit after self-cal, rms=0.122231Jy sigma=0.000743 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.000516772 Jy ! Component: 100 - total flux cleaned = -0.000446021 Jy ! Component: 150 - total flux cleaned = -0.00044444 Jy ! Component: 200 - total flux cleaned = -0.000474374 Jy ! Total flux subtracted in 200 components = -0.000474374 Jy ! Clean residual min=-0.003336 max=0.003156 Jy/beam ! Clean residual mean=-0.000016 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.348478 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.348478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122209Jy sigma=0.000742 ! Fit after self-cal, rms=0.122201Jy sigma=0.000742 ! 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.122201Jy sigma=0.000742 ! Fit after self-cal, rms=0.122649Jy sigma=0.000742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.42 mas, bmaj=27.93 mas, bpa=2.961 degrees ! Estimated noise=1690.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000884841 Jy ! Component: 100 - total flux cleaned = -0.000930846 Jy ! Component: 150 - total flux cleaned = -0.000969085 Jy ! Component: 200 - total flux cleaned = -0.00100136 Jy ! Total flux subtracted in 200 components = -0.00100136 Jy ! Clean residual min=-0.003335 max=0.003615 Jy/beam ! Clean residual mean=-0.000043 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.347476 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.347476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122638Jy sigma=0.000742 ! Fit after self-cal, rms=0.122640Jy sigma=0.000742 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 = -9.33418e-05 Jy ! Component: 100 - total flux cleaned = -0.000135139 Jy ! Component: 150 - total flux cleaned = -0.000153353 Jy ! Component: 200 - total flux cleaned = -0.000152964 Jy ! Total flux subtracted in 200 components = -0.000152964 Jy ! Clean residual min=-0.003316 max=0.003606 Jy/beam ! Clean residual mean=-0.000043 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.347323 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.347323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122635Jy sigma=0.000742 ! Fit after self-cal, rms=0.122631Jy sigma=0.000742 ! 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=2.834 mas, bmaj=9.238 mas, bpa=-5.333 degrees ! Estimated noise=1277.85 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.834 x 9.238 at -5.333 degrees (North through East) ! Clean map min=-0.0031972 max=0.32485 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.17 mas, bmaj=7.768 mas, bpa=-4.195 degrees ! Estimated noise=2886.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.267032 Jy ! Component: 100 - total flux cleaned = 0.326097 Jy ! Component: 150 - total flux cleaned = 0.341907 Jy ! Component: 200 - total flux cleaned = 0.344725 Jy ! Total flux subtracted in 200 components = 0.344725 Jy ! Clean residual min=-0.006700 max=0.006387 Jy/beam ! Clean residual mean=-0.000007 rms=0.001775 Jy/beam ! Combined flux in latest and established models = 0.344725 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.344725 Jy ! Inverting map and beam ! Estimated beam: bmin=2.834 mas, bmaj=9.238 mas, bpa=-5.333 degrees ! Estimated noise=1277.85 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 (-3.5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00327836 Jy ! Component: 100 - total flux cleaned = 0.00376063 Jy ! Component: 150 - total flux cleaned = 0.00367891 Jy ! Component: 200 - total flux cleaned = 0.00348992 Jy ! Total flux subtracted in 200 components = 0.00348992 Jy ! Clean residual min=-0.003325 max=0.003073 Jy/beam ! Clean residual mean=-0.000018 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.348215 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.348215 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=8.42 mas, bmaj=27.93 mas, bpa=2.961 degrees ! Estimated noise=1690.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00013375 Jy ! Component: 100 - total flux cleaned = -0.000300352 Jy ! Component: 150 - total flux cleaned = -0.000410617 Jy ! Component: 200 - total flux cleaned = -0.0005283 Jy ! Total flux subtracted in 200 components = -0.0005283 Jy ! Clean residual min=-0.003222 max=0.003522 Jy/beam ! Clean residual mean=-0.000042 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.347686 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 = -7.94405e-05 Jy ! Component: 100 - total flux cleaned = -0.000130775 Jy ! Component: 150 - total flux cleaned = -0.000206324 Jy ! Component: 200 - total flux cleaned = -0.0002606 Jy ! Total flux subtracted in 200 components = -0.0002606 Jy ! Clean residual min=-0.003125 max=0.003476 Jy/beam ! Clean residual mean=-0.000043 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.347426 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.347426 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.834 mas, bmaj=9.238 mas, bpa=-5.333 degrees ! Estimated noise=1277.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.84664e-05 Jy ! Component: 100 - total flux cleaned = 8.3735e-05 Jy ! Component: 150 - total flux cleaned = -1.72775e-05 Jy ! Component: 200 - total flux cleaned = -0.00010158 Jy ! Total flux subtracted in 200 components = -0.00010158 Jy ! Clean residual min=-0.003275 max=0.003017 Jy/beam ! Clean residual mean=-0.000019 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.347324 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.347324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122608Jy sigma=0.000742 ! Fit after self-cal, rms=0.122576Jy sigma=0.000742 wmodel J1102-4404_S_2014_01_04_pus_map.mod ! Writing 60 model components to file: J1102-4404_S_2014_01_04_pus_map.mod wobs J1102-4404_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1102-4404_S_2014_01_04_pus_uvs.fits wwins J1102-4404_S_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J1102-4404_S_2014_01_04_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.000356355 Jy ! Component: 100 - total flux cleaned = -0.000509189 Jy ! Component: 150 - total flux cleaned = -0.000749433 Jy ! Component: 200 - total flux cleaned = -0.000888285 Jy ! Component: 250 - total flux cleaned = -0.00115372 Jy ! Component: 300 - total flux cleaned = -0.0014951 Jy ! Component: 350 - total flux cleaned = -0.0018226 Jy ! Component: 400 - total flux cleaned = -0.00213773 Jy ! Component: 450 - total flux cleaned = -0.00244366 Jy ! Component: 500 - total flux cleaned = -0.00270312 Jy ! Component: 550 - total flux cleaned = -0.00295493 Jy ! Component: 600 - total flux cleaned = -0.00316433 Jy ! Component: 650 - total flux cleaned = -0.00336848 Jy ! Component: 700 - total flux cleaned = -0.00360056 Jy ! Component: 750 - total flux cleaned = -0.00382651 Jy ! Component: 800 - total flux cleaned = -0.00407823 Jy ! Component: 850 - total flux cleaned = -0.00423185 Jy ! Component: 900 - total flux cleaned = -0.00444206 Jy ! Component: 950 - total flux cleaned = -0.00464694 Jy ! Component: 1000 - total flux cleaned = -0.00470446 Jy ! Component: 1050 - total flux cleaned = -0.00481752 Jy ! Component: 1100 - total flux cleaned = -0.00495607 Jy ! Component: 1150 - total flux cleaned = -0.00509178 Jy ! Component: 1200 - total flux cleaned = -0.00517171 Jy ! Component: 1250 - total flux cleaned = -0.00522463 Jy ! Component: 1300 - total flux cleaned = -0.00532826 Jy ! Component: 1350 - total flux cleaned = -0.00543019 Jy ! Component: 1400 - total flux cleaned = -0.0055051 Jy ! Component: 1450 - total flux cleaned = -0.00552984 Jy ! Component: 1500 - total flux cleaned = -0.00565235 Jy ! Component: 1550 - total flux cleaned = -0.00577346 Jy ! Component: 1600 - total flux cleaned = -0.0058217 Jy ! Component: 1650 - total flux cleaned = -0.0058931 Jy ! Component: 1700 - total flux cleaned = -0.00596396 Jy ! Component: 1750 - total flux cleaned = -0.00605724 Jy ! Component: 1800 - total flux cleaned = -0.00612615 Jy ! Component: 1850 - total flux cleaned = -0.00617169 Jy ! Component: 1900 - total flux cleaned = -0.00621694 Jy ! Component: 1950 - total flux cleaned = -0.00628427 Jy ! Component: 2000 - total flux cleaned = -0.00635106 Jy ! Component: 2050 - total flux cleaned = -0.00639511 Jy ! Component: 2100 - total flux cleaned = -0.00648292 Jy ! Component: 2150 - total flux cleaned = -0.0065264 Jy ! Component: 2200 - total flux cleaned = -0.00659135 Jy ! Component: 2250 - total flux cleaned = -0.00661276 Jy ! Component: 2300 - total flux cleaned = -0.00667675 Jy ! Component: 2350 - total flux cleaned = -0.00669785 Jy ! Component: 2400 - total flux cleaned = -0.00671891 Jy ! Component: 2450 - total flux cleaned = -0.00671887 Jy ! Component: 2500 - total flux cleaned = -0.00676057 Jy ! Component: 2550 - total flux cleaned = -0.00678131 Jy ! Component: 2600 - total flux cleaned = -0.006802 Jy ! Component: 2650 - total flux cleaned = -0.00682248 Jy ! Component: 2700 - total flux cleaned = -0.00684289 Jy ! Component: 2750 - total flux cleaned = -0.00682248 Jy ! Component: 2800 - total flux cleaned = -0.00686281 Jy ! Component: 2850 - total flux cleaned = -0.00684286 Jy ! Component: 2900 - total flux cleaned = -0.00684273 Jy ! Component: 2950 - total flux cleaned = -0.00684276 Jy ! Component: 3000 - total flux cleaned = -0.00682301 Jy ! Component: 3050 - total flux cleaned = -0.00688222 Jy ! Component: 3100 - total flux cleaned = -0.0068624 Jy ! Component: 3150 - total flux cleaned = -0.00690149 Jy ! Component: 3200 - total flux cleaned = -0.0068819 Jy ! Component: 3250 - total flux cleaned = -0.00692075 Jy ! Component: 3300 - total flux cleaned = -0.00686262 Jy ! Component: 3350 - total flux cleaned = -0.00692065 Jy ! Component: 3400 - total flux cleaned = -0.00690139 Jy ! Component: 3450 - total flux cleaned = -0.00688226 Jy ! Component: 3500 - total flux cleaned = -0.00692047 Jy ! Component: 3550 - total flux cleaned = -0.00697775 Jy ! Component: 3600 - total flux cleaned = -0.00697783 Jy ! Component: 3650 - total flux cleaned = -0.00697789 Jy ! Component: 3700 - total flux cleaned = -0.00705374 Jy ! Component: 3750 - total flux cleaned = -0.00705377 Jy ! Component: 3800 - total flux cleaned = -0.00711052 Jy ! Component: 3850 - total flux cleaned = -0.00711055 Jy ! Component: 3900 - total flux cleaned = -0.00722357 Jy ! Component: 3950 - total flux cleaned = -0.00724237 Jy ! Component: 4000 - total flux cleaned = -0.00733632 Jy ! Component: 4050 - total flux cleaned = -0.00739265 Jy ! Total flux subtracted in 4096 components = -0.00746772 Jy ! Clean residual min=-0.001010 max=0.000935 Jy/beam ! Clean residual mean=-0.000015 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.339856 Jy keep ! Adding 242 model components to the UV plane model. ! The established model now contains 302 components and 0.339856 Jy ![Exited script file: muppet] wmap "J1102-4404_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.834 x 9.238 at -5.333 degrees (North through East) ! Clean map min=-0.002067 max=0.32695 Jy/beam ! Writing clean map to FITS file: J1102-4404_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.326951 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000301905 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.277019 0.277019 0.554038 1.10808 2.21615 4.43231 8.86461 17.7292 35.4585 70.9169 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.326 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.834 x 9.238 at -5.333 degrees (North through East) ! Clean map min=-0.002067 max=0.32695 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 J1102-4404_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:24:43 2017