! Started logfile: J2317-1122_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:51:19 2019 obs J2317-1122_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J2317-1122_S_2017_03_27_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.801389 visibilities/baseline/integration-bin. ! Found source: J2317-1122 ! ! 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 1684 lines of history. ! ! Reading 16156 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 J2317-1122_S_2017_03_27_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 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 166 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 709 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.979163Jy sigma=0.007772 ! Fit after self-cal, rms=0.941162Jy sigma=0.007482 ! 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.998 mas, bmaj=7.233 mas, bpa=4.516 degrees ! Estimated noise=1188.03 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.0467207 Jy ! Component: 100 - total flux cleaned = 0.0579847 Jy ! Total flux subtracted in 100 components = 0.0579847 Jy ! Clean residual min=-0.003395 max=0.004594 Jy/beam ! Clean residual mean=-0.000005 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.0579847 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0579847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087854Jy sigma=0.000664 ! Fit after self-cal, rms=0.087246Jy sigma=0.000660 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00579881 Jy ! Component: 100 - total flux cleaned = 0.0087978 Jy ! Total flux subtracted in 100 components = 0.0087978 Jy ! Clean residual min=-0.003088 max=0.003236 Jy/beam ! Clean residual mean=-0.000005 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.0667825 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.0667825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086760Jy sigma=0.000656 ! Fit after self-cal, rms=0.086765Jy sigma=0.000655 ! 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.889 mas, bmaj=9.163 mas, bpa=4.731 degrees ! Estimated noise=838.025 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.00279255 Jy ! Component: 100 - total flux cleaned = 0.00426011 Jy ! Component: 150 - total flux cleaned = 0.00464024 Jy ! Component: 200 - total flux cleaned = 0.00485235 Jy ! Total flux subtracted in 200 components = 0.00485235 Jy ! Clean residual min=-0.002103 max=0.002546 Jy/beam ! Clean residual mean=-0.000006 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.0716349 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.0716349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086670Jy sigma=0.000655 ! Fit after self-cal, rms=0.086680Jy sigma=0.000655 ! 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.20 FD 0.95 HN 1.03 KP 1.06 ! LA 0.98 MK 1.01 NL 0.95 OV 1.03 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.03 HN 1.02 KP 0.97 ! LA 0.96 MK 1.02 NL 1.09 OV 1.01 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.03 HN 0.97 KP 0.96 ! LA 1.00 MK 0.97 NL 1.11 OV 0.96 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 4. ! A total of 75 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.07 HN 0.85 KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 0.76 ! PT 0.89 SC 1.00* ! ! ! Fit before self-cal, rms=0.086680Jy sigma=0.000655 ! Fit after self-cal, rms=0.087322Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=9.176 mas, bpa=4.86 degrees ! Estimated noise=844.369 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.000240813 Jy ! Component: 100 - total flux cleaned = 0.000258203 Jy ! Component: 150 - total flux cleaned = 0.000273607 Jy ! Component: 200 - total flux cleaned = 0.000300014 Jy ! Total flux subtracted in 200 components = 0.000300014 Jy ! Clean residual min=-0.002028 max=0.002298 Jy/beam ! Clean residual mean=-0.000005 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.0719349 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.0719349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087315Jy sigma=0.000654 ! Fit after self-cal, rms=0.087377Jy sigma=0.000654 ! 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.087377Jy sigma=0.000654 ! Fit after self-cal, rms=0.088267Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.851 mas, bmaj=9.18 mas, bpa=4.843 degrees ! Estimated noise=847.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000271203 Jy ! Component: 100 - total flux cleaned = 0.000302129 Jy ! Component: 150 - total flux cleaned = 0.000301978 Jy ! Component: 200 - total flux cleaned = 0.000312754 Jy ! Total flux subtracted in 200 components = 0.000312754 Jy ! Clean residual min=-0.002154 max=0.002188 Jy/beam ! Clean residual mean=-0.000005 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.0722476 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.0722476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088261Jy sigma=0.000653 ! Fit after self-cal, rms=0.088297Jy sigma=0.000653 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 = 6.42022e-05 Jy ! Component: 100 - total flux cleaned = 4.87039e-05 Jy ! Component: 150 - total flux cleaned = 4.85352e-05 Jy ! Component: 200 - total flux cleaned = 4.88581e-05 Jy ! Total flux subtracted in 200 components = 4.88581e-05 Jy ! Clean residual min=-0.002169 max=0.002207 Jy/beam ! Clean residual mean=-0.000005 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.0722965 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.0722965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088292Jy sigma=0.000653 ! Fit after self-cal, rms=0.088293Jy sigma=0.000653 ! 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.088293Jy sigma=0.000653 ! Fit after self-cal, rms=0.089164Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.851 mas, bmaj=9.163 mas, bpa=4.762 degrees ! Estimated noise=847.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.75303e-05 Jy ! Component: 100 - total flux cleaned = -3.34507e-06 Jy ! Component: 150 - total flux cleaned = -2.76464e-05 Jy ! Component: 200 - total flux cleaned = -1.70223e-05 Jy ! Total flux subtracted in 200 components = -1.70223e-05 Jy ! Clean residual min=-0.002196 max=0.001917 Jy/beam ! Clean residual mean=-0.000007 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.0722795 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.0722795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089160Jy sigma=0.000652 ! Fit after self-cal, rms=0.089193Jy sigma=0.000652 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.29472e-05 Jy ! Component: 100 - total flux cleaned = 1.7026e-05 Jy ! Component: 150 - total flux cleaned = 2.77257e-05 Jy ! Component: 200 - total flux cleaned = 2.79056e-05 Jy ! Total flux subtracted in 200 components = 2.79056e-05 Jy ! Clean residual min=-0.002144 max=0.001927 Jy/beam ! Clean residual mean=-0.000007 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0723074 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.0723074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089190Jy sigma=0.000652 ! Fit after self-cal, rms=0.089191Jy sigma=0.000652 ! 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.089191Jy sigma=0.000652 ! Fit after self-cal, rms=0.089487Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.404 mas, bmaj=15.91 mas, bpa=6.187 degrees ! Estimated noise=978.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000275212 Jy ! Component: 100 - total flux cleaned = 0.000259668 Jy ! Component: 150 - total flux cleaned = 0.000248136 Jy ! Component: 200 - total flux cleaned = 0.000239968 Jy ! Total flux subtracted in 200 components = 0.000239968 Jy ! Clean residual min=-0.001925 max=0.002175 Jy/beam ! Clean residual mean=-0.000011 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0725473 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.0725473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089487Jy sigma=0.000652 ! Fit after self-cal, rms=0.089493Jy sigma=0.000652 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 = 3.28112e-05 Jy ! Component: 100 - total flux cleaned = 2.25077e-05 Jy ! Component: 150 - total flux cleaned = 1.27424e-05 Jy ! Component: 200 - total flux cleaned = 5.49788e-06 Jy ! Total flux subtracted in 200 components = 5.49788e-06 Jy ! Clean residual min=-0.001921 max=0.002167 Jy/beam ! Clean residual mean=-0.000011 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0725528 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.0725528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089493Jy sigma=0.000652 ! Fit after self-cal, rms=0.089492Jy sigma=0.000652 ! 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.854 mas, bmaj=9.155 mas, bpa=4.646 degrees ! Estimated noise=847.491 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.854 x 9.155 at 4.646 degrees (North through East) ! Clean map min=-0.0019993 max=0.061399 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.97 mas, bmaj=7.225 mas, bpa=4.381 degrees ! Estimated noise=1190.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0468457 Jy ! Component: 100 - total flux cleaned = 0.0594569 Jy ! Component: 150 - total flux cleaned = 0.065442 Jy ! Component: 200 - total flux cleaned = 0.0687585 Jy ! Total flux subtracted in 200 components = 0.0687585 Jy ! Clean residual min=-0.003154 max=0.003092 Jy/beam ! Clean residual mean=-0.000005 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.0687584 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0687584 Jy ! Inverting map and beam ! Estimated beam: bmin=3.854 mas, bmaj=9.155 mas, bpa=4.646 degrees ! Estimated noise=847.491 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.00216931 Jy ! Component: 100 - total flux cleaned = 0.00242997 Jy ! Component: 150 - total flux cleaned = 0.00263903 Jy ! Component: 200 - total flux cleaned = 0.00283884 Jy ! Total flux subtracted in 200 components = 0.00283884 Jy ! Clean residual min=-0.002008 max=0.001982 Jy/beam ! Clean residual mean=-0.000007 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.0715973 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 32 components and 0.0715973 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.404 mas, bmaj=15.91 mas, bpa=6.187 degrees ! Estimated noise=978.472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440882 Jy ! Component: 100 - total flux cleaned = 0.000507414 Jy ! Component: 150 - total flux cleaned = 0.000564112 Jy ! Component: 200 - total flux cleaned = 0.000601558 Jy ! Total flux subtracted in 200 components = 0.000601558 Jy ! Clean residual min=-0.001870 max=0.002225 Jy/beam ! Clean residual mean=-0.000011 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0721988 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 = 2.27136e-05 Jy ! Component: 100 - total flux cleaned = 4.43712e-05 Jy ! Component: 150 - total flux cleaned = 6.52137e-05 Jy ! Component: 200 - total flux cleaned = 8.51653e-05 Jy ! Total flux subtracted in 200 components = 8.51653e-05 Jy ! Clean residual min=-0.001859 max=0.002209 Jy/beam ! Clean residual mean=-0.000011 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.072284 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.072284 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.854 mas, bmaj=9.155 mas, bpa=4.646 degrees ! Estimated noise=847.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.42107e-05 Jy ! Component: 100 - total flux cleaned = 4.47313e-05 Jy ! Component: 150 - total flux cleaned = 4.56275e-05 Jy ! Component: 200 - total flux cleaned = 4.58209e-05 Jy ! Total flux subtracted in 200 components = 4.58209e-05 Jy ! Clean residual min=-0.002039 max=0.001961 Jy/beam ! Clean residual mean=-0.000007 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.0723298 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.0723298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089498Jy sigma=0.000652 ! Fit after self-cal, rms=0.089492Jy sigma=0.000652 wmodel J2317-1122_S_2017_03_27_pus_map.mod ! Writing 49 model components to file: J2317-1122_S_2017_03_27_pus_map.mod wobs J2317-1122_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J2317-1122_S_2017_03_27_pus_uvs.fits wwins J2317-1122_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J2317-1122_S_2017_03_27_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.000108835 Jy ! Component: 100 - total flux cleaned = 0.000177758 Jy ! Component: 150 - total flux cleaned = 0.000308523 Jy ! Component: 200 - total flux cleaned = 0.000434193 Jy ! Component: 250 - total flux cleaned = 0.000616603 Jy ! Component: 300 - total flux cleaned = 0.000705223 Jy ! Component: 350 - total flux cleaned = 0.000820049 Jy ! Component: 400 - total flux cleaned = 0.000932345 Jy ! Component: 450 - total flux cleaned = 0.00104231 Jy ! Component: 500 - total flux cleaned = 0.00120331 Jy ! Component: 550 - total flux cleaned = 0.00133399 Jy ! Component: 600 - total flux cleaned = 0.00138544 Jy ! Component: 650 - total flux cleaned = 0.00146133 Jy ! Component: 700 - total flux cleaned = 0.00158527 Jy ! Component: 750 - total flux cleaned = 0.00175437 Jy ! Component: 800 - total flux cleaned = 0.00182522 Jy ! Component: 850 - total flux cleaned = 0.00191839 Jy ! Component: 900 - total flux cleaned = 0.00196458 Jy ! Component: 950 - total flux cleaned = 0.00205495 Jy ! Component: 1000 - total flux cleaned = 0.00212168 Jy ! Component: 1050 - total flux cleaned = 0.00218727 Jy ! Component: 1100 - total flux cleaned = 0.00225209 Jy ! Component: 1150 - total flux cleaned = 0.00233721 Jy ! Component: 1200 - total flux cleaned = 0.00242112 Jy ! Component: 1250 - total flux cleaned = 0.00248317 Jy ! Component: 1300 - total flux cleaned = 0.00254418 Jy ! Component: 1350 - total flux cleaned = 0.00260452 Jy ! Component: 1400 - total flux cleaned = 0.00262401 Jy ! Component: 1450 - total flux cleaned = 0.00266361 Jy ! Component: 1500 - total flux cleaned = 0.00270237 Jy ! Component: 1550 - total flux cleaned = 0.00274059 Jy ! Component: 1600 - total flux cleaned = 0.00277873 Jy ! Component: 1650 - total flux cleaned = 0.00283477 Jy ! Component: 1700 - total flux cleaned = 0.00288969 Jy ! Component: 1750 - total flux cleaned = 0.00287161 Jy ! Component: 1800 - total flux cleaned = 0.00294388 Jy ! Component: 1850 - total flux cleaned = 0.00303312 Jy ! Component: 1900 - total flux cleaned = 0.00303288 Jy ! Component: 1950 - total flux cleaned = 0.00308526 Jy ! Component: 2000 - total flux cleaned = 0.00308522 Jy ! Component: 2050 - total flux cleaned = 0.00310243 Jy ! Component: 2100 - total flux cleaned = 0.00315341 Jy ! Component: 2150 - total flux cleaned = 0.00317028 Jy ! Component: 2200 - total flux cleaned = 0.00308717 Jy ! Component: 2250 - total flux cleaned = 0.00315309 Jy ! Component: 2300 - total flux cleaned = 0.00307133 Jy ! Component: 2350 - total flux cleaned = 0.00308774 Jy ! Component: 2400 - total flux cleaned = 0.00305572 Jy ! Component: 2450 - total flux cleaned = 0.0030079 Jy ! Component: 2500 - total flux cleaned = 0.00307091 Jy ! Component: 2550 - total flux cleaned = 0.00308644 Jy ! Component: 2600 - total flux cleaned = 0.00307095 Jy ! Component: 2650 - total flux cleaned = 0.00305557 Jy ! Component: 2700 - total flux cleaned = 0.00302521 Jy ! Component: 2750 - total flux cleaned = 0.00313082 Jy ! Component: 2800 - total flux cleaned = 0.00307066 Jy ! Component: 2850 - total flux cleaned = 0.00308548 Jy ! Component: 2900 - total flux cleaned = 0.00311477 Jy ! Component: 2950 - total flux cleaned = 0.00301248 Jy ! Component: 3000 - total flux cleaned = 0.00308491 Jy ! Component: 3050 - total flux cleaned = 0.00312815 Jy ! Component: 3100 - total flux cleaned = 0.00312797 Jy ! Component: 3150 - total flux cleaned = 0.00317045 Jy ! Component: 3200 - total flux cleaned = 0.00321267 Jy ! Component: 3250 - total flux cleaned = 0.00318473 Jy ! Component: 3300 - total flux cleaned = 0.00322622 Jy ! Component: 3350 - total flux cleaned = 0.00324013 Jy ! Component: 3400 - total flux cleaned = 0.00319913 Jy ! Component: 3450 - total flux cleaned = 0.00322637 Jy ! Component: 3500 - total flux cleaned = 0.00322657 Jy ! Component: 3550 - total flux cleaned = 0.00328019 Jy ! Component: 3600 - total flux cleaned = 0.00322707 Jy ! Component: 3650 - total flux cleaned = 0.00320065 Jy ! Component: 3700 - total flux cleaned = 0.00322684 Jy ! Component: 3750 - total flux cleaned = 0.0032266 Jy ! Component: 3800 - total flux cleaned = 0.00317485 Jy ! Component: 3850 - total flux cleaned = 0.00316195 Jy ! Component: 3900 - total flux cleaned = 0.00316198 Jy ! Component: 3950 - total flux cleaned = 0.00318733 Jy ! Component: 4000 - total flux cleaned = 0.00312411 Jy ! Component: 4050 - total flux cleaned = 0.00314907 Jy ! Total flux subtracted in 4096 components = 0.00309922 Jy ! Clean residual min=-0.000751 max=0.000807 Jy/beam ! Clean residual mean=-0.000003 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.075429 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 322 components and 0.0754291 Jy ![Exited script file: muppet] wmap "J2317-1122_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.854 x 9.155 at 4.646 degrees (North through East) ! Clean map min=-0.0018433 max=0.061275 Jy/beam ! Writing clean map to FITS file: J2317-1122_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0612746 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229847 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.12533 1.12533 2.25066 4.50131 9.00263 18.0053 36.0105 72.021 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.061 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.854 x 9.155 at 4.646 degrees (North through East) ! Clean map min=-0.0018433 max=0.061275 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 J2317-1122_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:51:24 2019