! Started logfile: J0928-3049_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:21:33 2016 obs J0928-3049_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0928-3049_S_2014_05_31_pus_uva.fits ! AN table 1: 136 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.590686 visibilities/baseline/integration-bin. ! Found source: J0928-3049 ! ! 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 14460 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 J0928-3049_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 559 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 510 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 460 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 509 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.915924Jy sigma=0.007636 ! Fit after self-cal, rms=0.807715Jy sigma=0.006734 ! 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.089 mas, bmaj=13.77 mas, bpa=13.43 degrees ! Estimated noise=1100.69 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.140354 Jy ! Component: 100 - total flux cleaned = 0.205804 Jy ! Total flux subtracted in 100 components = 0.205804 Jy ! Clean residual min=-0.011360 max=0.032706 Jy/beam ! Clean residual mean=0.000173 rms=0.005132 Jy/beam ! Combined flux in latest and established models = 0.205804 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.205804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170271Jy sigma=0.001423 ! Fit after self-cal, rms=0.169855Jy sigma=0.001420 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0399055 Jy ! Component: 100 - total flux cleaned = 0.0649855 Jy ! Total flux subtracted in 100 components = 0.0649855 Jy ! Clean residual min=-0.009303 max=0.015793 Jy/beam ! Clean residual mean=0.000175 rms=0.003172 Jy/beam ! Combined flux in latest and established models = 0.27079 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 78 components and 0.27079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154342Jy sigma=0.001263 ! Fit after self-cal, rms=0.154266Jy sigma=0.001262 ! 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.019 mas, bmaj=16.87 mas, bpa=13.43 degrees ! Estimated noise=747.343 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.0288194 Jy ! Component: 100 - total flux cleaned = 0.043253 Jy ! Component: 150 - total flux cleaned = 0.0511729 Jy ! Component: 200 - total flux cleaned = 0.0548052 Jy ! Total flux subtracted in 200 components = 0.0548052 Jy ! Clean residual min=-0.010244 max=0.011981 Jy/beam ! Clean residual mean=0.000336 rms=0.003654 Jy/beam ! Combined flux in latest and established models = 0.325595 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 134 components and 0.325595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149392Jy sigma=0.001217 ! Fit after self-cal, rms=0.149305Jy sigma=0.001216 ! 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.90 FD 0.88 HN 1.00* KP 0.93 ! LA 1.21 MK 1.00* NL 1.06 OV 1.01 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.03 HN 1.32 KP 0.92 ! LA 1.15 MK 1.00* NL 1.10 OV 1.05 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.16 HN 1.13 KP 0.85 ! LA 0.91 MK 1.00* NL 1.38 OV 0.97 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 2.29 KP 0.84 ! LA 0.87 MK 1.00* NL 1.05 OV 1.02 ! PT 1.03 SC 0.85 ! ! ! Fit before self-cal, rms=0.149305Jy sigma=0.001216 ! Fit after self-cal, rms=0.142924Jy sigma=0.001177 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.996 mas, bmaj=17.7 mas, bpa=14.27 degrees ! Estimated noise=760.123 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.0011714 Jy ! Component: 100 - total flux cleaned = -0.00140724 Jy ! Component: 150 - total flux cleaned = -0.00160518 Jy ! Component: 200 - total flux cleaned = -0.00186179 Jy ! Total flux subtracted in 200 components = -0.00186179 Jy ! Clean residual min=-0.007291 max=0.009845 Jy/beam ! Clean residual mean=0.000208 rms=0.003143 Jy/beam ! Combined flux in latest and established models = 0.323733 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 145 components and 0.323733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142758Jy sigma=0.001176 ! Fit after self-cal, rms=0.143120Jy sigma=0.001175 ! 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.143120Jy sigma=0.001175 ! Fit after self-cal, rms=0.140951Jy sigma=0.001166 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=17.85 mas, bpa=14.3 degrees ! Estimated noise=763.428 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.46748e-05 Jy ! Component: 100 - total flux cleaned = -0.00040865 Jy ! Component: 150 - total flux cleaned = -0.000670086 Jy ! Component: 200 - total flux cleaned = -0.000954517 Jy ! Total flux subtracted in 200 components = -0.000954517 Jy ! Clean residual min=-0.007043 max=0.010225 Jy/beam ! Clean residual mean=0.000170 rms=0.002930 Jy/beam ! Combined flux in latest and established models = 0.322779 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 147 components and 0.322779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140817Jy sigma=0.001165 ! Fit after self-cal, rms=0.140981Jy sigma=0.001165 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.000349898 Jy ! Component: 100 - total flux cleaned = -0.000577086 Jy ! Component: 150 - total flux cleaned = -0.000774738 Jy ! Component: 200 - total flux cleaned = -0.000947774 Jy ! Total flux subtracted in 200 components = -0.000947774 Jy ! Clean residual min=-0.007103 max=0.010240 Jy/beam ! Clean residual mean=0.000172 rms=0.002966 Jy/beam ! Combined flux in latest and established models = 0.321831 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 150 components and 0.321831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140950Jy sigma=0.001165 ! Fit after self-cal, rms=0.140968Jy sigma=0.001165 ! 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.140968Jy sigma=0.001165 ! Fit after self-cal, rms=0.140888Jy sigma=0.001162 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=17.97 mas, bpa=14.36 degrees ! Estimated noise=764.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00141966 Jy ! Component: 100 - total flux cleaned = -0.00162156 Jy ! Component: 150 - total flux cleaned = -0.00184417 Jy ! Component: 200 - total flux cleaned = -0.00203605 Jy ! Total flux subtracted in 200 components = -0.00203605 Jy ! Clean residual min=-0.006790 max=0.010029 Jy/beam ! Clean residual mean=0.000135 rms=0.002794 Jy/beam ! Combined flux in latest and established models = 0.319795 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 153 components and 0.319795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140830Jy sigma=0.001161 ! Fit after self-cal, rms=0.140968Jy sigma=0.001161 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.000329078 Jy ! Component: 100 - total flux cleaned = -0.000451741 Jy ! Component: 150 - total flux cleaned = -0.000597728 Jy ! Component: 200 - total flux cleaned = -0.000725825 Jy ! Total flux subtracted in 200 components = -0.000725825 Jy ! Clean residual min=-0.006837 max=0.010018 Jy/beam ! Clean residual mean=0.000137 rms=0.002818 Jy/beam ! Combined flux in latest and established models = 0.319069 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 157 components and 0.319069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140948Jy sigma=0.001161 ! Fit after self-cal, rms=0.140962Jy sigma=0.001161 ! 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.140962Jy sigma=0.001161 ! Fit after self-cal, rms=0.142511Jy sigma=0.001161 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.318 mas, bmaj=26.36 mas, bpa=3.422 degrees ! Estimated noise=843.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00118765 Jy ! Component: 100 - total flux cleaned = -0.00124936 Jy ! Component: 150 - total flux cleaned = -0.00130112 Jy ! Component: 200 - total flux cleaned = -0.00130274 Jy ! Total flux subtracted in 200 components = -0.00130274 Jy ! Clean residual min=-0.008749 max=0.014120 Jy/beam ! Clean residual mean=0.000209 rms=0.004132 Jy/beam ! Combined flux in latest and established models = 0.317766 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 164 components and 0.317766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142503Jy sigma=0.001160 ! Fit after self-cal, rms=0.142556Jy sigma=0.001160 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.000144465 Jy ! Component: 100 - total flux cleaned = -0.000101002 Jy ! Component: 150 - total flux cleaned = -0.000179248 Jy ! Component: 200 - total flux cleaned = -0.000213514 Jy ! Total flux subtracted in 200 components = -0.000213514 Jy ! Clean residual min=-0.008760 max=0.014139 Jy/beam ! Clean residual mean=0.000207 rms=0.004125 Jy/beam ! Combined flux in latest and established models = 0.317553 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 166 components and 0.317553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142571Jy sigma=0.001160 ! Fit after self-cal, rms=0.142579Jy sigma=0.001160 ! 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.943 mas, bmaj=18.08 mas, bpa=14.46 degrees ! Estimated noise=765.02 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.943 x 18.08 at 14.46 degrees (North through East) ! Clean map min=-0.006915 max=0.20744 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.978 mas, bmaj=14.66 mas, bpa=14.53 degrees ! Estimated noise=1133.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145688 Jy ! Component: 100 - total flux cleaned = 0.214083 Jy ! Component: 150 - total flux cleaned = 0.252102 Jy ! Component: 200 - total flux cleaned = 0.275177 Jy ! Total flux subtracted in 200 components = 0.275177 Jy ! Clean residual min=-0.006494 max=0.011848 Jy/beam ! Clean residual mean=0.000080 rms=0.002327 Jy/beam ! Combined flux in latest and established models = 0.275177 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.275177 Jy ! Inverting map and beam ! Estimated beam: bmin=3.943 mas, bmaj=18.08 mas, bpa=14.46 degrees ! Estimated noise=765.02 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.0219039 Jy ! Component: 100 - total flux cleaned = 0.0319426 Jy ! Component: 150 - total flux cleaned = 0.0369481 Jy ! Component: 200 - total flux cleaned = 0.0384169 Jy ! Total flux subtracted in 200 components = 0.0384169 Jy ! Clean residual min=-0.006782 max=0.009759 Jy/beam ! Clean residual mean=0.000139 rms=0.002860 Jy/beam ! Combined flux in latest and established models = 0.313594 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 114 components and 0.313594 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.318 mas, bmaj=26.36 mas, bpa=3.422 degrees ! Estimated noise=843.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276641 Jy ! Component: 100 - total flux cleaned = 0.00299827 Jy ! Component: 150 - total flux cleaned = 0.00306424 Jy ! Component: 200 - total flux cleaned = 0.00299909 Jy ! Total flux subtracted in 200 components = 0.00299909 Jy ! Clean residual min=-0.008700 max=0.013839 Jy/beam ! Clean residual mean=0.000211 rms=0.004178 Jy/beam ! Combined flux in latest and established models = 0.316593 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 = -5.74226e-05 Jy ! Component: 100 - total flux cleaned = -5.66234e-05 Jy ! Component: 150 - total flux cleaned = -0.000111385 Jy ! Component: 200 - total flux cleaned = -0.000159529 Jy ! Total flux subtracted in 200 components = -0.000159529 Jy ! Clean residual min=-0.008647 max=0.013860 Jy/beam ! Clean residual mean=0.000207 rms=0.004158 Jy/beam ! Combined flux in latest and established models = 0.316434 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 120 components and 0.316434 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.943 mas, bmaj=18.08 mas, bpa=14.46 degrees ! Estimated noise=765.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000761824 Jy ! Component: 100 - total flux cleaned = -0.000672794 Jy ! Component: 150 - total flux cleaned = -0.000635229 Jy ! Component: 200 - total flux cleaned = -0.000602775 Jy ! Total flux subtracted in 200 components = -0.000602775 Jy ! Clean residual min=-0.006604 max=0.009930 Jy/beam ! Clean residual mean=0.000134 rms=0.002821 Jy/beam ! Combined flux in latest and established models = 0.315831 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 133 components and 0.315831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142557Jy sigma=0.001161 ! Fit after self-cal, rms=0.142542Jy sigma=0.001161 wmodel J0928-3049_S_2014_05_31_pus_map.mod ! Writing 133 model components to file: J0928-3049_S_2014_05_31_pus_map.mod wobs J0928-3049_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0928-3049_S_2014_05_31_pus_uvs.fits wwins J0928-3049_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J0928-3049_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.00449386 Jy ! Component: 100 - total flux cleaned = 0.00841485 Jy ! Component: 150 - total flux cleaned = 0.0120516 Jy ! Component: 200 - total flux cleaned = 0.0154667 Jy ! Component: 250 - total flux cleaned = 0.0186849 Jy ! Component: 300 - total flux cleaned = 0.0214935 Jy ! Component: 350 - total flux cleaned = 0.0239341 Jy ! Component: 400 - total flux cleaned = 0.0262646 Jy ! Component: 450 - total flux cleaned = 0.028493 Jy ! Component: 500 - total flux cleaned = 0.0307256 Jy ! Component: 550 - total flux cleaned = 0.032382 Jy ! Component: 600 - total flux cleaned = 0.0336955 Jy ! Component: 650 - total flux cleaned = 0.035056 Jy ! Component: 700 - total flux cleaned = 0.0365447 Jy ! Component: 750 - total flux cleaned = 0.0376459 Jy ! Component: 800 - total flux cleaned = 0.0388769 Jy ! Component: 850 - total flux cleaned = 0.0399099 Jy ! Component: 900 - total flux cleaned = 0.0408326 Jy ! Component: 950 - total flux cleaned = 0.0415064 Jy ! Component: 1000 - total flux cleaned = 0.0423833 Jy ! Component: 1050 - total flux cleaned = 0.043376 Jy ! Component: 1100 - total flux cleaned = 0.0439965 Jy ! Component: 1150 - total flux cleaned = 0.0446696 Jy ! Component: 1200 - total flux cleaned = 0.0452609 Jy ! Component: 1250 - total flux cleaned = 0.045837 Jy ! Component: 1300 - total flux cleaned = 0.0463366 Jy ! Component: 1350 - total flux cleaned = 0.0468244 Jy ! Component: 1400 - total flux cleaned = 0.0472415 Jy ! Component: 1450 - total flux cleaned = 0.0477645 Jy ! Component: 1500 - total flux cleaned = 0.0482185 Jy ! Component: 1550 - total flux cleaned = 0.0485524 Jy ! Component: 1600 - total flux cleaned = 0.0490416 Jy ! Component: 1650 - total flux cleaned = 0.0494133 Jy ! Component: 1700 - total flux cleaned = 0.0497252 Jy ! Component: 1750 - total flux cleaned = 0.0502349 Jy ! Component: 1800 - total flux cleaned = 0.0505844 Jy ! Component: 1850 - total flux cleaned = 0.051073 Jy ! Component: 1900 - total flux cleaned = 0.0514083 Jy ! Component: 1950 - total flux cleaned = 0.0517845 Jy ! Component: 2000 - total flux cleaned = 0.0521072 Jy ! Component: 2050 - total flux cleaned = 0.0524231 Jy ! Component: 2100 - total flux cleaned = 0.0527353 Jy ! Component: 2150 - total flux cleaned = 0.0530833 Jy ! Component: 2200 - total flux cleaned = 0.0533829 Jy ! Component: 2250 - total flux cleaned = 0.0535512 Jy ! Component: 2300 - total flux cleaned = 0.0539247 Jy ! Component: 2350 - total flux cleaned = 0.0542101 Jy ! Component: 2400 - total flux cleaned = 0.0544515 Jy ! Component: 2450 - total flux cleaned = 0.0547288 Jy ! Component: 2500 - total flux cleaned = 0.0547285 Jy ! Component: 2550 - total flux cleaned = 0.0549987 Jy ! Component: 2600 - total flux cleaned = 0.0549987 Jy ! Component: 2650 - total flux cleaned = 0.0550362 Jy ! Component: 2700 - total flux cleaned = 0.0550736 Jy ! Component: 2750 - total flux cleaned = 0.0552212 Jy ! Component: 2800 - total flux cleaned = 0.0552574 Jy ! Component: 2850 - total flux cleaned = 0.0552219 Jy ! Component: 2900 - total flux cleaned = 0.0552575 Jy ! Component: 2950 - total flux cleaned = 0.0550817 Jy ! Component: 3000 - total flux cleaned = 0.0549421 Jy ! Component: 3050 - total flux cleaned = 0.0548034 Jy ! Component: 3100 - total flux cleaned = 0.0546318 Jy ! Component: 3150 - total flux cleaned = 0.0544276 Jy ! Component: 3200 - total flux cleaned = 0.0542588 Jy ! Component: 3250 - total flux cleaned = 0.0540916 Jy ! Component: 3300 - total flux cleaned = 0.0538593 Jy ! Component: 3350 - total flux cleaned = 0.0537273 Jy ! Component: 3400 - total flux cleaned = 0.0535307 Jy ! Component: 3450 - total flux cleaned = 0.0533035 Jy ! Component: 3500 - total flux cleaned = 0.0531742 Jy ! Component: 3550 - total flux cleaned = 0.0529175 Jy ! Component: 3600 - total flux cleaned = 0.0527263 Jy ! Component: 3650 - total flux cleaned = 0.0525048 Jy ! Component: 3700 - total flux cleaned = 0.0523158 Jy ! Component: 3750 - total flux cleaned = 0.0520339 Jy ! Component: 3800 - total flux cleaned = 0.0517536 Jy ! Component: 3850 - total flux cleaned = 0.0516606 Jy ! Component: 3900 - total flux cleaned = 0.0514136 Jy ! Component: 3950 - total flux cleaned = 0.0511678 Jy ! Component: 4000 - total flux cleaned = 0.050954 Jy ! Component: 4050 - total flux cleaned = 0.050741 Jy ! Total flux subtracted in 4096 components = 0.0505894 Jy ! Clean residual min=-0.001933 max=0.001623 Jy/beam ! Clean residual mean=0.000026 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.36642 Jy keep ! Adding 572 model components to the UV plane model. ! The established model now contains 705 components and 0.366421 Jy ![Exited script file: muppet] wmap "J0928-3049_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.943 x 18.08 at 14.46 degrees (North through East) ! Clean map min=-0.0041681 max=0.21098 Jy/beam ! Writing clean map to FITS file: J0928-3049_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.210981 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000683703 device "J0928-3049_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0928-3049_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.972178 0.972178 1.94436 3.88871 7.77743 15.5549 31.1097 62.2194 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.21 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.943 x 18.08 at 14.46 degrees (North through East) ! Clean map min=-0.0041681 max=0.21098 Jy/beam quit ! Quitting program ! Log file J0928-3049_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:21:39 2016