! Started logfile: J1159-2148_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:04:14 2016 obs J1159-2148_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1159-2148_S_2014_08_09_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968081 visibilities/baseline/integration-bin. ! Found source: J1159-2148 ! ! 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 9584 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 J1159-2148_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.646195Jy sigma=0.005573 ! Fit after self-cal, rms=0.518934Jy sigma=0.004478 ! 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.557 mas, bmaj=6.396 mas, bpa=-3.028 degrees ! Estimated noise=1212.08 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.370045 Jy ! Component: 100 - total flux cleaned = 0.457884 Jy ! Total flux subtracted in 100 components = 0.457884 Jy ! Clean residual min=-0.015994 max=0.034980 Jy/beam ! Clean residual mean=-0.000053 rms=0.004291 Jy/beam ! Combined flux in latest and established models = 0.457884 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.457884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139319Jy sigma=0.001130 ! Fit after self-cal, rms=0.139246Jy sigma=0.001129 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0390884 Jy ! Component: 100 - total flux cleaned = 0.0614827 Jy ! Total flux subtracted in 100 components = 0.0614827 Jy ! Clean residual min=-0.013676 max=0.013959 Jy/beam ! Clean residual mean=-0.000026 rms=0.003002 Jy/beam ! Combined flux in latest and established models = 0.519367 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 27 components and 0.519367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122299Jy sigma=0.000972 ! Fit after self-cal, rms=0.122272Jy sigma=0.000972 ! 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.151 mas, bmaj=7.661 mas, bpa=-3.506 degrees ! Estimated noise=842.322 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, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0231309 Jy ! Component: 100 - total flux cleaned = 0.0367439 Jy ! Component: 150 - total flux cleaned = 0.0454337 Jy ! Component: 200 - total flux cleaned = 0.0503027 Jy ! Total flux subtracted in 200 components = 0.0503027 Jy ! Clean residual min=-0.009600 max=0.010463 Jy/beam ! Clean residual mean=-0.000008 rms=0.002415 Jy/beam ! Combined flux in latest and established models = 0.56967 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 78 components and 0.56967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116923Jy sigma=0.000934 ! Fit after self-cal, rms=0.116786Jy sigma=0.000932 ! 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.89 HN 1.04 KP 1.05 ! LA 1.09 MK 1.01 NL 0.98 OV 0.97 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.07 HN 1.12 KP 1.00 ! LA 1.06 MK 1.00 NL 0.99 OV 0.99 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.19 HN 1.11 KP 0.89 ! LA 0.83 MK 1.03 NL 0.99 OV 0.92 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.08 KP 0.86 ! LA 0.78 MK 1.02 NL 1.07 OV 0.97 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.116786Jy sigma=0.000932 ! Fit after self-cal, rms=0.098770Jy sigma=0.000799 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=7.669 mas, bpa=-3.108 degrees ! Estimated noise=838.818 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.00532895 Jy ! Component: 100 - total flux cleaned = -0.0061535 Jy ! Component: 150 - total flux cleaned = -0.00628831 Jy ! Component: 200 - total flux cleaned = -0.00664216 Jy ! Total flux subtracted in 200 components = -0.00664216 Jy ! Clean residual min=-0.004782 max=0.006005 Jy/beam ! Clean residual mean=0.000007 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.563028 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 91 components and 0.563028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098120Jy sigma=0.000795 ! Fit after self-cal, rms=0.098140Jy sigma=0.000795 ! 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.098140Jy sigma=0.000795 ! Fit after self-cal, rms=0.097154Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=7.662 mas, bpa=-3.254 degrees ! Estimated noise=838.887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00123164 Jy ! Component: 100 - total flux cleaned = -0.00149928 Jy ! Component: 150 - total flux cleaned = -0.00172489 Jy ! Component: 200 - total flux cleaned = -0.00179225 Jy ! Total flux subtracted in 200 components = -0.00179225 Jy ! Clean residual min=-0.003506 max=0.002811 Jy/beam ! Clean residual mean=0.000005 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.561236 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 105 components and 0.561236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097019Jy sigma=0.000779 ! Fit after self-cal, rms=0.097032Jy sigma=0.000779 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.000262458 Jy ! Component: 100 - total flux cleaned = -0.000545898 Jy ! Component: 150 - total flux cleaned = -0.000644511 Jy ! Component: 200 - total flux cleaned = -0.000732431 Jy ! Total flux subtracted in 200 components = -0.000732431 Jy ! Clean residual min=-0.003367 max=0.002684 Jy/beam ! Clean residual mean=0.000004 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.560503 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 109 components and 0.560503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096983Jy sigma=0.000778 ! Fit after self-cal, rms=0.096973Jy sigma=0.000778 ! 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.096973Jy sigma=0.000778 ! Fit after self-cal, rms=0.097185Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=7.659 mas, bpa=-3.242 degrees ! Estimated noise=838.624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102589 Jy ! Component: 100 - total flux cleaned = -0.00129271 Jy ! Component: 150 - total flux cleaned = -0.00138228 Jy ! Component: 200 - total flux cleaned = -0.00142467 Jy ! Total flux subtracted in 200 components = -0.00142467 Jy ! Clean residual min=-0.003191 max=0.002609 Jy/beam ! Clean residual mean=0.000004 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.559079 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 114 components and 0.559079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097134Jy sigma=0.000777 ! Fit after self-cal, rms=0.097129Jy sigma=0.000777 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.000173819 Jy ! Component: 100 - total flux cleaned = -0.000288083 Jy ! Component: 150 - total flux cleaned = -0.000321087 Jy ! Component: 200 - total flux cleaned = -0.000352693 Jy ! Total flux subtracted in 200 components = -0.000352693 Jy ! Clean residual min=-0.003101 max=0.002534 Jy/beam ! Clean residual mean=0.000003 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.558726 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.558726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097106Jy sigma=0.000777 ! Fit after self-cal, rms=0.097101Jy sigma=0.000777 ! 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.097101Jy sigma=0.000777 ! Fit after self-cal, rms=0.097166Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.823 mas, bmaj=16.51 mas, bpa=1.085 degrees ! Estimated noise=1041.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000912271 Jy ! Component: 100 - total flux cleaned = -0.00109686 Jy ! Component: 150 - total flux cleaned = -0.00122153 Jy ! Component: 200 - total flux cleaned = -0.00125677 Jy ! Total flux subtracted in 200 components = -0.00125677 Jy ! Clean residual min=-0.002787 max=0.002652 Jy/beam ! Clean residual mean=0.000006 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.557469 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 136 components and 0.557469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097152Jy sigma=0.000777 ! Fit after self-cal, rms=0.097149Jy sigma=0.000777 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 = 8.29574e-07 Jy ! Component: 100 - total flux cleaned = -7.22512e-05 Jy ! Component: 150 - total flux cleaned = -0.000136199 Jy ! Component: 200 - total flux cleaned = -0.000150453 Jy ! Total flux subtracted in 200 components = -0.000150453 Jy ! Clean residual min=-0.002794 max=0.002613 Jy/beam ! Clean residual mean=0.000005 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.557319 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 144 components and 0.557319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097144Jy sigma=0.000777 ! Fit after self-cal, rms=0.097142Jy sigma=0.000777 ! 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.174 mas, bmaj=7.656 mas, bpa=-3.231 degrees ! Estimated noise=838.151 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.174 x 7.656 at -3.231 degrees (North through East) ! Clean map min=-0.0030087 max=0.48358 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.57 mas, bmaj=6.372 mas, bpa=-2.71 degrees ! Estimated noise=1212.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.370092 Jy ! Component: 100 - total flux cleaned = 0.458258 Jy ! Component: 150 - total flux cleaned = 0.496101 Jy ! Component: 200 - total flux cleaned = 0.517122 Jy ! Total flux subtracted in 200 components = 0.517122 Jy ! Clean residual min=-0.004839 max=0.010573 Jy/beam ! Clean residual mean=-0.000013 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.517123 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.517123 Jy ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=7.656 mas, bpa=-3.231 degrees ! Estimated noise=838.151 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.0181115 Jy ! Component: 100 - total flux cleaned = 0.0273974 Jy ! Component: 150 - total flux cleaned = 0.0325898 Jy ! Component: 200 - total flux cleaned = 0.0355701 Jy ! Total flux subtracted in 200 components = 0.0355701 Jy ! Clean residual min=-0.002576 max=0.002862 Jy/beam ! Clean residual mean=-0.000001 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.552693 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 78 components and 0.552693 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.823 mas, bmaj=16.51 mas, bpa=1.085 degrees ! Estimated noise=1041.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275203 Jy ! Component: 100 - total flux cleaned = 0.00380351 Jy ! Component: 150 - total flux cleaned = 0.00380553 Jy ! Component: 200 - total flux cleaned = 0.00380672 Jy ! Total flux subtracted in 200 components = 0.00380672 Jy ! Clean residual min=-0.003087 max=0.002456 Jy/beam ! Clean residual mean=0.000004 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.5565 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 = 2.44245e-05 Jy ! Component: 100 - total flux cleaned = 2.4842e-05 Jy ! Component: 150 - total flux cleaned = 4.55456e-05 Jy ! Component: 200 - total flux cleaned = 2.55575e-05 Jy ! Total flux subtracted in 200 components = 2.55575e-05 Jy ! Clean residual min=-0.003040 max=0.002470 Jy/beam ! Clean residual mean=0.000004 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.556525 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 112 components and 0.556525 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=7.656 mas, bpa=-3.231 degrees ! Estimated noise=838.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000701559 Jy ! Component: 100 - total flux cleaned = -0.000606488 Jy ! Component: 150 - total flux cleaned = -0.00052313 Jy ! Component: 200 - total flux cleaned = -0.000592285 Jy ! Total flux subtracted in 200 components = -0.000592285 Jy ! Clean residual min=-0.002440 max=0.002489 Jy/beam ! Clean residual mean=0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.555933 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 124 components and 0.555933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097155Jy sigma=0.000777 ! Fit after self-cal, rms=0.097137Jy sigma=0.000777 wmodel J1159-2148_S_2014_08_09_pus_map.mod ! Writing 124 model components to file: J1159-2148_S_2014_08_09_pus_map.mod wobs J1159-2148_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1159-2148_S_2014_08_09_pus_uvs.fits wwins J1159-2148_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1159-2148_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 = -0.000316924 Jy ! Component: 100 - total flux cleaned = -0.000567181 Jy ! Component: 150 - total flux cleaned = -0.000646926 Jy ! Component: 200 - total flux cleaned = -0.000877764 Jy ! Component: 250 - total flux cleaned = -0.00099035 Jy ! Component: 300 - total flux cleaned = -0.00120883 Jy ! Component: 350 - total flux cleaned = -0.0012793 Jy ! Component: 400 - total flux cleaned = -0.00138227 Jy ! Component: 450 - total flux cleaned = -0.00144955 Jy ! Component: 500 - total flux cleaned = -0.00148267 Jy ! Component: 550 - total flux cleaned = -0.00151505 Jy ! Component: 600 - total flux cleaned = -0.00154599 Jy ! Component: 650 - total flux cleaned = -0.00139023 Jy ! Component: 700 - total flux cleaned = -0.00132957 Jy ! Component: 750 - total flux cleaned = -0.00117873 Jy ! Component: 800 - total flux cleaned = -0.00108927 Jy ! Component: 850 - total flux cleaned = -0.00100118 Jy ! Component: 900 - total flux cleaned = -0.000972459 Jy ! Component: 950 - total flux cleaned = -0.000829278 Jy ! Component: 1000 - total flux cleaned = -0.00074498 Jy ! Component: 1050 - total flux cleaned = -0.000689386 Jy ! Component: 1100 - total flux cleaned = -0.000551529 Jy ! Component: 1150 - total flux cleaned = -0.000443309 Jy ! Component: 1200 - total flux cleaned = -0.000389965 Jy ! Component: 1250 - total flux cleaned = -0.000363728 Jy ! Component: 1300 - total flux cleaned = -0.000284749 Jy ! Component: 1350 - total flux cleaned = -0.000258985 Jy ! Component: 1400 - total flux cleaned = -0.000233713 Jy ! Component: 1450 - total flux cleaned = -0.00025924 Jy ! Component: 1500 - total flux cleaned = -0.000233979 Jy ! Component: 1550 - total flux cleaned = -0.000184535 Jy ! Component: 1600 - total flux cleaned = -0.000233953 Jy ! Component: 1650 - total flux cleaned = -0.000233956 Jy ! Component: 1700 - total flux cleaned = -0.000234209 Jy ! Component: 1750 - total flux cleaned = -0.000281855 Jy ! Component: 1800 - total flux cleaned = -0.000281867 Jy ! Component: 1850 - total flux cleaned = -0.000282443 Jy ! Component: 1900 - total flux cleaned = -0.000282641 Jy ! Component: 1950 - total flux cleaned = -0.000328754 Jy ! Component: 2000 - total flux cleaned = -0.000305727 Jy ! Component: 2050 - total flux cleaned = -0.000351322 Jy ! Component: 2100 - total flux cleaned = -0.000351311 Jy ! Component: 2150 - total flux cleaned = -0.000418302 Jy ! Component: 2200 - total flux cleaned = -0.00030768 Jy ! Component: 2250 - total flux cleaned = -0.000351572 Jy ! Component: 2300 - total flux cleaned = -0.000416758 Jy ! Component: 2350 - total flux cleaned = -0.000394983 Jy ! Component: 2400 - total flux cleaned = -0.000459101 Jy ! Component: 2450 - total flux cleaned = -0.000437737 Jy ! Component: 2500 - total flux cleaned = -0.000458843 Jy ! Component: 2550 - total flux cleaned = -0.000458703 Jy ! Component: 2600 - total flux cleaned = -0.000458618 Jy ! Component: 2650 - total flux cleaned = -0.000396744 Jy ! Component: 2700 - total flux cleaned = -0.000314875 Jy ! Component: 2750 - total flux cleaned = -0.000335413 Jy ! Component: 2800 - total flux cleaned = -0.000315277 Jy ! Component: 2850 - total flux cleaned = -0.000215205 Jy ! Component: 2900 - total flux cleaned = -0.000235217 Jy ! Component: 2950 - total flux cleaned = -0.000195834 Jy ! Component: 3000 - total flux cleaned = -0.00019586 Jy ! Component: 3050 - total flux cleaned = -0.000157007 Jy ! Component: 3100 - total flux cleaned = -0.000156903 Jy ! Component: 3150 - total flux cleaned = -9.94935e-05 Jy ! Component: 3200 - total flux cleaned = -9.9692e-05 Jy ! Component: 3250 - total flux cleaned = -6.19794e-05 Jy ! Component: 3300 - total flux cleaned = 1.30799e-05 Jy ! Component: 3350 - total flux cleaned = 5.04939e-05 Jy ! Component: 3400 - total flux cleaned = 0.000106249 Jy ! Component: 3450 - total flux cleaned = 0.000179821 Jy ! Component: 3500 - total flux cleaned = 0.000198008 Jy ! Component: 3550 - total flux cleaned = 0.000216106 Jy ! Component: 3600 - total flux cleaned = 0.000144166 Jy ! Component: 3650 - total flux cleaned = 0.000323376 Jy ! Component: 3700 - total flux cleaned = 0.000269918 Jy ! Component: 3750 - total flux cleaned = 0.000393904 Jy ! Component: 3800 - total flux cleaned = 0.000429334 Jy ! Component: 3850 - total flux cleaned = 0.000534224 Jy ! Component: 3900 - total flux cleaned = 0.000551555 Jy ! Component: 3950 - total flux cleaned = 0.000568811 Jy ! Component: 4000 - total flux cleaned = 0.000654809 Jy ! Component: 4050 - total flux cleaned = 0.00075707 Jy ! Total flux subtracted in 4096 components = 0.000790923 Jy ! Clean residual min=-0.000985 max=0.001001 Jy/beam ! Clean residual mean=-0.000001 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.556724 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 420 components and 0.556724 Jy ![Exited script file: muppet] wmap "J1159-2148_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.174 x 7.656 at -3.231 degrees (North through East) ! Clean map min=-0.0023572 max=0.48548 Jy/beam ! Writing clean map to FITS file: J1159-2148_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.48548 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000312483 device "J1159-2148_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1159-2148_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.193097 0.193097 0.386195 0.77239 1.54478 3.08956 6.17912 12.3582 24.7165 49.4329 98.8659 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.485 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.174 x 7.656 at -3.231 degrees (North through East) ! Clean map min=-0.0023572 max=0.48548 Jy/beam quit ! Quitting program ! Log file J1159-2148_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:04:18 2016