! Started logfile: J1711-2509_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:42:05 2016 obs J1711-2509_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1711-2509_S_2014_12_20_pus_uva.fits ! AN table 1: 124 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967204 visibilities/baseline/integration-bin. ! Found source: J1711-2509 ! ! 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 21588 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 J1711-2509_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998891Jy sigma=0.008043 ! Fit after self-cal, rms=0.946680Jy sigma=0.007639 ! 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.404 mas, bmaj=6.695 mas, bpa=-9.188 degrees ! Estimated noise=1157.44 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.0439184 Jy ! Component: 100 - total flux cleaned = 0.0537461 Jy ! Total flux subtracted in 100 components = 0.0537461 Jy ! Clean residual min=-0.004006 max=0.003757 Jy/beam ! Clean residual mean=-0.000007 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.0537461 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0537461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100422Jy sigma=0.000774 ! Fit after self-cal, rms=0.099166Jy sigma=0.000765 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00505624 Jy ! Component: 100 - total flux cleaned = 0.00769657 Jy ! Total flux subtracted in 100 components = 0.00769657 Jy ! Clean residual min=-0.003835 max=0.003603 Jy/beam ! Clean residual mean=-0.000006 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.0614426 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0614427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098824Jy sigma=0.000763 ! Fit after self-cal, rms=0.098814Jy sigma=0.000763 ! 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.065 mas, bmaj=7.981 mas, bpa=-9.094 degrees ! Estimated noise=602.77 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.0024777 Jy ! Component: 100 - total flux cleaned = 0.00374735 Jy ! Component: 150 - total flux cleaned = 0.00444742 Jy ! Component: 200 - total flux cleaned = 0.00484117 Jy ! Total flux subtracted in 200 components = 0.00484117 Jy ! Clean residual min=-0.002435 max=0.002005 Jy/beam ! Clean residual mean=-0.000002 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.0662838 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0662838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098740Jy sigma=0.000762 ! Fit after self-cal, rms=0.098731Jy sigma=0.000762 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.92 HN 0.99 KP 1.08 ! LA 1.01 MK 1.04 NL 1.01 OV 1.00 ! PT 1.13 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 1.04 KP 0.98 ! LA 0.92 MK 0.99 NL 1.01 OV 1.05 ! PT 1.06 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.05 HN 0.96 KP 0.97 ! LA 0.77 MK 1.02 NL 1.15 OV 1.01 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.02 KP 0.91 ! LA 0.86 MK 1.02 NL 1.06 OV 0.97 ! PT 1.02 SC 0.94 ! ! ! Fit before self-cal, rms=0.098731Jy sigma=0.000762 ! Fit after self-cal, rms=0.097828Jy sigma=0.000760 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=8.032 mas, bpa=-9.075 degrees ! Estimated noise=605.091 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.0001421 Jy ! Component: 100 - total flux cleaned = 0.00013142 Jy ! Component: 150 - total flux cleaned = 0.000140287 Jy ! Component: 200 - total flux cleaned = 0.000155907 Jy ! Total flux subtracted in 200 components = 0.000155907 Jy ! Clean residual min=-0.002214 max=0.001948 Jy/beam ! Clean residual mean=-0.000004 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.0664397 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.0664397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097825Jy sigma=0.000760 ! Fit after self-cal, rms=0.097778Jy sigma=0.000760 ! 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.097778Jy sigma=0.000760 ! Fit after self-cal, rms=0.097907Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=8.055 mas, bpa=-9.02 degrees ! Estimated noise=604.893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000100979 Jy ! Component: 100 - total flux cleaned = 0.00011052 Jy ! Component: 150 - total flux cleaned = 0.000126749 Jy ! Component: 200 - total flux cleaned = 0.000134055 Jy ! Total flux subtracted in 200 components = 0.000134055 Jy ! Clean residual min=-0.002231 max=0.002049 Jy/beam ! Clean residual mean=-0.000005 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.0665738 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.0665738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097905Jy sigma=0.000760 ! Fit after self-cal, rms=0.097914Jy sigma=0.000760 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 = 9.93153e-05 Jy ! Component: 100 - total flux cleaned = 0.000106444 Jy ! Component: 150 - total flux cleaned = 0.000106224 Jy ! Component: 200 - total flux cleaned = 0.000112966 Jy ! Total flux subtracted in 200 components = 0.000112966 Jy ! Clean residual min=-0.002238 max=0.002089 Jy/beam ! Clean residual mean=-0.000005 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0666867 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.0666867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097913Jy sigma=0.000760 ! Fit after self-cal, rms=0.097912Jy sigma=0.000760 ! 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.097912Jy sigma=0.000760 ! Fit after self-cal, rms=0.098185Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=8.05 mas, bpa=-9.043 degrees ! Estimated noise=605.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136572 Jy ! Component: 100 - total flux cleaned = 0.000129588 Jy ! Component: 150 - total flux cleaned = 0.000134406 Jy ! Component: 200 - total flux cleaned = 0.000138556 Jy ! Total flux subtracted in 200 components = 0.000138556 Jy ! Clean residual min=-0.002119 max=0.002163 Jy/beam ! Clean residual mean=-0.000009 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0668253 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.0668253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098184Jy sigma=0.000759 ! Fit after self-cal, rms=0.098198Jy sigma=0.000759 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 (64, 127). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182812 Jy ! Component: 100 - total flux cleaned = 0.00230929 Jy ! Component: 150 - total flux cleaned = 0.00249841 Jy ! Component: 200 - total flux cleaned = 0.00266112 Jy ! Total flux subtracted in 200 components = 0.00266112 Jy ! Clean residual min=-0.001919 max=0.001826 Jy/beam ! Clean residual mean=-0.000010 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0694864 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 69 components and 0.0694864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098167Jy sigma=0.000759 ! Fit after self-cal, rms=0.098147Jy sigma=0.000759 ! 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.098147Jy sigma=0.000759 ! Fit after self-cal, rms=0.098418Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.67 mas, bmaj=17.62 mas, bpa=-5.227 degrees ! Estimated noise=770.296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129095 Jy ! Component: 100 - total flux cleaned = 0.00173753 Jy ! Component: 150 - total flux cleaned = 0.00187646 Jy ! Component: 200 - total flux cleaned = 0.00196879 Jy ! Total flux subtracted in 200 components = 0.00196879 Jy ! Clean residual min=-0.001997 max=0.001913 Jy/beam ! Clean residual mean=-0.000020 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0714552 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.0714552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098411Jy sigma=0.000759 ! Fit after self-cal, rms=0.098414Jy sigma=0.000759 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.000481551 Jy ! Component: 100 - total flux cleaned = 0.000625464 Jy ! Component: 150 - total flux cleaned = 0.000728981 Jy ! Component: 200 - total flux cleaned = 0.000747585 Jy ! Total flux subtracted in 200 components = 0.000747585 Jy ! Clean residual min=-0.001927 max=0.001987 Jy/beam ! Clean residual mean=-0.000019 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0722028 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 86 components and 0.0722028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098413Jy sigma=0.000759 ! Fit after self-cal, rms=0.098410Jy sigma=0.000759 ! 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.103 mas, bmaj=8.05 mas, bpa=-8.994 degrees ! Estimated noise=605.826 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.103 x 8.05 at -8.994 degrees (North through East) ! Clean map min=-0.0017448 max=0.057818 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.426 mas, bmaj=6.703 mas, bpa=-9.092 degrees ! Estimated noise=1179.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0460604 Jy ! Component: 100 - total flux cleaned = 0.0568999 Jy ! Component: 150 - total flux cleaned = 0.061395 Jy ! Component: 200 - total flux cleaned = 0.0643702 Jy ! Total flux subtracted in 200 components = 0.0643702 Jy ! Clean residual min=-0.003207 max=0.003154 Jy/beam ! Clean residual mean=-0.000008 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.0643702 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0643702 Jy ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.05 mas, bpa=-8.994 degrees ! Estimated noise=605.826 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.00262502 Jy ! Component: 100 - total flux cleaned = 0.00431939 Jy ! Component: 150 - total flux cleaned = 0.00533581 Jy ! Component: 200 - total flux cleaned = 0.00585017 Jy ! Total flux subtracted in 200 components = 0.00585017 Jy ! Clean residual min=-0.001904 max=0.001775 Jy/beam ! Clean residual mean=-0.000009 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0702204 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.0702204 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.67 mas, bmaj=17.62 mas, bpa=-5.227 degrees ! Estimated noise=770.296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010739 Jy ! Component: 100 - total flux cleaned = 0.0015739 Jy ! Component: 150 - total flux cleaned = 0.00174754 Jy ! Component: 200 - total flux cleaned = 0.00185687 Jy ! Total flux subtracted in 200 components = 0.00185687 Jy ! Clean residual min=-0.001974 max=0.001974 Jy/beam ! Clean residual mean=-0.000019 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0720773 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 = 6.9783e-05 Jy ! Component: 100 - total flux cleaned = 0.000140376 Jy ! Component: 150 - total flux cleaned = 0.000192633 Jy ! Component: 200 - total flux cleaned = 0.000245596 Jy ! Total flux subtracted in 200 components = 0.000245596 Jy ! Clean residual min=-0.001968 max=0.001960 Jy/beam ! Clean residual mean=-0.000019 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0723229 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.0723229 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=8.05 mas, bpa=-8.994 degrees ! Estimated noise=605.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00028429 Jy ! Component: 100 - total flux cleaned = -0.00028494 Jy ! Component: 150 - total flux cleaned = -0.000238019 Jy ! Component: 200 - total flux cleaned = -0.000183205 Jy ! Total flux subtracted in 200 components = -0.000183205 Jy ! Clean residual min=-0.001789 max=0.001828 Jy/beam ! Clean residual mean=-0.000009 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0721397 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 76 components and 0.0721397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098409Jy sigma=0.000759 ! Fit after self-cal, rms=0.098391Jy sigma=0.000758 wmodel J1711-2509_S_2014_12_20_pus_map.mod ! Writing 76 model components to file: J1711-2509_S_2014_12_20_pus_map.mod wobs J1711-2509_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1711-2509_S_2014_12_20_pus_uvs.fits wwins J1711-2509_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1711-2509_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.000219284 Jy ! Component: 100 - total flux cleaned = -0.000339955 Jy ! Component: 150 - total flux cleaned = -0.000540517 Jy ! Component: 200 - total flux cleaned = -0.000678738 Jy ! Component: 250 - total flux cleaned = -0.000812228 Jy ! Component: 300 - total flux cleaned = -0.000914883 Jy ! Component: 350 - total flux cleaned = -0.000915278 Jy ! Component: 400 - total flux cleaned = -0.000963326 Jy ! Component: 450 - total flux cleaned = -0.00103365 Jy ! Component: 500 - total flux cleaned = -0.00112489 Jy ! Component: 550 - total flux cleaned = -0.00119187 Jy ! Component: 600 - total flux cleaned = -0.00128004 Jy ! Component: 650 - total flux cleaned = -0.00134496 Jy ! Component: 700 - total flux cleaned = -0.00145109 Jy ! Component: 750 - total flux cleaned = -0.00147166 Jy ! Component: 800 - total flux cleaned = -0.00147173 Jy ! Component: 850 - total flux cleaned = -0.00153207 Jy ! Component: 900 - total flux cleaned = -0.00163084 Jy ! Component: 950 - total flux cleaned = -0.00161086 Jy ! Component: 1000 - total flux cleaned = -0.00168741 Jy ! Component: 1050 - total flux cleaned = -0.00172532 Jy ! Component: 1100 - total flux cleaned = -0.00179998 Jy ! Component: 1150 - total flux cleaned = -0.00176339 Jy ! Component: 1200 - total flux cleaned = -0.00181786 Jy ! Component: 1250 - total flux cleaned = -0.00188935 Jy ! Component: 1300 - total flux cleaned = -0.00187124 Jy ! Component: 1350 - total flux cleaned = -0.00190625 Jy ! Component: 1400 - total flux cleaned = -0.00192348 Jy ! Component: 1450 - total flux cleaned = -0.0019407 Jy ! Component: 1500 - total flux cleaned = -0.00197492 Jy ! Component: 1550 - total flux cleaned = -0.00207567 Jy ! Component: 1600 - total flux cleaned = -0.0021085 Jy ! Component: 1650 - total flux cleaned = -0.00209208 Jy ! Component: 1700 - total flux cleaned = -0.00215695 Jy ! Component: 1750 - total flux cleaned = -0.00218879 Jy ! Component: 1800 - total flux cleaned = -0.00217277 Jy ! Component: 1850 - total flux cleaned = -0.00218852 Jy ! Component: 1900 - total flux cleaned = -0.00220404 Jy ! Component: 1950 - total flux cleaned = -0.00218844 Jy ! Component: 2000 - total flux cleaned = -0.00215794 Jy ! Component: 2050 - total flux cleaned = -0.002173 Jy ! Component: 2100 - total flux cleaned = -0.00215808 Jy ! Component: 2150 - total flux cleaned = -0.00218762 Jy ! Component: 2200 - total flux cleaned = -0.00220217 Jy ! Component: 2250 - total flux cleaned = -0.00223129 Jy ! Component: 2300 - total flux cleaned = -0.00226015 Jy ! Component: 2350 - total flux cleaned = -0.00228867 Jy ! Component: 2400 - total flux cleaned = -0.00221751 Jy ! Component: 2450 - total flux cleaned = -0.00230231 Jy ! Component: 2500 - total flux cleaned = -0.00233017 Jy ! Component: 2550 - total flux cleaned = -0.00234386 Jy ! Component: 2600 - total flux cleaned = -0.00234378 Jy ! Component: 2650 - total flux cleaned = -0.00234399 Jy ! Component: 2700 - total flux cleaned = -0.00238448 Jy ! Component: 2750 - total flux cleaned = -0.00239788 Jy ! Component: 2800 - total flux cleaned = -0.00238475 Jy ! Component: 2850 - total flux cleaned = -0.00246382 Jy ! Component: 2900 - total flux cleaned = -0.00242433 Jy ! Component: 2950 - total flux cleaned = -0.00243727 Jy ! Component: 3000 - total flux cleaned = -0.00245031 Jy ! Component: 3050 - total flux cleaned = -0.00251425 Jy ! Component: 3100 - total flux cleaned = -0.00251422 Jy ! Component: 3150 - total flux cleaned = -0.00257723 Jy ! Component: 3200 - total flux cleaned = -0.00261479 Jy ! Component: 3250 - total flux cleaned = -0.00261468 Jy ! Component: 3300 - total flux cleaned = -0.00268855 Jy ! Component: 3350 - total flux cleaned = -0.00266412 Jy ! Component: 3400 - total flux cleaned = -0.0027372 Jy ! Component: 3450 - total flux cleaned = -0.00276133 Jy ! Component: 3500 - total flux cleaned = -0.00278532 Jy ! Component: 3550 - total flux cleaned = -0.0027972 Jy ! Component: 3600 - total flux cleaned = -0.00284453 Jy ! Component: 3650 - total flux cleaned = -0.00286809 Jy ! Component: 3700 - total flux cleaned = -0.00289147 Jy ! Component: 3750 - total flux cleaned = -0.00296119 Jy ! Component: 3800 - total flux cleaned = -0.00299569 Jy ! Component: 3850 - total flux cleaned = -0.00305305 Jy ! Component: 3900 - total flux cleaned = -0.00309849 Jy ! Component: 3950 - total flux cleaned = -0.00313255 Jy ! Component: 4000 - total flux cleaned = -0.00316621 Jy ! Component: 4050 - total flux cleaned = -0.00316623 Jy ! Total flux subtracted in 4096 components = -0.00318842 Jy ! Clean residual min=-0.000699 max=0.000656 Jy/beam ! Clean residual mean=-0.000003 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.0689513 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 348 components and 0.0689512 Jy ![Exited script file: muppet] wmap "J1711-2509_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.103 x 8.05 at -8.994 degrees (North through East) ! Clean map min=-0.0011121 max=0.057849 Jy/beam ! Writing clean map to FITS file: J1711-2509_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.0578486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203885 device "J1711-2509_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1711-2509_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05734 1.05734 2.11467 4.22934 8.45869 16.9174 33.8347 67.6695 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.103 x 8.05 at -8.994 degrees (North through East) ! Clean map min=-0.0011121 max=0.057849 Jy/beam quit ! Quitting program ! Log file J1711-2509_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:42:11 2016