! Started logfile: J2134-3351_S_2017_02_24_pus_uvs.log on Sat May 4 11:35:47 2019 obs J2134-3351_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2134-3351_S_2017_02_24_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769213 visibilities/baseline/integration-bin. ! Found source: J2134-3351 ! ! 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 823 lines of history. ! ! Reading 13292 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-3351_S_2017_02_24_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 408 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.852759Jy sigma=0.004820 ! Fit after self-cal, rms=0.829413Jy sigma=0.004709 ! 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.762 mas, bmaj=8.368 mas, bpa=1.438 degrees ! Estimated noise=1648.2 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.142919 Jy ! Component: 100 - total flux cleaned = 0.174882 Jy ! Total flux subtracted in 100 components = 0.174882 Jy ! Clean residual min=-0.007078 max=0.016216 Jy/beam ! Clean residual mean=-0.000072 rms=0.002365 Jy/beam ! Combined flux in latest and established models = 0.174882 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.174882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139999Jy sigma=0.000686 ! Fit after self-cal, rms=0.139995Jy sigma=0.000686 ! Inverting map ! Added new window around map position (-7.5, -14.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144329 Jy ! Component: 100 - total flux cleaned = 0.021973 Jy ! Total flux subtracted in 100 components = 0.021973 Jy ! Clean residual min=-0.006642 max=0.013109 Jy/beam ! Clean residual mean=-0.000021 rms=0.001932 Jy/beam ! Combined flux in latest and established models = 0.196855 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.196855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138657Jy sigma=0.000675 ! Fit after self-cal, rms=0.138550Jy sigma=0.000674 ! 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.343 mas, bmaj=10.05 mas, bpa=0.7235 degrees ! Estimated noise=1183.79 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 (5.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00923373 Jy ! Component: 100 - total flux cleaned = 0.0134596 Jy ! Component: 150 - total flux cleaned = 0.0148355 Jy ! Component: 200 - total flux cleaned = 0.0159775 Jy ! Total flux subtracted in 200 components = 0.0159775 Jy ! Clean residual min=-0.005094 max=0.006018 Jy/beam ! Clean residual mean=0.000016 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.212833 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 44 components and 0.212833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137761Jy sigma=0.000670 ! Fit after self-cal, rms=0.137722Jy sigma=0.000669 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 1.31 KP 0.98 ! LA 0.95 MK 1.00 NL 0.96 OV 1.02 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.23 KP 0.96 ! LA 0.93 MK 0.99 NL 0.95 OV 1.04 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.25 KP 1.02 ! LA 0.98 MK 1.03 NL 1.05 OV 0.95 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 1.20 KP 1.00* ! LA 0.95 MK 0.98 NL 1.00* OV 0.91 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.137722Jy sigma=0.000669 ! Fit after self-cal, rms=0.148081Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.353 mas, bmaj=9.984 mas, bpa=1.251 degrees ! Estimated noise=1182.83 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.00182217 Jy ! Component: 100 - total flux cleaned = -0.00215071 Jy ! Component: 150 - total flux cleaned = -0.00222318 Jy ! Component: 200 - total flux cleaned = -0.00235041 Jy ! Total flux subtracted in 200 components = -0.00235041 Jy ! Clean residual min=-0.003513 max=0.003736 Jy/beam ! Clean residual mean=0.000046 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.210482 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 72 components and 0.210482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147974Jy sigma=0.000664 ! Fit after self-cal, rms=0.148096Jy sigma=0.000664 ! 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.148096Jy sigma=0.000664 ! Fit after self-cal, rms=0.168284Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.359 mas, bmaj=9.992 mas, bpa=1.119 degrees ! Estimated noise=1185.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00200127 Jy ! Component: 100 - total flux cleaned = -0.00222189 Jy ! Component: 150 - total flux cleaned = -0.00226627 Jy ! Component: 200 - total flux cleaned = -0.00218068 Jy ! Total flux subtracted in 200 components = -0.00218068 Jy ! Clean residual min=-0.002876 max=0.003108 Jy/beam ! Clean residual mean=0.000025 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.208302 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.208302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168245Jy sigma=0.000662 ! Fit after self-cal, rms=0.168342Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.44655e-05 Jy ! Component: 100 - total flux cleaned = 6.30074e-05 Jy ! Component: 150 - total flux cleaned = 9.67746e-05 Jy ! Component: 200 - total flux cleaned = 0.00012838 Jy ! Total flux subtracted in 200 components = 0.00012838 Jy ! Clean residual min=-0.002801 max=0.003052 Jy/beam ! Clean residual mean=0.000025 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.20843 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 100 components and 0.20843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168327Jy sigma=0.000662 ! Fit after self-cal, rms=0.168328Jy sigma=0.000662 ! 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.168328Jy sigma=0.000662 ! Fit after self-cal, rms=0.173533Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=9.989 mas, bpa=1.126 degrees ! Estimated noise=1183.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00139027 Jy ! Component: 100 - total flux cleaned = -0.00146982 Jy ! Component: 150 - total flux cleaned = -0.00146918 Jy ! Component: 200 - total flux cleaned = -0.00143732 Jy ! Total flux subtracted in 200 components = -0.00143732 Jy ! Clean residual min=-0.002765 max=0.002984 Jy/beam ! Clean residual mean=0.000023 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.206993 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 104 components and 0.206993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173509Jy sigma=0.000662 ! Fit after self-cal, rms=0.173539Jy sigma=0.000662 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.04225e-05 Jy ! Component: 100 - total flux cleaned = -4.93222e-05 Jy ! Component: 150 - total flux cleaned = -2.1476e-05 Jy ! Component: 200 - total flux cleaned = -2.11849e-05 Jy ! Total flux subtracted in 200 components = -2.11849e-05 Jy ! Clean residual min=-0.002763 max=0.002948 Jy/beam ! Clean residual mean=0.000023 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.206972 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 114 components and 0.206972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173529Jy sigma=0.000662 ! Fit after self-cal, rms=0.173531Jy sigma=0.000662 ! 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.173531Jy sigma=0.000662 ! Fit after self-cal, rms=0.176098Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.289 mas, bmaj=23.57 mas, bpa=1.193 degrees ! Estimated noise=1391.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000891528 Jy ! Component: 100 - total flux cleaned = -0.000983222 Jy ! Component: 150 - total flux cleaned = -0.00102071 Jy ! Component: 200 - total flux cleaned = -0.00103761 Jy ! Total flux subtracted in 200 components = -0.00103761 Jy ! Clean residual min=-0.002965 max=0.003207 Jy/beam ! Clean residual mean=0.000042 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.205934 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 125 components and 0.205934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176090Jy sigma=0.000662 ! Fit after self-cal, rms=0.176108Jy sigma=0.000662 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 = -4.49774e-05 Jy ! Component: 100 - total flux cleaned = -6.36868e-05 Jy ! Component: 150 - total flux cleaned = -9.56828e-05 Jy ! Component: 200 - total flux cleaned = -0.000110065 Jy ! Total flux subtracted in 200 components = -0.000110065 Jy ! Clean residual min=-0.002943 max=0.003182 Jy/beam ! Clean residual mean=0.000042 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.205824 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 129 components and 0.205824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176104Jy sigma=0.000662 ! Fit after self-cal, rms=0.176104Jy sigma=0.000662 ! 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.362 mas, bmaj=9.99 mas, bpa=1.113 degrees ! Estimated noise=1181.74 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.362 x 9.99 at 1.113 degrees (North through East) ! Clean map min=-0.0026476 max=0.17841 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.774 mas, bmaj=8.277 mas, bpa=1.991 degrees ! Estimated noise=1668.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144445 Jy ! Component: 100 - total flux cleaned = 0.176494 Jy ! Component: 150 - total flux cleaned = 0.187647 Jy ! Component: 200 - total flux cleaned = 0.194168 Jy ! Total flux subtracted in 200 components = 0.194168 Jy ! Clean residual min=-0.003931 max=0.004617 Jy/beam ! Clean residual mean=-0.000003 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.194168 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.194168 Jy ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=9.99 mas, bpa=1.113 degrees ! Estimated noise=1181.74 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.00492123 Jy ! Component: 100 - total flux cleaned = 0.00764837 Jy ! Component: 150 - total flux cleaned = 0.00940074 Jy ! Component: 200 - total flux cleaned = 0.0102069 Jy ! Total flux subtracted in 200 components = 0.0102069 Jy ! Clean residual min=-0.003010 max=0.002733 Jy/beam ! Clean residual mean=0.000019 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.204375 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 62 components and 0.204375 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.289 mas, bmaj=23.57 mas, bpa=1.193 degrees ! Estimated noise=1391.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119372 Jy ! Component: 100 - total flux cleaned = 0.0013551 Jy ! Component: 150 - total flux cleaned = 0.00144 Jy ! Component: 200 - total flux cleaned = 0.00147704 Jy ! Total flux subtracted in 200 components = 0.00147704 Jy ! Clean residual min=-0.002778 max=0.003096 Jy/beam ! Clean residual mean=0.000042 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.205852 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 = -9.65202e-07 Jy ! Component: 100 - total flux cleaned = -1.35436e-06 Jy ! Component: 150 - total flux cleaned = -1.15151e-06 Jy ! Component: 200 - total flux cleaned = -9.37425e-07 Jy ! Total flux subtracted in 200 components = -9.37425e-07 Jy ! Clean residual min=-0.002784 max=0.003089 Jy/beam ! Clean residual mean=0.000042 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.205851 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.205851 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.362 mas, bmaj=9.99 mas, bpa=1.113 degrees ! Estimated noise=1181.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000376223 Jy ! Component: 100 - total flux cleaned = -0.000351319 Jy ! Component: 150 - total flux cleaned = -0.00030486 Jy ! Component: 200 - total flux cleaned = -0.000284634 Jy ! Total flux subtracted in 200 components = -0.000284634 Jy ! Clean residual min=-0.002922 max=0.002789 Jy/beam ! Clean residual mean=0.000021 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.205567 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.205567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176103Jy sigma=0.000662 ! Fit after self-cal, rms=0.176102Jy sigma=0.000662 wmodel J2134-3351_S_2017_02_24_pus_map.mod ! Writing 92 model components to file: J2134-3351_S_2017_02_24_pus_map.mod wobs J2134-3351_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2134-3351_S_2017_02_24_pus_uvs.fits wwins J2134-3351_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J2134-3351_S_2017_02_24_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.000514818 Jy ! Component: 100 - total flux cleaned = 0.000801495 Jy ! Component: 150 - total flux cleaned = 0.00120087 Jy ! Component: 200 - total flux cleaned = 0.00132742 Jy ! Component: 250 - total flux cleaned = 0.00148791 Jy ! Component: 300 - total flux cleaned = 0.00168125 Jy ! Component: 350 - total flux cleaned = 0.00183151 Jy ! Component: 400 - total flux cleaned = 0.00194127 Jy ! Component: 450 - total flux cleaned = 0.00201182 Jy ! Component: 500 - total flux cleaned = 0.00204659 Jy ! Component: 550 - total flux cleaned = 0.00221509 Jy ! Component: 600 - total flux cleaned = 0.00228112 Jy ! Component: 650 - total flux cleaned = 0.00240998 Jy ! Component: 700 - total flux cleaned = 0.0025361 Jy ! Component: 750 - total flux cleaned = 0.0026603 Jy ! Component: 800 - total flux cleaned = 0.00284324 Jy ! Component: 850 - total flux cleaned = 0.00299236 Jy ! Component: 900 - total flux cleaned = 0.00305109 Jy ! Component: 950 - total flux cleaned = 0.00313792 Jy ! Component: 1000 - total flux cleaned = 0.00322344 Jy ! Component: 1050 - total flux cleaned = 0.00333603 Jy ! Component: 1100 - total flux cleaned = 0.0034745 Jy ! Component: 1150 - total flux cleaned = 0.00347411 Jy ! Component: 1200 - total flux cleaned = 0.00363616 Jy ! Component: 1250 - total flux cleaned = 0.00376954 Jy ! Component: 1300 - total flux cleaned = 0.00387465 Jy ! Component: 1350 - total flux cleaned = 0.00395238 Jy ! Component: 1400 - total flux cleaned = 0.00402901 Jy ! Component: 1450 - total flux cleaned = 0.00415527 Jy ! Component: 1500 - total flux cleaned = 0.00415521 Jy ! Component: 1550 - total flux cleaned = 0.00420446 Jy ! Component: 1600 - total flux cleaned = 0.0041313 Jy ! Component: 1650 - total flux cleaned = 0.00420412 Jy ! Component: 1700 - total flux cleaned = 0.0042037 Jy ! Component: 1750 - total flux cleaned = 0.00415613 Jy ! Component: 1800 - total flux cleaned = 0.00410913 Jy ! Component: 1850 - total flux cleaned = 0.00417937 Jy ! Component: 1900 - total flux cleaned = 0.00420239 Jy ! Component: 1950 - total flux cleaned = 0.00417929 Jy ! Component: 2000 - total flux cleaned = 0.00420196 Jy ! Component: 2050 - total flux cleaned = 0.00417951 Jy ! Component: 2100 - total flux cleaned = 0.00420194 Jy ! Component: 2150 - total flux cleaned = 0.00420179 Jy ! Component: 2200 - total flux cleaned = 0.00420168 Jy ! Component: 2250 - total flux cleaned = 0.00417951 Jy ! Component: 2300 - total flux cleaned = 0.00413576 Jy ! Component: 2350 - total flux cleaned = 0.00415759 Jy ! Component: 2400 - total flux cleaned = 0.00413598 Jy ! Component: 2450 - total flux cleaned = 0.00413607 Jy ! Component: 2500 - total flux cleaned = 0.004136 Jy ! Component: 2550 - total flux cleaned = 0.00413599 Jy ! Component: 2600 - total flux cleaned = 0.00407288 Jy ! Component: 2650 - total flux cleaned = 0.0041355 Jy ! Component: 2700 - total flux cleaned = 0.0041148 Jy ! Component: 2750 - total flux cleaned = 0.00411494 Jy ! Component: 2800 - total flux cleaned = 0.00407381 Jy ! Component: 2850 - total flux cleaned = 0.00407402 Jy ! Component: 2900 - total flux cleaned = 0.00407412 Jy ! Component: 2950 - total flux cleaned = 0.00409428 Jy ! Component: 3000 - total flux cleaned = 0.00409426 Jy ! Component: 3050 - total flux cleaned = 0.00415376 Jy ! Component: 3100 - total flux cleaned = 0.00413374 Jy ! Component: 3150 - total flux cleaned = 0.00415345 Jy ! Component: 3200 - total flux cleaned = 0.00419248 Jy ! Component: 3250 - total flux cleaned = 0.00421177 Jy ! Component: 3300 - total flux cleaned = 0.00419237 Jy ! Component: 3350 - total flux cleaned = 0.0042308 Jy ! Component: 3400 - total flux cleaned = 0.00423072 Jy ! Component: 3450 - total flux cleaned = 0.00426861 Jy ! Component: 3500 - total flux cleaned = 0.00424967 Jy ! Component: 3550 - total flux cleaned = 0.00424973 Jy ! Component: 3600 - total flux cleaned = 0.00428707 Jy ! Component: 3650 - total flux cleaned = 0.00428702 Jy ! Component: 3700 - total flux cleaned = 0.00423145 Jy ! Component: 3750 - total flux cleaned = 0.00424994 Jy ! Component: 3800 - total flux cleaned = 0.00430495 Jy ! Component: 3850 - total flux cleaned = 0.00430499 Jy ! Component: 3900 - total flux cleaned = 0.00437763 Jy ! Component: 3950 - total flux cleaned = 0.0044317 Jy ! Component: 4000 - total flux cleaned = 0.0043956 Jy ! Component: 4050 - total flux cleaned = 0.00444952 Jy ! Total flux subtracted in 4096 components = 0.00448518 Jy ! Clean residual min=-0.001247 max=0.001119 Jy/beam ! Clean residual mean=0.000003 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.210052 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 371 components and 0.210052 Jy ![Exited script file: muppet] wmap "J2134-3351_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.362 x 9.99 at 1.113 degrees (North through East) ! Clean map min=-0.0026647 max=0.18103 Jy/beam ! Writing clean map to FITS file: J2134-3351_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.18103 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000317928 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.526864 0.526864 1.05373 2.10746 4.21491 8.42983 16.8597 33.7193 67.4386 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.181 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.362 x 9.99 at 1.113 degrees (North through East) ! Clean map min=-0.0026647 max=0.18103 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-3351_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:35:51 2019