! Started logfile: J1133-0905_S_2017_07_09_pus_uvs.log on Wed May 8 14:48:01 2019 obs J1133-0905_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1133-0905_S_2017_07_09_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.951174 visibilities/baseline/integration-bin. ! Found source: J1133-0905 ! ! 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 594 lines of history. ! ! Reading 24312 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 J1133-0905_S_2017_07_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 179 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 179 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 838 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.928011Jy sigma=0.008058 ! Fit after self-cal, rms=0.912910Jy sigma=0.007930 ! 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.512 mas, bmaj=7.083 mas, bpa=-6.261 degrees ! Estimated noise=908.365 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.0648556 Jy ! Component: 100 - total flux cleaned = 0.0836159 Jy ! Total flux subtracted in 100 components = 0.0836159 Jy ! Clean residual min=-0.004310 max=0.008680 Jy/beam ! Clean residual mean=-0.000023 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.0836159 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0836159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083488Jy sigma=0.000693 ! Fit after self-cal, rms=0.083475Jy sigma=0.000692 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103376 Jy ! Component: 100 - total flux cleaned = 0.01645 Jy ! Total flux subtracted in 100 components = 0.01645 Jy ! Clean residual min=-0.003281 max=0.004690 Jy/beam ! Clean residual mean=-0.000012 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.100066 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.100066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081746Jy sigma=0.000677 ! Fit after self-cal, rms=0.081744Jy sigma=0.000677 ! 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.089 mas, bmaj=8.252 mas, bpa=-5.135 degrees ! Estimated noise=634.661 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 (-3, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.005947 Jy ! Component: 100 - total flux cleaned = 0.00908125 Jy ! Component: 150 - total flux cleaned = 0.0102435 Jy ! Component: 200 - total flux cleaned = 0.0105536 Jy ! Total flux subtracted in 200 components = 0.0105536 Jy ! Clean residual min=-0.001961 max=0.002137 Jy/beam ! Clean residual mean=-0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.11062 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.11062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081290Jy sigma=0.000673 ! Fit after self-cal, rms=0.081276Jy sigma=0.000673 ! 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.92 FD 0.97 HN 0.98 KP 1.00 ! LA 0.99 MK 0.99 NL 0.90 OV 1.07 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.01 KP 1.00 ! LA 0.93 MK 1.06 NL 1.02 OV 1.02 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.97 KP 1.00 ! LA 0.99 MK 1.07 NL 0.99 OV 0.99 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.98 KP 1.00* ! LA 0.92 MK 0.88 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.081276Jy sigma=0.000673 ! Fit after self-cal, rms=0.079403Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=8.256 mas, bpa=-5.048 degrees ! Estimated noise=631.356 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.00119221 Jy ! Component: 100 - total flux cleaned = 0.00142417 Jy ! Component: 150 - total flux cleaned = 0.00145175 Jy ! Component: 200 - total flux cleaned = 0.00145153 Jy ! Total flux subtracted in 200 components = 0.00145153 Jy ! Clean residual min=-0.001800 max=0.002037 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.112071 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 58 components and 0.112071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079373Jy sigma=0.000671 ! Fit after self-cal, rms=0.079341Jy sigma=0.000671 ! 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.079341Jy sigma=0.000671 ! Fit after self-cal, rms=0.079599Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=8.275 mas, bpa=-5.02 degrees ! Estimated noise=632.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000723204 Jy ! Component: 100 - total flux cleaned = 0.00091919 Jy ! Component: 150 - total flux cleaned = 0.000983922 Jy ! Component: 200 - total flux cleaned = 0.001003 Jy ! Total flux subtracted in 200 components = 0.001003 Jy ! Clean residual min=-0.001640 max=0.001832 Jy/beam ! Clean residual mean=-0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.113074 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 0.113074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079584Jy sigma=0.000670 ! Fit after self-cal, rms=0.079588Jy sigma=0.000670 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.00015343 Jy ! Component: 100 - total flux cleaned = 0.00015338 Jy ! Component: 150 - total flux cleaned = 0.0001537 Jy ! Component: 200 - total flux cleaned = 0.000153776 Jy ! Total flux subtracted in 200 components = 0.000153776 Jy ! Clean residual min=-0.001638 max=0.001829 Jy/beam ! Clean residual mean=-0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.113228 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.113228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079580Jy sigma=0.000670 ! Fit after self-cal, rms=0.079579Jy sigma=0.000670 ! 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.079579Jy sigma=0.000670 ! Fit after self-cal, rms=0.079797Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=8.281 mas, bpa=-5.153 degrees ! Estimated noise=631.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000830386 Jy ! Component: 100 - total flux cleaned = 0.000831391 Jy ! Component: 150 - total flux cleaned = 0.00077839 Jy ! Component: 200 - total flux cleaned = 0.0007297 Jy ! Total flux subtracted in 200 components = 0.0007297 Jy ! Clean residual min=-0.001526 max=0.001677 Jy/beam ! Clean residual mean=-0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.113958 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.113958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079785Jy sigma=0.000669 ! Fit after self-cal, rms=0.079794Jy sigma=0.000669 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.000198788 Jy ! Component: 100 - total flux cleaned = 0.000167217 Jy ! Component: 150 - total flux cleaned = 0.00012347 Jy ! Component: 200 - total flux cleaned = 9.52891e-05 Jy ! Total flux subtracted in 200 components = 9.52891e-05 Jy ! Clean residual min=-0.001525 max=0.001671 Jy/beam ! Clean residual mean=-0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.114053 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 99 components and 0.114053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079788Jy sigma=0.000669 ! Fit after self-cal, rms=0.079787Jy sigma=0.000669 ! 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.079787Jy sigma=0.000669 ! Fit after self-cal, rms=0.079902Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.265 mas, bmaj=15.1 mas, bpa=-6.123 degrees ! Estimated noise=818.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000355123 Jy ! Component: 100 - total flux cleaned = 0.000302599 Jy ! Component: 150 - total flux cleaned = 0.000260187 Jy ! Component: 200 - total flux cleaned = 0.000235687 Jy ! Total flux subtracted in 200 components = 0.000235687 Jy ! Clean residual min=-0.001569 max=0.001772 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.114288 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.114288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079899Jy sigma=0.000669 ! Fit after self-cal, rms=0.079899Jy sigma=0.000669 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 = 8.4624e-05 Jy ! Component: 100 - total flux cleaned = 3.90846e-05 Jy ! Component: 150 - total flux cleaned = -7.95067e-07 Jy ! Component: 200 - total flux cleaned = -3.81812e-05 Jy ! Total flux subtracted in 200 components = -3.81812e-05 Jy ! Clean residual min=-0.001561 max=0.001753 Jy/beam ! Clean residual mean=-0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.11425 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 123 components and 0.11425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079898Jy sigma=0.000669 ! Fit after self-cal, rms=0.079897Jy sigma=0.000669 ! 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.089 mas, bmaj=8.285 mas, bpa=-5.208 degrees ! Estimated noise=631.577 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.089 x 8.285 at -5.208 degrees (North through East) ! Clean map min=-0.0014533 max=0.087318 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.516 mas, bmaj=7.135 mas, bpa=-6.181 degrees ! Estimated noise=905.738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0640056 Jy ! Component: 100 - total flux cleaned = 0.0834479 Jy ! Component: 150 - total flux cleaned = 0.0937998 Jy ! Component: 200 - total flux cleaned = 0.10018 Jy ! Total flux subtracted in 200 components = 0.10018 Jy ! Clean residual min=-0.002866 max=0.003335 Jy/beam ! Clean residual mean=-0.000012 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.10018 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.10018 Jy ! Inverting map and beam ! Estimated beam: bmin=3.089 mas, bmaj=8.285 mas, bpa=-5.208 degrees ! Estimated noise=631.577 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.00581917 Jy ! Component: 100 - total flux cleaned = 0.0091112 Jy ! Component: 150 - total flux cleaned = 0.0112255 Jy ! Component: 200 - total flux cleaned = 0.0125427 Jy ! Total flux subtracted in 200 components = 0.0125427 Jy ! Clean residual min=-0.001667 max=0.001599 Jy/beam ! Clean residual mean=-0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.112722 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 65 components and 0.112722 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.265 mas, bmaj=15.1 mas, bpa=-6.123 degrees ! Estimated noise=818.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000857206 Jy ! Component: 100 - total flux cleaned = 0.00102073 Jy ! Component: 150 - total flux cleaned = 0.00107057 Jy ! Component: 200 - total flux cleaned = 0.00109174 Jy ! Total flux subtracted in 200 components = 0.00109174 Jy ! Clean residual min=-0.001580 max=0.001752 Jy/beam ! Clean residual mean=-0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.113814 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 = 3.56136e-05 Jy ! Component: 100 - total flux cleaned = 5.0636e-05 Jy ! Component: 150 - total flux cleaned = 7.72212e-05 Jy ! Component: 200 - total flux cleaned = 0.000100055 Jy ! Total flux subtracted in 200 components = 0.000100055 Jy ! Clean residual min=-0.001526 max=0.001723 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.113914 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 97 components and 0.113914 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.089 mas, bmaj=8.285 mas, bpa=-5.208 degrees ! Estimated noise=631.577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320701 Jy ! Component: 100 - total flux cleaned = 0.000341461 Jy ! Component: 150 - total flux cleaned = 0.000342077 Jy ! Component: 200 - total flux cleaned = 0.000361119 Jy ! Total flux subtracted in 200 components = 0.000361119 Jy ! Clean residual min=-0.001539 max=0.001646 Jy/beam ! Clean residual mean=-0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.114275 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.114275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079906Jy sigma=0.000669 ! Fit after self-cal, rms=0.079899Jy sigma=0.000669 wmodel J1133-0905_S_2017_07_09_pus_map.mod ! Writing 112 model components to file: J1133-0905_S_2017_07_09_pus_map.mod wobs J1133-0905_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1133-0905_S_2017_07_09_pus_uvs.fits wwins J1133-0905_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J1133-0905_S_2017_07_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -4.66359e-05 Jy ! Component: 100 - total flux cleaned = -0.000212879 Jy ! Component: 150 - total flux cleaned = -0.00037181 Jy ! Component: 200 - total flux cleaned = -0.000447825 Jy ! Component: 250 - total flux cleaned = -0.000447289 Jy ! Component: 300 - total flux cleaned = -0.000398896 Jy ! Component: 350 - total flux cleaned = -0.00030603 Jy ! Component: 400 - total flux cleaned = -0.000215823 Jy ! Component: 450 - total flux cleaned = -0.000149797 Jy ! Component: 500 - total flux cleaned = -6.41135e-05 Jy ! Component: 550 - total flux cleaned = 2.02071e-05 Jy ! Component: 600 - total flux cleaned = 0.000123557 Jy ! Component: 650 - total flux cleaned = 0.000224569 Jy ! Component: 700 - total flux cleaned = 0.000283726 Jy ! Component: 750 - total flux cleaned = 0.000362415 Jy ! Component: 800 - total flux cleaned = 0.000439711 Jy ! Component: 850 - total flux cleaned = 0.000496774 Jy ! Component: 900 - total flux cleaned = 0.000534336 Jy ! Component: 950 - total flux cleaned = 0.000589494 Jy ! Component: 1000 - total flux cleaned = 0.000589449 Jy ! Component: 1050 - total flux cleaned = 0.000661237 Jy ! Component: 1100 - total flux cleaned = 0.000643237 Jy ! Component: 1150 - total flux cleaned = 0.000678531 Jy ! Component: 1200 - total flux cleaned = 0.000644258 Jy ! Component: 1250 - total flux cleaned = 0.000746661 Jy ! Component: 1300 - total flux cleaned = 0.000746453 Jy ! Component: 1350 - total flux cleaned = 0.00072991 Jy ! Component: 1400 - total flux cleaned = 0.000779571 Jy ! Component: 1450 - total flux cleaned = 0.000828552 Jy ! Component: 1500 - total flux cleaned = 0.000893149 Jy ! Component: 1550 - total flux cleaned = 0.000828796 Jy ! Component: 1600 - total flux cleaned = 0.00082883 Jy ! Component: 1650 - total flux cleaned = 0.000797665 Jy ! Component: 1700 - total flux cleaned = 0.000844321 Jy ! Component: 1750 - total flux cleaned = 0.000813213 Jy ! Component: 1800 - total flux cleaned = 0.000813358 Jy ! Component: 1850 - total flux cleaned = 0.000813399 Jy ! Component: 1900 - total flux cleaned = 0.000843312 Jy ! Component: 1950 - total flux cleaned = 0.000828719 Jy ! Component: 2000 - total flux cleaned = 0.000872711 Jy ! Component: 2050 - total flux cleaned = 0.00087258 Jy ! Component: 2100 - total flux cleaned = 0.000930011 Jy ! Component: 2150 - total flux cleaned = 0.000987052 Jy ! Component: 2200 - total flux cleaned = 0.00101521 Jy ! Component: 2250 - total flux cleaned = 0.001001 Jy ! Component: 2300 - total flux cleaned = 0.00100103 Jy ! Component: 2350 - total flux cleaned = 0.00101491 Jy ! Component: 2400 - total flux cleaned = 0.00100129 Jy ! Component: 2450 - total flux cleaned = 0.00104198 Jy ! Component: 2500 - total flux cleaned = 0.00104189 Jy ! Component: 2550 - total flux cleaned = 0.00102868 Jy ! Component: 2600 - total flux cleaned = 0.00109518 Jy ! Component: 2650 - total flux cleaned = 0.0011216 Jy ! Component: 2700 - total flux cleaned = 0.00112155 Jy ! Component: 2750 - total flux cleaned = 0.00113469 Jy ! Component: 2800 - total flux cleaned = 0.00117335 Jy ! Component: 2850 - total flux cleaned = 0.00119901 Jy ! Component: 2900 - total flux cleaned = 0.00116091 Jy ! Component: 2950 - total flux cleaned = 0.0012239 Jy ! Component: 3000 - total flux cleaned = 0.00124883 Jy ! Component: 3050 - total flux cleaned = 0.00127362 Jy ! Component: 3100 - total flux cleaned = 0.00126135 Jy ! Component: 3150 - total flux cleaned = 0.00127354 Jy ! Component: 3200 - total flux cleaned = 0.00130997 Jy ! Component: 3250 - total flux cleaned = 0.00133421 Jy ! Component: 3300 - total flux cleaned = 0.00127415 Jy ! Component: 3350 - total flux cleaned = 0.00133375 Jy ! Component: 3400 - total flux cleaned = 0.00134559 Jy ! Component: 3450 - total flux cleaned = 0.00136902 Jy ! Component: 3500 - total flux cleaned = 0.00133398 Jy ! Component: 3550 - total flux cleaned = 0.00136889 Jy ! Component: 3600 - total flux cleaned = 0.00134585 Jy ! Component: 3650 - total flux cleaned = 0.00136869 Jy ! Component: 3700 - total flux cleaned = 0.00135748 Jy ! Component: 3750 - total flux cleaned = 0.00135743 Jy ! Component: 3800 - total flux cleaned = 0.00137988 Jy ! Component: 3850 - total flux cleaned = 0.00134644 Jy ! Component: 3900 - total flux cleaned = 0.00136855 Jy ! Component: 3950 - total flux cleaned = 0.00133541 Jy ! Component: 4000 - total flux cleaned = 0.00139024 Jy ! Component: 4050 - total flux cleaned = 0.0013466 Jy ! Total flux subtracted in 4096 components = 0.00129247 Jy ! Clean residual min=-0.000675 max=0.000782 Jy/beam ! Clean residual mean=0.000001 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.115568 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 411 components and 0.115568 Jy ![Exited script file: muppet] wmap "J1133-0905_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.089 x 8.285 at -5.208 degrees (North through East) ! Clean map min=-0.0012152 max=0.087198 Jy/beam ! Writing clean map to FITS file: J1133-0905_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0871977 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200982 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.691471 0.691471 1.38294 2.76588 5.53177 11.0635 22.1271 44.2541 88.5083 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 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.089 x 8.285 at -5.208 degrees (North through East) ! Clean map min=-0.0012152 max=0.087198 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1133-0905_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:48:06 2019