! Started logfile: J2134-4218_S_2017_08_12_pus_uvs.log on Fri May 10 15:08:37 2019 obs J2134-4218_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2134-4218_S_2017_08_12_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.179337 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2134-4218 ! ! 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 3680 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 J2134-4218_S_2017_08_12_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 652 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 658 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 674 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1140 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.769072Jy sigma=0.004534 ! Fit after self-cal, rms=0.722245Jy sigma=0.004261 ! 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.437 mas, bmaj=17.09 mas, bpa=16.33 degrees ! Estimated noise=3880.81 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.200192 Jy ! Component: 100 - total flux cleaned = 0.25861 Jy ! Total flux subtracted in 100 components = 0.25861 Jy ! Clean residual min=-0.021686 max=0.028193 Jy/beam ! Clean residual mean=0.000001 rms=0.007770 Jy/beam ! Combined flux in latest and established models = 0.25861 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.25861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131156Jy sigma=0.000758 ! Fit after self-cal, rms=0.131062Jy sigma=0.000758 ! 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.178 mas, bmaj=22.87 mas, bpa=14.39 degrees ! Estimated noise=2376.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0502462 Jy ! Component: 100 - total flux cleaned = 0.0729419 Jy ! Component: 150 - total flux cleaned = 0.0843746 Jy ! Component: 200 - total flux cleaned = 0.0906119 Jy ! Total flux subtracted in 200 components = 0.0906119 Jy ! Clean residual min=-0.007295 max=0.008601 Jy/beam ! Clean residual mean=-0.000090 rms=0.002760 Jy/beam ! Combined flux in latest and established models = 0.349222 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 56 components and 0.349222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112304Jy sigma=0.000650 ! Fit after self-cal, rms=0.112166Jy sigma=0.000649 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 42 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00 ! LA 1.02 MK 1.00* NL 1.00* OV 1.04 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 0.98 ! LA 0.98 MK 1.00* NL 1.00* OV 1.08 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 0.96 ! LA 0.96 MK 1.00* NL 1.00* OV 0.97 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.112166Jy sigma=0.000649 ! Fit after self-cal, rms=0.109629Jy sigma=0.000641 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=22.67 mas, bpa=14.39 degrees ! Estimated noise=2407.29 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.00134146 Jy ! Component: 100 - total flux cleaned = 0.00149713 Jy ! Component: 150 - total flux cleaned = 0.00156823 Jy ! Component: 200 - total flux cleaned = 0.00163789 Jy ! Total flux subtracted in 200 components = 0.00163789 Jy ! Clean residual min=-0.005963 max=0.007006 Jy/beam ! Clean residual mean=-0.000107 rms=0.002033 Jy/beam ! Combined flux in latest and established models = 0.35086 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.35086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109533Jy sigma=0.000641 ! Fit after self-cal, rms=0.109535Jy sigma=0.000641 ! 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.109535Jy sigma=0.000641 ! Fit after self-cal, rms=0.109543Jy sigma=0.000640 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=22.66 mas, bpa=14.39 degrees ! Estimated noise=2408.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103841 Jy ! Component: 100 - total flux cleaned = 0.00116871 Jy ! Component: 150 - total flux cleaned = 0.00135694 Jy ! Component: 200 - total flux cleaned = 0.00153873 Jy ! Total flux subtracted in 200 components = 0.00153873 Jy ! Clean residual min=-0.005690 max=0.006587 Jy/beam ! Clean residual mean=-0.000100 rms=0.001913 Jy/beam ! Combined flux in latest and established models = 0.352399 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 73 components and 0.352399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109474Jy sigma=0.000640 ! Fit after self-cal, rms=0.109476Jy sigma=0.000640 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.000194579 Jy ! Component: 100 - total flux cleaned = 0.000370295 Jy ! Component: 150 - total flux cleaned = 0.000595198 Jy ! Component: 200 - total flux cleaned = 0.000758711 Jy ! Total flux subtracted in 200 components = 0.000758711 Jy ! Clean residual min=-0.005427 max=0.006236 Jy/beam ! Clean residual mean=-0.000098 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 0.353158 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.353158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109424Jy sigma=0.000640 ! Fit after self-cal, rms=0.109426Jy sigma=0.000640 ! 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.109426Jy sigma=0.000640 ! Fit after self-cal, rms=0.109542Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=22.7 mas, bpa=14.4 degrees ! Estimated noise=2409.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000995918 Jy ! Component: 100 - total flux cleaned = 0.00109868 Jy ! Component: 150 - total flux cleaned = 0.00119283 Jy ! Component: 200 - total flux cleaned = 0.00124136 Jy ! Total flux subtracted in 200 components = 0.00124136 Jy ! Clean residual min=-0.005364 max=0.005509 Jy/beam ! Clean residual mean=-0.000079 rms=0.001670 Jy/beam ! Combined flux in latest and established models = 0.354399 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 80 components and 0.354399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109501Jy sigma=0.000639 ! Fit after self-cal, rms=0.109516Jy sigma=0.000639 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.74044e-05 Jy ! Component: 100 - total flux cleaned = 0.000224392 Jy ! Component: 150 - total flux cleaned = 0.000349691 Jy ! Component: 200 - total flux cleaned = 0.000511659 Jy ! Total flux subtracted in 200 components = 0.000511659 Jy ! Clean residual min=-0.005295 max=0.005200 Jy/beam ! Clean residual mean=-0.000078 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.354911 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.354911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109488Jy sigma=0.000639 ! Fit after self-cal, rms=0.109489Jy sigma=0.000639 ! 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.109489Jy sigma=0.000639 ! Fit after self-cal, rms=0.109539Jy sigma=0.000639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.85 mas, bmaj=42.89 mas, bpa=3.673 degrees ! Estimated noise=3124.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00229472 Jy ! Component: 100 - total flux cleaned = 0.00275506 Jy ! Component: 150 - total flux cleaned = 0.00310294 Jy ! Component: 200 - total flux cleaned = 0.00348607 Jy ! Total flux subtracted in 200 components = 0.00348607 Jy ! Clean residual min=-0.005665 max=0.005056 Jy/beam ! Clean residual mean=-0.000115 rms=0.002145 Jy/beam ! Combined flux in latest and established models = 0.358397 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 88 components and 0.358397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109548Jy sigma=0.000639 ! Fit after self-cal, rms=0.109557Jy sigma=0.000639 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.000355892 Jy ! Component: 100 - total flux cleaned = 0.000625318 Jy ! Component: 150 - total flux cleaned = 0.000873964 Jy ! Component: 200 - total flux cleaned = 0.0011047 Jy ! Total flux subtracted in 200 components = 0.0011047 Jy ! Clean residual min=-0.005495 max=0.004597 Jy/beam ! Clean residual mean=-0.000109 rms=0.002006 Jy/beam ! Combined flux in latest and established models = 0.359501 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 95 components and 0.359501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109589Jy sigma=0.000639 ! Fit after self-cal, rms=0.109594Jy sigma=0.000639 ! 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.126 mas, bmaj=22.68 mas, bpa=14.41 degrees ! Estimated noise=2410.93 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.126 x 22.68 at 14.41 degrees (North through East) ! Clean map min=-0.004614 max=0.23506 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.439 mas, bmaj=17.18 mas, bpa=16.32 degrees ! Estimated noise=3888.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.198539 Jy ! Component: 100 - total flux cleaned = 0.257886 Jy ! Component: 150 - total flux cleaned = 0.293049 Jy ! Component: 200 - total flux cleaned = 0.315567 Jy ! Total flux subtracted in 200 components = 0.315567 Jy ! Clean residual min=-0.010856 max=0.011822 Jy/beam ! Clean residual mean=-0.000013 rms=0.003636 Jy/beam ! Combined flux in latest and established models = 0.315567 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.315567 Jy ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=22.68 mas, bpa=14.41 degrees ! Estimated noise=2410.93 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.0200442 Jy ! Component: 100 - total flux cleaned = 0.0294261 Jy ! Component: 150 - total flux cleaned = 0.0345313 Jy ! Component: 200 - total flux cleaned = 0.0377241 Jy ! Total flux subtracted in 200 components = 0.0377241 Jy ! Clean residual min=-0.005779 max=0.005356 Jy/beam ! Clean residual mean=-0.000075 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.353292 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 69 components and 0.353292 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=10.85 mas, bmaj=42.89 mas, bpa=3.673 degrees ! Estimated noise=3124.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00385233 Jy ! Component: 100 - total flux cleaned = 0.00504132 Jy ! Component: 150 - total flux cleaned = 0.00540831 Jy ! Component: 200 - total flux cleaned = 0.00573882 Jy ! Total flux subtracted in 200 components = 0.00573882 Jy ! Clean residual min=-0.005446 max=0.004991 Jy/beam ! Clean residual mean=-0.000112 rms=0.002077 Jy/beam ! Combined flux in latest and established models = 0.35903 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.000303091 Jy ! Component: 100 - total flux cleaned = 0.000581204 Jy ! Component: 150 - total flux cleaned = 0.000887325 Jy ! Component: 200 - total flux cleaned = 0.00112078 Jy ! Total flux subtracted in 200 components = 0.00112078 Jy ! Clean residual min=-0.005250 max=0.004409 Jy/beam ! Clean residual mean=-0.000105 rms=0.001920 Jy/beam ! Combined flux in latest and established models = 0.360151 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.360151 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=22.68 mas, bpa=14.41 degrees ! Estimated noise=2410.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.42154e-05 Jy ! Component: 100 - total flux cleaned = 5.93332e-05 Jy ! Component: 150 - total flux cleaned = 5.78721e-05 Jy ! Component: 200 - total flux cleaned = 5.72296e-05 Jy ! Total flux subtracted in 200 components = 5.72296e-05 Jy ! Clean residual min=-0.004610 max=0.005236 Jy/beam ! Clean residual mean=-0.000058 rms=0.001431 Jy/beam ! Combined flux in latest and established models = 0.360208 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 101 components and 0.360208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109518Jy sigma=0.000639 ! Fit after self-cal, rms=0.109507Jy sigma=0.000638 wmodel J2134-4218_S_2017_08_12_pus_map.mod ! Writing 101 model components to file: J2134-4218_S_2017_08_12_pus_map.mod wobs J2134-4218_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2134-4218_S_2017_08_12_pus_uvs.fits wwins J2134-4218_S_2017_08_12_pus_map.win ! wwins: Wrote 1 windows to J2134-4218_S_2017_08_12_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.00130071 Jy ! Component: 100 - total flux cleaned = 0.00175832 Jy ! Component: 150 - total flux cleaned = 0.00188764 Jy ! Component: 200 - total flux cleaned = 0.00177051 Jy ! Component: 250 - total flux cleaned = 0.00156528 Jy ! Component: 300 - total flux cleaned = 0.00124037 Jy ! Component: 350 - total flux cleaned = 0.000935198 Jy ! Component: 400 - total flux cleaned = 0.00076646 Jy ! Component: 450 - total flux cleaned = 0.0005641 Jy ! Component: 500 - total flux cleaned = 0.00044623 Jy ! Component: 550 - total flux cleaned = 0.000407615 Jy ! Component: 600 - total flux cleaned = 0.000369798 Jy ! Component: 650 - total flux cleaned = 0.000407551 Jy ! Component: 700 - total flux cleaned = 0.00040756 Jy ! Component: 750 - total flux cleaned = 0.000444927 Jy ! Component: 800 - total flux cleaned = 0.000481783 Jy ! Component: 850 - total flux cleaned = 0.000555843 Jy ! Component: 900 - total flux cleaned = 0.000630612 Jy ! Component: 950 - total flux cleaned = 0.000705618 Jy ! Component: 1000 - total flux cleaned = 0.000781263 Jy ! Component: 1050 - total flux cleaned = 0.000818502 Jy ! Component: 1100 - total flux cleaned = 0.000895461 Jy ! Component: 1150 - total flux cleaned = 0.000934131 Jy ! Component: 1200 - total flux cleaned = 0.00109203 Jy ! Component: 1250 - total flux cleaned = 0.0011725 Jy ! Component: 1300 - total flux cleaned = 0.00125357 Jy ! Component: 1350 - total flux cleaned = 0.00137866 Jy ! Component: 1400 - total flux cleaned = 0.0014643 Jy ! Component: 1450 - total flux cleaned = 0.00155204 Jy ! Component: 1500 - total flux cleaned = 0.00164149 Jy ! Component: 1550 - total flux cleaned = 0.00168742 Jy ! Component: 1600 - total flux cleaned = 0.00178056 Jy ! Component: 1650 - total flux cleaned = 0.00182798 Jy ! Component: 1700 - total flux cleaned = 0.00187655 Jy ! Component: 1750 - total flux cleaned = 0.00197696 Jy ! Component: 1800 - total flux cleaned = 0.00202927 Jy ! Component: 1850 - total flux cleaned = 0.00208269 Jy ! Component: 1900 - total flux cleaned = 0.00213763 Jy ! Component: 1950 - total flux cleaned = 0.00219326 Jy ! Component: 2000 - total flux cleaned = 0.00225135 Jy ! Component: 2050 - total flux cleaned = 0.00236945 Jy ! Component: 2100 - total flux cleaned = 0.00243098 Jy ! Component: 2150 - total flux cleaned = 0.00243037 Jy ! Component: 2200 - total flux cleaned = 0.00249497 Jy ! Component: 2250 - total flux cleaned = 0.00249441 Jy ! Component: 2300 - total flux cleaned = 0.00263139 Jy ! Component: 2350 - total flux cleaned = 0.00263121 Jy ! Component: 2400 - total flux cleaned = 0.00270377 Jy ! Component: 2450 - total flux cleaned = 0.00277999 Jy ! Component: 2500 - total flux cleaned = 0.0027802 Jy ! Component: 2550 - total flux cleaned = 0.00286154 Jy ! Component: 2600 - total flux cleaned = 0.0027796 Jy ! Component: 2650 - total flux cleaned = 0.00269285 Jy ! Component: 2700 - total flux cleaned = 0.00269097 Jy ! Component: 2750 - total flux cleaned = 0.00269136 Jy ! Component: 2800 - total flux cleaned = 0.00269124 Jy ! Component: 2850 - total flux cleaned = 0.00259354 Jy ! Component: 2900 - total flux cleaned = 0.00249044 Jy ! Component: 2950 - total flux cleaned = 0.00259542 Jy ! Component: 3000 - total flux cleaned = 0.00248929 Jy ! Component: 3050 - total flux cleaned = 0.00248899 Jy ! Component: 3100 - total flux cleaned = 0.00237117 Jy ! Component: 3150 - total flux cleaned = 0.00248926 Jy ! Component: 3200 - total flux cleaned = 0.00236281 Jy ! Component: 3250 - total flux cleaned = 0.00248943 Jy ! Component: 3300 - total flux cleaned = 0.00248939 Jy ! Component: 3350 - total flux cleaned = 0.00235414 Jy ! Component: 3400 - total flux cleaned = 0.00235637 Jy ! Component: 3450 - total flux cleaned = 0.00235683 Jy ! Component: 3500 - total flux cleaned = 0.00235648 Jy ! Component: 3550 - total flux cleaned = 0.00220129 Jy ! Component: 3600 - total flux cleaned = 0.00236131 Jy ! Component: 3650 - total flux cleaned = 0.00236396 Jy ! Component: 3700 - total flux cleaned = 0.00219243 Jy ! Component: 3750 - total flux cleaned = 0.00201569 Jy ! Component: 3800 - total flux cleaned = 0.00201336 Jy ! Component: 3850 - total flux cleaned = 0.00201231 Jy ! Component: 3900 - total flux cleaned = 0.00201161 Jy ! Component: 3950 - total flux cleaned = 0.00181033 Jy ! Component: 4000 - total flux cleaned = 0.00159422 Jy ! Component: 4050 - total flux cleaned = 0.0015937 Jy ! Total flux subtracted in 4096 components = 0.00159027 Jy ! Clean residual min=-0.012837 max=0.013598 Jy/beam ! Clean residual mean=0.000064 rms=0.003812 Jy/beam ! Combined flux in latest and established models = 0.361799 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 239 components and 0.361799 Jy ![Exited script file: muppet] wmap "J2134-4218_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.126 x 22.68 at 14.41 degrees (North through East) ! Clean map min=-0.02178 max=0.22341 Jy/beam ! Writing clean map to FITS file: J2134-4218_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.223411 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00455496 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.11648 6.11648 12.233 24.4659 48.9319 97.8637 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0136 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.223 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.126 x 22.68 at 14.41 degrees (North through East) ! Clean map min=-0.02178 max=0.22341 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 J2134-4218_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:08:41 2019