! Started logfile: J2115+2933_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:47:16 2016 obs J2115+2933_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J2115+2933_S_2014_12_20_pus_uva.fits ! AN table 1: 43 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872868 visibilities/baseline/integration-bin. ! Found source: J2115+2933 ! ! 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 344 lines of history. ! ! Reading 6756 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 J2115+2933_S_2014_12_20_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.402352Jy sigma=0.004899 ! Fit after self-cal, rms=0.392887Jy sigma=0.004792 ! 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.016 mas, bmaj=6.763 mas, bpa=-4.645 degrees ! Estimated noise=934.562 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.473127 Jy ! Component: 100 - total flux cleaned = 0.581011 Jy ! Total flux subtracted in 100 components = 0.581011 Jy ! Clean residual min=-0.017294 max=0.039982 Jy/beam ! Clean residual mean=0.000050 rms=0.004505 Jy/beam ! Combined flux in latest and established models = 0.581011 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.581011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148734Jy sigma=0.001640 ! Fit after self-cal, rms=0.148720Jy sigma=0.001640 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0451694 Jy ! Component: 100 - total flux cleaned = 0.072509 Jy ! Total flux subtracted in 100 components = 0.072509 Jy ! Clean residual min=-0.013991 max=0.019286 Jy/beam ! Clean residual mean=0.000022 rms=0.003379 Jy/beam ! Combined flux in latest and established models = 0.65352 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 27 components and 0.65352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126200Jy sigma=0.001380 ! Fit after self-cal, rms=0.126151Jy sigma=0.001379 ! 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.653 mas, bmaj=7.484 mas, bpa=-4.756 degrees ! Estimated noise=723.588 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 (-3.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0337082 Jy ! Component: 100 - total flux cleaned = 0.0563625 Jy ! Component: 150 - total flux cleaned = 0.0729745 Jy ! Component: 200 - total flux cleaned = 0.0849361 Jy ! Total flux subtracted in 200 components = 0.0849361 Jy ! Clean residual min=-0.013488 max=0.013747 Jy/beam ! Clean residual mean=-0.000007 rms=0.003337 Jy/beam ! Combined flux in latest and established models = 0.738456 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 78 components and 0.738456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113382Jy sigma=0.001238 ! Fit after self-cal, rms=0.113072Jy sigma=0.001234 ! 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 0.99 FD 0.85 HN 0.96 KP 1.09 ! LA 0.94 MK 1.02 NL 0.97 OV 0.98 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.02 KP 1.05 ! LA 0.92 MK 1.02 NL 1.07 OV 1.01 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.14 HN 1.01 KP 0.95 ! LA 0.75 MK 1.03 NL 1.26 OV 0.95 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 0.98 KP 0.91 ! LA 0.81 MK 1.04 NL 1.01 OV 0.99 ! PT 1.04 SC 1.02 ! ! ! Fit before self-cal, rms=0.113072Jy sigma=0.001234 ! Fit after self-cal, rms=0.077063Jy sigma=0.000863 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.703 mas, bmaj=7.568 mas, bpa=-4.953 degrees ! Estimated noise=723.244 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.00234208 Jy ! Component: 100 - total flux cleaned = -0.00308009 Jy ! Component: 150 - total flux cleaned = -0.00350664 Jy ! Component: 200 - total flux cleaned = -0.00388335 Jy ! Total flux subtracted in 200 components = -0.00388335 Jy ! Clean residual min=-0.005668 max=0.004831 Jy/beam ! Clean residual mean=0.000004 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.734573 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.734573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076722Jy sigma=0.000859 ! Fit after self-cal, rms=0.076687Jy sigma=0.000859 ! 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.076687Jy sigma=0.000859 ! Fit after self-cal, rms=0.070917Jy sigma=0.000796 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.697 mas, bmaj=7.565 mas, bpa=-4.718 degrees ! Estimated noise=722.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00312179 Jy ! Component: 100 - total flux cleaned = -0.0036025 Jy ! Component: 150 - total flux cleaned = -0.00388471 Jy ! Component: 200 - total flux cleaned = -0.00403911 Jy ! Total flux subtracted in 200 components = -0.00403911 Jy ! Clean residual min=-0.003231 max=0.004066 Jy/beam ! Clean residual mean=-0.000002 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.730534 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 115 components and 0.730534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070526Jy sigma=0.000792 ! Fit after self-cal, rms=0.070515Jy sigma=0.000791 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 (5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0027007 Jy ! Component: 100 - total flux cleaned = 0.002791 Jy ! Component: 150 - total flux cleaned = 0.00286806 Jy ! Component: 200 - total flux cleaned = 0.00308244 Jy ! Total flux subtracted in 200 components = 0.00308244 Jy ! Clean residual min=-0.002966 max=0.002934 Jy/beam ! Clean residual mean=-0.000003 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.733616 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 137 components and 0.733616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070239Jy sigma=0.000788 ! Fit after self-cal, rms=0.070210Jy sigma=0.000788 ! 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.070210Jy sigma=0.000788 ! Fit after self-cal, rms=0.070216Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.698 mas, bmaj=7.572 mas, bpa=-4.749 degrees ! Estimated noise=722.785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00101825 Jy ! Component: 100 - total flux cleaned = -0.00126301 Jy ! Component: 150 - total flux cleaned = -0.00119864 Jy ! Component: 200 - total flux cleaned = -0.00102339 Jy ! Total flux subtracted in 200 components = -0.00102339 Jy ! Clean residual min=-0.002802 max=0.002420 Jy/beam ! Clean residual mean=-0.000002 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.732593 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 145 components and 0.732593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070051Jy sigma=0.000786 ! Fit after self-cal, rms=0.070039Jy sigma=0.000786 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.48555e-05 Jy ! Component: 100 - total flux cleaned = 0.000232374 Jy ! Component: 150 - total flux cleaned = 0.0002794 Jy ! Component: 200 - total flux cleaned = 0.000368099 Jy ! Total flux subtracted in 200 components = 0.000368099 Jy ! Clean residual min=-0.002703 max=0.002327 Jy/beam ! Clean residual mean=-0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.732961 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 156 components and 0.732961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069969Jy sigma=0.000785 ! Fit after self-cal, rms=0.069961Jy sigma=0.000785 ! 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.069961Jy sigma=0.000785 ! Fit after self-cal, rms=0.069997Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.759 mas, bmaj=10.08 mas, bpa=-7.691 degrees ! Estimated noise=843.079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00168854 Jy ! Component: 100 - total flux cleaned = -0.00190116 Jy ! Component: 150 - total flux cleaned = -0.00193665 Jy ! Component: 200 - total flux cleaned = -0.00187971 Jy ! Total flux subtracted in 200 components = -0.00187971 Jy ! Clean residual min=-0.002587 max=0.002274 Jy/beam ! Clean residual mean=-0.000003 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.731081 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 178 components and 0.731082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069949Jy sigma=0.000784 ! Fit after self-cal, rms=0.069943Jy sigma=0.000784 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.07712e-05 Jy ! Component: 100 - total flux cleaned = 0.00021815 Jy ! Component: 150 - total flux cleaned = 0.000285406 Jy ! Component: 200 - total flux cleaned = 0.000305946 Jy ! Total flux subtracted in 200 components = 0.000305946 Jy ! Clean residual min=-0.002551 max=0.002274 Jy/beam ! Clean residual mean=-0.000003 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.731388 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 191 components and 0.731388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069923Jy sigma=0.000784 ! Fit after self-cal, rms=0.069920Jy sigma=0.000784 ! 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.699 mas, bmaj=7.578 mas, bpa=-4.766 degrees ! Estimated noise=722.803 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.699 x 7.578 at -4.766 degrees (North through East) ! Clean map min=-0.0024392 max=0.61432 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069920Jy sigma=0.000784 ! Fit after self-cal, rms=0.065376Jy sigma=0.000725 ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=7.582 mas, bpa=-4.779 degrees ! Estimated noise=722.572 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000752219 Jy ! Component: 100 - total flux cleaned = -0.000842991 Jy ! Component: 150 - total flux cleaned = -0.000763671 Jy ! Component: 200 - total flux cleaned = -0.000729056 Jy ! Total flux subtracted in 200 components = -0.000729056 Jy ! Clean residual min=-0.002584 max=0.002170 Jy/beam ! Clean residual mean=-0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.730659 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 202 components and 0.730659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065326Jy sigma=0.000725 ! Fit after self-cal, rms=0.065320Jy sigma=0.000725 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.84217e-05 Jy ! Component: 100 - total flux cleaned = 2.92038e-05 Jy ! Component: 150 - total flux cleaned = 9.11147e-05 Jy ! Component: 200 - total flux cleaned = 0.000149941 Jy ! Total flux subtracted in 200 components = 0.000149941 Jy ! Clean residual min=-0.002528 max=0.002140 Jy/beam ! Clean residual mean=-0.000001 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.730809 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 206 components and 0.730808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065289Jy sigma=0.000724 ! Fit after self-cal, rms=0.065285Jy sigma=0.000724 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065285Jy sigma=0.000724 ! Fit after self-cal, rms=0.065330Jy sigma=0.000724 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.047 mas, bmaj=6.823 mas, bpa=-4.737 degrees ! Estimated noise=937.462 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.474499 Jy ! Component: 100 - total flux cleaned = 0.581033 Jy ! Component: 150 - total flux cleaned = 0.621938 Jy ! Component: 200 - total flux cleaned = 0.645983 Jy ! Total flux subtracted in 200 components = 0.645983 Jy ! Clean residual min=-0.006333 max=0.012501 Jy/beam ! Clean residual mean=0.000025 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.645983 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.645983 Jy ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=7.584 mas, bpa=-4.796 degrees ! Estimated noise=722.748 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.0242765 Jy ! Component: 100 - total flux cleaned = 0.0397196 Jy ! Component: 150 - total flux cleaned = 0.0503493 Jy ! Component: 200 - total flux cleaned = 0.0579292 Jy ! Total flux subtracted in 200 components = 0.0579292 Jy ! Clean residual min=-0.003036 max=0.004513 Jy/beam ! Clean residual mean=0.000010 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.703913 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 81 components and 0.703913 Jy ! Inverting map ! Added new window around map position (-10, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0057696 Jy ! Component: 100 - total flux cleaned = 0.0102454 Jy ! Component: 150 - total flux cleaned = 0.0137721 Jy ! Component: 200 - total flux cleaned = 0.0165771 Jy ! Total flux subtracted in 200 components = 0.0165771 Jy ! Clean residual min=-0.002657 max=0.002522 Jy/beam ! Clean residual mean=0.000003 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.72049 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 113 components and 0.72049 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.761 mas, bmaj=10.09 mas, bpa=-7.634 degrees ! Estimated noise=842.559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00312379 Jy ! Component: 100 - total flux cleaned = 0.00506695 Jy ! Component: 150 - total flux cleaned = 0.00642539 Jy ! Component: 200 - total flux cleaned = 0.00716154 Jy ! Total flux subtracted in 200 components = 0.00716154 Jy ! Clean residual min=-0.002551 max=0.002186 Jy/beam ! Clean residual mean=0.000000 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.727651 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.000489779 Jy ! Component: 100 - total flux cleaned = 0.000815629 Jy ! Component: 150 - total flux cleaned = 0.000980202 Jy ! Component: 200 - total flux cleaned = 0.00108738 Jy ! Total flux subtracted in 200 components = 0.00108738 Jy ! Clean residual min=-0.002488 max=0.002172 Jy/beam ! Clean residual mean=-0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.728739 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 208 components and 0.728738 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.7 mas, bmaj=7.584 mas, bpa=-4.796 degrees ! Estimated noise=722.748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000675257 Jy ! Component: 100 - total flux cleaned = -0.000255258 Jy ! Component: 150 - total flux cleaned = 0.000117957 Jy ! Component: 200 - total flux cleaned = 0.000373603 Jy ! Total flux subtracted in 200 components = 0.000373603 Jy ! Clean residual min=-0.002670 max=0.002063 Jy/beam ! Clean residual mean=-0.000000 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.729112 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 225 components and 0.729112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065413Jy sigma=0.000725 ! Fit after self-cal, rms=0.065386Jy sigma=0.000725 wmodel J2115+2933_S_2014_12_20_pus_map.mod ! Writing 225 model components to file: J2115+2933_S_2014_12_20_pus_map.mod wobs J2115+2933_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J2115+2933_S_2014_12_20_pus_uvs.fits wwins J2115+2933_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J2115+2933_S_2014_12_20_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.000840103 Jy ! Component: 100 - total flux cleaned = -0.00121945 Jy ! Component: 150 - total flux cleaned = -0.00154495 Jy ! Component: 200 - total flux cleaned = -0.00182361 Jy ! Component: 250 - total flux cleaned = -0.00209471 Jy ! Component: 300 - total flux cleaned = -0.00239226 Jy ! Component: 350 - total flux cleaned = -0.00261792 Jy ! Component: 400 - total flux cleaned = -0.00286987 Jy ! Component: 450 - total flux cleaned = -0.00293211 Jy ! Component: 500 - total flux cleaned = -0.00308508 Jy ! Component: 550 - total flux cleaned = -0.00329519 Jy ! Component: 600 - total flux cleaned = -0.00350071 Jy ! Component: 650 - total flux cleaned = -0.00367388 Jy ! Component: 700 - total flux cleaned = -0.00381506 Jy ! Component: 750 - total flux cleaned = -0.0038709 Jy ! Component: 800 - total flux cleaned = -0.00387081 Jy ! Component: 850 - total flux cleaned = -0.00378999 Jy ! Component: 900 - total flux cleaned = -0.00371053 Jy ! Component: 950 - total flux cleaned = -0.00371117 Jy ! Component: 1000 - total flux cleaned = -0.00378904 Jy ! Component: 1050 - total flux cleaned = -0.00360879 Jy ! Component: 1100 - total flux cleaned = -0.0035069 Jy ! Component: 1150 - total flux cleaned = -0.00343141 Jy ! Component: 1200 - total flux cleaned = -0.00330659 Jy ! Component: 1250 - total flux cleaned = -0.00318371 Jy ! Component: 1300 - total flux cleaned = -0.00311085 Jy ! Component: 1350 - total flux cleaned = -0.00303869 Jy ! Component: 1400 - total flux cleaned = -0.00306309 Jy ! Component: 1450 - total flux cleaned = -0.00306272 Jy ! Component: 1500 - total flux cleaned = -0.00299265 Jy ! Component: 1550 - total flux cleaned = -0.0030394 Jy ! Component: 1600 - total flux cleaned = -0.00294744 Jy ! Component: 1650 - total flux cleaned = -0.0029023 Jy ! Component: 1700 - total flux cleaned = -0.00294755 Jy ! Component: 1750 - total flux cleaned = -0.00294717 Jy ! Component: 1800 - total flux cleaned = -0.00285822 Jy ! Component: 1850 - total flux cleaned = -0.00294615 Jy ! Component: 1900 - total flux cleaned = -0.00290213 Jy ! Component: 1950 - total flux cleaned = -0.00283706 Jy ! Component: 2000 - total flux cleaned = -0.00283691 Jy ! Component: 2050 - total flux cleaned = -0.00292183 Jy ! Component: 2100 - total flux cleaned = -0.00290071 Jy ! Component: 2150 - total flux cleaned = -0.00283749 Jy ! Component: 2200 - total flux cleaned = -0.00287929 Jy ! Component: 2250 - total flux cleaned = -0.00289987 Jy ! Component: 2300 - total flux cleaned = -0.00281752 Jy ! Component: 2350 - total flux cleaned = -0.00298036 Jy ! Component: 2400 - total flux cleaned = -0.00289958 Jy ! Component: 2450 - total flux cleaned = -0.00291957 Jy ! Component: 2500 - total flux cleaned = -0.00293945 Jy ! Component: 2550 - total flux cleaned = -0.00288006 Jy ! Component: 2600 - total flux cleaned = -0.00291959 Jy ! Component: 2650 - total flux cleaned = -0.00301747 Jy ! Component: 2700 - total flux cleaned = -0.0030951 Jy ! Component: 2750 - total flux cleaned = -0.00301799 Jy ! Component: 2800 - total flux cleaned = -0.00307538 Jy ! Component: 2850 - total flux cleaned = -0.00317058 Jy ! Component: 2900 - total flux cleaned = -0.00318934 Jy ! Component: 2950 - total flux cleaned = -0.00326431 Jy ! Component: 3000 - total flux cleaned = -0.00330155 Jy ! Component: 3050 - total flux cleaned = -0.00339415 Jy ! Component: 3100 - total flux cleaned = -0.00335707 Jy ! Component: 3150 - total flux cleaned = -0.00333868 Jy ! Component: 3200 - total flux cleaned = -0.00335659 Jy ! Component: 3250 - total flux cleaned = -0.00333856 Jy ! Component: 3300 - total flux cleaned = -0.00330278 Jy ! Component: 3350 - total flux cleaned = -0.00333859 Jy ! Component: 3400 - total flux cleaned = -0.00333888 Jy ! Component: 3450 - total flux cleaned = -0.00333882 Jy ! Component: 3500 - total flux cleaned = -0.00342657 Jy ! Component: 3550 - total flux cleaned = -0.00344404 Jy ! Component: 3600 - total flux cleaned = -0.00347883 Jy ! Component: 3650 - total flux cleaned = -0.00346181 Jy ! Component: 3700 - total flux cleaned = -0.00342752 Jy ! Component: 3750 - total flux cleaned = -0.00349566 Jy ! Component: 3800 - total flux cleaned = -0.00352949 Jy ! Component: 3850 - total flux cleaned = -0.00354632 Jy ! Component: 3900 - total flux cleaned = -0.00357972 Jy ! Component: 3950 - total flux cleaned = -0.00367969 Jy ! Component: 4000 - total flux cleaned = -0.0036795 Jy ! Component: 4050 - total flux cleaned = -0.00372913 Jy ! Total flux subtracted in 4096 components = -0.00371268 Jy ! Clean residual min=-0.001001 max=0.000986 Jy/beam ! Clean residual mean=-0.000000 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.725399 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 544 components and 0.725399 Jy ![Exited script file: muppet] wmap "J2115+2933_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.7 x 7.584 at -4.796 degrees (North through East) ! Clean map min=-0.0022052 max=0.61638 Jy/beam ! Writing clean map to FITS file: J2115+2933_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.61638 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000307813 device "J2115+2933_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J2115+2933_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.149817 0.149817 0.299633 0.599267 1.19853 2.39707 4.79414 9.58827 19.1765 38.3531 76.7062 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.616 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.7 x 7.584 at -4.796 degrees (North through East) ! Clean map min=-0.0022052 max=0.61638 Jy/beam quit ! Quitting program ! Log file J2115+2933_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:47:20 2016