! Started logfile: J1111+1955_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:50:54 2017 obs J1111+1955_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1111+1955_S_2015_01_22_pus_uva.fits ! AN table 1: 53 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1111+1955 ! ! 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 281 lines of history. ! ! Reading 7632 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 J1111+1955_S_2015_01_22_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.720878Jy sigma=0.009574 ! Fit after self-cal, rms=0.671593Jy sigma=0.008804 ! 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.704 mas, bmaj=7.486 mas, bpa=-16.71 degrees ! Estimated noise=909.67 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.30062 Jy ! Component: 100 - total flux cleaned = 0.395962 Jy ! Total flux subtracted in 100 components = 0.395962 Jy ! Clean residual min=-0.064561 max=0.197319 Jy/beam ! Clean residual mean=0.000129 rms=0.024808 Jy/beam ! Combined flux in latest and established models = 0.395962 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.395962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.322212Jy sigma=0.003936 ! Fit after self-cal, rms=0.322199Jy sigma=0.003934 ! Inverting map ! Added new window around map position (14, -7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167147 Jy ! Component: 100 - total flux cleaned = 0.240555 Jy ! Total flux subtracted in 100 components = 0.240555 Jy ! Clean residual min=-0.042065 max=0.081131 Jy/beam ! Clean residual mean=0.000043 rms=0.013824 Jy/beam ! Combined flux in latest and established models = 0.636517 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.636517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201922Jy sigma=0.002423 ! Fit after self-cal, rms=0.184960Jy sigma=0.002215 ! 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.105 mas, bmaj=7.768 mas, bpa=-17.53 degrees ! Estimated noise=631.369 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.0769619 Jy ! Component: 100 - total flux cleaned = 0.118932 Jy ! Component: 150 - total flux cleaned = 0.148642 Jy ! Component: 200 - total flux cleaned = 0.16953 Jy ! Total flux subtracted in 200 components = 0.16953 Jy ! Clean residual min=-0.028913 max=0.050294 Jy/beam ! Clean residual mean=0.000003 rms=0.010418 Jy/beam ! Combined flux in latest and established models = 0.806047 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 54 components and 0.806047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138686Jy sigma=0.001771 ! Fit after self-cal, rms=0.135815Jy sigma=0.001737 ! 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.95 FD 1.00* HN 0.87 KP 0.98 ! LA 0.98 MK 1.01 NL 1.07 OV 0.91 ! PT 0.95 SC 1.13 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 0.95 KP 0.92 ! LA 0.96 MK 1.02 NL 1.32 OV 0.95 ! PT 0.95 SC 1.18 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 0.97 KP 0.80 ! LA 0.78 MK 1.05 NL 1.77 OV 0.89 ! PT 0.93 SC 1.19 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00* HN 0.94 KP 0.75 ! LA 0.87 MK 1.06 NL 0.94 OV 0.95 ! PT 0.98 SC 1.18 ! ! ! Fit before self-cal, rms=0.135815Jy sigma=0.001737 ! Fit after self-cal, rms=0.079797Jy sigma=0.000999 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.198 mas, bmaj=8.024 mas, bpa=-18.42 degrees ! Estimated noise=619.405 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 (-17.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193693 Jy ! Component: 100 - total flux cleaned = 0.0231375 Jy ! Component: 150 - total flux cleaned = 0.0260872 Jy ! Component: 200 - total flux cleaned = 0.0274828 Jy ! Total flux subtracted in 200 components = 0.0274828 Jy ! Clean residual min=-0.012102 max=0.011111 Jy/beam ! Clean residual mean=0.000019 rms=0.002795 Jy/beam ! Combined flux in latest and established models = 0.83353 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 90 components and 0.83353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072899Jy sigma=0.000879 ! Fit after self-cal, rms=0.072681Jy sigma=0.000874 ! 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.072681Jy sigma=0.000874 ! Fit after self-cal, rms=0.072399Jy sigma=0.000870 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=8.02 mas, bpa=-18.48 degrees ! Estimated noise=618.882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00733078 Jy ! Component: 100 - total flux cleaned = 0.00846663 Jy ! Component: 150 - total flux cleaned = 0.0084901 Jy ! Component: 200 - total flux cleaned = 0.00872118 Jy ! Total flux subtracted in 200 components = 0.00872118 Jy ! Clean residual min=-0.009054 max=0.008512 Jy/beam ! Clean residual mean=0.000007 rms=0.002057 Jy/beam ! Combined flux in latest and established models = 0.842251 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 113 components and 0.842251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070583Jy sigma=0.000840 ! Fit after self-cal, rms=0.070517Jy sigma=0.000839 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.00014554 Jy ! Component: 100 - total flux cleaned = -0.000147515 Jy ! Component: 150 - total flux cleaned = -0.000501999 Jy ! Component: 200 - total flux cleaned = -0.000503944 Jy ! Total flux subtracted in 200 components = -0.000503944 Jy ! Clean residual min=-0.007915 max=0.007044 Jy/beam ! Clean residual mean=0.000005 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.841747 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.841747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069584Jy sigma=0.000825 ! Fit after self-cal, rms=0.069543Jy sigma=0.000824 ! 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.069543Jy sigma=0.000824 ! Fit after self-cal, rms=0.069537Jy sigma=0.000823 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=8.012 mas, bpa=-18.51 degrees ! Estimated noise=619.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242722 Jy ! Component: 100 - total flux cleaned = 0.00322777 Jy ! Component: 150 - total flux cleaned = 0.00406742 Jy ! Component: 200 - total flux cleaned = 0.00406483 Jy ! Total flux subtracted in 200 components = 0.00406483 Jy ! Clean residual min=-0.006845 max=0.005757 Jy/beam ! Clean residual mean=0.000003 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.845812 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 129 components and 0.845812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068915Jy sigma=0.000814 ! Fit after self-cal, rms=0.068884Jy sigma=0.000814 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 = 3.39736e-05 Jy ! Component: 100 - total flux cleaned = 0.000157848 Jy ! Component: 150 - total flux cleaned = 0.000381113 Jy ! Component: 200 - total flux cleaned = 0.000485486 Jy ! Total flux subtracted in 200 components = 0.000485486 Jy ! Clean residual min=-0.006196 max=0.005190 Jy/beam ! Clean residual mean=0.000002 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.846298 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 139 components and 0.846298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068496Jy sigma=0.000808 ! Fit after self-cal, rms=0.068479Jy sigma=0.000808 ! 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.068479Jy sigma=0.000808 ! Fit after self-cal, rms=0.068435Jy sigma=0.000807 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.16 mas, bmaj=10.07 mas, bpa=-14.01 degrees ! Estimated noise=758.441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128267 Jy ! Component: 100 - total flux cleaned = 0.00230313 Jy ! Component: 150 - total flux cleaned = 0.00304346 Jy ! Component: 200 - total flux cleaned = 0.00335477 Jy ! Total flux subtracted in 200 components = 0.00335477 Jy ! Clean residual min=-0.004711 max=0.004006 Jy/beam ! Clean residual mean=0.000001 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.849652 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 159 components and 0.849652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068367Jy sigma=0.000805 ! Fit after self-cal, rms=0.068358Jy sigma=0.000805 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.000281903 Jy ! Component: 100 - total flux cleaned = 0.000384621 Jy ! Component: 150 - total flux cleaned = 0.000527985 Jy ! Component: 200 - total flux cleaned = 0.000615339 Jy ! Total flux subtracted in 200 components = 0.000615339 Jy ! Clean residual min=-0.004422 max=0.003822 Jy/beam ! Clean residual mean=0.000002 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.850268 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 163 components and 0.850268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068339Jy sigma=0.000805 ! Fit after self-cal, rms=0.068337Jy sigma=0.000805 ! 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.185 mas, bmaj=8.002 mas, bpa=-18.53 degrees ! Estimated noise=620.438 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.185 x 8.002 at -18.53 degrees (North through East) ! Clean map min=-0.0066532 max=0.37256 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.782 mas, bmaj=7.748 mas, bpa=-17.76 degrees ! Estimated noise=895.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.331668 Jy ! Component: 100 - total flux cleaned = 0.484807 Jy ! Component: 150 - total flux cleaned = 0.576526 Jy ! Component: 200 - total flux cleaned = 0.63838 Jy ! Total flux subtracted in 200 components = 0.63838 Jy ! Clean residual min=-0.024091 max=0.034419 Jy/beam ! Clean residual mean=0.000002 rms=0.007429 Jy/beam ! Combined flux in latest and established models = 0.63838 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.63838 Jy ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=8.002 mas, bpa=-18.53 degrees ! Estimated noise=620.438 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.0552477 Jy ! Component: 100 - total flux cleaned = 0.0919262 Jy ! Component: 150 - total flux cleaned = 0.118231 Jy ! Component: 200 - total flux cleaned = 0.137644 Jy ! Total flux subtracted in 200 components = 0.137644 Jy ! Clean residual min=-0.010457 max=0.016792 Jy/beam ! Clean residual mean=-0.000001 rms=0.003506 Jy/beam ! Combined flux in latest and established models = 0.776024 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 54 components and 0.776024 Jy ! Inverting map ! Added new window around map position (9, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169556 Jy ! Component: 100 - total flux cleaned = 0.028494 Jy ! Component: 150 - total flux cleaned = 0.0372012 Jy ! Component: 200 - total flux cleaned = 0.0429092 Jy ! Total flux subtracted in 200 components = 0.0429092 Jy ! Clean residual min=-0.007133 max=0.007388 Jy/beam ! Clean residual mean=-0.000000 rms=0.001894 Jy/beam ! Combined flux in latest and established models = 0.818934 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 82 components and 0.818934 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.16 mas, bmaj=10.07 mas, bpa=-14.01 degrees ! Estimated noise=758.441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100437 Jy ! Component: 100 - total flux cleaned = 0.0164316 Jy ! Component: 150 - total flux cleaned = 0.0208835 Jy ! Component: 200 - total flux cleaned = 0.0240515 Jy ! Total flux subtracted in 200 components = 0.0240515 Jy ! Clean residual min=-0.004637 max=0.004104 Jy/beam ! Clean residual mean=0.000002 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.842985 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.0013592 Jy ! Component: 100 - total flux cleaned = 0.00175692 Jy ! Component: 150 - total flux cleaned = 0.00217813 Jy ! Component: 200 - total flux cleaned = 0.00243085 Jy ! Total flux subtracted in 200 components = 0.00243085 Jy ! Clean residual min=-0.004075 max=0.003741 Jy/beam ! Clean residual mean=0.000003 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.845416 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 162 components and 0.845416 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.185 mas, bmaj=8.002 mas, bpa=-18.53 degrees ! Estimated noise=620.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000538334 Jy ! Component: 100 - total flux cleaned = -0.000539113 Jy ! Component: 150 - total flux cleaned = -0.000245584 Jy ! Component: 200 - total flux cleaned = -0.000117539 Jy ! Total flux subtracted in 200 components = -0.000117539 Jy ! Clean residual min=-0.004497 max=0.005059 Jy/beam ! Clean residual mean=0.000001 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.845298 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 173 components and 0.845298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068331Jy sigma=0.000802 ! Fit after self-cal, rms=0.068248Jy sigma=0.000801 wmodel J1111+1955_S_2015_01_22_pus_map.mod ! Writing 173 model components to file: J1111+1955_S_2015_01_22_pus_map.mod wobs J1111+1955_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1111+1955_S_2015_01_22_pus_uvs.fits wwins J1111+1955_S_2015_01_22_pus_map.win ! wwins: Wrote 4 windows to J1111+1955_S_2015_01_22_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.00110313 Jy ! Component: 100 - total flux cleaned = 0.000668979 Jy ! Component: 150 - total flux cleaned = 6.48723e-05 Jy ! Component: 200 - total flux cleaned = -0.000190882 Jy ! Component: 250 - total flux cleaned = -0.000250729 Jy ! Component: 300 - total flux cleaned = -0.000308065 Jy ! Component: 350 - total flux cleaned = -0.000251809 Jy ! Component: 400 - total flux cleaned = -0.000304875 Jy ! Component: 450 - total flux cleaned = 4.13807e-06 Jy ! Component: 500 - total flux cleaned = 0.000299661 Jy ! Component: 550 - total flux cleaned = 0.000298282 Jy ! Component: 600 - total flux cleaned = 0.000437879 Jy ! Component: 650 - total flux cleaned = 0.000707709 Jy ! Component: 700 - total flux cleaned = 0.00088207 Jy ! Component: 750 - total flux cleaned = 0.00105152 Jy ! Component: 800 - total flux cleaned = 0.0011764 Jy ! Component: 850 - total flux cleaned = 0.00133735 Jy ! Component: 900 - total flux cleaned = 0.00145474 Jy ! Component: 950 - total flux cleaned = 0.00160647 Jy ! Component: 1000 - total flux cleaned = 0.00179081 Jy ! Component: 1050 - total flux cleaned = 0.00189825 Jy ! Component: 1100 - total flux cleaned = 0.002073 Jy ! Component: 1150 - total flux cleaned = 0.00214079 Jy ! Component: 1200 - total flux cleaned = 0.00227355 Jy ! Component: 1250 - total flux cleaned = 0.00230657 Jy ! Component: 1300 - total flux cleaned = 0.00233802 Jy ! Component: 1350 - total flux cleaned = 0.00239894 Jy ! Component: 1400 - total flux cleaned = 0.00245823 Jy ! Component: 1450 - total flux cleaned = 0.00239933 Jy ! Component: 1500 - total flux cleaned = 0.00248538 Jy ! Component: 1550 - total flux cleaned = 0.00251401 Jy ! Component: 1600 - total flux cleaned = 0.002624 Jy ! Component: 1650 - total flux cleaned = 0.00262401 Jy ! Component: 1700 - total flux cleaned = 0.00267634 Jy ! Component: 1750 - total flux cleaned = 0.00267649 Jy ! Component: 1800 - total flux cleaned = 0.0026509 Jy ! Component: 1850 - total flux cleaned = 0.00262601 Jy ! Component: 1900 - total flux cleaned = 0.00265055 Jy ! Component: 1950 - total flux cleaned = 0.00262625 Jy ! Component: 2000 - total flux cleaned = 0.00267332 Jy ! Component: 2050 - total flux cleaned = 0.00269666 Jy ! Component: 2100 - total flux cleaned = 0.00278807 Jy ! Component: 2150 - total flux cleaned = 0.00278803 Jy ! Component: 2200 - total flux cleaned = 0.00287664 Jy ! Component: 2250 - total flux cleaned = 0.00285447 Jy ! Component: 2300 - total flux cleaned = 0.00287642 Jy ! Component: 2350 - total flux cleaned = 0.00294033 Jy ! Component: 2400 - total flux cleaned = 0.00296128 Jy ! Component: 2450 - total flux cleaned = 0.00294073 Jy ! Component: 2500 - total flux cleaned = 0.0029609 Jy ! Component: 2550 - total flux cleaned = 0.00294085 Jy ! Component: 2600 - total flux cleaned = 0.00294081 Jy ! Component: 2650 - total flux cleaned = 0.00296001 Jy ! Component: 2700 - total flux cleaned = 0.00292145 Jy ! Component: 2750 - total flux cleaned = 0.00284546 Jy ! Component: 2800 - total flux cleaned = 0.00290172 Jy ! Component: 2850 - total flux cleaned = 0.00284579 Jy ! Component: 2900 - total flux cleaned = 0.00279086 Jy ! Component: 2950 - total flux cleaned = 0.00282696 Jy ! Component: 3000 - total flux cleaned = 0.00275536 Jy ! Component: 3050 - total flux cleaned = 0.00270247 Jy ! Component: 3100 - total flux cleaned = 0.00268499 Jy ! Component: 3150 - total flux cleaned = 0.002633 Jy ! Component: 3200 - total flux cleaned = 0.00266695 Jy ! Component: 3250 - total flux cleaned = 0.00261614 Jy ! Component: 3300 - total flux cleaned = 0.002566 Jy ! Component: 3350 - total flux cleaned = 0.00256602 Jy ! Component: 3400 - total flux cleaned = 0.00254958 Jy ! Component: 3450 - total flux cleaned = 0.00256562 Jy ! Component: 3500 - total flux cleaned = 0.00256556 Jy ! Component: 3550 - total flux cleaned = 0.00251815 Jy ! Component: 3600 - total flux cleaned = 0.00258075 Jy ! Component: 3650 - total flux cleaned = 0.00253421 Jy ! Component: 3700 - total flux cleaned = 0.00259588 Jy ! Component: 3750 - total flux cleaned = 0.00254989 Jy ! Component: 3800 - total flux cleaned = 0.00255005 Jy ! Component: 3850 - total flux cleaned = 0.00259485 Jy ! Component: 3900 - total flux cleaned = 0.00257995 Jy ! Component: 3950 - total flux cleaned = 0.0025653 Jy ! Component: 4000 - total flux cleaned = 0.0025651 Jy ! Component: 4050 - total flux cleaned = 0.00255061 Jy ! Total flux subtracted in 4096 components = 0.00256488 Jy ! Clean residual min=-0.000903 max=0.000846 Jy/beam ! Clean residual mean=0.000002 rms=0.000249 Jy/beam ! Combined flux in latest and established models = 0.847863 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 433 components and 0.847864 Jy ![Exited script file: muppet] wmap "J1111+1955_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.185 x 8.002 at -18.53 degrees (North through East) ! Clean map min=-0.0041608 max=0.36918 Jy/beam ! Writing clean map to FITS file: J1111+1955_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.369181 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000247967 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.2015 0.2015 0.403 0.806001 1.612 3.224 6.44801 12.896 25.792 51.5841 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.369 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.185 x 8.002 at -18.53 degrees (North through East) ! Clean map min=-0.0041608 max=0.36918 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 J1111+1955_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:51:01 2017