! Started logfile: J1006+0509_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:50:44 2016 obs J1006+0509_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1006+0509_S_2014_06_09_pus_uva.fits ! AN table 1: 149 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.695749 visibilities/baseline/integration-bin. ! Found source: J1006+0509 ! ! 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 18660 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 J1006+0509_S_2014_06_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 253 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 253 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 253 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 253 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.952242Jy sigma=0.010813 ! Fit after self-cal, rms=0.908356Jy sigma=0.010335 ! 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.568 mas, bmaj=7.373 mas, bpa=-4.715 degrees ! Estimated noise=723.71 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.0706265 Jy ! Component: 100 - total flux cleaned = 0.0902817 Jy ! Total flux subtracted in 100 components = 0.0902817 Jy ! Clean residual min=-0.003595 max=0.008313 Jy/beam ! Clean residual mean=0.000009 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.0902817 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0902817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074019Jy sigma=0.000787 ! Fit after self-cal, rms=0.074017Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.008869 Jy ! Component: 100 - total flux cleaned = 0.0130282 Jy ! Total flux subtracted in 100 components = 0.0130282 Jy ! Clean residual min=-0.002670 max=0.003668 Jy/beam ! Clean residual mean=0.000001 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.10331 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.10331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072969Jy sigma=0.000775 ! Fit after self-cal, rms=0.072978Jy sigma=0.000775 ! 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.273 mas, bmaj=8.826 mas, bpa=-5.618 degrees ! Estimated noise=461.961 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.0022995 Jy ! Component: 100 - total flux cleaned = 0.00326225 Jy ! Component: 150 - total flux cleaned = 0.00342319 Jy ! Component: 200 - total flux cleaned = 0.00351142 Jy ! Total flux subtracted in 200 components = 0.00351142 Jy ! Clean residual min=-0.001703 max=0.002153 Jy/beam ! Clean residual mean=-0.000008 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.106821 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.106821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072886Jy sigma=0.000775 ! Fit after self-cal, rms=0.072887Jy sigma=0.000775 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.87 HN 0.96 KP 1.04 ! LA 1.21 MK 1.00 NL 1.00 OV 0.95 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.98 KP 1.03 ! LA 1.14 MK 1.02 NL 1.09 OV 1.01 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 0.98 KP 0.95 ! LA 0.92 MK 1.03 NL 1.03 OV 0.92 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.96 KP 0.90 ! LA 0.90 MK 1.02 NL 1.07 OV 0.96 ! PT 1.03 SC 0.94 ! ! ! Fit before self-cal, rms=0.072887Jy sigma=0.000775 ! Fit after self-cal, rms=0.071253Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=8.811 mas, bpa=-5.4 degrees ! Estimated noise=460.922 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.000153788 Jy ! Component: 100 - total flux cleaned = -0.000170093 Jy ! Component: 150 - total flux cleaned = -0.000158361 Jy ! Component: 200 - total flux cleaned = -0.000136736 Jy ! Total flux subtracted in 200 components = -0.000136736 Jy ! Clean residual min=-0.001336 max=0.001666 Jy/beam ! Clean residual mean=-0.000002 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.106685 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.106685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071247Jy sigma=0.000767 ! Fit after self-cal, rms=0.071243Jy sigma=0.000767 ! 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.071243Jy sigma=0.000767 ! Fit after self-cal, rms=0.071390Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.273 mas, bmaj=8.805 mas, bpa=-5.384 degrees ! Estimated noise=460.883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106321 Jy ! Component: 100 - total flux cleaned = -5.7777e-05 Jy ! Component: 150 - total flux cleaned = -5.02544e-05 Jy ! Component: 200 - total flux cleaned = -5.03447e-05 Jy ! Total flux subtracted in 200 components = -5.03447e-05 Jy ! Clean residual min=-0.001247 max=0.001580 Jy/beam ! Clean residual mean=-0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.106634 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.106634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071387Jy sigma=0.000767 ! Fit after self-cal, rms=0.071395Jy sigma=0.000767 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 (13, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144744 Jy ! Component: 100 - total flux cleaned = 0.00214063 Jy ! Component: 150 - total flux cleaned = 0.00232669 Jy ! Component: 200 - total flux cleaned = 0.00246807 Jy ! Total flux subtracted in 200 components = 0.00246807 Jy ! Clean residual min=-0.001197 max=0.001348 Jy/beam ! Clean residual mean=-0.000000 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.109102 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 61 components and 0.109102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071366Jy sigma=0.000766 ! Fit after self-cal, rms=0.071362Jy sigma=0.000766 ! 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.071362Jy sigma=0.000766 ! Fit after self-cal, rms=0.071315Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=8.8 mas, bpa=-5.369 degrees ! Estimated noise=460.504 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000534806 Jy ! Component: 100 - total flux cleaned = 0.000705504 Jy ! Component: 150 - total flux cleaned = 0.000789201 Jy ! Component: 200 - total flux cleaned = 0.000850951 Jy ! Total flux subtracted in 200 components = 0.000850951 Jy ! Clean residual min=-0.001235 max=0.001220 Jy/beam ! Clean residual mean=-0.000001 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.109953 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 73 components and 0.109953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071307Jy sigma=0.000766 ! Fit after self-cal, rms=0.071308Jy sigma=0.000766 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.000176456 Jy ! Component: 100 - total flux cleaned = 0.000210893 Jy ! Component: 150 - total flux cleaned = 0.000242098 Jy ! Component: 200 - total flux cleaned = 0.000279818 Jy ! Total flux subtracted in 200 components = 0.000279818 Jy ! Clean residual min=-0.001228 max=0.001164 Jy/beam ! Clean residual mean=-0.000000 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.110233 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 83 components and 0.110233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071304Jy sigma=0.000766 ! Fit after self-cal, rms=0.071305Jy sigma=0.000766 ! 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.071305Jy sigma=0.000766 ! Fit after self-cal, rms=0.071309Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.465 mas, bmaj=15.15 mas, bpa=-10.53 degrees ! Estimated noise=566.473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424849 Jy ! Component: 100 - total flux cleaned = 0.000485553 Jy ! Component: 150 - total flux cleaned = 0.00051678 Jy ! Component: 200 - total flux cleaned = 0.000553357 Jy ! Total flux subtracted in 200 components = 0.000553357 Jy ! Clean residual min=-0.001132 max=0.001106 Jy/beam ! Clean residual mean=-0.000002 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.110786 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.110787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071307Jy sigma=0.000766 ! Fit after self-cal, rms=0.071308Jy sigma=0.000766 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.10904e-05 Jy ! Component: 100 - total flux cleaned = 6.74441e-05 Jy ! Component: 150 - total flux cleaned = 9.14602e-05 Jy ! Component: 200 - total flux cleaned = 0.00012842 Jy ! Total flux subtracted in 200 components = 0.00012842 Jy ! Clean residual min=-0.001127 max=0.001075 Jy/beam ! Clean residual mean=-0.000002 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.110915 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 0.110915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071308Jy sigma=0.000766 ! Fit after self-cal, rms=0.071308Jy sigma=0.000766 ! 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.27 mas, bmaj=8.796 mas, bpa=-5.352 degrees ! Estimated noise=460.522 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.27 x 8.796 at -5.352 degrees (North through East) ! Clean map min=-0.0011882 max=0.092585 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.568 mas, bmaj=7.349 mas, bpa=-4.449 degrees ! Estimated noise=717.891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0697711 Jy ! Component: 100 - total flux cleaned = 0.0895574 Jy ! Component: 150 - total flux cleaned = 0.0982485 Jy ! Component: 200 - total flux cleaned = 0.10236 Jy ! Total flux subtracted in 200 components = 0.10236 Jy ! Clean residual min=-0.002845 max=0.002445 Jy/beam ! Clean residual mean=0.000004 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.10236 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.10236 Jy ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=8.796 mas, bpa=-5.352 degrees ! Estimated noise=460.522 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (2.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00287995 Jy ! Component: 100 - total flux cleaned = 0.00458775 Jy ! Component: 150 - total flux cleaned = 0.00573947 Jy ! Component: 200 - total flux cleaned = 0.00652467 Jy ! Total flux subtracted in 200 components = 0.00652467 Jy ! Clean residual min=-0.001226 max=0.001120 Jy/beam ! Clean residual mean=-0.000001 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.108885 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 50 components and 0.108885 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.465 mas, bmaj=15.15 mas, bpa=-10.53 degrees ! Estimated noise=566.473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799174 Jy ! Component: 100 - total flux cleaned = 0.00111168 Jy ! Component: 150 - total flux cleaned = 0.00124994 Jy ! Component: 200 - total flux cleaned = 0.00135674 Jy ! Total flux subtracted in 200 components = 0.00135674 Jy ! Clean residual min=-0.001082 max=0.001042 Jy/beam ! Clean residual mean=-0.000002 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.110242 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 = 9.57275e-05 Jy ! Component: 100 - total flux cleaned = 0.000158794 Jy ! Component: 150 - total flux cleaned = 0.000204858 Jy ! Component: 200 - total flux cleaned = 0.000247736 Jy ! Total flux subtracted in 200 components = 0.000247736 Jy ! Clean residual min=-0.001083 max=0.001008 Jy/beam ! Clean residual mean=-0.000002 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.110489 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 97 components and 0.110489 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=8.796 mas, bpa=-5.352 degrees ! Estimated noise=460.522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000225283 Jy ! Component: 100 - total flux cleaned = -0.000320566 Jy ! Component: 150 - total flux cleaned = -0.000355181 Jy ! Component: 200 - total flux cleaned = -0.000370528 Jy ! Total flux subtracted in 200 components = -0.000370528 Jy ! Clean residual min=-0.001239 max=0.001154 Jy/beam ! Clean residual mean=-0.000001 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.110119 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.110119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071306Jy sigma=0.000766 ! Fit after self-cal, rms=0.071305Jy sigma=0.000766 wmodel J1006+0509_S_2014_06_09_pus_map.mod ! Writing 110 model components to file: J1006+0509_S_2014_06_09_pus_map.mod wobs J1006+0509_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1006+0509_S_2014_06_09_pus_uvs.fits wwins J1006+0509_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1006+0509_S_2014_06_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.000362327 Jy ! Component: 100 - total flux cleaned = -0.000421441 Jy ! Component: 150 - total flux cleaned = -0.000440228 Jy ! Component: 200 - total flux cleaned = -0.000405015 Jy ! Component: 250 - total flux cleaned = -0.000371181 Jy ! Component: 300 - total flux cleaned = -0.000322563 Jy ! Component: 350 - total flux cleaned = -0.000338405 Jy ! Component: 400 - total flux cleaned = -0.000322946 Jy ! Component: 450 - total flux cleaned = -0.000323093 Jy ! Component: 500 - total flux cleaned = -0.000367112 Jy ! Component: 550 - total flux cleaned = -0.000410339 Jy ! Component: 600 - total flux cleaned = -0.000481516 Jy ! Component: 650 - total flux cleaned = -0.000509592 Jy ! Component: 700 - total flux cleaned = -0.000591718 Jy ! Component: 750 - total flux cleaned = -0.000631587 Jy ! Component: 800 - total flux cleaned = -0.0006846 Jy ! Component: 850 - total flux cleaned = -0.000749562 Jy ! Component: 900 - total flux cleaned = -0.000826269 Jy ! Component: 950 - total flux cleaned = -0.000914737 Jy ! Component: 1000 - total flux cleaned = -0.000989485 Jy ! Component: 1050 - total flux cleaned = -0.00107582 Jy ! Component: 1100 - total flux cleaned = -0.00120951 Jy ! Component: 1150 - total flux cleaned = -0.00124554 Jy ! Component: 1200 - total flux cleaned = -0.00131686 Jy ! Component: 1250 - total flux cleaned = -0.00143423 Jy ! Component: 1300 - total flux cleaned = -0.00155019 Jy ! Component: 1350 - total flux cleaned = -0.00163043 Jy ! Component: 1400 - total flux cleaned = -0.00169861 Jy ! Component: 1450 - total flux cleaned = -0.00181099 Jy ! Component: 1500 - total flux cleaned = -0.00186661 Jy ! Component: 1550 - total flux cleaned = -0.00196564 Jy ! Component: 1600 - total flux cleaned = -0.00202012 Jy ! Component: 1650 - total flux cleaned = -0.00209571 Jy ! Component: 1700 - total flux cleaned = -0.00218128 Jy ! Component: 1750 - total flux cleaned = -0.00227652 Jy ! Component: 1800 - total flux cleaned = -0.00234992 Jy ! Component: 1850 - total flux cleaned = -0.00243286 Jy ! Component: 1900 - total flux cleaned = -0.00250471 Jy ! Component: 1950 - total flux cleaned = -0.00255551 Jy ! Component: 2000 - total flux cleaned = -0.0026262 Jy ! Component: 2050 - total flux cleaned = -0.00268625 Jy ! Component: 2100 - total flux cleaned = -0.0027656 Jy ! Component: 2150 - total flux cleaned = -0.00283435 Jy ! Component: 2200 - total flux cleaned = -0.00290256 Jy ! Component: 2250 - total flux cleaned = -0.00293156 Jy ! Component: 2300 - total flux cleaned = -0.00301764 Jy ! Component: 2350 - total flux cleaned = -0.00306505 Jy ! Component: 2400 - total flux cleaned = -0.00311221 Jy ! Component: 2450 - total flux cleaned = -0.00318694 Jy ! Component: 2500 - total flux cleaned = -0.00323319 Jy ! Component: 2550 - total flux cleaned = -0.00328839 Jy ! Component: 2600 - total flux cleaned = -0.00332475 Jy ! Component: 2650 - total flux cleaned = -0.00338809 Jy ! Component: 2700 - total flux cleaned = -0.00343301 Jy ! Component: 2750 - total flux cleaned = -0.0034953 Jy ! Component: 2800 - total flux cleaned = -0.0035659 Jy ! Component: 2850 - total flux cleaned = -0.00362721 Jy ! Component: 2900 - total flux cleaned = -0.00371403 Jy ! Component: 2950 - total flux cleaned = -0.00374855 Jy ! Component: 3000 - total flux cleaned = -0.00380846 Jy ! Component: 3050 - total flux cleaned = -0.00384249 Jy ! Component: 3100 - total flux cleaned = -0.00392691 Jy ! Component: 3150 - total flux cleaned = -0.00399389 Jy ! Component: 3200 - total flux cleaned = -0.00405207 Jy ! Component: 3250 - total flux cleaned = -0.00406865 Jy ! Component: 3300 - total flux cleaned = -0.00418333 Jy ! Component: 3350 - total flux cleaned = -0.00423212 Jy ! Component: 3400 - total flux cleaned = -0.00425636 Jy ! Component: 3450 - total flux cleaned = -0.00432053 Jy ! Component: 3500 - total flux cleaned = -0.00435236 Jy ! Component: 3550 - total flux cleaned = -0.0043999 Jy ! Component: 3600 - total flux cleaned = -0.00447061 Jy ! Component: 3650 - total flux cleaned = -0.00447056 Jy ! Component: 3700 - total flux cleaned = -0.00450162 Jy ! Component: 3750 - total flux cleaned = -0.00455572 Jy ! Component: 3800 - total flux cleaned = -0.00460163 Jy ! Component: 3850 - total flux cleaned = -0.00463202 Jy ! Component: 3900 - total flux cleaned = -0.00467732 Jy ! Component: 3950 - total flux cleaned = -0.00470742 Jy ! Component: 4000 - total flux cleaned = -0.00473715 Jy ! Component: 4050 - total flux cleaned = -0.00475201 Jy ! Total flux subtracted in 4096 components = -0.00480365 Jy ! Clean residual min=-0.000437 max=0.000421 Jy/beam ! Clean residual mean=-0.000001 rms=0.000137 Jy/beam ! Combined flux in latest and established models = 0.105315 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 385 components and 0.105315 Jy ![Exited script file: muppet] wmap "J1006+0509_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.27 x 8.796 at -5.352 degrees (North through East) ! Clean map min=-0.0011133 max=0.091979 Jy/beam ! Writing clean map to FITS file: J1006+0509_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0919788 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000137231 device "J1006+0509_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1006+0509_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.447595 0.447595 0.89519 1.79038 3.58076 7.16152 14.323 28.6461 57.2922 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.091 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.27 x 8.796 at -5.352 degrees (North through East) ! Clean map min=-0.0011133 max=0.091979 Jy/beam quit ! Quitting program ! Log file J1006+0509_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:50:49 2016