! Started logfile: J1706+0953_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:59:16 2016 obs J1706+0953_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1706+0953_S_2014_06_09_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.691546 visibilities/baseline/integration-bin. ! Found source: J1706+0953 ! ! 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 11452 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 J1706+0953_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 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.871856Jy sigma=0.009827 ! Fit after self-cal, rms=0.852721Jy sigma=0.009610 ! 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.417 mas, bmaj=8.334 mas, bpa=3.727 degrees ! Estimated noise=1033.62 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.1111 Jy ! Component: 100 - total flux cleaned = 0.14657 Jy ! Total flux subtracted in 100 components = 0.14657 Jy ! Clean residual min=-0.007680 max=0.015311 Jy/beam ! Clean residual mean=-0.000072 rms=0.002092 Jy/beam ! Combined flux in latest and established models = 0.14657 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.14657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091724Jy sigma=0.000849 ! Fit after self-cal, rms=0.091711Jy sigma=0.000848 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167609 Jy ! Component: 100 - total flux cleaned = 0.0251617 Jy ! Total flux subtracted in 100 components = 0.0251617 Jy ! Clean residual min=-0.005786 max=0.006206 Jy/beam ! Clean residual mean=-0.000037 rms=0.001445 Jy/beam ! Combined flux in latest and established models = 0.171732 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.171732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087726Jy sigma=0.000812 ! Fit after self-cal, rms=0.087719Jy sigma=0.000811 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.019 mas, bmaj=9.21 mas, bpa=3.357 degrees ! Estimated noise=602.111 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 (-8.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00687892 Jy ! Component: 100 - total flux cleaned = 0.0107951 Jy ! Component: 150 - total flux cleaned = 0.0120865 Jy ! Component: 200 - total flux cleaned = 0.0130551 Jy ! Total flux subtracted in 200 components = 0.0130551 Jy ! Clean residual min=-0.004010 max=0.003679 Jy/beam ! Clean residual mean=-0.000027 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.184787 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 55 components and 0.184787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086826Jy sigma=0.000805 ! Fit after self-cal, rms=0.086761Jy sigma=0.000805 ! 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.82 HN 0.95 KP 1.03 ! LA 1.18 MK 1.05 NL 0.98 OV 1.01 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.98 KP 1.02 ! LA 1.13 MK 1.06 NL 1.05 OV 1.04 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 0.99 KP 0.92 ! LA 0.89 MK 1.10 NL 1.02 OV 1.00 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.89 HN 0.99 KP 0.91 ! LA 0.88 MK 1.14 NL 1.04 OV 1.06 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.086761Jy sigma=0.000805 ! Fit after self-cal, rms=0.081674Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.07 mas, bmaj=9.245 mas, bpa=3.495 degrees ! Estimated noise=604.159 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.000936397 Jy ! Component: 100 - total flux cleaned = 0.00101403 Jy ! Component: 150 - total flux cleaned = 0.00107898 Jy ! Component: 200 - total flux cleaned = 0.00113968 Jy ! Total flux subtracted in 200 components = 0.00113968 Jy ! Clean residual min=-0.003252 max=0.003130 Jy/beam ! Clean residual mean=-0.000009 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.185927 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 77 components and 0.185927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081508Jy sigma=0.000783 ! Fit after self-cal, rms=0.081487Jy sigma=0.000783 ! 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.081487Jy sigma=0.000783 ! Fit after self-cal, rms=0.075959Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=9.261 mas, bpa=3.413 degrees ! Estimated noise=601.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154345 Jy ! Component: 100 - total flux cleaned = 0.00166405 Jy ! Component: 150 - total flux cleaned = 0.00166546 Jy ! Component: 200 - total flux cleaned = 0.00166579 Jy ! Total flux subtracted in 200 components = 0.00166579 Jy ! Clean residual min=-0.001732 max=0.001738 Jy/beam ! Clean residual mean=-0.000004 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.187593 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.187593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075907Jy sigma=0.000774 ! Fit after self-cal, rms=0.075875Jy sigma=0.000774 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.000124115 Jy ! Component: 100 - total flux cleaned = 0.000148567 Jy ! Component: 150 - total flux cleaned = 0.000148146 Jy ! Component: 200 - total flux cleaned = 0.000126677 Jy ! Total flux subtracted in 200 components = 0.000126677 Jy ! Clean residual min=-0.001699 max=0.001745 Jy/beam ! Clean residual mean=-0.000004 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.187719 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.18772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075856Jy sigma=0.000773 ! Fit after self-cal, rms=0.075854Jy sigma=0.000773 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075854Jy sigma=0.000773 ! Fit after self-cal, rms=0.075743Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=9.263 mas, bpa=3.46 degrees ! Estimated noise=601.209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000646599 Jy ! Component: 100 - total flux cleaned = 0.000742983 Jy ! Component: 150 - total flux cleaned = 0.000785203 Jy ! Component: 200 - total flux cleaned = 0.000804654 Jy ! Total flux subtracted in 200 components = 0.000804654 Jy ! Clean residual min=-0.001640 max=0.001588 Jy/beam ! Clean residual mean=-0.000005 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.188524 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 118 components and 0.188524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075727Jy sigma=0.000773 ! Fit after self-cal, rms=0.075725Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.63536e-05 Jy ! Component: 100 - total flux cleaned = 2.90887e-05 Jy ! Component: 150 - total flux cleaned = 1.25622e-05 Jy ! Component: 200 - total flux cleaned = -2.22662e-06 Jy ! Total flux subtracted in 200 components = -2.22662e-06 Jy ! Clean residual min=-0.001624 max=0.001564 Jy/beam ! Clean residual mean=-0.000005 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.188522 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.188522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075716Jy sigma=0.000773 ! Fit after self-cal, rms=0.075716Jy sigma=0.000773 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075716Jy sigma=0.000773 ! Fit after self-cal, rms=0.075700Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.895 mas, bmaj=13.45 mas, bpa=-9.185 degrees ! Estimated noise=686.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000219307 Jy ! Component: 100 - total flux cleaned = 0.000165134 Jy ! Component: 150 - total flux cleaned = 0.000152223 Jy ! Component: 200 - total flux cleaned = 0.000141299 Jy ! Total flux subtracted in 200 components = 0.000141299 Jy ! Clean residual min=-0.001848 max=0.001666 Jy/beam ! Clean residual mean=-0.000011 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.188663 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.188663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075694Jy sigma=0.000773 ! Fit after self-cal, rms=0.075693Jy sigma=0.000773 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.23459e-05 Jy ! Component: 100 - total flux cleaned = 4.33889e-05 Jy ! Component: 150 - total flux cleaned = 6.32188e-05 Jy ! Component: 200 - total flux cleaned = 6.32423e-05 Jy ! Total flux subtracted in 200 components = 6.32423e-05 Jy ! Clean residual min=-0.001801 max=0.001649 Jy/beam ! Clean residual mean=-0.000011 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.188726 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 157 components and 0.188726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075690Jy sigma=0.000773 ! Fit after self-cal, rms=0.075690Jy sigma=0.000773 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=9.262 mas, bpa=3.501 degrees ! Estimated noise=600.907 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.076 x 9.262 at 3.501 degrees (North through East) ! Clean map min=-0.0025496 max=0.14697 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.472 mas, bmaj=8.374 mas, bpa=4.026 degrees ! Estimated noise=1032.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110587 Jy ! Component: 100 - total flux cleaned = 0.145288 Jy ! Component: 150 - total flux cleaned = 0.161202 Jy ! Component: 200 - total flux cleaned = 0.170199 Jy ! Total flux subtracted in 200 components = 0.170199 Jy ! Clean residual min=-0.004179 max=0.004654 Jy/beam ! Clean residual mean=-0.000029 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.170199 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.170199 Jy ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=9.262 mas, bpa=3.501 degrees ! Estimated noise=600.907 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.00690268 Jy ! Component: 100 - total flux cleaned = 0.0110465 Jy ! Component: 150 - total flux cleaned = 0.013749 Jy ! Component: 200 - total flux cleaned = 0.0149587 Jy ! Total flux subtracted in 200 components = 0.0149587 Jy ! Clean residual min=-0.001873 max=0.001744 Jy/beam ! Clean residual mean=-0.000013 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.185158 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 66 components and 0.185158 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.895 mas, bmaj=13.45 mas, bpa=-9.185 degrees ! Estimated noise=686.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169745 Jy ! Component: 100 - total flux cleaned = 0.00198739 Jy ! Component: 150 - total flux cleaned = 0.00231433 Jy ! Component: 200 - total flux cleaned = 0.00256705 Jy ! Total flux subtracted in 200 components = 0.00256705 Jy ! Clean residual min=-0.001963 max=0.001710 Jy/beam ! Clean residual mean=-0.000014 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.187725 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.000194411 Jy ! Component: 100 - total flux cleaned = 0.00040078 Jy ! Component: 150 - total flux cleaned = 0.00042764 Jy ! Component: 200 - total flux cleaned = 0.000478174 Jy ! Total flux subtracted in 200 components = 0.000478174 Jy ! Clean residual min=-0.001901 max=0.001663 Jy/beam ! Clean residual mean=-0.000012 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.188203 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 102 components and 0.188203 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=9.262 mas, bpa=3.501 degrees ! Estimated noise=600.907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00014787 Jy ! Component: 100 - total flux cleaned = -0.000112326 Jy ! Component: 150 - total flux cleaned = -4.29411e-05 Jy ! Component: 200 - total flux cleaned = 2.11017e-05 Jy ! Total flux subtracted in 200 components = 2.11017e-05 Jy ! Clean residual min=-0.001666 max=0.001574 Jy/beam ! Clean residual mean=-0.000007 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.188224 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 113 components and 0.188224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075746Jy sigma=0.000773 ! Fit after self-cal, rms=0.075742Jy sigma=0.000773 wmodel J1706+0953_S_2014_06_09_pus_map.mod ! Writing 113 model components to file: J1706+0953_S_2014_06_09_pus_map.mod wobs J1706+0953_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1706+0953_S_2014_06_09_pus_uvs.fits wwins J1706+0953_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1706+0953_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 = 8.29025e-05 Jy ! Component: 100 - total flux cleaned = 0.00013993 Jy ! Component: 150 - total flux cleaned = 8.68649e-05 Jy ! Component: 200 - total flux cleaned = 3.6132e-05 Jy ! Component: 250 - total flux cleaned = 1.13066e-05 Jy ! Component: 300 - total flux cleaned = -0.000106091 Jy ! Component: 350 - total flux cleaned = -3.82587e-05 Jy ! Component: 400 - total flux cleaned = -6.05672e-05 Jy ! Component: 450 - total flux cleaned = -3.92977e-05 Jy ! Component: 500 - total flux cleaned = -0.000123565 Jy ! Component: 550 - total flux cleaned = -0.000184396 Jy ! Component: 600 - total flux cleaned = -0.000184281 Jy ! Component: 650 - total flux cleaned = -0.000282767 Jy ! Component: 700 - total flux cleaned = -0.00034048 Jy ! Component: 750 - total flux cleaned = -0.000416464 Jy ! Component: 800 - total flux cleaned = -0.000472715 Jy ! Component: 850 - total flux cleaned = -0.000527732 Jy ! Component: 900 - total flux cleaned = -0.000635368 Jy ! Component: 950 - total flux cleaned = -0.000705857 Jy ! Component: 1000 - total flux cleaned = -0.000740455 Jy ! Component: 1050 - total flux cleaned = -0.000790831 Jy ! Component: 1100 - total flux cleaned = -0.000773946 Jy ! Component: 1150 - total flux cleaned = -0.000790413 Jy ! Component: 1200 - total flux cleaned = -0.00082272 Jy ! Component: 1250 - total flux cleaned = -0.000823088 Jy ! Component: 1300 - total flux cleaned = -0.000870072 Jy ! Component: 1350 - total flux cleaned = -0.000870285 Jy ! Component: 1400 - total flux cleaned = -0.000839741 Jy ! Component: 1450 - total flux cleaned = -0.000824631 Jy ! Component: 1500 - total flux cleaned = -0.00079479 Jy ! Component: 1550 - total flux cleaned = -0.000809899 Jy ! Component: 1600 - total flux cleaned = -0.000882544 Jy ! Component: 1650 - total flux cleaned = -0.000867997 Jy ! Component: 1700 - total flux cleaned = -0.000868152 Jy ! Component: 1750 - total flux cleaned = -0.000910379 Jy ! Component: 1800 - total flux cleaned = -0.000965635 Jy ! Component: 1850 - total flux cleaned = -0.000910643 Jy ! Component: 1900 - total flux cleaned = -0.000910787 Jy ! Component: 1950 - total flux cleaned = -0.000977911 Jy ! Component: 2000 - total flux cleaned = -0.00100423 Jy ! Component: 2050 - total flux cleaned = -0.000977819 Jy ! Component: 2100 - total flux cleaned = -0.000977834 Jy ! Component: 2150 - total flux cleaned = -0.000964988 Jy ! Component: 2200 - total flux cleaned = -0.000965293 Jy ! Component: 2250 - total flux cleaned = -0.00100314 Jy ! Component: 2300 - total flux cleaned = -0.00101569 Jy ! Component: 2350 - total flux cleaned = -0.00104021 Jy ! Component: 2400 - total flux cleaned = -0.00108896 Jy ! Component: 2450 - total flux cleaned = -0.0010407 Jy ! Component: 2500 - total flux cleaned = -0.0010527 Jy ! Component: 2550 - total flux cleaned = -0.00106437 Jy ! Component: 2600 - total flux cleaned = -0.00105259 Jy ! Component: 2650 - total flux cleaned = -0.00107578 Jy ! Component: 2700 - total flux cleaned = -0.00106427 Jy ! Component: 2750 - total flux cleaned = -0.00106419 Jy ! Component: 2800 - total flux cleaned = -0.00105297 Jy ! Component: 2850 - total flux cleaned = -0.00105306 Jy ! Component: 2900 - total flux cleaned = -0.00113038 Jy ! Component: 2950 - total flux cleaned = -0.00109755 Jy ! Component: 3000 - total flux cleaned = -0.00110843 Jy ! Component: 3050 - total flux cleaned = -0.00114051 Jy ! Component: 3100 - total flux cleaned = -0.00114038 Jy ! Component: 3150 - total flux cleaned = -0.00115088 Jy ! Component: 3200 - total flux cleaned = -0.00111959 Jy ! Component: 3250 - total flux cleaned = -0.00115056 Jy ! Component: 3300 - total flux cleaned = -0.00114008 Jy ! Component: 3350 - total flux cleaned = -0.00115017 Jy ! Component: 3400 - total flux cleaned = -0.00112982 Jy ! Component: 3450 - total flux cleaned = -0.00114989 Jy ! Component: 3500 - total flux cleaned = -0.00112999 Jy ! Component: 3550 - total flux cleaned = -0.00113987 Jy ! Component: 3600 - total flux cleaned = -0.00115939 Jy ! Component: 3650 - total flux cleaned = -0.00115936 Jy ! Component: 3700 - total flux cleaned = -0.00117849 Jy ! Component: 3750 - total flux cleaned = -0.00119745 Jy ! Component: 3800 - total flux cleaned = -0.0012258 Jy ! Component: 3850 - total flux cleaned = -0.00124465 Jy ! Component: 3900 - total flux cleaned = -0.00127276 Jy ! Component: 3950 - total flux cleaned = -0.00128204 Jy ! Component: 4000 - total flux cleaned = -0.00132814 Jy ! Component: 4050 - total flux cleaned = -0.0013923 Jy ! Total flux subtracted in 4096 components = -0.00138314 Jy ! Clean residual min=-0.000505 max=0.000524 Jy/beam ! Clean residual mean=-0.000002 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.186841 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 390 components and 0.186841 Jy ![Exited script file: muppet] wmap "J1706+0953_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.076 x 9.262 at 3.501 degrees (North through East) ! Clean map min=-0.0016855 max=0.14579 Jy/beam ! Writing clean map to FITS file: J1706+0953_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.145791 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168622 device "J1706+0953_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1706+0953_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.346979 0.346979 0.693958 1.38792 2.77583 5.55167 11.1033 22.2067 44.4133 88.8267 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.145 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.076 x 9.262 at 3.501 degrees (North through East) ! Clean map min=-0.0016855 max=0.14579 Jy/beam quit ! Quitting program ! Log file J1706+0953_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:59:21 2016