! Started logfile: J1959+6508_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:14:02 2016 obs J1959+6508_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1959+6508_S_2014_08_09_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.765503 visibilities/baseline/integration-bin. ! Found source: J1959+6508 ! ! 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 14468 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 J1959+6508_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.831049Jy sigma=0.009732 ! Fit after self-cal, rms=0.816313Jy sigma=0.009568 ! 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=4.061 mas, bmaj=4.951 mas, bpa=-81.08 degrees ! Estimated noise=988.644 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.140567 Jy ! Component: 100 - total flux cleaned = 0.172169 Jy ! Total flux subtracted in 100 components = 0.172169 Jy ! Clean residual min=-0.006287 max=0.010924 Jy/beam ! Clean residual mean=-0.000009 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.172169 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.172169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079188Jy sigma=0.000858 ! Fit after self-cal, rms=0.079175Jy sigma=0.000858 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120724 Jy ! Component: 100 - total flux cleaned = 0.0195128 Jy ! Total flux subtracted in 100 components = 0.0195128 Jy ! Clean residual min=-0.005700 max=0.006211 Jy/beam ! Clean residual mean=-0.000007 rms=0.001367 Jy/beam ! Combined flux in latest and established models = 0.191682 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 32 components and 0.191682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076072Jy sigma=0.000825 ! Fit after self-cal, rms=0.076047Jy sigma=0.000824 ! 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.873 mas, bmaj=5.978 mas, bpa=-87.26 degrees ! Estimated noise=510.587 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 (1, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00981771 Jy ! Component: 100 - total flux cleaned = 0.0160099 Jy ! Component: 150 - total flux cleaned = 0.0205802 Jy ! Component: 200 - total flux cleaned = 0.0240683 Jy ! Total flux subtracted in 200 components = 0.0240683 Jy ! Clean residual min=-0.004263 max=0.003495 Jy/beam ! Clean residual mean=-0.000022 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.21575 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 93 components and 0.21575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074331Jy sigma=0.000808 ! Fit after self-cal, rms=0.074271Jy sigma=0.000807 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.86 HN 0.98 KP 1.03 ! LA 1.10 MK 1.00* NL 0.97 OV 0.98 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.07 HN 1.03 KP 1.02 ! LA 1.04 MK 1.00* NL 1.03 OV 1.01 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.04 KP 0.90 ! LA 0.83 MK 1.00* NL 1.01 OV 0.94 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.07 HN 1.01 KP 0.87 ! LA 0.79 MK 1.00* NL 1.09 OV 1.00 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.074271Jy sigma=0.000807 ! Fit after self-cal, rms=0.069173Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.891 mas, bmaj=5.999 mas, bpa=-87.25 degrees ! Estimated noise=506.226 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.00135322 Jy ! Component: 100 - total flux cleaned = 0.00175108 Jy ! Component: 150 - total flux cleaned = 0.00196993 Jy ! Component: 200 - total flux cleaned = 0.00214777 Jy ! Total flux subtracted in 200 components = 0.00214777 Jy ! Clean residual min=-0.001642 max=0.002171 Jy/beam ! Clean residual mean=-0.000013 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.217898 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.217898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069088Jy sigma=0.000774 ! Fit after self-cal, rms=0.069071Jy sigma=0.000773 ! 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.069071Jy sigma=0.000773 ! Fit after self-cal, rms=0.069046Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.893 mas, bmaj=6 mas, bpa=-86.9 degrees ! Estimated noise=506.215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000239926 Jy ! Component: 100 - total flux cleaned = 0.000550487 Jy ! Component: 150 - total flux cleaned = 0.000701682 Jy ! Component: 200 - total flux cleaned = 0.000784539 Jy ! Total flux subtracted in 200 components = 0.000784539 Jy ! Clean residual min=-0.001560 max=0.002133 Jy/beam ! Clean residual mean=-0.000013 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.218682 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.218682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069021Jy sigma=0.000772 ! Fit after self-cal, rms=0.069018Jy sigma=0.000772 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 (-100, -62.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210678 Jy ! Component: 100 - total flux cleaned = 0.00337671 Jy ! Component: 150 - total flux cleaned = 0.00429913 Jy ! Component: 200 - total flux cleaned = 0.00491976 Jy ! Total flux subtracted in 200 components = 0.00491976 Jy ! Clean residual min=-0.001402 max=0.001583 Jy/beam ! Clean residual mean=-0.000014 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.223602 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 143 components and 0.223602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068941Jy sigma=0.000771 ! Fit after self-cal, rms=0.068939Jy sigma=0.000771 ! 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.068939Jy sigma=0.000771 ! Fit after self-cal, rms=0.068856Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.895 mas, bmaj=6 mas, bpa=-86.81 degrees ! Estimated noise=505.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000362501 Jy ! Component: 100 - total flux cleaned = 0.00068229 Jy ! Component: 150 - total flux cleaned = 0.000946102 Jy ! Component: 200 - total flux cleaned = 0.00107673 Jy ! Total flux subtracted in 200 components = 0.00107673 Jy ! Clean residual min=-0.001362 max=0.001535 Jy/beam ! Clean residual mean=-0.000013 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.224679 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 154 components and 0.224679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068838Jy sigma=0.000771 ! Fit after self-cal, rms=0.068837Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105418 Jy ! Component: 100 - total flux cleaned = 0.000283696 Jy ! Component: 150 - total flux cleaned = 0.000411995 Jy ! Component: 200 - total flux cleaned = 0.000498302 Jy ! Total flux subtracted in 200 components = 0.000498302 Jy ! Clean residual min=-0.001343 max=0.001490 Jy/beam ! Clean residual mean=-0.000013 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.225177 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 159 components and 0.225177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068827Jy sigma=0.000771 ! Fit after self-cal, rms=0.068827Jy sigma=0.000771 ! 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.068827Jy sigma=0.000771 ! Fit after self-cal, rms=0.068805Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.478 mas, bmaj=9.413 mas, bpa=-78.12 degrees ! Estimated noise=589.048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00046012 Jy ! Component: 100 - total flux cleaned = 0.000731847 Jy ! Component: 150 - total flux cleaned = 0.000835111 Jy ! Component: 200 - total flux cleaned = 0.000886433 Jy ! Total flux subtracted in 200 components = 0.000886433 Jy ! Clean residual min=-0.001698 max=0.001767 Jy/beam ! Clean residual mean=-0.000024 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.226063 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 186 components and 0.226063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068802Jy sigma=0.000771 ! Fit after self-cal, rms=0.068801Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.88318e-05 Jy ! Component: 100 - total flux cleaned = 9.35404e-05 Jy ! Component: 150 - total flux cleaned = 0.000105377 Jy ! Component: 200 - total flux cleaned = 0.000116874 Jy ! Total flux subtracted in 200 components = 0.000116874 Jy ! Clean residual min=-0.001701 max=0.001759 Jy/beam ! Clean residual mean=-0.000024 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.22618 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 189 components and 0.22618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068799Jy sigma=0.000771 ! Fit after self-cal, rms=0.068798Jy sigma=0.000771 ! 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.897 mas, bmaj=6 mas, bpa=-86.72 degrees ! Estimated noise=505.656 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.897 x 6 at -86.72 degrees (North through East) ! Clean map min=-0.0013508 max=0.17994 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=4.06 mas, bmaj=4.95 mas, bpa=-80.66 degrees ! Estimated noise=984.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13983 Jy ! Component: 100 - total flux cleaned = 0.171973 Jy ! Component: 150 - total flux cleaned = 0.184691 Jy ! Component: 200 - total flux cleaned = 0.191848 Jy ! Total flux subtracted in 200 components = 0.191848 Jy ! Clean residual min=-0.003529 max=0.004272 Jy/beam ! Clean residual mean=-0.000007 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.191848 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.191848 Jy ! Inverting map and beam ! Estimated beam: bmin=4.897 mas, bmaj=6 mas, bpa=-86.72 degrees ! Estimated noise=505.656 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.0077524 Jy ! Component: 100 - total flux cleaned = 0.0129981 Jy ! Component: 150 - total flux cleaned = 0.0167919 Jy ! Component: 200 - total flux cleaned = 0.0196672 Jy ! Total flux subtracted in 200 components = 0.0196672 Jy ! Clean residual min=-0.001861 max=0.002693 Jy/beam ! Clean residual mean=-0.000016 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.211515 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 71 components and 0.211515 Jy ! Inverting map ! Added new window around map position (-5.5, 15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264207 Jy ! Component: 100 - total flux cleaned = 0.00462164 Jy ! Component: 150 - total flux cleaned = 0.00629224 Jy ! Component: 200 - total flux cleaned = 0.0077153 Jy ! Total flux subtracted in 200 components = 0.0077153 Jy ! Clean residual min=-0.001555 max=0.001548 Jy/beam ! Clean residual mean=-0.000013 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.219231 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 116 components and 0.219231 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=8.478 mas, bmaj=9.413 mas, bpa=-78.12 degrees ! Estimated noise=589.048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001779 Jy ! Component: 100 - total flux cleaned = 0.00315253 Jy ! Component: 150 - total flux cleaned = 0.00418644 Jy ! Component: 200 - total flux cleaned = 0.00482762 Jy ! Total flux subtracted in 200 components = 0.00482762 Jy ! Clean residual min=-0.001626 max=0.001696 Jy/beam ! Clean residual mean=-0.000021 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.224058 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.000553412 Jy ! Component: 100 - total flux cleaned = 0.00100912 Jy ! Component: 150 - total flux cleaned = 0.00131102 Jy ! Component: 200 - total flux cleaned = 0.0015589 Jy ! Total flux subtracted in 200 components = 0.0015589 Jy ! Clean residual min=-0.001497 max=0.001616 Jy/beam ! Clean residual mean=-0.000020 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.225617 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 180 components and 0.225617 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.897 mas, bmaj=6 mas, bpa=-86.72 degrees ! Estimated noise=505.656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000140475 Jy ! Component: 100 - total flux cleaned = -0.000113604 Jy ! Component: 150 - total flux cleaned = -3.8941e-05 Jy ! Component: 200 - total flux cleaned = 5.09934e-05 Jy ! Total flux subtracted in 200 components = 5.09934e-05 Jy ! Clean residual min=-0.001383 max=0.001416 Jy/beam ! Clean residual mean=-0.000011 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.225668 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 203 components and 0.225668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068784Jy sigma=0.000770 ! Fit after self-cal, rms=0.068778Jy sigma=0.000770 wmodel J1959+6508_S_2014_08_09_pus_map.mod ! Writing 203 model components to file: J1959+6508_S_2014_08_09_pus_map.mod wobs J1959+6508_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1959+6508_S_2014_08_09_pus_uvs.fits wwins J1959+6508_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J1959+6508_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 = 1.29965e-05 Jy ! Component: 100 - total flux cleaned = -0.00021571 Jy ! Component: 150 - total flux cleaned = -0.000498287 Jy ! Component: 200 - total flux cleaned = -0.000707407 Jy ! Component: 250 - total flux cleaned = -0.000909855 Jy ! Component: 300 - total flux cleaned = -0.00110636 Jy ! Component: 350 - total flux cleaned = -0.00127773 Jy ! Component: 400 - total flux cleaned = -0.00133337 Jy ! Component: 450 - total flux cleaned = -0.00146021 Jy ! Component: 500 - total flux cleaned = -0.00156604 Jy ! Component: 550 - total flux cleaned = -0.00168683 Jy ! Component: 600 - total flux cleaned = -0.00178801 Jy ! Component: 650 - total flux cleaned = -0.00183699 Jy ! Component: 700 - total flux cleaned = -0.00186872 Jy ! Component: 750 - total flux cleaned = -0.00188427 Jy ! Component: 800 - total flux cleaned = -0.00196149 Jy ! Component: 850 - total flux cleaned = -0.00203742 Jy ! Component: 900 - total flux cleaned = -0.00205239 Jy ! Component: 950 - total flux cleaned = -0.00216992 Jy ! Component: 1000 - total flux cleaned = -0.00222732 Jy ! Component: 1050 - total flux cleaned = -0.00225565 Jy ! Component: 1100 - total flux cleaned = -0.00232546 Jy ! Component: 1150 - total flux cleaned = -0.00240817 Jy ! Component: 1200 - total flux cleaned = -0.00246262 Jy ! Component: 1250 - total flux cleaned = -0.00254297 Jy ! Component: 1300 - total flux cleaned = -0.00262179 Jy ! Component: 1350 - total flux cleaned = -0.00266102 Jy ! Component: 1400 - total flux cleaned = -0.00271251 Jy ! Component: 1450 - total flux cleaned = -0.00273808 Jy ! Component: 1500 - total flux cleaned = -0.0028383 Jy ! Component: 1550 - total flux cleaned = -0.00292508 Jy ! Component: 1600 - total flux cleaned = -0.00298625 Jy ! Component: 1650 - total flux cleaned = -0.0030954 Jy ! Component: 1700 - total flux cleaned = -0.00316755 Jy ! Component: 1750 - total flux cleaned = -0.00328616 Jy ! Component: 1800 - total flux cleaned = -0.00334489 Jy ! Component: 1850 - total flux cleaned = -0.00346105 Jy ! Component: 1900 - total flux cleaned = -0.00353018 Jy ! Component: 1950 - total flux cleaned = -0.00360992 Jy ! Component: 2000 - total flux cleaned = -0.00366639 Jy ! Component: 2050 - total flux cleaned = -0.00377815 Jy ! Component: 2100 - total flux cleaned = -0.00380032 Jy ! Component: 2150 - total flux cleaned = -0.00393187 Jy ! Component: 2200 - total flux cleaned = -0.00397537 Jy ! Component: 2250 - total flux cleaned = -0.00405067 Jy ! Component: 2300 - total flux cleaned = -0.00412521 Jy ! Component: 2350 - total flux cleaned = -0.0041781 Jy ! Component: 2400 - total flux cleaned = -0.004262 Jy ! Component: 2450 - total flux cleaned = -0.0043346 Jy ! Component: 2500 - total flux cleaned = -0.00437592 Jy ! Component: 2550 - total flux cleaned = -0.00443716 Jy ! Component: 2600 - total flux cleaned = -0.00451806 Jy ! Component: 2650 - total flux cleaned = -0.00456817 Jy ! Component: 2700 - total flux cleaned = -0.00460791 Jy ! Component: 2750 - total flux cleaned = -0.00465715 Jy ! Component: 2800 - total flux cleaned = -0.00471586 Jy ! Component: 2850 - total flux cleaned = -0.00473521 Jy ! Component: 2900 - total flux cleaned = -0.00479299 Jy ! Component: 2950 - total flux cleaned = -0.00483123 Jy ! Component: 3000 - total flux cleaned = -0.00485977 Jy ! Component: 3050 - total flux cleaned = -0.00492569 Jy ! Component: 3100 - total flux cleaned = -0.00496295 Jy ! Component: 3150 - total flux cleaned = -0.00499084 Jy ! Component: 3200 - total flux cleaned = -0.00501857 Jy ! Component: 3250 - total flux cleaned = -0.00507343 Jy ! Component: 3300 - total flux cleaned = -0.00508237 Jy ! Component: 3350 - total flux cleaned = -0.0051275 Jy ! Component: 3400 - total flux cleaned = -0.00514547 Jy ! Component: 3450 - total flux cleaned = -0.00521659 Jy ! Component: 3500 - total flux cleaned = -0.00521662 Jy ! Component: 3550 - total flux cleaned = -0.00526055 Jy ! Component: 3600 - total flux cleaned = -0.0052868 Jy ! Component: 3650 - total flux cleaned = -0.00533886 Jy ! Component: 3700 - total flux cleaned = -0.00536468 Jy ! Component: 3750 - total flux cleaned = -0.00539034 Jy ! Component: 3800 - total flux cleaned = -0.00542437 Jy ! Component: 3850 - total flux cleaned = -0.00544118 Jy ! Component: 3900 - total flux cleaned = -0.00544955 Jy ! Component: 3950 - total flux cleaned = -0.00547466 Jy ! Component: 4000 - total flux cleaned = -0.00549957 Jy ! Component: 4050 - total flux cleaned = -0.00549136 Jy ! Total flux subtracted in 4096 components = -0.00550777 Jy ! Clean residual min=-0.000456 max=0.000578 Jy/beam ! Clean residual mean=-0.000004 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.22016 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 488 components and 0.22016 Jy ![Exited script file: muppet] wmap "J1959+6508_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.897 x 6 at -86.72 degrees (North through East) ! Clean map min=-0.0009831 max=0.18048 Jy/beam ! Writing clean map to FITS file: J1959+6508_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.18048 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000145502 device "J1959+6508_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1959+6508_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.241858 0.241858 0.483716 0.967431 1.93486 3.86973 7.73945 15.4789 30.9578 61.9156 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.18 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.897 x 6 at -86.72 degrees (North through East) ! Clean map min=-0.0009831 max=0.18048 Jy/beam quit ! Quitting program ! Log file J1959+6508_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:14:08 2016