! Started logfile: J0416-3339_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:45:35 2016 obs J0416-3339_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0416-3339_S_2014_05_31_pus_uva.fits ! AN table 1: 133 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.721805 visibilities/baseline/integration-bin. ! Found source: J0416-3339 ! ! 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 336 lines of history. ! ! Reading 17280 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 J0416-3339_S_2014_05_31_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 245 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 245 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 245 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 245 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.870774Jy sigma=0.006646 ! Fit after self-cal, rms=0.827146Jy sigma=0.006331 ! 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.92 mas, bmaj=14.91 mas, bpa=12.18 degrees ! Estimated noise=1257.16 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.139675 Jy ! Component: 100 - total flux cleaned = 0.174841 Jy ! Total flux subtracted in 100 components = 0.174841 Jy ! Clean residual min=-0.008918 max=0.015952 Jy/beam ! Clean residual mean=0.000019 rms=0.002098 Jy/beam ! Combined flux in latest and established models = 0.174841 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.174841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117375Jy sigma=0.000815 ! Fit after self-cal, rms=0.117409Jy sigma=0.000814 ! Inverting map ! Added new window around map position (4.5, -5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166032 Jy ! Component: 100 - total flux cleaned = 0.0249895 Jy ! Total flux subtracted in 100 components = 0.0249895 Jy ! Clean residual min=-0.005807 max=0.006003 Jy/beam ! Clean residual mean=0.000016 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.19983 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 30 components and 0.19983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115172Jy sigma=0.000795 ! Fit after self-cal, rms=0.115172Jy sigma=0.000795 ! 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.893 mas, bmaj=17.63 mas, bpa=10.61 degrees ! Estimated noise=714.741 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.00514154 Jy ! Component: 100 - total flux cleaned = 0.00740046 Jy ! Component: 150 - total flux cleaned = 0.00806675 Jy ! Component: 200 - total flux cleaned = 0.00839705 Jy ! Total flux subtracted in 200 components = 0.00839705 Jy ! Clean residual min=-0.004910 max=0.004102 Jy/beam ! Clean residual mean=0.000031 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.208227 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 62 components and 0.208227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114889Jy sigma=0.000793 ! Fit after self-cal, rms=0.114901Jy sigma=0.000793 ! 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.96 FD 0.82 HN 1.05 KP 1.05 ! LA 1.20 MK 1.00* NL 0.97 OV 0.97 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.13 KP 1.03 ! LA 1.13 MK 1.00* NL 1.03 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.09 HN 1.11 KP 0.91 ! LA 0.93 MK 1.00* NL 0.97 OV 0.92 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.08 KP 0.90 ! LA 0.88 MK 1.00* NL 1.05 OV 0.99 ! PT 1.03 SC 0.98 ! ! ! Fit before self-cal, rms=0.114901Jy sigma=0.000793 ! Fit after self-cal, rms=0.114067Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=17.81 mas, bpa=10.84 degrees ! Estimated noise=714.972 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.00215142 Jy ! Component: 100 - total flux cleaned = -0.00264824 Jy ! Component: 150 - total flux cleaned = -0.00278218 Jy ! Component: 200 - total flux cleaned = -0.00282047 Jy ! Total flux subtracted in 200 components = -0.00282047 Jy ! Clean residual min=-0.004197 max=0.002991 Jy/beam ! Clean residual mean=0.000001 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.205407 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.205407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114010Jy sigma=0.000779 ! Fit after self-cal, rms=0.114011Jy sigma=0.000779 ! 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.114011Jy sigma=0.000779 ! Fit after self-cal, rms=0.115188Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.905 mas, bmaj=17.88 mas, bpa=10.9 degrees ! Estimated noise=715.456 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119323 Jy ! Component: 100 - total flux cleaned = -0.00142823 Jy ! Component: 150 - total flux cleaned = -0.00166854 Jy ! Component: 200 - total flux cleaned = -0.00177131 Jy ! Total flux subtracted in 200 components = -0.00177131 Jy ! Clean residual min=-0.003786 max=0.002634 Jy/beam ! Clean residual mean=0.000000 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.203635 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 87 components and 0.203635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115148Jy sigma=0.000778 ! Fit after self-cal, rms=0.115163Jy sigma=0.000778 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.000135781 Jy ! Component: 100 - total flux cleaned = -0.000164342 Jy ! Component: 150 - total flux cleaned = -0.00018996 Jy ! Component: 200 - total flux cleaned = -0.000237667 Jy ! Total flux subtracted in 200 components = -0.000237667 Jy ! Clean residual min=-0.003738 max=0.002647 Jy/beam ! Clean residual mean=0.000000 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.203398 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.203398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115152Jy sigma=0.000778 ! Fit after self-cal, rms=0.115150Jy 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.115150Jy sigma=0.000778 ! Fit after self-cal, rms=0.117267Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.91 mas, bmaj=17.92 mas, bpa=10.94 degrees ! Estimated noise=715.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102086 Jy ! Component: 100 - total flux cleaned = -0.00110035 Jy ! Component: 150 - total flux cleaned = -0.00113462 Jy ! Component: 200 - total flux cleaned = -0.00116421 Jy ! Total flux subtracted in 200 components = -0.00116421 Jy ! Clean residual min=-0.002934 max=0.002226 Jy/beam ! Clean residual mean=0.000002 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.202234 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 107 components and 0.202234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117238Jy sigma=0.000776 ! Fit after self-cal, rms=0.117282Jy sigma=0.000776 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.76003e-05 Jy ! Component: 100 - total flux cleaned = -5.06016e-05 Jy ! Component: 150 - total flux cleaned = -2.94935e-05 Jy ! Component: 200 - total flux cleaned = -6.64916e-05 Jy ! Total flux subtracted in 200 components = -6.64916e-05 Jy ! Clean residual min=-0.002878 max=0.002200 Jy/beam ! Clean residual mean=0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.202167 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.202167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117273Jy sigma=0.000776 ! Fit after self-cal, rms=0.117270Jy sigma=0.000776 ! 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.117270Jy sigma=0.000776 ! Fit after self-cal, rms=0.118501Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.438 mas, bmaj=27.25 mas, bpa=1.122 degrees ! Estimated noise=794.798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000952765 Jy ! Component: 100 - total flux cleaned = -0.00116063 Jy ! Component: 150 - total flux cleaned = -0.00122677 Jy ! Component: 200 - total flux cleaned = -0.00127146 Jy ! Total flux subtracted in 200 components = -0.00127146 Jy ! Clean residual min=-0.002890 max=0.002229 Jy/beam ! Clean residual mean=0.000002 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.200896 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 120 components and 0.200896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118489Jy sigma=0.000776 ! Fit after self-cal, rms=0.118500Jy sigma=0.000776 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.0909e-05 Jy ! Component: 100 - total flux cleaned = -0.000112057 Jy ! Component: 150 - total flux cleaned = -0.000146376 Jy ! Component: 200 - total flux cleaned = -0.000178168 Jy ! Total flux subtracted in 200 components = -0.000178168 Jy ! Clean residual min=-0.002861 max=0.002229 Jy/beam ! Clean residual mean=0.000002 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.200717 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 124 components and 0.200717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118496Jy sigma=0.000776 ! Fit after self-cal, rms=0.118493Jy sigma=0.000776 ! 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.915 mas, bmaj=17.97 mas, bpa=11.01 degrees ! Estimated noise=716.346 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.915 x 17.97 at 11.01 degrees (North through East) ! Clean map min=-0.0027122 max=0.17027 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.906 mas, bmaj=15.22 mas, bpa=12.62 degrees ! Estimated noise=1275.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.141525 Jy ! Component: 100 - total flux cleaned = 0.173902 Jy ! Component: 150 - total flux cleaned = 0.18674 Jy ! Component: 200 - total flux cleaned = 0.19299 Jy ! Total flux subtracted in 200 components = 0.19299 Jy ! Clean residual min=-0.004194 max=0.003972 Jy/beam ! Clean residual mean=0.000004 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.19299 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.19299 Jy ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=17.97 mas, bpa=11.01 degrees ! Estimated noise=716.346 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.00406394 Jy ! Component: 100 - total flux cleaned = 0.0060567 Jy ! Component: 150 - total flux cleaned = 0.0071572 Jy ! Component: 200 - total flux cleaned = 0.00745148 Jy ! Total flux subtracted in 200 components = 0.00745148 Jy ! Clean residual min=-0.002678 max=0.002147 Jy/beam ! Clean residual mean=0.000001 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.200442 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 65 components and 0.200442 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.438 mas, bmaj=27.25 mas, bpa=1.122 degrees ! Estimated noise=794.798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000185578 Jy ! Component: 100 - total flux cleaned = 0.000237393 Jy ! Component: 150 - total flux cleaned = 0.000209338 Jy ! Component: 200 - total flux cleaned = 0.000196481 Jy ! Total flux subtracted in 200 components = 0.000196481 Jy ! Clean residual min=-0.002775 max=0.002177 Jy/beam ! Clean residual mean=0.000002 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.200638 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.2615e-05 Jy ! Component: 100 - total flux cleaned = -3.28074e-05 Jy ! Component: 150 - total flux cleaned = -4.23528e-05 Jy ! Component: 200 - total flux cleaned = -4.24679e-05 Jy ! Total flux subtracted in 200 components = -4.24679e-05 Jy ! Clean residual min=-0.002768 max=0.002178 Jy/beam ! Clean residual mean=0.000002 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.200596 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 96 components and 0.200596 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=17.97 mas, bpa=11.01 degrees ! Estimated noise=716.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.32417e-05 Jy ! Component: 100 - total flux cleaned = -5.93647e-06 Jy ! Component: 150 - total flux cleaned = -5.75943e-06 Jy ! Component: 200 - total flux cleaned = -1.80158e-05 Jy ! Total flux subtracted in 200 components = -1.80158e-05 Jy ! Clean residual min=-0.002616 max=0.002163 Jy/beam ! Clean residual mean=0.000001 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.200578 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.200578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118490Jy sigma=0.000776 ! Fit after self-cal, rms=0.118478Jy sigma=0.000776 wmodel J0416-3339_S_2014_05_31_pus_map.mod ! Writing 110 model components to file: J0416-3339_S_2014_05_31_pus_map.mod wobs J0416-3339_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0416-3339_S_2014_05_31_pus_uvs.fits wwins J0416-3339_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0416-3339_S_2014_05_31_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.00102712 Jy ! Component: 100 - total flux cleaned = -0.0015694 Jy ! Component: 150 - total flux cleaned = -0.00188795 Jy ! Component: 200 - total flux cleaned = -0.00195444 Jy ! Component: 250 - total flux cleaned = -0.00185973 Jy ! Component: 300 - total flux cleaned = -0.0016455 Jy ! Component: 350 - total flux cleaned = -0.00146778 Jy ! Component: 400 - total flux cleaned = -0.00126633 Jy ! Component: 450 - total flux cleaned = -0.00115404 Jy ! Component: 500 - total flux cleaned = -0.000962742 Jy ! Component: 550 - total flux cleaned = -0.000829471 Jy ! Component: 600 - total flux cleaned = -0.000803601 Jy ! Component: 650 - total flux cleaned = -0.000752535 Jy ! Component: 700 - total flux cleaned = -0.000828109 Jy ! Component: 750 - total flux cleaned = -0.000876791 Jy ! Component: 800 - total flux cleaned = -0.000924866 Jy ! Component: 850 - total flux cleaned = -0.000996163 Jy ! Component: 900 - total flux cleaned = -0.00109027 Jy ! Component: 950 - total flux cleaned = -0.001044 Jy ! Component: 1000 - total flux cleaned = -0.00108938 Jy ! Component: 1050 - total flux cleaned = -0.00115643 Jy ! Component: 1100 - total flux cleaned = -0.00111265 Jy ! Component: 1150 - total flux cleaned = -0.00100464 Jy ! Component: 1200 - total flux cleaned = -0.000983522 Jy ! Component: 1250 - total flux cleaned = -0.000941453 Jy ! Component: 1300 - total flux cleaned = -0.000920604 Jy ! Component: 1350 - total flux cleaned = -0.000941648 Jy ! Component: 1400 - total flux cleaned = -0.000819509 Jy ! Component: 1450 - total flux cleaned = -0.000819285 Jy ! Component: 1500 - total flux cleaned = -0.000660147 Jy ! Component: 1550 - total flux cleaned = -0.000601664 Jy ! Component: 1600 - total flux cleaned = -0.000543501 Jy ! Component: 1650 - total flux cleaned = -0.000505181 Jy ! Component: 1700 - total flux cleaned = -0.000390796 Jy ! Component: 1750 - total flux cleaned = -0.000334452 Jy ! Component: 1800 - total flux cleaned = -0.000315529 Jy ! Component: 1850 - total flux cleaned = -0.000149148 Jy ! Component: 1900 - total flux cleaned = -9.42313e-05 Jy ! Component: 1950 - total flux cleaned = -5.78205e-05 Jy ! Component: 2000 - total flux cleaned = -2.21042e-05 Jy ! Component: 2050 - total flux cleaned = -7.53021e-05 Jy ! Component: 2100 - total flux cleaned = -2.21129e-05 Jy ! Component: 2150 - total flux cleaned = 3.00327e-05 Jy ! Component: 2200 - total flux cleaned = 1.23271e-05 Jy ! Component: 2250 - total flux cleaned = -3.91592e-05 Jy ! Component: 2300 - total flux cleaned = -3.92821e-05 Jy ! Component: 2350 - total flux cleaned = -2.26673e-05 Jy ! Component: 2400 - total flux cleaned = -5.60172e-05 Jy ! Component: 2450 - total flux cleaned = -6.08183e-06 Jy ! Component: 2500 - total flux cleaned = -2.26131e-05 Jy ! Component: 2550 - total flux cleaned = 9.88402e-06 Jy ! Component: 2600 - total flux cleaned = 9.96552e-06 Jy ! Component: 2650 - total flux cleaned = 5.77536e-05 Jy ! Component: 2700 - total flux cleaned = 4.17871e-05 Jy ! Component: 2750 - total flux cleaned = 8.88371e-05 Jy ! Component: 2800 - total flux cleaned = 0.000166917 Jy ! Component: 2850 - total flux cleaned = 0.000120144 Jy ! Component: 2900 - total flux cleaned = 0.000135436 Jy ! Component: 2950 - total flux cleaned = 0.000150667 Jy ! Component: 3000 - total flux cleaned = 0.000150544 Jy ! Component: 3050 - total flux cleaned = 0.000135381 Jy ! Component: 3100 - total flux cleaned = 0.00016536 Jy ! Component: 3150 - total flux cleaned = 0.000120968 Jy ! Component: 3200 - total flux cleaned = 0.00018008 Jy ! Component: 3250 - total flux cleaned = 0.000179882 Jy ! Component: 3300 - total flux cleaned = 0.000194538 Jy ! Component: 3350 - total flux cleaned = 0.000208928 Jy ! Component: 3400 - total flux cleaned = 0.000223276 Jy ! Component: 3450 - total flux cleaned = 0.00020899 Jy ! Component: 3500 - total flux cleaned = 0.000166679 Jy ! Component: 3550 - total flux cleaned = 0.000152691 Jy ! Component: 3600 - total flux cleaned = 0.00016676 Jy ! Component: 3650 - total flux cleaned = 0.000194443 Jy ! Component: 3700 - total flux cleaned = 0.000125825 Jy ! Component: 3750 - total flux cleaned = 0.000125995 Jy ! Component: 3800 - total flux cleaned = 0.000139615 Jy ! Component: 3850 - total flux cleaned = 8.59e-05 Jy ! Component: 3900 - total flux cleaned = 0.000152774 Jy ! Component: 3950 - total flux cleaned = 0.000112983 Jy ! Component: 4000 - total flux cleaned = 9.97281e-05 Jy ! Component: 4050 - total flux cleaned = 9.9598e-05 Jy ! Total flux subtracted in 4096 components = 9.9626e-05 Jy ! Clean residual min=-0.000951 max=0.000729 Jy/beam ! Clean residual mean=0.000002 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.200677 Jy keep ! Adding 331 model components to the UV plane model. ! The established model now contains 441 components and 0.200677 Jy ![Exited script file: muppet] wmap "J0416-3339_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.915 x 17.97 at 11.01 degrees (North through East) ! Clean map min=-0.0017567 max=0.17237 Jy/beam ! Writing clean map to FITS file: J0416-3339_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.172366 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00026668 device "J0416-3339_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0416-3339_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.464151 0.464151 0.928303 1.85661 3.71321 7.42642 14.8528 29.7057 59.4114 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.172 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.915 x 17.97 at 11.01 degrees (North through East) ! Clean map min=-0.0017567 max=0.17237 Jy/beam quit ! Quitting program ! Log file J0416-3339_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:45:41 2016