! Started logfile: J0846-2607_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:59:44 2016 obs J0846-2607_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0846-2607_S_2014_08_09_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.680983 visibilities/baseline/integration-bin. ! Found source: J0846-2607 ! ! 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 12748 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 J0846-2607_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 231 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 181 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 231 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.909289Jy sigma=0.007514 ! Fit after self-cal, rms=0.866014Jy sigma=0.007166 ! 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.074 mas, bmaj=14.34 mas, bpa=11.8 degrees ! Estimated noise=1246.99 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.091135 Jy ! Component: 100 - total flux cleaned = 0.128434 Jy ! Total flux subtracted in 100 components = 0.128434 Jy ! Clean residual min=-0.010525 max=0.018558 Jy/beam ! Clean residual mean=-0.000002 rms=0.003151 Jy/beam ! Combined flux in latest and established models = 0.128434 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.128434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118896Jy sigma=0.000917 ! Fit after self-cal, rms=0.118664Jy sigma=0.000916 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0229871 Jy ! Component: 100 - total flux cleaned = 0.0381087 Jy ! Total flux subtracted in 100 components = 0.0381087 Jy ! Clean residual min=-0.007832 max=0.010858 Jy/beam ! Clean residual mean=-0.000004 rms=0.002046 Jy/beam ! Combined flux in latest and established models = 0.166543 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 53 components and 0.166543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110517Jy sigma=0.000835 ! Fit after self-cal, rms=0.110425Jy sigma=0.000834 ! 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.017 mas, bmaj=17.01 mas, bpa=11.96 degrees ! Estimated noise=802.031 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.0192735 Jy ! Component: 100 - total flux cleaned = 0.029451 Jy ! Component: 150 - total flux cleaned = 0.035406 Jy ! Component: 200 - total flux cleaned = 0.0391196 Jy ! Total flux subtracted in 200 components = 0.0391196 Jy ! Clean residual min=-0.007563 max=0.011439 Jy/beam ! Clean residual mean=-0.000013 rms=0.002235 Jy/beam ! Combined flux in latest and established models = 0.205662 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 101 components and 0.205662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107238Jy sigma=0.000803 ! Fit after self-cal, rms=0.107152Jy sigma=0.000803 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.82 HN 1.25 KP 1.05 ! LA 1.27 MK 1.00* NL 1.14 OV 0.97 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 1.08 KP 1.04 ! LA 1.08 MK 1.00* NL 1.13 OV 0.98 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.09 HN 1.01 KP 0.94 ! LA 0.85 MK 1.00* NL 1.27 OV 0.91 ! PT 0.96 SC 1.17 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.96 HN 0.93 KP 0.90 ! LA 0.81 MK 1.00* NL 1.08 OV 0.99 ! PT 1.01 SC 0.91 ! ! ! Fit before self-cal, rms=0.107152Jy sigma=0.000803 ! Fit after self-cal, rms=0.111213Jy sigma=0.000786 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.056 mas, bmaj=17.35 mas, bpa=11.81 degrees ! Estimated noise=808.577 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 (13.5, 37). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107545 Jy ! Component: 100 - total flux cleaned = 0.0166338 Jy ! Component: 150 - total flux cleaned = 0.0204022 Jy ! Component: 200 - total flux cleaned = 0.0222572 Jy ! Total flux subtracted in 200 components = 0.0222572 Jy ! Clean residual min=-0.004533 max=0.005110 Jy/beam ! Clean residual mean=0.000001 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.227919 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 186 components and 0.227919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110181Jy sigma=0.000775 ! Fit after self-cal, rms=0.110235Jy sigma=0.000774 ! 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.110235Jy sigma=0.000774 ! Fit after self-cal, rms=0.115354Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.084 mas, bmaj=17.37 mas, bpa=11.82 degrees ! Estimated noise=810.137 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382116 Jy ! Component: 100 - total flux cleaned = 0.00519055 Jy ! Component: 150 - total flux cleaned = 0.00573838 Jy ! Component: 200 - total flux cleaned = 0.00613635 Jy ! Total flux subtracted in 200 components = 0.00613635 Jy ! Clean residual min=-0.003802 max=0.004500 Jy/beam ! Clean residual mean=0.000004 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.234056 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 220 components and 0.234056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115196Jy sigma=0.000770 ! Fit after self-cal, rms=0.115240Jy sigma=0.000770 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 (2, 66.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00400328 Jy ! Component: 100 - total flux cleaned = 0.00638107 Jy ! Component: 150 - total flux cleaned = 0.00830372 Jy ! Component: 200 - total flux cleaned = 0.00965152 Jy ! Total flux subtracted in 200 components = 0.00965152 Jy ! Clean residual min=-0.003086 max=0.002575 Jy/beam ! Clean residual mean=0.000005 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.243707 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 254 components and 0.243707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115056Jy sigma=0.000768 ! Fit after self-cal, rms=0.115056Jy sigma=0.000768 ! 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.115056Jy sigma=0.000768 ! Fit after self-cal, rms=0.127110Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.077 mas, bmaj=17.11 mas, bpa=11.58 degrees ! Estimated noise=804.092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204468 Jy ! Component: 100 - total flux cleaned = 0.00354531 Jy ! Component: 150 - total flux cleaned = 0.00477715 Jy ! Component: 200 - total flux cleaned = 0.00537149 Jy ! Total flux subtracted in 200 components = 0.00537149 Jy ! Clean residual min=-0.002548 max=0.002039 Jy/beam ! Clean residual mean=-0.000001 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.249079 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 293 components and 0.249079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127052Jy sigma=0.000765 ! Fit after self-cal, rms=0.127209Jy sigma=0.000765 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.00111059 Jy ! Component: 100 - total flux cleaned = 0.00154341 Jy ! Component: 150 - total flux cleaned = 0.00181988 Jy ! Component: 200 - total flux cleaned = 0.00194743 Jy ! Total flux subtracted in 200 components = 0.00194743 Jy ! Clean residual min=-0.002455 max=0.002060 Jy/beam ! Clean residual mean=-0.000000 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.251026 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 314 components and 0.251026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127180Jy sigma=0.000765 ! Fit after self-cal, rms=0.127186Jy sigma=0.000765 ! 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.127186Jy sigma=0.000765 ! Fit after self-cal, rms=0.128059Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.085 mas, bmaj=23.87 mas, bpa=5.874 degrees ! Estimated noise=902.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101235 Jy ! Component: 100 - total flux cleaned = 0.00133295 Jy ! Component: 150 - total flux cleaned = 0.00160857 Jy ! Component: 200 - total flux cleaned = 0.00185688 Jy ! Total flux subtracted in 200 components = 0.00185688 Jy ! Clean residual min=-0.002708 max=0.002122 Jy/beam ! Clean residual mean=0.000000 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.252883 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 337 components and 0.252883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128042Jy sigma=0.000765 ! Fit after self-cal, rms=0.128053Jy sigma=0.000765 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.000414246 Jy ! Component: 100 - total flux cleaned = 0.000506174 Jy ! Component: 150 - total flux cleaned = 0.000673446 Jy ! Component: 200 - total flux cleaned = 0.000808821 Jy ! Total flux subtracted in 200 components = 0.000808821 Jy ! Clean residual min=-0.002595 max=0.002136 Jy/beam ! Clean residual mean=0.000000 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.253692 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 356 components and 0.253692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128043Jy sigma=0.000765 ! Fit after self-cal, rms=0.128045Jy sigma=0.000765 ! 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.071 mas, bmaj=17.07 mas, bpa=11.59 degrees ! Estimated noise=804.013 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.071 x 17.07 at 11.59 degrees (North through East) ! Clean map min=-0.0021699 max=0.1324 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.083 mas, bmaj=14.26 mas, bpa=11.47 degrees ! Estimated noise=1267.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0919471 Jy ! Component: 100 - total flux cleaned = 0.130345 Jy ! Component: 150 - total flux cleaned = 0.152635 Jy ! Component: 200 - total flux cleaned = 0.167275 Jy ! Total flux subtracted in 200 components = 0.167275 Jy ! Clean residual min=-0.006165 max=0.008203 Jy/beam ! Clean residual mean=-0.000007 rms=0.001793 Jy/beam ! Combined flux in latest and established models = 0.167275 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 50 model components to the UV plane model. ! The established model now contains 50 components and 0.167275 Jy ! Inverting map and beam ! Estimated beam: bmin=4.071 mas, bmaj=17.07 mas, bpa=11.59 degrees ! Estimated noise=804.013 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.0187903 Jy ! Component: 100 - total flux cleaned = 0.0306767 Jy ! Component: 150 - total flux cleaned = 0.0387421 Jy ! Component: 200 - total flux cleaned = 0.0447504 Jy ! Total flux subtracted in 200 components = 0.0447504 Jy ! Clean residual min=-0.004652 max=0.003773 Jy/beam ! Clean residual mean=-0.000014 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.212026 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 119 components and 0.212026 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=9.085 mas, bmaj=23.87 mas, bpa=5.874 degrees ! Estimated noise=902.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00653028 Jy ! Component: 100 - total flux cleaned = 0.0115758 Jy ! Component: 150 - total flux cleaned = 0.0155915 Jy ! Component: 200 - total flux cleaned = 0.0188481 Jy ! Total flux subtracted in 200 components = 0.0188481 Jy ! Clean residual min=-0.004148 max=0.002845 Jy/beam ! Clean residual mean=-0.000011 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.230874 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.00270045 Jy ! Component: 100 - total flux cleaned = 0.00500897 Jy ! Component: 150 - total flux cleaned = 0.00701153 Jy ! Component: 200 - total flux cleaned = 0.0087711 Jy ! Total flux subtracted in 200 components = 0.0087711 Jy ! Clean residual min=-0.003393 max=0.002154 Jy/beam ! Clean residual mean=-0.000007 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.239645 Jy ! Adding 131 model components to the UV plane model. ! The established model now contains 239 components and 0.239645 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.071 mas, bmaj=17.07 mas, bpa=11.59 degrees ! Estimated noise=804.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019495 Jy ! Component: 100 - total flux cleaned = 0.00336814 Jy ! Component: 150 - total flux cleaned = 0.0041181 Jy ! Component: 200 - total flux cleaned = 0.0048576 Jy ! Total flux subtracted in 200 components = 0.0048576 Jy ! Clean residual min=-0.002737 max=0.002022 Jy/beam ! Clean residual mean=-0.000004 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.244503 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 265 components and 0.244503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128124Jy sigma=0.000765 ! Fit after self-cal, rms=0.128109Jy sigma=0.000765 wmodel J0846-2607_S_2014_08_09_pus_map.mod ! Writing 265 model components to file: J0846-2607_S_2014_08_09_pus_map.mod wobs J0846-2607_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0846-2607_S_2014_08_09_pus_uvs.fits wwins J0846-2607_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0846-2607_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.00106367 Jy ! Component: 100 - total flux cleaned = -0.0011733 Jy ! Component: 150 - total flux cleaned = -0.00140798 Jy ! Component: 200 - total flux cleaned = -0.0014087 Jy ! Component: 250 - total flux cleaned = -0.00122835 Jy ! Component: 300 - total flux cleaned = -0.00125801 Jy ! Component: 350 - total flux cleaned = -0.00131458 Jy ! Component: 400 - total flux cleaned = -0.00139644 Jy ! Component: 450 - total flux cleaned = -0.00139665 Jy ! Component: 500 - total flux cleaned = -0.00152641 Jy ! Component: 550 - total flux cleaned = -0.00160276 Jy ! Component: 600 - total flux cleaned = -0.00170255 Jy ! Component: 650 - total flux cleaned = -0.0017996 Jy ! Component: 700 - total flux cleaned = -0.00182371 Jy ! Component: 750 - total flux cleaned = -0.00194167 Jy ! Component: 800 - total flux cleaned = -0.0020116 Jy ! Component: 850 - total flux cleaned = -0.00210307 Jy ! Component: 900 - total flux cleaned = -0.00214852 Jy ! Component: 950 - total flux cleaned = -0.00225822 Jy ! Component: 1000 - total flux cleaned = -0.00227966 Jy ! Component: 1050 - total flux cleaned = -0.00227974 Jy ! Component: 1100 - total flux cleaned = -0.00234252 Jy ! Component: 1150 - total flux cleaned = -0.0023426 Jy ! Component: 1200 - total flux cleaned = -0.00240325 Jy ! Component: 1250 - total flux cleaned = -0.00242301 Jy ! Component: 1300 - total flux cleaned = -0.00248205 Jy ! Component: 1350 - total flux cleaned = -0.00250151 Jy ! Component: 1400 - total flux cleaned = -0.00250133 Jy ! Component: 1450 - total flux cleaned = -0.00246346 Jy ! Component: 1500 - total flux cleaned = -0.0024634 Jy ! Component: 1550 - total flux cleaned = -0.00244467 Jy ! Component: 1600 - total flux cleaned = -0.00246288 Jy ! Component: 1650 - total flux cleaned = -0.00242659 Jy ! Component: 1700 - total flux cleaned = -0.00242687 Jy ! Component: 1750 - total flux cleaned = -0.00242714 Jy ! Component: 1800 - total flux cleaned = -0.0023057 Jy ! Component: 1850 - total flux cleaned = -0.00235724 Jy ! Component: 1900 - total flux cleaned = -0.00227194 Jy ! Component: 1950 - total flux cleaned = -0.0021879 Jy ! Component: 2000 - total flux cleaned = -0.00213808 Jy ! Component: 2050 - total flux cleaned = -0.00207247 Jy ! Component: 2100 - total flux cleaned = -0.0020236 Jy ! Component: 2150 - total flux cleaned = -0.00200737 Jy ! Component: 2200 - total flux cleaned = -0.00192755 Jy ! Component: 2250 - total flux cleaned = -0.00188023 Jy ! Component: 2300 - total flux cleaned = -0.00183345 Jy ! Component: 2350 - total flux cleaned = -0.00181811 Jy ! Component: 2400 - total flux cleaned = -0.0017569 Jy ! Component: 2450 - total flux cleaned = -0.00169607 Jy ! Component: 2500 - total flux cleaned = -0.00163584 Jy ! Component: 2550 - total flux cleaned = -0.00162095 Jy ! Component: 2600 - total flux cleaned = -0.00160628 Jy ! Component: 2650 - total flux cleaned = -0.00156268 Jy ! Component: 2700 - total flux cleaned = -0.0014904 Jy ! Component: 2750 - total flux cleaned = -0.00149054 Jy ! Component: 2800 - total flux cleaned = -0.00144805 Jy ! Component: 2850 - total flux cleaned = -0.00141983 Jy ! Component: 2900 - total flux cleaned = -0.00141981 Jy ! Component: 2950 - total flux cleaned = -0.00132299 Jy ! Component: 3000 - total flux cleaned = -0.0012957 Jy ! Component: 3050 - total flux cleaned = -0.00128214 Jy ! Component: 3100 - total flux cleaned = -0.00125502 Jy ! Component: 3150 - total flux cleaned = -0.00114824 Jy ! Component: 3200 - total flux cleaned = -0.00112185 Jy ! Component: 3250 - total flux cleaned = -0.00106932 Jy ! Component: 3300 - total flux cleaned = -0.00105634 Jy ! Component: 3350 - total flux cleaned = -0.00101737 Jy ! Component: 3400 - total flux cleaned = -0.000991727 Jy ! Component: 3450 - total flux cleaned = -0.000927883 Jy ! Component: 3500 - total flux cleaned = -0.000915225 Jy ! Component: 3550 - total flux cleaned = -0.000815038 Jy ! Component: 3600 - total flux cleaned = -0.000802681 Jy ! Component: 3650 - total flux cleaned = -0.000728663 Jy ! Component: 3700 - total flux cleaned = -0.000643073 Jy ! Component: 3750 - total flux cleaned = -0.000655258 Jy ! Component: 3800 - total flux cleaned = -0.00059511 Jy ! Component: 3850 - total flux cleaned = -0.000547243 Jy ! Component: 3900 - total flux cleaned = -0.000511533 Jy ! Component: 3950 - total flux cleaned = -0.000464318 Jy ! Component: 4000 - total flux cleaned = -0.000440859 Jy ! Component: 4050 - total flux cleaned = -0.000417675 Jy ! Total flux subtracted in 4096 components = -0.000406112 Jy ! Clean residual min=-0.000625 max=0.000762 Jy/beam ! Clean residual mean=0.000000 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.244097 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 542 components and 0.244097 Jy ![Exited script file: muppet] wmap "J0846-2607_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.071 x 17.07 at 11.59 degrees (North through East) ! Clean map min=-0.0018438 max=0.137 Jy/beam ! Writing clean map to FITS file: J0846-2607_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.136995 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226478 device "J0846-2607_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0846-2607_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.495955 0.495955 0.991911 1.98382 3.96764 7.93528 15.8706 31.7411 63.4823 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.071 x 17.07 at 11.59 degrees (North through East) ! Clean map min=-0.0018438 max=0.137 Jy/beam quit ! Quitting program ! Log file J0846-2607_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:59:50 2016