! Started logfile: J1013-2546_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:20:29 2017 obs J1013-2546_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1013-2546_S_2015_01_23_pus_uva.fits ! AN table 1: 101 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.794499 visibilities/baseline/integration-bin. ! Found source: J1013-2546 ! ! 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 338 lines of history. ! ! Reading 14444 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 J1013-2546_S_2015_01_23_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 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924760Jy sigma=0.007482 ! Fit after self-cal, rms=0.878809Jy sigma=0.007307 ! 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.398 mas, bmaj=6.223 mas, bpa=-4.897 degrees ! Estimated noise=1179.25 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.0973182 Jy ! Component: 100 - total flux cleaned = 0.124503 Jy ! Total flux subtracted in 100 components = 0.124503 Jy ! Clean residual min=-0.006384 max=0.012074 Jy/beam ! Clean residual mean=-0.000044 rms=0.001941 Jy/beam ! Combined flux in latest and established models = 0.124503 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.124503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159017Jy sigma=0.000840 ! Fit after self-cal, rms=0.158947Jy sigma=0.000840 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144918 Jy ! Component: 100 - total flux cleaned = 0.0236094 Jy ! Total flux subtracted in 100 components = 0.0236094 Jy ! Clean residual min=-0.005296 max=0.007631 Jy/beam ! Clean residual mean=-0.000035 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.148112 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.148112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157016Jy sigma=0.000811 ! Fit after self-cal, rms=0.157006Jy sigma=0.000811 ! 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.959 mas, bmaj=7.413 mas, bpa=-4.751 degrees ! Estimated noise=748.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) ! Added new window around map position (4.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012625 Jy ! Component: 100 - total flux cleaned = 0.0204273 Jy ! Component: 150 - total flux cleaned = 0.0256579 Jy ! Component: 200 - total flux cleaned = 0.0294044 Jy ! Total flux subtracted in 200 components = 0.0294044 Jy ! Clean residual min=-0.004502 max=0.007102 Jy/beam ! Clean residual mean=-0.000047 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.177517 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 93 components and 0.177517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156023Jy sigma=0.000795 ! Fit after self-cal, rms=0.155964Jy sigma=0.000794 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.07 KP 1.09 ! LA 0.96 MK 1.00 NL 1.17 OV 0.96 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.20 HN 1.14 KP 1.00 ! LA 0.91 MK 1.01 NL 1.28 OV 0.97 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.30 HN 1.05 KP 0.89 ! LA 0.75 MK 1.06 NL 1.05 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.17 HN 1.06 KP 0.82 ! LA 0.77 MK 1.00 NL 0.96 OV 0.98 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.155964Jy sigma=0.000794 ! Fit after self-cal, rms=0.173351Jy sigma=0.000776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.974 mas, bmaj=7.475 mas, bpa=-4.675 degrees ! Estimated noise=755.177 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.00102856 Jy ! Component: 100 - total flux cleaned = 0.00114468 Jy ! Component: 150 - total flux cleaned = 0.00121067 Jy ! Component: 200 - total flux cleaned = 0.00124156 Jy ! Total flux subtracted in 200 components = 0.00124156 Jy ! Clean residual min=-0.002389 max=0.002405 Jy/beam ! Clean residual mean=-0.000007 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.178758 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.178758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173331Jy sigma=0.000776 ! Fit after self-cal, rms=0.173583Jy sigma=0.000776 ! 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.173583Jy sigma=0.000776 ! Fit after self-cal, rms=0.175577Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=7.457 mas, bpa=-4.736 degrees ! Estimated noise=757.164 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000297187 Jy ! Component: 100 - total flux cleaned = 0.000327363 Jy ! Component: 150 - total flux cleaned = 0.000325302 Jy ! Component: 200 - total flux cleaned = 0.000325052 Jy ! Total flux subtracted in 200 components = 0.000325052 Jy ! Clean residual min=-0.002395 max=0.002221 Jy/beam ! Clean residual mean=-0.000008 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.179083 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 118 components and 0.179083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175572Jy sigma=0.000773 ! Fit after self-cal, rms=0.175608Jy sigma=0.000773 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 = 6.66622e-05 Jy ! Component: 100 - total flux cleaned = 8.54e-05 Jy ! Component: 150 - total flux cleaned = 0.000101899 Jy ! Component: 200 - total flux cleaned = 0.00011747 Jy ! Total flux subtracted in 200 components = 0.00011747 Jy ! Clean residual min=-0.002379 max=0.002193 Jy/beam ! Clean residual mean=-0.000008 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.179201 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 124 components and 0.179201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175604Jy sigma=0.000773 ! Fit after self-cal, rms=0.175604Jy sigma=0.000773 ! 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.175604Jy sigma=0.000773 ! Fit after self-cal, rms=0.175984Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.439 mas, bpa=-4.749 degrees ! Estimated noise=756.351 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.28884e-05 Jy ! Component: 100 - total flux cleaned = 5.5272e-05 Jy ! Component: 150 - total flux cleaned = 8.87236e-05 Jy ! Component: 200 - total flux cleaned = 0.00010424 Jy ! Total flux subtracted in 200 components = 0.00010424 Jy ! Clean residual min=-0.002391 max=0.002218 Jy/beam ! Clean residual mean=-0.000008 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.179305 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 136 components and 0.179305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175982Jy sigma=0.000773 ! Fit after self-cal, rms=0.175988Jy sigma=0.000773 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 = -2.30583e-05 Jy ! Component: 100 - total flux cleaned = 8.05517e-06 Jy ! Component: 150 - total flux cleaned = 2.05656e-05 Jy ! Component: 200 - total flux cleaned = 2.0449e-05 Jy ! Total flux subtracted in 200 components = 2.0449e-05 Jy ! Clean residual min=-0.002374 max=0.002207 Jy/beam ! Clean residual mean=-0.000008 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.179325 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 144 components and 0.179325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175986Jy sigma=0.000773 ! Fit after self-cal, rms=0.175985Jy sigma=0.000773 ! 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.175985Jy sigma=0.000773 ! Fit after self-cal, rms=0.176088Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.537 mas, bmaj=17.47 mas, bpa=-0.5702 degrees ! Estimated noise=1012.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000742711 Jy ! Component: 100 - total flux cleaned = 0.000697673 Jy ! Component: 150 - total flux cleaned = 0.00073313 Jy ! Component: 200 - total flux cleaned = 0.000764333 Jy ! Total flux subtracted in 200 components = 0.000764333 Jy ! Clean residual min=-0.002477 max=0.002941 Jy/beam ! Clean residual mean=-0.000015 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.18009 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 148 components and 0.18009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176086Jy sigma=0.000773 ! Fit after self-cal, rms=0.176091Jy sigma=0.000773 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.000183723 Jy ! Component: 100 - total flux cleaned = 0.000121304 Jy ! Component: 150 - total flux cleaned = 0.000137087 Jy ! Component: 200 - total flux cleaned = 0.0001812 Jy ! Total flux subtracted in 200 components = 0.0001812 Jy ! Clean residual min=-0.002468 max=0.002902 Jy/beam ! Clean residual mean=-0.000014 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.180271 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 152 components and 0.180271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176092Jy sigma=0.000773 ! Fit after self-cal, rms=0.176092Jy sigma=0.000773 ! 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.962 mas, bmaj=7.427 mas, bpa=-4.769 degrees ! Estimated noise=755.709 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.962 x 7.427 at -4.769 degrees (North through East) ! Clean map min=-0.0022277 max=0.12636 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.404 mas, bmaj=6.182 mas, bpa=-4.625 degrees ! Estimated noise=1190.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0972003 Jy ! Component: 100 - total flux cleaned = 0.124882 Jy ! Component: 150 - total flux cleaned = 0.139595 Jy ! Component: 200 - total flux cleaned = 0.149275 Jy ! Total flux subtracted in 200 components = 0.149275 Jy ! Clean residual min=-0.004211 max=0.005379 Jy/beam ! Clean residual mean=-0.000020 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.149275 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.149275 Jy ! Inverting map and beam ! Estimated beam: bmin=2.962 mas, bmaj=7.427 mas, bpa=-4.769 degrees ! Estimated noise=755.709 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.0107411 Jy ! Component: 100 - total flux cleaned = 0.017039 Jy ! Component: 150 - total flux cleaned = 0.0211791 Jy ! Component: 200 - total flux cleaned = 0.0239813 Jy ! Total flux subtracted in 200 components = 0.0239813 Jy ! Clean residual min=-0.002501 max=0.002199 Jy/beam ! Clean residual mean=-0.000015 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.173256 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 100 components and 0.173256 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.537 mas, bmaj=17.47 mas, bpa=-0.5702 degrees ! Estimated noise=1012.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00330382 Jy ! Component: 100 - total flux cleaned = 0.00496618 Jy ! Component: 150 - total flux cleaned = 0.00590125 Jy ! Component: 200 - total flux cleaned = 0.00643772 Jy ! Total flux subtracted in 200 components = 0.00643772 Jy ! Clean residual min=-0.002530 max=0.002787 Jy/beam ! Clean residual mean=-0.000015 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.179694 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.000277783 Jy ! Component: 100 - total flux cleaned = 0.000330181 Jy ! Component: 150 - total flux cleaned = 0.00036954 Jy ! Component: 200 - total flux cleaned = 0.000397934 Jy ! Total flux subtracted in 200 components = 0.000397934 Jy ! Clean residual min=-0.002495 max=0.002787 Jy/beam ! Clean residual mean=-0.000014 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.180092 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 137 components and 0.180092 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.962 mas, bmaj=7.427 mas, bpa=-4.769 degrees ! Estimated noise=755.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000600905 Jy ! Component: 100 - total flux cleaned = -0.000656064 Jy ! Component: 150 - total flux cleaned = -0.000655838 Jy ! Component: 200 - total flux cleaned = -0.0006555 Jy ! Total flux subtracted in 200 components = -0.0006555 Jy ! Clean residual min=-0.002396 max=0.002186 Jy/beam ! Clean residual mean=-0.000008 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.179436 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 152 components and 0.179436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176100Jy sigma=0.000773 ! Fit after self-cal, rms=0.176097Jy sigma=0.000773 wmodel J1013-2546_S_2015_01_23_pus_map.mod ! Writing 152 model components to file: J1013-2546_S_2015_01_23_pus_map.mod wobs J1013-2546_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1013-2546_S_2015_01_23_pus_uvs.fits wwins J1013-2546_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1013-2546_S_2015_01_23_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.00059427 Jy ! Component: 100 - total flux cleaned = -0.000899942 Jy ! Component: 150 - total flux cleaned = -0.00111712 Jy ! Component: 200 - total flux cleaned = -0.00118572 Jy ! Component: 250 - total flux cleaned = -0.0011197 Jy ! Component: 300 - total flux cleaned = -0.00108735 Jy ! Component: 350 - total flux cleaned = -0.000897811 Jy ! Component: 400 - total flux cleaned = -0.000898018 Jy ! Component: 450 - total flux cleaned = -0.000867232 Jy ! Component: 500 - total flux cleaned = -0.000867152 Jy ! Component: 550 - total flux cleaned = -0.000896247 Jy ! Component: 600 - total flux cleaned = -0.0009533 Jy ! Component: 650 - total flux cleaned = -0.000980686 Jy ! Component: 700 - total flux cleaned = -0.000898186 Jy ! Component: 750 - total flux cleaned = -0.000925857 Jy ! Component: 800 - total flux cleaned = -0.00100597 Jy ! Component: 850 - total flux cleaned = -0.00103177 Jy ! Component: 900 - total flux cleaned = -0.00105738 Jy ! Component: 950 - total flux cleaned = -0.00103191 Jy ! Component: 1000 - total flux cleaned = -0.001108 Jy ! Component: 1050 - total flux cleaned = -0.0011081 Jy ! Component: 1100 - total flux cleaned = -0.00108341 Jy ! Component: 1150 - total flux cleaned = -0.000961948 Jy ! Component: 1200 - total flux cleaned = -0.00101052 Jy ! Component: 1250 - total flux cleaned = -0.00103432 Jy ! Component: 1300 - total flux cleaned = -0.00101032 Jy ! Component: 1350 - total flux cleaned = -0.00101012 Jy ! Component: 1400 - total flux cleaned = -0.000987069 Jy ! Component: 1450 - total flux cleaned = -0.00103203 Jy ! Component: 1500 - total flux cleaned = -0.000941533 Jy ! Component: 1550 - total flux cleaned = -0.000941461 Jy ! Component: 1600 - total flux cleaned = -0.000897337 Jy ! Component: 1650 - total flux cleaned = -0.000919388 Jy ! Component: 1700 - total flux cleaned = -0.000941104 Jy ! Component: 1750 - total flux cleaned = -0.000941439 Jy ! Component: 1800 - total flux cleaned = -0.000941677 Jy ! Component: 1850 - total flux cleaned = -0.000920364 Jy ! Component: 1900 - total flux cleaned = -0.000836766 Jy ! Component: 1950 - total flux cleaned = -0.000753869 Jy ! Component: 2000 - total flux cleaned = -0.000795159 Jy ! Component: 2050 - total flux cleaned = -0.000815533 Jy ! Component: 2100 - total flux cleaned = -0.000694457 Jy ! Component: 2150 - total flux cleaned = -0.000654267 Jy ! Component: 2200 - total flux cleaned = -0.000574764 Jy ! Component: 2250 - total flux cleaned = -0.000515598 Jy ! Component: 2300 - total flux cleaned = -0.0005353 Jy ! Component: 2350 - total flux cleaned = -0.000515929 Jy ! Component: 2400 - total flux cleaned = -0.000362084 Jy ! Component: 2450 - total flux cleaned = -0.000343011 Jy ! Component: 2500 - total flux cleaned = -0.000267351 Jy ! Component: 2550 - total flux cleaned = -0.000229891 Jy ! Component: 2600 - total flux cleaned = -0.000155179 Jy ! Component: 2650 - total flux cleaned = -9.96679e-05 Jy ! Component: 2700 - total flux cleaned = -4.44195e-05 Jy ! Component: 2750 - total flux cleaned = 1.04323e-05 Jy ! Component: 2800 - total flux cleaned = 4.66644e-05 Jy ! Component: 2850 - total flux cleaned = 6.45292e-05 Jy ! Component: 2900 - total flux cleaned = 2.88536e-05 Jy ! Component: 2950 - total flux cleaned = 9.99894e-05 Jy ! Component: 3000 - total flux cleaned = 0.000206018 Jy ! Component: 3050 - total flux cleaned = 0.000258681 Jy ! Component: 3100 - total flux cleaned = 0.000293328 Jy ! Component: 3150 - total flux cleaned = 0.000275996 Jy ! Component: 3200 - total flux cleaned = 0.000413557 Jy ! Component: 3250 - total flux cleaned = 0.000379165 Jy ! Component: 3300 - total flux cleaned = 0.000429974 Jy ! Component: 3350 - total flux cleaned = 0.000413091 Jy ! Component: 3400 - total flux cleaned = 0.000379606 Jy ! Component: 3450 - total flux cleaned = 0.000413045 Jy ! Component: 3500 - total flux cleaned = 0.000429662 Jy ! Component: 3550 - total flux cleaned = 0.000380212 Jy ! Component: 3600 - total flux cleaned = 0.000380307 Jy ! Component: 3650 - total flux cleaned = 0.000331409 Jy ! Component: 3700 - total flux cleaned = 0.000364012 Jy ! Component: 3750 - total flux cleaned = 0.000331585 Jy ! Component: 3800 - total flux cleaned = 0.000203211 Jy ! Component: 3850 - total flux cleaned = 0.000283087 Jy ! Component: 3900 - total flux cleaned = 0.000156076 Jy ! Component: 3950 - total flux cleaned = 0.000156096 Jy ! Component: 4000 - total flux cleaned = 0.000124654 Jy ! Component: 4050 - total flux cleaned = 4.65911e-05 Jy ! Total flux subtracted in 4096 components = 6.22603e-05 Jy ! Clean residual min=-0.000935 max=0.000885 Jy/beam ! Clean residual mean=-0.000004 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.179498 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 434 components and 0.179498 Jy ![Exited script file: muppet] wmap "J1013-2546_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.962 x 7.427 at -4.769 degrees (North through East) ! Clean map min=-0.0019164 max=0.12661 Jy/beam ! Writing clean map to FITS file: J1013-2546_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.126608 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000284896 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.675065 0.675065 1.35013 2.70026 5.40052 10.801 21.6021 43.2041 86.4083 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.126 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.962 x 7.427 at -4.769 degrees (North through East) ! Clean map min=-0.0019164 max=0.12661 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 J1013-2546_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:20:34 2017