! Started logfile: J2223-1607_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:24:46 2019 obs J2223-1607_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J2223-1607_S_2017_01_16_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.759907 visibilities/baseline/integration-bin. ! Found source: J2223-1607 ! ! 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 622 lines of history. ! ! Reading 19560 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 J2223-1607_S_2017_01_16_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 178 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 178 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 178 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 297 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.923817Jy sigma=0.006075 ! Fit after self-cal, rms=0.903370Jy sigma=0.005979 ! 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.241 mas, bmaj=10.29 mas, bpa=15.42 degrees ! Estimated noise=1230.33 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.0791008 Jy ! Component: 100 - total flux cleaned = 0.102846 Jy ! Total flux subtracted in 100 components = 0.102846 Jy ! Clean residual min=-0.004449 max=0.009709 Jy/beam ! Clean residual mean=-0.000037 rms=0.001299 Jy/beam ! Combined flux in latest and established models = 0.102846 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.102846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156996Jy sigma=0.000675 ! Fit after self-cal, rms=0.156999Jy sigma=0.000674 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102932 Jy ! Component: 100 - total flux cleaned = 0.0153575 Jy ! Total flux subtracted in 100 components = 0.0153575 Jy ! Clean residual min=-0.003804 max=0.004299 Jy/beam ! Clean residual mean=-0.000018 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.118204 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.118204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155986Jy sigma=0.000668 ! Fit after self-cal, rms=0.155993Jy sigma=0.000667 ! 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.94 mas, bmaj=11.62 mas, bpa=14.83 degrees ! Estimated noise=807.604 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, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00604705 Jy ! Component: 100 - total flux cleaned = 0.00912912 Jy ! Component: 150 - total flux cleaned = 0.0109566 Jy ! Component: 200 - total flux cleaned = 0.0123066 Jy ! Total flux subtracted in 200 components = 0.0123066 Jy ! Clean residual min=-0.003291 max=0.004503 Jy/beam ! Clean residual mean=-0.000028 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.130511 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.130511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155564Jy sigma=0.000665 ! Fit after self-cal, rms=0.155530Jy sigma=0.000665 ! 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 1.07 FD 0.96 HN 1.03 KP 1.02 ! LA 0.99 MK 1.00* NL 0.88 OV 1.08 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.05 KP 0.97 ! LA 0.96 MK 1.00* NL 1.00 OV 1.04 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.04 HN 1.02 KP 1.00 ! LA 1.00 MK 1.00* NL 0.98 OV 0.99 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.09 HN 0.98 KP 1.00 ! LA 0.85 MK 1.00* NL 0.50 OV 1.08 ! PT 0.88 SC 0.88 ! ! ! Fit before self-cal, rms=0.155530Jy sigma=0.000665 ! Fit after self-cal, rms=0.122682Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=11.64 mas, bpa=14.8 degrees ! Estimated noise=807.347 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 (16, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00411177 Jy ! Component: 100 - total flux cleaned = 0.00537219 Jy ! Component: 150 - total flux cleaned = 0.00594318 Jy ! Component: 200 - total flux cleaned = 0.00631919 Jy ! Total flux subtracted in 200 components = 0.00631919 Jy ! Clean residual min=-0.002707 max=0.002746 Jy/beam ! Clean residual mean=-0.000024 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.13683 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 101 components and 0.13683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122524Jy sigma=0.000661 ! Fit after self-cal, rms=0.122272Jy sigma=0.000660 ! 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.122272Jy sigma=0.000660 ! Fit after self-cal, rms=0.121476Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.964 mas, bmaj=11.6 mas, bpa=14.89 degrees ! Estimated noise=810.459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144446 Jy ! Component: 100 - total flux cleaned = 0.00205497 Jy ! Component: 150 - total flux cleaned = 0.00233344 Jy ! Component: 200 - total flux cleaned = 0.00243943 Jy ! Total flux subtracted in 200 components = 0.00243943 Jy ! Clean residual min=-0.002005 max=0.002319 Jy/beam ! Clean residual mean=-0.000013 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.139269 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 136 components and 0.139269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121438Jy sigma=0.000658 ! Fit after self-cal, rms=0.121492Jy sigma=0.000658 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.000398356 Jy ! Component: 100 - total flux cleaned = 0.000464097 Jy ! Component: 150 - total flux cleaned = 0.000494063 Jy ! Component: 200 - total flux cleaned = 0.000493733 Jy ! Total flux subtracted in 200 components = 0.000493733 Jy ! Clean residual min=-0.001968 max=0.002213 Jy/beam ! Clean residual mean=-0.000012 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.139763 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 167 components and 0.139763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121473Jy sigma=0.000657 ! Fit after self-cal, rms=0.121474Jy sigma=0.000657 ! 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.121474Jy sigma=0.000657 ! Fit after self-cal, rms=0.120950Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=11.59 mas, bpa=15 degrees ! Estimated noise=808.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000425494 Jy ! Component: 100 - total flux cleaned = 0.000542995 Jy ! Component: 150 - total flux cleaned = 0.000595903 Jy ! Component: 200 - total flux cleaned = 0.000570741 Jy ! Total flux subtracted in 200 components = 0.000570741 Jy ! Clean residual min=-0.001972 max=0.002202 Jy/beam ! Clean residual mean=-0.000008 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.140334 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 188 components and 0.140334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120936Jy sigma=0.000657 ! Fit after self-cal, rms=0.120961Jy sigma=0.000657 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 (-9, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120236 Jy ! Component: 100 - total flux cleaned = 0.00151992 Jy ! Component: 150 - total flux cleaned = 0.0015886 Jy ! Component: 200 - total flux cleaned = 0.00161942 Jy ! Total flux subtracted in 200 components = 0.00161942 Jy ! Clean residual min=-0.001951 max=0.001746 Jy/beam ! Clean residual mean=-0.000007 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.141953 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 204 components and 0.141953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120915Jy sigma=0.000657 ! Fit after self-cal, rms=0.120910Jy sigma=0.000657 ! 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.120910Jy sigma=0.000657 ! Fit after self-cal, rms=0.120713Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.762 mas, bmaj=15.82 mas, bpa=5.56 degrees ! Estimated noise=955.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000220075 Jy ! Component: 100 - total flux cleaned = 0.000452993 Jy ! Component: 150 - total flux cleaned = 0.000504042 Jy ! Component: 200 - total flux cleaned = 0.000548282 Jy ! Total flux subtracted in 200 components = 0.000548282 Jy ! Clean residual min=-0.002040 max=0.001726 Jy/beam ! Clean residual mean=-0.000011 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.142501 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 238 components and 0.142501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120695Jy sigma=0.000656 ! Fit after self-cal, rms=0.120696Jy sigma=0.000656 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 = -1.79079e-05 Jy ! Component: 100 - total flux cleaned = 1.84035e-06 Jy ! Component: 150 - total flux cleaned = 2.0268e-06 Jy ! Component: 200 - total flux cleaned = 1.86143e-06 Jy ! Total flux subtracted in 200 components = 1.86143e-06 Jy ! Clean residual min=-0.001999 max=0.001703 Jy/beam ! Clean residual mean=-0.000011 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.142503 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 252 components and 0.142503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120688Jy sigma=0.000656 ! Fit after self-cal, rms=0.120690Jy sigma=0.000656 ! 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.945 mas, bmaj=11.56 mas, bpa=15.09 degrees ! Estimated noise=807.531 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.945 x 11.56 at 15.09 degrees (North through East) ! Clean map min=-0.0019044 max=0.10119 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=3.25 mas, bmaj=10.19 mas, bpa=15.83 degrees ! Estimated noise=1223.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0784086 Jy ! Component: 100 - total flux cleaned = 0.102912 Jy ! Component: 150 - total flux cleaned = 0.113038 Jy ! Component: 200 - total flux cleaned = 0.118791 Jy ! Total flux subtracted in 200 components = 0.118791 Jy ! Clean residual min=-0.003216 max=0.003370 Jy/beam ! Clean residual mean=-0.000017 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.118791 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.118791 Jy ! Inverting map and beam ! Estimated beam: bmin=3.945 mas, bmaj=11.56 mas, bpa=15.09 degrees ! Estimated noise=807.531 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.00590014 Jy ! Component: 100 - total flux cleaned = 0.010233 Jy ! Component: 150 - total flux cleaned = 0.0136639 Jy ! Component: 200 - total flux cleaned = 0.0163192 Jy ! Total flux subtracted in 200 components = 0.0163192 Jy ! Clean residual min=-0.002235 max=0.002422 Jy/beam ! Clean residual mean=-0.000015 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.13511 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 69 components and 0.13511 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.762 mas, bmaj=15.82 mas, bpa=5.56 degrees ! Estimated noise=955.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224176 Jy ! Component: 100 - total flux cleaned = 0.00370869 Jy ! Component: 150 - total flux cleaned = 0.00489206 Jy ! Component: 200 - total flux cleaned = 0.0054867 Jy ! Total flux subtracted in 200 components = 0.0054867 Jy ! Clean residual min=-0.002065 max=0.001897 Jy/beam ! Clean residual mean=-0.000014 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.140597 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.000448328 Jy ! Component: 100 - total flux cleaned = 0.000739854 Jy ! Component: 150 - total flux cleaned = 0.000868293 Jy ! Component: 200 - total flux cleaned = 0.000985365 Jy ! Total flux subtracted in 200 components = 0.000985365 Jy ! Clean residual min=-0.002003 max=0.001732 Jy/beam ! Clean residual mean=-0.000012 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.141582 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 140 components and 0.141582 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.945 mas, bmaj=11.56 mas, bpa=15.09 degrees ! Estimated noise=807.531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000713278 Jy ! Component: 100 - total flux cleaned = 0.000801255 Jy ! Component: 150 - total flux cleaned = 0.000877586 Jy ! Component: 200 - total flux cleaned = 0.000913886 Jy ! Total flux subtracted in 200 components = 0.000913886 Jy ! Clean residual min=-0.001874 max=0.001812 Jy/beam ! Clean residual mean=-0.000007 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.142496 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 166 components and 0.142496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120721Jy sigma=0.000657 ! Fit after self-cal, rms=0.120716Jy sigma=0.000656 wmodel J2223-1607_S_2017_01_16_pus_map.mod ! Writing 166 model components to file: J2223-1607_S_2017_01_16_pus_map.mod wobs J2223-1607_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J2223-1607_S_2017_01_16_pus_uvs.fits wwins J2223-1607_S_2017_01_16_pus_map.win ! wwins: Wrote 4 windows to J2223-1607_S_2017_01_16_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.000421847 Jy ! Component: 100 - total flux cleaned = -0.000678536 Jy ! Component: 150 - total flux cleaned = -0.000831297 Jy ! Component: 200 - total flux cleaned = -0.00100627 Jy ! Component: 250 - total flux cleaned = -0.00117525 Jy ! Component: 300 - total flux cleaned = -0.00139281 Jy ! Component: 350 - total flux cleaned = -0.00157846 Jy ! Component: 400 - total flux cleaned = -0.00183826 Jy ! Component: 450 - total flux cleaned = -0.00206753 Jy ! Component: 500 - total flux cleaned = -0.00236789 Jy ! Component: 550 - total flux cleaned = -0.00271047 Jy ! Component: 600 - total flux cleaned = -0.00295097 Jy ! Component: 650 - total flux cleaned = -0.00318659 Jy ! Component: 700 - total flux cleaned = -0.00334864 Jy ! Component: 750 - total flux cleaned = -0.00353118 Jy ! Component: 800 - total flux cleaned = -0.00371044 Jy ! Component: 850 - total flux cleaned = -0.00384328 Jy ! Component: 900 - total flux cleaned = -0.00401781 Jy ! Component: 950 - total flux cleaned = -0.00421094 Jy ! Component: 1000 - total flux cleaned = -0.00435854 Jy ! Component: 1050 - total flux cleaned = -0.00452519 Jy ! Component: 1100 - total flux cleaned = -0.00473059 Jy ! Component: 1150 - total flux cleaned = -0.00479146 Jy ! Component: 1200 - total flux cleaned = -0.00483186 Jy ! Component: 1250 - total flux cleaned = -0.00499148 Jy ! Component: 1300 - total flux cleaned = -0.00514877 Jy ! Component: 1350 - total flux cleaned = -0.00526501 Jy ! Component: 1400 - total flux cleaned = -0.00532241 Jy ! Component: 1450 - total flux cleaned = -0.00539868 Jy ! Component: 1500 - total flux cleaned = -0.0054365 Jy ! Component: 1550 - total flux cleaned = -0.0055299 Jy ! Component: 1600 - total flux cleaned = -0.00558562 Jy ! Component: 1650 - total flux cleaned = -0.00565888 Jy ! Component: 1700 - total flux cleaned = -0.00569521 Jy ! Component: 1750 - total flux cleaned = -0.00576728 Jy ! Component: 1800 - total flux cleaned = -0.00583858 Jy ! Component: 1850 - total flux cleaned = -0.005874 Jy ! Component: 1900 - total flux cleaned = -0.00585682 Jy ! Component: 1950 - total flux cleaned = -0.00590881 Jy ! Component: 2000 - total flux cleaned = -0.00592589 Jy ! Component: 2050 - total flux cleaned = -0.00594286 Jy ! Component: 2100 - total flux cleaned = -0.00601021 Jy ! Component: 2150 - total flux cleaned = -0.00595991 Jy ! Component: 2200 - total flux cleaned = -0.00600984 Jy ! Component: 2250 - total flux cleaned = -0.0059605 Jy ! Component: 2300 - total flux cleaned = -0.00599346 Jy ! Component: 2350 - total flux cleaned = -0.00599343 Jy ! Component: 2400 - total flux cleaned = -0.00599355 Jy ! Component: 2450 - total flux cleaned = -0.00596145 Jy ! Component: 2500 - total flux cleaned = -0.00597736 Jy ! Component: 2550 - total flux cleaned = -0.0059458 Jy ! Component: 2600 - total flux cleaned = -0.00593028 Jy ! Component: 2650 - total flux cleaned = -0.00594598 Jy ! Component: 2700 - total flux cleaned = -0.00602353 Jy ! Component: 2750 - total flux cleaned = -0.00600801 Jy ! Component: 2800 - total flux cleaned = -0.00602337 Jy ! Component: 2850 - total flux cleaned = -0.00608409 Jy ! Component: 2900 - total flux cleaned = -0.00602389 Jy ! Component: 2950 - total flux cleaned = -0.00603898 Jy ! Component: 3000 - total flux cleaned = -0.0060539 Jy ! Component: 3050 - total flux cleaned = -0.00602433 Jy ! Component: 3100 - total flux cleaned = -0.00606875 Jy ! Component: 3150 - total flux cleaned = -0.00612734 Jy ! Component: 3200 - total flux cleaned = -0.00614184 Jy ! Component: 3250 - total flux cleaned = -0.00611282 Jy ! Component: 3300 - total flux cleaned = -0.0061559 Jy ! Component: 3350 - total flux cleaned = -0.00615583 Jy ! Component: 3400 - total flux cleaned = -0.00617 Jy ! Component: 3450 - total flux cleaned = -0.0061559 Jy ! Component: 3500 - total flux cleaned = -0.00622606 Jy ! Component: 3550 - total flux cleaned = -0.00621201 Jy ! Component: 3600 - total flux cleaned = -0.00626754 Jy ! Component: 3650 - total flux cleaned = -0.00629515 Jy ! Component: 3700 - total flux cleaned = -0.00630878 Jy ! Component: 3750 - total flux cleaned = -0.00633608 Jy ! Component: 3800 - total flux cleaned = -0.00636327 Jy ! Component: 3850 - total flux cleaned = -0.00641716 Jy ! Component: 3900 - total flux cleaned = -0.00643053 Jy ! Component: 3950 - total flux cleaned = -0.00643055 Jy ! Component: 4000 - total flux cleaned = -0.00644382 Jy ! Component: 4050 - total flux cleaned = -0.00644381 Jy ! Total flux subtracted in 4096 components = -0.00647013 Jy ! Clean residual min=-0.000855 max=0.000770 Jy/beam ! Clean residual mean=0.000001 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.136026 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 442 components and 0.136026 Jy ![Exited script file: muppet] wmap "J2223-1607_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.945 x 11.56 at 15.09 degrees (North through East) ! Clean map min=-0.0020358 max=0.10131 Jy/beam ! Writing clean map to FITS file: J2223-1607_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10131 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000252846 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.748727 0.748727 1.49745 2.99491 5.98981 11.9796 23.9593 47.9185 95.837 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.101 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.945 x 11.56 at 15.09 degrees (North through East) ! Clean map min=-0.0020358 max=0.10131 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 J2223-1607_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:24:52 2019