! Started logfile: J1427+2632_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:08:03 2016 obs J1427+2632_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1427+2632_S_2014_08_09_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.873171 visibilities/baseline/integration-bin. ! Found source: J1427+2632 ! ! 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 342 lines of history. ! ! Reading 19332 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 J1427+2632_S_2014_08_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 207 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995538Jy sigma=0.012702 ! Fit after self-cal, rms=0.967502Jy sigma=0.012365 ! 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=3.31 mas, bmaj=7.308 mas, bpa=7.246 degrees ! Estimated noise=752.691 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.0260795 Jy ! Component: 100 - total flux cleaned = 0.0319484 Jy ! Total flux subtracted in 100 components = 0.0319484 Jy ! Clean residual min=-0.002565 max=0.002439 Jy/beam ! Clean residual mean=0.000002 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0319484 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0319484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064768Jy sigma=0.000762 ! Fit after self-cal, rms=0.063579Jy sigma=0.000747 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00384704 Jy ! Component: 100 - total flux cleaned = 0.00454499 Jy ! Total flux subtracted in 100 components = 0.00454499 Jy ! Clean residual min=-0.002208 max=0.002158 Jy/beam ! Clean residual mean=0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0364934 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.0364934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063315Jy sigma=0.000745 ! Fit after self-cal, rms=0.063292Jy sigma=0.000745 ! 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=4.059 mas, bmaj=8.12 mas, bpa=7.749 degrees ! Estimated noise=430.256 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.00144728 Jy ! Component: 100 - total flux cleaned = 0.00151937 Jy ! Component: 150 - total flux cleaned = 0.00157374 Jy ! Component: 200 - total flux cleaned = 0.00161821 Jy ! Total flux subtracted in 200 components = 0.00161821 Jy ! Clean residual min=-0.001635 max=0.001445 Jy/beam ! Clean residual mean=0.000002 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0381116 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.0381116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063247Jy sigma=0.000744 ! Fit after self-cal, rms=0.063237Jy sigma=0.000744 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.85 HN 1.00 KP 1.06 ! LA 1.00 MK 1.00* NL 0.92 OV 1.09 ! PT 1.07 SC 0.90 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.93 HN 1.08 KP 1.04 ! LA 1.00 MK 1.03 NL 1.38 OV 1.04 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.02 HN 1.04 KP 0.94 ! LA 0.88 MK 1.00* NL 1.00 OV 0.92 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.91 HN 0.97 KP 0.97 ! LA 0.81 MK 0.95 NL 1.04 OV 0.93 ! PT 1.09 SC 0.94 ! ! ! Fit before self-cal, rms=0.063237Jy sigma=0.000744 ! Fit after self-cal, rms=0.060949Jy sigma=0.000742 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.032 mas, bmaj=8.142 mas, bpa=8.48 degrees ! Estimated noise=428.41 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.000307902 Jy ! Component: 100 - total flux cleaned = 0.000296123 Jy ! Component: 150 - total flux cleaned = 0.000309054 Jy ! Component: 200 - total flux cleaned = 0.00030958 Jy ! Total flux subtracted in 200 components = 0.00030958 Jy ! Clean residual min=-0.001319 max=0.001208 Jy/beam ! Clean residual mean=0.000002 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.0384212 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0384212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060940Jy sigma=0.000742 ! Fit after self-cal, rms=0.060872Jy sigma=0.000741 ! 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.060872Jy sigma=0.000741 ! Fit after self-cal, rms=0.060553Jy sigma=0.000741 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=8.187 mas, bpa=8.519 degrees ! Estimated noise=427.819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000230525 Jy ! Component: 100 - total flux cleaned = 0.000213859 Jy ! Component: 150 - total flux cleaned = 0.000225286 Jy ! Component: 200 - total flux cleaned = 0.000225379 Jy ! Total flux subtracted in 200 components = 0.000225379 Jy ! Clean residual min=-0.001271 max=0.001127 Jy/beam ! Clean residual mean=0.000001 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.0386465 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 39 components and 0.0386465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060546Jy sigma=0.000740 ! Fit after self-cal, rms=0.060549Jy sigma=0.000740 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.27089e-05 Jy ! Component: 100 - total flux cleaned = 2.9363e-05 Jy ! Component: 150 - total flux cleaned = 2.05704e-05 Jy ! Component: 200 - total flux cleaned = 2.08424e-05 Jy ! Total flux subtracted in 200 components = 2.08424e-05 Jy ! Clean residual min=-0.001252 max=0.001112 Jy/beam ! Clean residual mean=0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0386674 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.0386674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060546Jy sigma=0.000740 ! Fit after self-cal, rms=0.060543Jy sigma=0.000740 ! 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.060543Jy sigma=0.000740 ! Fit after self-cal, rms=0.060626Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.983 mas, bmaj=8.203 mas, bpa=8.443 degrees ! Estimated noise=427.969 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000244797 Jy ! Component: 100 - total flux cleaned = 0.00026657 Jy ! Component: 150 - total flux cleaned = 0.000266255 Jy ! Component: 200 - total flux cleaned = 0.000265961 Jy ! Total flux subtracted in 200 components = 0.000265961 Jy ! Clean residual min=-0.001226 max=0.001143 Jy/beam ! Clean residual mean=0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.0389333 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.0389333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060622Jy sigma=0.000740 ! Fit after self-cal, rms=0.060628Jy sigma=0.000740 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 = 4.23388e-05 Jy ! Component: 100 - total flux cleaned = 2.5536e-05 Jy ! Component: 150 - total flux cleaned = 1.83762e-05 Jy ! Component: 200 - total flux cleaned = 1.16807e-05 Jy ! Total flux subtracted in 200 components = 1.16807e-05 Jy ! Clean residual min=-0.001222 max=0.001131 Jy/beam ! Clean residual mean=0.000001 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.038945 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.038945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060626Jy sigma=0.000740 ! Fit after self-cal, rms=0.060626Jy sigma=0.000740 ! 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.060626Jy sigma=0.000740 ! Fit after self-cal, rms=0.060688Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.605 mas, bmaj=10.27 mas, bpa=-0.9443 degrees ! Estimated noise=507.475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313257 Jy ! Component: 100 - total flux cleaned = 0.000344608 Jy ! Component: 150 - total flux cleaned = 0.000363708 Jy ! Component: 200 - total flux cleaned = 0.000379552 Jy ! Total flux subtracted in 200 components = 0.000379552 Jy ! Clean residual min=-0.001414 max=0.001199 Jy/beam ! Clean residual mean=0.000002 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0393246 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.0393246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060687Jy sigma=0.000740 ! Fit after self-cal, rms=0.060689Jy sigma=0.000740 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 = 1.70404e-05 Jy ! Component: 100 - total flux cleaned = 2.76571e-05 Jy ! Component: 150 - total flux cleaned = 2.77962e-05 Jy ! Component: 200 - total flux cleaned = 2.75548e-05 Jy ! Total flux subtracted in 200 components = 2.75548e-05 Jy ! Clean residual min=-0.001407 max=0.001213 Jy/beam ! Clean residual mean=0.000002 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0393521 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.0393521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060689Jy sigma=0.000740 ! Fit after self-cal, rms=0.060689Jy sigma=0.000740 ! 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.963 mas, bmaj=8.21 mas, bpa=8.388 degrees ! Estimated noise=428.159 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.963 x 8.21 at 8.388 degrees (North through East) ! Clean map min=-0.0011667 max=0.036121 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=3.248 mas, bmaj=7.41 mas, bpa=7.726 degrees ! Estimated noise=731.869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0270605 Jy ! Component: 100 - total flux cleaned = 0.0339759 Jy ! Component: 150 - total flux cleaned = 0.0373198 Jy ! Component: 200 - total flux cleaned = 0.0381579 Jy ! Total flux subtracted in 200 components = 0.0381579 Jy ! Clean residual min=-0.001982 max=0.001792 Jy/beam ! Clean residual mean=0.000002 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0381579 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.0381579 Jy ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=8.21 mas, bpa=8.388 degrees ! Estimated noise=428.159 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.000859208 Jy ! Component: 100 - total flux cleaned = 0.000904647 Jy ! Component: 150 - total flux cleaned = 0.000869612 Jy ! Component: 200 - total flux cleaned = 0.000840354 Jy ! Total flux subtracted in 200 components = 0.000840354 Jy ! Clean residual min=-0.001288 max=0.001191 Jy/beam ! Clean residual mean=0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.0389983 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.0389983 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.605 mas, bmaj=10.27 mas, bpa=-0.9443 degrees ! Estimated noise=507.475 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232674 Jy ! Component: 100 - total flux cleaned = 0.00027875 Jy ! Component: 150 - total flux cleaned = 0.000313351 Jy ! Component: 200 - total flux cleaned = 0.000314315 Jy ! Total flux subtracted in 200 components = 0.000314315 Jy ! Clean residual min=-0.001423 max=0.001236 Jy/beam ! Clean residual mean=0.000002 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0393126 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 = -1.51248e-05 Jy ! Component: 100 - total flux cleaned = -2.22169e-05 Jy ! Component: 150 - total flux cleaned = -2.22089e-05 Jy ! Component: 200 - total flux cleaned = -2.22136e-05 Jy ! Total flux subtracted in 200 components = -2.22136e-05 Jy ! Clean residual min=-0.001414 max=0.001240 Jy/beam ! Clean residual mean=0.000002 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0392904 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.0392904 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=8.21 mas, bpa=8.388 degrees ! Estimated noise=428.159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.05631e-05 Jy ! Component: 100 - total flux cleaned = -9.70412e-05 Jy ! Component: 150 - total flux cleaned = -9.69259e-05 Jy ! Component: 200 - total flux cleaned = -9.79881e-05 Jy ! Total flux subtracted in 200 components = -9.79881e-05 Jy ! Clean residual min=-0.001220 max=0.001166 Jy/beam ! Clean residual mean=0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0391924 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.0391924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060693Jy sigma=0.000740 ! Fit after self-cal, rms=0.060688Jy sigma=0.000740 wmodel J1427+2632_S_2014_08_09_pus_map.mod ! Writing 51 model components to file: J1427+2632_S_2014_08_09_pus_map.mod wobs J1427+2632_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1427+2632_S_2014_08_09_pus_uvs.fits wwins J1427+2632_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1427+2632_S_2014_08_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.000533389 Jy ! Component: 100 - total flux cleaned = -0.000747131 Jy ! Component: 150 - total flux cleaned = -0.000907892 Jy ! Component: 200 - total flux cleaned = -0.00100287 Jy ! Component: 250 - total flux cleaned = -0.0010573 Jy ! Component: 300 - total flux cleaned = -0.00117998 Jy ! Component: 350 - total flux cleaned = -0.00126487 Jy ! Component: 400 - total flux cleaned = -0.00133058 Jy ! Component: 450 - total flux cleaned = -0.00134674 Jy ! Component: 500 - total flux cleaned = -0.00136284 Jy ! Component: 550 - total flux cleaned = -0.00145332 Jy ! Component: 600 - total flux cleaned = -0.00145343 Jy ! Component: 650 - total flux cleaned = -0.00146793 Jy ! Component: 700 - total flux cleaned = -0.00153794 Jy ! Component: 750 - total flux cleaned = -0.00153807 Jy ! Component: 800 - total flux cleaned = -0.00152497 Jy ! Component: 850 - total flux cleaned = -0.00159109 Jy ! Component: 900 - total flux cleaned = -0.00159085 Jy ! Component: 950 - total flux cleaned = -0.0015526 Jy ! Component: 1000 - total flux cleaned = -0.00155273 Jy ! Component: 1050 - total flux cleaned = -0.00155282 Jy ! Component: 1100 - total flux cleaned = -0.00155305 Jy ! Component: 1150 - total flux cleaned = -0.00157686 Jy ! Component: 1200 - total flux cleaned = -0.00152987 Jy ! Component: 1250 - total flux cleaned = -0.00153007 Jy ! Component: 1300 - total flux cleaned = -0.00153008 Jy ! Component: 1350 - total flux cleaned = -0.00149638 Jy ! Component: 1400 - total flux cleaned = -0.00148555 Jy ! Component: 1450 - total flux cleaned = -0.00143083 Jy ! Component: 1500 - total flux cleaned = -0.0014416 Jy ! Component: 1550 - total flux cleaned = -0.00138801 Jy ! Component: 1600 - total flux cleaned = -0.00134594 Jy ! Component: 1650 - total flux cleaned = -0.00132505 Jy ! Component: 1700 - total flux cleaned = -0.00130438 Jy ! Component: 1750 - total flux cleaned = -0.00124342 Jy ! Component: 1800 - total flux cleaned = -0.00121354 Jy ! Component: 1850 - total flux cleaned = -0.00119371 Jy ! Component: 1900 - total flux cleaned = -0.00119376 Jy ! Component: 1950 - total flux cleaned = -0.001184 Jy ! Component: 2000 - total flux cleaned = -0.00113607 Jy ! Component: 2050 - total flux cleaned = -0.00107947 Jy ! Component: 2100 - total flux cleaned = -0.00107963 Jy ! Component: 2150 - total flux cleaned = -0.0010612 Jy ! Component: 2200 - total flux cleaned = -0.00106126 Jy ! Component: 2250 - total flux cleaned = -0.00102491 Jy ! Component: 2300 - total flux cleaned = -0.000988966 Jy ! Component: 2350 - total flux cleaned = -0.000953447 Jy ! Component: 2400 - total flux cleaned = -0.000935807 Jy ! Component: 2450 - total flux cleaned = -0.000900766 Jy ! Component: 2500 - total flux cleaned = -0.000857383 Jy ! Component: 2550 - total flux cleaned = -0.000840245 Jy ! Component: 2600 - total flux cleaned = -0.000814717 Jy ! Component: 2650 - total flux cleaned = -0.000823334 Jy ! Component: 2700 - total flux cleaned = -0.000806513 Jy ! Component: 2750 - total flux cleaned = -0.000773304 Jy ! Component: 2800 - total flux cleaned = -0.000765103 Jy ! Component: 2850 - total flux cleaned = -0.000724379 Jy ! Component: 2900 - total flux cleaned = -0.000700139 Jy ! Component: 2950 - total flux cleaned = -0.000708171 Jy ! Component: 3000 - total flux cleaned = -0.000692196 Jy ! Component: 3050 - total flux cleaned = -0.000668562 Jy ! Component: 3100 - total flux cleaned = -0.000660664 Jy ! Component: 3150 - total flux cleaned = -0.000637355 Jy ! Component: 3200 - total flux cleaned = -0.000637387 Jy ! Component: 3250 - total flux cleaned = -0.000599193 Jy ! Component: 3300 - total flux cleaned = -0.000591758 Jy ! Component: 3350 - total flux cleaned = -0.000584274 Jy ! Component: 3400 - total flux cleaned = -0.000599198 Jy ! Component: 3450 - total flux cleaned = -0.000606618 Jy ! Component: 3500 - total flux cleaned = -0.000569941 Jy ! Component: 3550 - total flux cleaned = -0.000569972 Jy ! Component: 3600 - total flux cleaned = -0.000591772 Jy ! Component: 3650 - total flux cleaned = -0.000577339 Jy ! Component: 3700 - total flux cleaned = -0.000570245 Jy ! Component: 3750 - total flux cleaned = -0.000570291 Jy ! Component: 3800 - total flux cleaned = -0.000542226 Jy ! Component: 3850 - total flux cleaned = -0.000549242 Jy ! Component: 3900 - total flux cleaned = -0.000563118 Jy ! Component: 3950 - total flux cleaned = -0.000569986 Jy ! Component: 4000 - total flux cleaned = -0.000556292 Jy ! Component: 4050 - total flux cleaned = -0.000549521 Jy ! Total flux subtracted in 4096 components = -0.000536009 Jy ! Clean residual min=-0.000421 max=0.000354 Jy/beam ! Clean residual mean=-0.000000 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.0386564 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 310 components and 0.0386564 Jy ![Exited script file: muppet] wmap "J1427+2632_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.963 x 8.21 at 8.388 degrees (North through East) ! Clean map min=-0.000899 max=0.035993 Jy/beam ! Writing clean map to FITS file: J1427+2632_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0359932 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000125774 device "J1427+2632_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1427+2632_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04832 1.04832 2.09664 4.19327 8.38654 16.7731 33.5462 67.0924 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.035 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.963 x 8.21 at 8.388 degrees (North through East) ! Clean map min=-0.000899 max=0.035993 Jy/beam quit ! Quitting program ! Log file J1427+2632_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:08:09 2016