! Started logfile: J0441-3340_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:46:11 2016 obs J0441-3340_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0441-3340_S_2014_05_31_pus_uva.fits ! AN table 1: 110 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694343 visibilities/baseline/integration-bin. ! Found source: J0441-3340 ! ! 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 13748 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 J0441-3340_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 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.806782Jy sigma=0.005843 ! Fit after self-cal, rms=0.719848Jy sigma=0.005091 ! 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.054 mas, bmaj=14.53 mas, bpa=9.673 degrees ! Estimated noise=1633.64 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.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.24798 Jy ! Component: 100 - total flux cleaned = 0.38595 Jy ! Total flux subtracted in 100 components = 0.38595 Jy ! Clean residual min=-0.049387 max=0.106381 Jy/beam ! Clean residual mean=0.000001 rms=0.015512 Jy/beam ! Combined flux in latest and established models = 0.38595 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.38595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.300352Jy sigma=0.002413 ! Fit after self-cal, rms=0.291729Jy sigma=0.002380 ! Inverting map ! Added new window around map position (-5, -3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120298 Jy ! Component: 100 - total flux cleaned = 0.192536 Jy ! Total flux subtracted in 100 components = 0.192536 Jy ! Clean residual min=-0.023010 max=0.047263 Jy/beam ! Clean residual mean=-0.000008 rms=0.008845 Jy/beam ! Combined flux in latest and established models = 0.578486 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 45 components and 0.578486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203513Jy sigma=0.001586 ! Fit after self-cal, rms=0.199503Jy sigma=0.001562 ! 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.877 mas, bmaj=16.84 mas, bpa=7.781 degrees ! Estimated noise=792.393 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.0990066 Jy ! Component: 100 - total flux cleaned = 0.155022 Jy ! Component: 150 - total flux cleaned = 0.189768 Jy ! Component: 200 - total flux cleaned = 0.212151 Jy ! Total flux subtracted in 200 components = 0.212151 Jy ! Clean residual min=-0.020343 max=0.038652 Jy/beam ! Clean residual mean=-0.000083 rms=0.006832 Jy/beam ! Combined flux in latest and established models = 0.790637 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 124 components and 0.790637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147709Jy sigma=0.001073 ! Fit after self-cal, rms=0.146679Jy sigma=0.001065 ! 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.93 FD 0.82 HN 1.46 KP 1.02 ! LA 1.16 MK 1.00* NL 1.11 OV 1.00 ! PT 0.98 SC 0.82 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 1.34 KP 1.00 ! LA 1.12 MK 1.00* NL 1.15 OV 1.03 ! PT 0.96 SC 1.52 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.10 HN 1.13 KP 0.90 ! LA 0.89 MK 1.00* NL 1.16 OV 0.96 ! PT 0.95 SC 0.85 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.96 HN 1.10 KP 0.87 ! LA 0.85 MK 1.00* NL 1.26 OV 1.05 ! PT 1.00 SC 0.88 ! ! ! Fit before self-cal, rms=0.146679Jy sigma=0.001065 ! Fit after self-cal, rms=0.145006Jy sigma=0.000911 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=17.48 mas, bpa=8.725 degrees ! Estimated noise=809.859 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 (12.5, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0295156 Jy ! Component: 100 - total flux cleaned = 0.0410233 Jy ! Component: 150 - total flux cleaned = 0.0470745 Jy ! Component: 200 - total flux cleaned = 0.0523286 Jy ! Total flux subtracted in 200 components = 0.0523286 Jy ! Clean residual min=-0.010443 max=0.015374 Jy/beam ! Clean residual mean=-0.000107 rms=0.003104 Jy/beam ! Combined flux in latest and established models = 0.842965 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 171 components and 0.842965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138825Jy sigma=0.000843 ! Fit after self-cal, rms=0.138790Jy sigma=0.000838 ! 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.138790Jy sigma=0.000838 ! Fit after self-cal, rms=0.167112Jy sigma=0.000835 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.908 mas, bmaj=17.67 mas, bpa=8.544 degrees ! Estimated noise=826.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00872066 Jy ! Component: 100 - total flux cleaned = 0.0115014 Jy ! Component: 150 - total flux cleaned = 0.0135203 Jy ! Component: 200 - total flux cleaned = 0.0150385 Jy ! Total flux subtracted in 200 components = 0.0150385 Jy ! Clean residual min=-0.009056 max=0.012139 Jy/beam ! Clean residual mean=-0.000071 rms=0.002431 Jy/beam ! Combined flux in latest and established models = 0.858004 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 195 components and 0.858004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165053Jy sigma=0.000823 ! Fit after self-cal, rms=0.165444Jy sigma=0.000822 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 (24.5, 25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105863 Jy ! Component: 100 - total flux cleaned = 0.0114439 Jy ! Component: 150 - total flux cleaned = 0.0112269 Jy ! Component: 200 - total flux cleaned = 0.0112241 Jy ! Total flux subtracted in 200 components = 0.0112241 Jy ! Clean residual min=-0.007868 max=0.009394 Jy/beam ! Clean residual mean=-0.000058 rms=0.002054 Jy/beam ! Combined flux in latest and established models = 0.869228 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 216 components and 0.869228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163832Jy sigma=0.000814 ! Fit after self-cal, rms=0.163740Jy sigma=0.000813 ! 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.163740Jy sigma=0.000813 ! Fit after self-cal, rms=0.159898Jy sigma=0.000790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.871 mas, bmaj=17.58 mas, bpa=8.77 degrees ! Estimated noise=814.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383001 Jy ! Component: 100 - total flux cleaned = 0.00438581 Jy ! Component: 150 - total flux cleaned = 0.00454545 Jy ! Component: 200 - total flux cleaned = 0.00469457 Jy ! Total flux subtracted in 200 components = 0.00469457 Jy ! Clean residual min=-0.006064 max=0.008466 Jy/beam ! Clean residual mean=-0.000034 rms=0.001487 Jy/beam ! Combined flux in latest and established models = 0.873922 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 248 components and 0.873922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159428Jy sigma=0.000787 ! Fit after self-cal, rms=0.159626Jy sigma=0.000786 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 (-12, -18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0042515 Jy ! Component: 100 - total flux cleaned = 0.00527432 Jy ! Component: 150 - total flux cleaned = 0.00543045 Jy ! Component: 200 - total flux cleaned = 0.00588693 Jy ! Total flux subtracted in 200 components = 0.00588693 Jy ! Clean residual min=-0.005346 max=0.004497 Jy/beam ! Clean residual mean=-0.000031 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.879809 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 278 components and 0.879809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159101Jy sigma=0.000782 ! Fit after self-cal, rms=0.159109Jy sigma=0.000782 ! 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.159109Jy sigma=0.000782 ! Fit after self-cal, rms=0.161469Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.447 mas, bmaj=26.59 mas, bpa=-1.147 degrees ! Estimated noise=902.867 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271847 Jy ! Component: 100 - total flux cleaned = 0.0033442 Jy ! Component: 150 - total flux cleaned = 0.00323474 Jy ! Component: 200 - total flux cleaned = 0.00313487 Jy ! Total flux subtracted in 200 components = 0.00313487 Jy ! Clean residual min=-0.004225 max=0.004262 Jy/beam ! Clean residual mean=-0.000037 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.882944 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 306 components and 0.882944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161300Jy sigma=0.000781 ! Fit after self-cal, rms=0.161294Jy sigma=0.000781 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.00023849 Jy ! Component: 100 - total flux cleaned = 5.92851e-05 Jy ! Component: 150 - total flux cleaned = 0.000226272 Jy ! Component: 200 - total flux cleaned = 0.000228716 Jy ! Total flux subtracted in 200 components = 0.000228716 Jy ! Clean residual min=-0.003798 max=0.004015 Jy/beam ! Clean residual mean=-0.000037 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.883173 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 329 components and 0.883173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161227Jy sigma=0.000781 ! Fit after self-cal, rms=0.161219Jy sigma=0.000781 ! 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.856 mas, bmaj=17.58 mas, bpa=8.895 degrees ! Estimated noise=812.803 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.856 x 17.58 at 8.895 degrees (North through East) ! Clean map min=-0.004675 max=0.3338 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=15.31 mas, bpa=10.62 degrees ! Estimated noise=1683.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.269938 Jy ! Component: 100 - total flux cleaned = 0.421142 Jy ! Component: 150 - total flux cleaned = 0.515357 Jy ! Component: 200 - total flux cleaned = 0.580104 Jy ! Total flux subtracted in 200 components = 0.580104 Jy ! Clean residual min=-0.019333 max=0.038001 Jy/beam ! Clean residual mean=-0.000051 rms=0.007308 Jy/beam ! Combined flux in latest and established models = 0.580104 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.580104 Jy ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=17.58 mas, bpa=8.895 degrees ! Estimated noise=812.803 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.0848361 Jy ! Component: 100 - total flux cleaned = 0.138424 Jy ! Component: 150 - total flux cleaned = 0.174869 Jy ! Component: 200 - total flux cleaned = 0.200812 Jy ! Total flux subtracted in 200 components = 0.200812 Jy ! Clean residual min=-0.010857 max=0.016268 Jy/beam ! Clean residual mean=-0.000108 rms=0.004361 Jy/beam ! Combined flux in latest and established models = 0.780916 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 125 components and 0.780916 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.447 mas, bmaj=26.59 mas, bpa=-1.147 degrees ! Estimated noise=902.867 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0289041 Jy ! Component: 100 - total flux cleaned = 0.0490308 Jy ! Component: 150 - total flux cleaned = 0.0633892 Jy ! Component: 200 - total flux cleaned = 0.0737854 Jy ! Total flux subtracted in 200 components = 0.0737854 Jy ! Clean residual min=-0.006215 max=0.006148 Jy/beam ! Clean residual mean=-0.000077 rms=0.002176 Jy/beam ! Combined flux in latest and established models = 0.854701 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.00765043 Jy ! Component: 100 - total flux cleaned = 0.0127536 Jy ! Component: 150 - total flux cleaned = 0.0158174 Jy ! Component: 200 - total flux cleaned = 0.0183319 Jy ! Total flux subtracted in 200 components = 0.0183319 Jy ! Clean residual min=-0.004190 max=0.004483 Jy/beam ! Clean residual mean=-0.000052 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.873033 Jy ! Adding 146 model components to the UV plane model. ! The established model now contains 260 components and 0.873033 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=17.58 mas, bpa=8.895 degrees ! Estimated noise=812.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00385927 Jy ! Component: 100 - total flux cleaned = 0.00475825 Jy ! Component: 150 - total flux cleaned = 0.00536488 Jy ! Component: 200 - total flux cleaned = 0.00575503 Jy ! Total flux subtracted in 200 components = 0.00575503 Jy ! Clean residual min=-0.003700 max=0.003661 Jy/beam ! Clean residual mean=-0.000027 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.878788 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 288 components and 0.878788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160889Jy sigma=0.000779 ! Fit after self-cal, rms=0.160974Jy sigma=0.000779 wmodel J0441-3340_S_2014_05_31_pus_map.mod ! Writing 288 model components to file: J0441-3340_S_2014_05_31_pus_map.mod wobs J0441-3340_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0441-3340_S_2014_05_31_pus_uvs.fits wwins J0441-3340_S_2014_05_31_pus_map.win ! wwins: Wrote 5 windows to J0441-3340_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.000885164 Jy ! Component: 100 - total flux cleaned = 0.000946593 Jy ! Component: 150 - total flux cleaned = 0.000834273 Jy ! Component: 200 - total flux cleaned = 0.000835814 Jy ! Component: 250 - total flux cleaned = 0.000991864 Jy ! Component: 300 - total flux cleaned = 0.00134379 Jy ! Component: 350 - total flux cleaned = 0.00144018 Jy ! Component: 400 - total flux cleaned = 0.00153321 Jy ! Component: 450 - total flux cleaned = 0.00148594 Jy ! Component: 500 - total flux cleaned = 0.00161982 Jy ! Component: 550 - total flux cleaned = 0.00157559 Jy ! Component: 600 - total flux cleaned = 0.00161901 Jy ! Component: 650 - total flux cleaned = 0.00170244 Jy ! Component: 700 - total flux cleaned = 0.00166182 Jy ! Component: 750 - total flux cleaned = 0.00178217 Jy ! Component: 800 - total flux cleaned = 0.00193863 Jy ! Component: 850 - total flux cleaned = 0.00190056 Jy ! Component: 900 - total flux cleaned = 0.0019749 Jy ! Component: 950 - total flux cleaned = 0.00193754 Jy ! Component: 1000 - total flux cleaned = 0.00186567 Jy ! Component: 1050 - total flux cleaned = 0.00190051 Jy ! Component: 1100 - total flux cleaned = 0.00179599 Jy ! Component: 1150 - total flux cleaned = 0.00169419 Jy ! Component: 1200 - total flux cleaned = 0.00162796 Jy ! Component: 1250 - total flux cleaned = 0.0015953 Jy ! Component: 1300 - total flux cleaned = 0.00153134 Jy ! Component: 1350 - total flux cleaned = 0.00162653 Jy ! Component: 1400 - total flux cleaned = 0.00165701 Jy ! Component: 1450 - total flux cleaned = 0.00178043 Jy ! Component: 1500 - total flux cleaned = 0.00193212 Jy ! Component: 1550 - total flux cleaned = 0.00202229 Jy ! Component: 1600 - total flux cleaned = 0.00222895 Jy ! Component: 1650 - total flux cleaned = 0.00249108 Jy ! Component: 1700 - total flux cleaned = 0.00260582 Jy ! Component: 1750 - total flux cleaned = 0.00280365 Jy ! Component: 1800 - total flux cleaned = 0.00280336 Jy ! Component: 1850 - total flux cleaned = 0.0028314 Jy ! Component: 1900 - total flux cleaned = 0.00291324 Jy ! Component: 1950 - total flux cleaned = 0.0029671 Jy ! Component: 2000 - total flux cleaned = 0.00299367 Jy ! Component: 2050 - total flux cleaned = 0.00299355 Jy ! Component: 2100 - total flux cleaned = 0.00301981 Jy ! Component: 2150 - total flux cleaned = 0.00309673 Jy ! Component: 2200 - total flux cleaned = 0.00314782 Jy ! Component: 2250 - total flux cleaned = 0.00322304 Jy ! Component: 2300 - total flux cleaned = 0.00322292 Jy ! Component: 2350 - total flux cleaned = 0.00324736 Jy ! Component: 2400 - total flux cleaned = 0.00329655 Jy ! Component: 2450 - total flux cleaned = 0.00332081 Jy ! Component: 2500 - total flux cleaned = 0.00334523 Jy ! Component: 2550 - total flux cleaned = 0.003369 Jy ! Component: 2600 - total flux cleaned = 0.00336916 Jy ! Component: 2650 - total flux cleaned = 0.00341595 Jy ! Component: 2700 - total flux cleaned = 0.00341599 Jy ! Component: 2750 - total flux cleaned = 0.00350788 Jy ! Component: 2800 - total flux cleaned = 0.00355297 Jy ! Component: 2850 - total flux cleaned = 0.00353064 Jy ! Component: 2900 - total flux cleaned = 0.00350869 Jy ! Component: 2950 - total flux cleaned = 0.00364145 Jy ! Component: 3000 - total flux cleaned = 0.00366317 Jy ! Component: 3050 - total flux cleaned = 0.00366339 Jy ! Component: 3100 - total flux cleaned = 0.00379287 Jy ! Component: 3150 - total flux cleaned = 0.00377155 Jy ! Component: 3200 - total flux cleaned = 0.0038993 Jy ! Component: 3250 - total flux cleaned = 0.00385698 Jy ! Component: 3300 - total flux cleaned = 0.00394081 Jy ! Component: 3350 - total flux cleaned = 0.00408624 Jy ! Component: 3400 - total flux cleaned = 0.00412746 Jy ! Component: 3450 - total flux cleaned = 0.00418875 Jy ! Component: 3500 - total flux cleaned = 0.00422949 Jy ! Component: 3550 - total flux cleaned = 0.00428993 Jy ! Component: 3600 - total flux cleaned = 0.00428994 Jy ! Component: 3650 - total flux cleaned = 0.00432967 Jy ! Component: 3700 - total flux cleaned = 0.00442835 Jy ! Component: 3750 - total flux cleaned = 0.004389 Jy ! Component: 3800 - total flux cleaned = 0.00450578 Jy ! Component: 3850 - total flux cleaned = 0.00456382 Jy ! Component: 3900 - total flux cleaned = 0.00462149 Jy ! Component: 3950 - total flux cleaned = 0.00464074 Jy ! Component: 4000 - total flux cleaned = 0.00477358 Jy ! Component: 4050 - total flux cleaned = 0.00479229 Jy ! Total flux subtracted in 4096 components = 0.00488613 Jy ! Clean residual min=-0.001266 max=0.001273 Jy/beam ! Clean residual mean=-0.000008 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.883674 Jy keep ! Adding 348 model components to the UV plane model. ! The established model now contains 635 components and 0.883674 Jy ![Exited script file: muppet] wmap "J0441-3340_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.856 x 17.58 at 8.895 degrees (North through East) ! Clean map min=-0.003091 max=0.34197 Jy/beam ! Writing clean map to FITS file: J0441-3340_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.341971 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000384202 device "J0441-3340_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0441-3340_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.337048 0.337048 0.674096 1.34819 2.69638 5.39277 10.7855 21.5711 43.1422 86.2843 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.341 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.856 x 17.58 at 8.895 degrees (North through East) ! Clean map min=-0.003091 max=0.34197 Jy/beam quit ! Quitting program ! Log file J0441-3340_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:46:17 2016