! Started logfile: J1250+0158_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:27:16 2016 obs J1250+0158_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1250+0158_S_2014_05_31_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783607 visibilities/baseline/integration-bin. ! Found source: J1250+0158 ! ! 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 336 lines of history. ! ! Reading 17208 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 J1250+0158_S_2014_05_31_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 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 139 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.944705Jy sigma=0.011152 ! Fit after self-cal, rms=0.908578Jy sigma=0.010765 ! 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.607 mas, bmaj=9.233 mas, bpa=17.43 degrees ! Estimated noise=647.417 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.0713441 Jy ! Component: 100 - total flux cleaned = 0.0895766 Jy ! Total flux subtracted in 100 components = 0.0895766 Jy ! Clean residual min=-0.003362 max=0.007675 Jy/beam ! Clean residual mean=0.000005 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.0895766 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0895766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071788Jy sigma=0.000793 ! Fit after self-cal, rms=0.071760Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00827073 Jy ! Component: 100 - total flux cleaned = 0.0121958 Jy ! Total flux subtracted in 100 components = 0.0121958 Jy ! Clean residual min=-0.002532 max=0.002615 Jy/beam ! Clean residual mean=-0.000000 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.101772 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 14 components and 0.101772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070677Jy sigma=0.000781 ! Fit after self-cal, rms=0.070655Jy sigma=0.000781 ! 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.17 mas, bmaj=10.07 mas, bpa=15.54 degrees ! Estimated noise=462.233 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.00301397 Jy ! Component: 100 - total flux cleaned = 0.00452184 Jy ! Component: 150 - total flux cleaned = 0.00538278 Jy ! Component: 200 - total flux cleaned = 0.00563418 Jy ! Total flux subtracted in 200 components = 0.00563418 Jy ! Clean residual min=-0.001858 max=0.002221 Jy/beam ! Clean residual mean=-0.000004 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.107407 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 47 components and 0.107407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070506Jy sigma=0.000779 ! Fit after self-cal, rms=0.070504Jy sigma=0.000779 ! 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.02 FD 0.84 HN 0.97 KP 1.04 ! LA 1.18 MK 1.00* NL 1.00 OV 0.97 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.04 KP 1.00 ! LA 1.16 MK 1.00* NL 1.04 OV 1.03 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.10 HN 1.00 KP 0.93 ! LA 0.90 MK 1.00* NL 1.03 OV 0.95 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.97 HN 0.98 KP 0.90 ! LA 0.87 MK 1.00* NL 1.05 OV 1.03 ! PT 1.04 SC 0.96 ! ! ! Fit before self-cal, rms=0.070504Jy sigma=0.000779 ! Fit after self-cal, rms=0.068604Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.168 mas, bmaj=10.06 mas, bpa=15.46 degrees ! Estimated noise=460.897 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.000200283 Jy ! Component: 100 - total flux cleaned = -0.000200371 Jy ! Component: 150 - total flux cleaned = -0.000200277 Jy ! Component: 200 - total flux cleaned = -0.000200753 Jy ! Total flux subtracted in 200 components = -0.000200753 Jy ! Clean residual min=-0.001656 max=0.001822 Jy/beam ! Clean residual mean=-0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.107206 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.107206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068600Jy sigma=0.000772 ! Fit after self-cal, rms=0.068585Jy sigma=0.000771 ! 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.068585Jy sigma=0.000771 ! Fit after self-cal, rms=0.068666Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.167 mas, bmaj=10.08 mas, bpa=15.52 degrees ! Estimated noise=461.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153395 Jy ! Component: 100 - total flux cleaned = -0.000118414 Jy ! Component: 150 - total flux cleaned = -0.000118001 Jy ! Component: 200 - total flux cleaned = -0.00011058 Jy ! Total flux subtracted in 200 components = -0.00011058 Jy ! Clean residual min=-0.001448 max=0.001557 Jy/beam ! Clean residual mean=-0.000002 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.107095 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.107095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068664Jy sigma=0.000771 ! Fit after self-cal, rms=0.068669Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (9, 14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133538 Jy ! Component: 100 - total flux cleaned = 0.00145987 Jy ! Component: 150 - total flux cleaned = 0.00145936 Jy ! Component: 200 - total flux cleaned = 0.00147934 Jy ! Total flux subtracted in 200 components = 0.00147934 Jy ! Clean residual min=-0.001362 max=0.001337 Jy/beam ! Clean residual mean=-0.000002 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.108574 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.108574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068636Jy sigma=0.000770 ! Fit after self-cal, rms=0.068633Jy sigma=0.000770 ! 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.068633Jy sigma=0.000770 ! Fit after self-cal, rms=0.068610Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.16 mas, bmaj=10.08 mas, bpa=15.59 degrees ! Estimated noise=461.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590417 Jy ! Component: 100 - total flux cleaned = 0.000630417 Jy ! Component: 150 - total flux cleaned = 0.00071458 Jy ! Component: 200 - total flux cleaned = 0.000759651 Jy ! Total flux subtracted in 200 components = 0.000759651 Jy ! Clean residual min=-0.001316 max=0.001258 Jy/beam ! Clean residual mean=-0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.109334 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.109334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068599Jy sigma=0.000770 ! Fit after self-cal, rms=0.068599Jy sigma=0.000770 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.000260092 Jy ! Component: 100 - total flux cleaned = 0.000315523 Jy ! Component: 150 - total flux cleaned = 0.000340834 Jy ! Component: 200 - total flux cleaned = 0.000341522 Jy ! Total flux subtracted in 200 components = 0.000341522 Jy ! Clean residual min=-0.001261 max=0.001218 Jy/beam ! Clean residual mean=-0.000002 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.109676 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 101 components and 0.109676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068594Jy sigma=0.000770 ! Fit after self-cal, rms=0.068594Jy sigma=0.000770 ! 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.068594Jy sigma=0.000770 ! Fit after self-cal, rms=0.068599Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.893 mas, bmaj=12.46 mas, bpa=4.992 degrees ! Estimated noise=523.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000421979 Jy ! Component: 100 - total flux cleaned = 0.000471643 Jy ! Component: 150 - total flux cleaned = 0.000500418 Jy ! Component: 200 - total flux cleaned = 0.000525043 Jy ! Total flux subtracted in 200 components = 0.000525043 Jy ! Clean residual min=-0.001552 max=0.001507 Jy/beam ! Clean residual mean=-0.000003 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.110201 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 111 components and 0.110201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068597Jy sigma=0.000770 ! Fit after self-cal, rms=0.068596Jy sigma=0.000770 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.67818e-05 Jy ! Component: 100 - total flux cleaned = 3.61528e-05 Jy ! Component: 150 - total flux cleaned = 4.93515e-05 Jy ! Component: 200 - total flux cleaned = 5.53353e-05 Jy ! Total flux subtracted in 200 components = 5.53353e-05 Jy ! Clean residual min=-0.001538 max=0.001465 Jy/beam ! Clean residual mean=-0.000003 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.110256 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 120 components and 0.110256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068595Jy sigma=0.000770 ! Fit after self-cal, rms=0.068595Jy sigma=0.000770 ! 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=4.157 mas, bmaj=10.07 mas, bpa=15.63 degrees ! Estimated noise=461.436 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.157 x 10.07 at 15.63 degrees (North through East) ! Clean map min=-0.0012518 max=0.092115 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.585 mas, bmaj=9.227 mas, bpa=17.5 degrees ! Estimated noise=647.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.071244 Jy ! Component: 100 - total flux cleaned = 0.0899059 Jy ! Component: 150 - total flux cleaned = 0.098299 Jy ! Component: 200 - total flux cleaned = 0.102369 Jy ! Total flux subtracted in 200 components = 0.102369 Jy ! Clean residual min=-0.002222 max=0.002531 Jy/beam ! Clean residual mean=0.000002 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.102369 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.102369 Jy ! Inverting map and beam ! Estimated beam: bmin=4.157 mas, bmaj=10.07 mas, bpa=15.63 degrees ! Estimated noise=461.436 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.00284713 Jy ! Component: 100 - total flux cleaned = 0.00459439 Jy ! Component: 150 - total flux cleaned = 0.00577854 Jy ! Component: 200 - total flux cleaned = 0.00645857 Jy ! Total flux subtracted in 200 components = 0.00645857 Jy ! Clean residual min=-0.001442 max=0.001257 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.108827 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 49 components and 0.108827 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.893 mas, bmaj=12.46 mas, bpa=4.992 degrees ! Estimated noise=523.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000496151 Jy ! Component: 100 - total flux cleaned = 0.000619538 Jy ! Component: 150 - total flux cleaned = 0.000737878 Jy ! Component: 200 - total flux cleaned = 0.000879147 Jy ! Total flux subtracted in 200 components = 0.000879147 Jy ! Clean residual min=-0.001693 max=0.001447 Jy/beam ! Clean residual mean=-0.000003 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.109706 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 = 6.64063e-05 Jy ! Component: 100 - total flux cleaned = 0.000101349 Jy ! Component: 150 - total flux cleaned = 0.000133519 Jy ! Component: 200 - total flux cleaned = 0.000173656 Jy ! Total flux subtracted in 200 components = 0.000173656 Jy ! Clean residual min=-0.001670 max=0.001437 Jy/beam ! Clean residual mean=-0.000003 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.10988 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 97 components and 0.10988 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.157 mas, bmaj=10.07 mas, bpa=15.63 degrees ! Estimated noise=461.436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163514 Jy ! Component: 100 - total flux cleaned = 0.000221391 Jy ! Component: 150 - total flux cleaned = 0.000221077 Jy ! Component: 200 - total flux cleaned = 0.000252858 Jy ! Total flux subtracted in 200 components = 0.000252858 Jy ! Clean residual min=-0.001342 max=0.001243 Jy/beam ! Clean residual mean=-0.000002 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.110133 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 110 components and 0.110133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068604Jy sigma=0.000770 ! Fit after self-cal, rms=0.068604Jy sigma=0.000770 wmodel J1250+0158_S_2014_05_31_pus_map.mod ! Writing 110 model components to file: J1250+0158_S_2014_05_31_pus_map.mod wobs J1250+0158_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1250+0158_S_2014_05_31_pus_uvs.fits wwins J1250+0158_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J1250+0158_S_2014_05_31_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.000149942 Jy ! Component: 100 - total flux cleaned = -0.000214163 Jy ! Component: 150 - total flux cleaned = -0.000294779 Jy ! Component: 200 - total flux cleaned = -0.000411817 Jy ! Component: 250 - total flux cleaned = -0.000562035 Jy ! Component: 300 - total flux cleaned = -0.000653214 Jy ! Component: 350 - total flux cleaned = -0.000776505 Jy ! Component: 400 - total flux cleaned = -0.000861388 Jy ! Component: 450 - total flux cleaned = -0.000960286 Jy ! Component: 500 - total flux cleaned = -0.00108819 Jy ! Component: 550 - total flux cleaned = -0.00110333 Jy ! Component: 600 - total flux cleaned = -0.00114878 Jy ! Component: 650 - total flux cleaned = -0.00119318 Jy ! Component: 700 - total flux cleaned = -0.0012222 Jy ! Component: 750 - total flux cleaned = -0.00123642 Jy ! Component: 800 - total flux cleaned = -0.00129201 Jy ! Component: 850 - total flux cleaned = -0.00133314 Jy ! Component: 900 - total flux cleaned = -0.00136018 Jy ! Component: 950 - total flux cleaned = -0.00141304 Jy ! Component: 1000 - total flux cleaned = -0.00143903 Jy ! Component: 1050 - total flux cleaned = -0.0015283 Jy ! Component: 1100 - total flux cleaned = -0.00156608 Jy ! Component: 1150 - total flux cleaned = -0.00161563 Jy ! Component: 1200 - total flux cleaned = -0.00167685 Jy ! Component: 1250 - total flux cleaned = -0.00173715 Jy ! Component: 1300 - total flux cleaned = -0.00177262 Jy ! Component: 1350 - total flux cleaned = -0.00183143 Jy ! Component: 1400 - total flux cleaned = -0.00191237 Jy ! Component: 1450 - total flux cleaned = -0.00198083 Jy ! Component: 1500 - total flux cleaned = -0.00198092 Jy ! Component: 1550 - total flux cleaned = -0.00201451 Jy ! Component: 1600 - total flux cleaned = -0.00205855 Jy ! Component: 1650 - total flux cleaned = -0.00211295 Jy ! Component: 1700 - total flux cleaned = -0.00211283 Jy ! Component: 1750 - total flux cleaned = -0.00213408 Jy ! Component: 1800 - total flux cleaned = -0.00216551 Jy ! Component: 1850 - total flux cleaned = -0.00212378 Jy ! Component: 1900 - total flux cleaned = -0.00213427 Jy ! Component: 1950 - total flux cleaned = -0.00213427 Jy ! Component: 2000 - total flux cleaned = -0.00216473 Jy ! Component: 2050 - total flux cleaned = -0.00218478 Jy ! Component: 2100 - total flux cleaned = -0.00220439 Jy ! Component: 2150 - total flux cleaned = -0.00216495 Jy ! Component: 2200 - total flux cleaned = -0.0021649 Jy ! Component: 2250 - total flux cleaned = -0.00215528 Jy ! Component: 2300 - total flux cleaned = -0.00210744 Jy ! Component: 2350 - total flux cleaned = -0.00211685 Jy ! Component: 2400 - total flux cleaned = -0.00207915 Jy ! Component: 2450 - total flux cleaned = -0.00207922 Jy ! Component: 2500 - total flux cleaned = -0.00208842 Jy ! Component: 2550 - total flux cleaned = -0.00207906 Jy ! Component: 2600 - total flux cleaned = -0.00207909 Jy ! Component: 2650 - total flux cleaned = -0.00212445 Jy ! Component: 2700 - total flux cleaned = -0.00211545 Jy ! Component: 2750 - total flux cleaned = -0.00213325 Jy ! Component: 2800 - total flux cleaned = -0.00215093 Jy ! Component: 2850 - total flux cleaned = -0.00213323 Jy ! Component: 2900 - total flux cleaned = -0.00214201 Jy ! Component: 2950 - total flux cleaned = -0.00216803 Jy ! Component: 3000 - total flux cleaned = -0.00215946 Jy ! Component: 3050 - total flux cleaned = -0.00218516 Jy ! Component: 3100 - total flux cleaned = -0.00218517 Jy ! Component: 3150 - total flux cleaned = -0.00218512 Jy ! Component: 3200 - total flux cleaned = -0.00221877 Jy ! Component: 3250 - total flux cleaned = -0.00217698 Jy ! Component: 3300 - total flux cleaned = -0.00217709 Jy ! Component: 3350 - total flux cleaned = -0.00218543 Jy ! Component: 3400 - total flux cleaned = -0.00220176 Jy ! Component: 3450 - total flux cleaned = -0.00219355 Jy ! Component: 3500 - total flux cleaned = -0.00217741 Jy ! Component: 3550 - total flux cleaned = -0.0021774 Jy ! Component: 3600 - total flux cleaned = -0.00218544 Jy ! Component: 3650 - total flux cleaned = -0.00219332 Jy ! Component: 3700 - total flux cleaned = -0.00220915 Jy ! Component: 3750 - total flux cleaned = -0.00216976 Jy ! Component: 3800 - total flux cleaned = -0.00218547 Jy ! Component: 3850 - total flux cleaned = -0.0021854 Jy ! Component: 3900 - total flux cleaned = -0.00217768 Jy ! Component: 3950 - total flux cleaned = -0.00217773 Jy ! Component: 4000 - total flux cleaned = -0.00217769 Jy ! Component: 4050 - total flux cleaned = -0.00217003 Jy ! Total flux subtracted in 4096 components = -0.0021852 Jy ! Clean residual min=-0.000434 max=0.000453 Jy/beam ! Clean residual mean=-0.000001 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.107948 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 381 components and 0.107948 Jy ![Exited script file: muppet] wmap "J1250+0158_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.157 x 10.07 at 15.63 degrees (North through East) ! Clean map min=-0.0010332 max=0.092291 Jy/beam ! Writing clean map to FITS file: J1250+0158_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0922914 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147071 device "J1250+0158_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1250+0158_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.478065 0.478065 0.956129 1.91226 3.82452 7.64903 15.2981 30.5961 61.1923 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.157 x 10.07 at 15.63 degrees (North through East) ! Clean map min=-0.0010332 max=0.092291 Jy/beam quit ! Quitting program ! Log file J1250+0158_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:27:21 2016