! Started logfile: J2123-3046_S_2017_02_24_pus_uvs.log on Sat May 4 11:35:42 2019 obs J2123-3046_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2123-3046_S_2017_02_24_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879825 visibilities/baseline/integration-bin. ! Found source: J2123-3046 ! ! 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 12036 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 J2123-3046_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 275 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.851846Jy sigma=0.005182 ! Fit after self-cal, rms=0.835675Jy sigma=0.005093 ! 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.519 mas, bmaj=6.376 mas, bpa=-7.057 degrees ! Estimated noise=1943.72 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.130788 Jy ! Component: 100 - total flux cleaned = 0.167652 Jy ! Total flux subtracted in 100 components = 0.167652 Jy ! Clean residual min=-0.007901 max=0.015373 Jy/beam ! Clean residual mean=-0.000036 rms=0.002134 Jy/beam ! Combined flux in latest and established models = 0.167652 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.167652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126483Jy sigma=0.000694 ! Fit after self-cal, rms=0.126543Jy sigma=0.000694 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148638 Jy ! Component: 100 - total flux cleaned = 0.0203865 Jy ! Total flux subtracted in 100 components = 0.0203865 Jy ! Clean residual min=-0.007343 max=0.010409 Jy/beam ! Clean residual mean=-0.000015 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.188038 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 8 components and 0.188038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124955Jy sigma=0.000681 ! Fit after self-cal, rms=0.124997Jy sigma=0.000681 ! 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.288 mas, bmaj=8.026 mas, bpa=-6.121 degrees ! Estimated noise=1158.5 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 (2.5, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00825197 Jy ! Component: 100 - total flux cleaned = 0.0087522 Jy ! Component: 150 - total flux cleaned = 0.00887725 Jy ! Component: 200 - total flux cleaned = 0.00897982 Jy ! Total flux subtracted in 200 components = 0.00897982 Jy ! Clean residual min=-0.004242 max=0.004881 Jy/beam ! Clean residual mean=-0.000019 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.197018 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.197018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124448Jy sigma=0.000677 ! Fit after self-cal, rms=0.124401Jy sigma=0.000677 ! 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.91 FD 1.06 HN 1.15 KP 1.01 ! LA 0.97 MK 0.94 NL 0.99 OV 1.04 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.96 HN 1.21 KP 0.92 ! LA 0.94 MK 0.94 NL 1.00 OV 1.11 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.12 KP 1.02 ! LA 1.00 MK 1.00 NL 1.09 OV 1.00 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 1.04 KP 1.00* ! LA 0.94 MK 1.12 NL 1.00* OV 1.03 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.124401Jy sigma=0.000677 ! Fit after self-cal, rms=0.125216Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=8.007 mas, bpa=-5.791 degrees ! Estimated noise=1163.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134834 Jy ! Component: 100 - total flux cleaned = 0.00134687 Jy ! Component: 150 - total flux cleaned = 0.00140122 Jy ! Component: 200 - total flux cleaned = 0.0014026 Jy ! Total flux subtracted in 200 components = 0.0014026 Jy ! Clean residual min=-0.003273 max=0.003484 Jy/beam ! Clean residual mean=0.000012 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.198421 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 42 components and 0.198421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125156Jy sigma=0.000672 ! Fit after self-cal, rms=0.125197Jy sigma=0.000672 ! 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.125197Jy sigma=0.000672 ! Fit after self-cal, rms=0.126337Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=8.103 mas, bpa=-5.197 degrees ! Estimated noise=1167.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102389 Jy ! Component: 100 - total flux cleaned = 0.00111964 Jy ! Component: 150 - total flux cleaned = 0.00115886 Jy ! Component: 200 - total flux cleaned = 0.00115793 Jy ! Total flux subtracted in 200 components = 0.00115793 Jy ! Clean residual min=-0.002911 max=0.002944 Jy/beam ! Clean residual mean=0.000005 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.199578 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.199578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126292Jy sigma=0.000670 ! Fit after self-cal, rms=0.126317Jy sigma=0.000670 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468266 Jy ! Component: 100 - total flux cleaned = 0.000504288 Jy ! Component: 150 - total flux cleaned = 0.00047232 Jy ! Component: 200 - total flux cleaned = 0.0004115 Jy ! Total flux subtracted in 200 components = 0.0004115 Jy ! Clean residual min=-0.002874 max=0.002888 Jy/beam ! Clean residual mean=0.000006 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.19999 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.19999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126292Jy sigma=0.000669 ! Fit after self-cal, rms=0.126290Jy sigma=0.000669 ! 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.126290Jy sigma=0.000669 ! Fit after self-cal, rms=0.126876Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=8.116 mas, bpa=-5.092 degrees ! Estimated noise=1167.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000476574 Jy ! Component: 100 - total flux cleaned = 0.000512679 Jy ! Component: 150 - total flux cleaned = 0.000515605 Jy ! Component: 200 - total flux cleaned = 0.000487968 Jy ! Total flux subtracted in 200 components = 0.000487968 Jy ! Clean residual min=-0.002827 max=0.002796 Jy/beam ! Clean residual mean=0.000004 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.200478 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.200478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126851Jy sigma=0.000669 ! Fit after self-cal, rms=0.126850Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259712 Jy ! Component: 100 - total flux cleaned = 0.000233605 Jy ! Component: 150 - total flux cleaned = 0.0002076 Jy ! Component: 200 - total flux cleaned = 0.000182951 Jy ! Total flux subtracted in 200 components = 0.000182951 Jy ! Clean residual min=-0.002794 max=0.002781 Jy/beam ! Clean residual mean=0.000005 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.200661 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.200661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126833Jy sigma=0.000669 ! Fit after self-cal, rms=0.126831Jy sigma=0.000669 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126831Jy sigma=0.000669 ! Fit after self-cal, rms=0.127345Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.575 mas, bmaj=20.91 mas, bpa=-0.5861 degrees ! Estimated noise=1414.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000380117 Jy ! Component: 100 - total flux cleaned = 0.000322705 Jy ! Component: 150 - total flux cleaned = 0.000308956 Jy ! Component: 200 - total flux cleaned = 0.000297113 Jy ! Total flux subtracted in 200 components = 0.000297113 Jy ! Clean residual min=-0.002596 max=0.003023 Jy/beam ! Clean residual mean=0.000008 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.200958 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.200958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127345Jy sigma=0.000669 ! Fit after self-cal, rms=0.127347Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109536 Jy ! Component: 100 - total flux cleaned = 7.85456e-05 Jy ! Component: 150 - total flux cleaned = 7.88304e-05 Jy ! Component: 200 - total flux cleaned = 6.76727e-05 Jy ! Total flux subtracted in 200 components = 6.76727e-05 Jy ! Clean residual min=-0.002532 max=0.002973 Jy/beam ! Clean residual mean=0.000009 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.201026 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.201026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127346Jy sigma=0.000669 ! Fit after self-cal, rms=0.127345Jy sigma=0.000669 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=8.128 mas, bpa=-5.012 degrees ! Estimated noise=1168.62 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.29 x 8.128 at -5.012 degrees (North through East) ! Clean map min=-0.0026785 max=0.17173 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.508 mas, bmaj=6.458 mas, bpa=-5.803 degrees ! Estimated noise=1970.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.132168 Jy ! Component: 100 - total flux cleaned = 0.167642 Jy ! Component: 150 - total flux cleaned = 0.182277 Jy ! Component: 200 - total flux cleaned = 0.190005 Jy ! Total flux subtracted in 200 components = 0.190005 Jy ! Clean residual min=-0.006165 max=0.005483 Jy/beam ! Clean residual mean=-0.000010 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.190005 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.190005 Jy ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=8.128 mas, bpa=-5.012 degrees ! Estimated noise=1168.62 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.00571836 Jy ! Component: 100 - total flux cleaned = 0.00862749 Jy ! Component: 150 - total flux cleaned = 0.0100448 Jy ! Component: 200 - total flux cleaned = 0.0105101 Jy ! Total flux subtracted in 200 components = 0.0105101 Jy ! Clean residual min=-0.003004 max=0.003067 Jy/beam ! Clean residual mean=0.000003 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.200515 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 47 components and 0.200515 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.575 mas, bmaj=20.91 mas, bpa=-0.5861 degrees ! Estimated noise=1414.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00040412 Jy ! Component: 100 - total flux cleaned = 0.000404232 Jy ! Component: 150 - total flux cleaned = 0.000424106 Jy ! Component: 200 - total flux cleaned = 0.000423659 Jy ! Total flux subtracted in 200 components = 0.000423659 Jy ! Clean residual min=-0.002678 max=0.002935 Jy/beam ! Clean residual mean=0.000008 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.200939 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 = -1.15691e-05 Jy ! Component: 100 - total flux cleaned = -2.22774e-05 Jy ! Component: 150 - total flux cleaned = -3.29078e-05 Jy ! Component: 200 - total flux cleaned = -4.29339e-05 Jy ! Total flux subtracted in 200 components = -4.29339e-05 Jy ! Clean residual min=-0.002650 max=0.002929 Jy/beam ! Clean residual mean=0.000008 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.200896 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 67 components and 0.200896 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=8.128 mas, bpa=-5.012 degrees ! Estimated noise=1168.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000314039 Jy ! Component: 100 - total flux cleaned = 0.000273084 Jy ! Component: 150 - total flux cleaned = 0.000273546 Jy ! Component: 200 - total flux cleaned = 0.000239295 Jy ! Total flux subtracted in 200 components = 0.000239295 Jy ! Clean residual min=-0.002918 max=0.002918 Jy/beam ! Clean residual mean=0.000005 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.201135 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.201135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127415Jy sigma=0.000669 ! Fit after self-cal, rms=0.127391Jy sigma=0.000669 wmodel J2123-3046_S_2017_02_24_pus_map.mod ! Writing 79 model components to file: J2123-3046_S_2017_02_24_pus_map.mod wobs J2123-3046_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2123-3046_S_2017_02_24_pus_uvs.fits wwins J2123-3046_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J2123-3046_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.00038576 Jy ! Component: 100 - total flux cleaned = 0.000487779 Jy ! Component: 150 - total flux cleaned = 0.000297947 Jy ! Component: 200 - total flux cleaned = 0.000163487 Jy ! Component: 250 - total flux cleaned = 0.000163718 Jy ! Component: 300 - total flux cleaned = 0.000164325 Jy ! Component: 350 - total flux cleaned = 0.000285829 Jy ! Component: 400 - total flux cleaned = 0.000324841 Jy ! Component: 450 - total flux cleaned = 0.000286949 Jy ! Component: 500 - total flux cleaned = 0.000175957 Jy ! Component: 550 - total flux cleaned = 0.000139347 Jy ! Component: 600 - total flux cleaned = 0.00017397 Jy ! Component: 650 - total flux cleaned = 0.000243068 Jy ! Component: 700 - total flux cleaned = 0.000208814 Jy ! Component: 750 - total flux cleaned = 0.000309536 Jy ! Component: 800 - total flux cleaned = 0.000342196 Jy ! Component: 850 - total flux cleaned = 0.000374461 Jy ! Component: 900 - total flux cleaned = 0.000438861 Jy ! Component: 950 - total flux cleaned = 0.000438955 Jy ! Component: 1000 - total flux cleaned = 0.000563884 Jy ! Component: 1050 - total flux cleaned = 0.000655279 Jy ! Component: 1100 - total flux cleaned = 0.000624889 Jy ! Component: 1150 - total flux cleaned = 0.000713974 Jy ! Component: 1200 - total flux cleaned = 0.000714022 Jy ! Component: 1250 - total flux cleaned = 0.000801099 Jy ! Component: 1300 - total flux cleaned = 0.000829704 Jy ! Component: 1350 - total flux cleaned = 0.000801724 Jy ! Component: 1400 - total flux cleaned = 0.000857405 Jy ! Component: 1450 - total flux cleaned = 0.000747109 Jy ! Component: 1500 - total flux cleaned = 0.000746914 Jy ! Component: 1550 - total flux cleaned = 0.000612021 Jy ! Component: 1600 - total flux cleaned = 0.000585969 Jy ! Component: 1650 - total flux cleaned = 0.000612446 Jy ! Component: 1700 - total flux cleaned = 0.000508188 Jy ! Component: 1750 - total flux cleaned = 0.000431373 Jy ! Component: 1800 - total flux cleaned = 0.000457132 Jy ! Component: 1850 - total flux cleaned = 0.000532139 Jy ! Component: 1900 - total flux cleaned = 0.000482429 Jy ! Component: 1950 - total flux cleaned = 0.000458006 Jy ! Component: 2000 - total flux cleaned = 0.000507041 Jy ! Component: 2050 - total flux cleaned = 0.000458678 Jy ! Component: 2100 - total flux cleaned = 0.000482388 Jy ! Component: 2150 - total flux cleaned = 0.000529608 Jy ! Component: 2200 - total flux cleaned = 0.000529588 Jy ! Component: 2250 - total flux cleaned = 0.000553099 Jy ! Component: 2300 - total flux cleaned = 0.000622669 Jy ! Component: 2350 - total flux cleaned = 0.000691405 Jy ! Component: 2400 - total flux cleaned = 0.000691574 Jy ! Component: 2450 - total flux cleaned = 0.000826868 Jy ! Component: 2500 - total flux cleaned = 0.000849231 Jy ! Component: 2550 - total flux cleaned = 0.000937933 Jy ! Component: 2600 - total flux cleaned = 0.000872029 Jy ! Component: 2650 - total flux cleaned = 0.000981005 Jy ! Component: 2700 - total flux cleaned = 0.00104583 Jy ! Component: 2750 - total flux cleaned = 0.00106739 Jy ! Component: 2800 - total flux cleaned = 0.00115253 Jy ! Component: 2850 - total flux cleaned = 0.00132134 Jy ! Component: 2900 - total flux cleaned = 0.00132131 Jy ! Component: 2950 - total flux cleaned = 0.00142521 Jy ! Component: 3000 - total flux cleaned = 0.00146642 Jy ! Component: 3050 - total flux cleaned = 0.00148674 Jy ! Component: 3100 - total flux cleaned = 0.00158824 Jy ! Component: 3150 - total flux cleaned = 0.00160832 Jy ! Component: 3200 - total flux cleaned = 0.00172846 Jy ! Component: 3250 - total flux cleaned = 0.00180785 Jy ! Component: 3300 - total flux cleaned = 0.00180794 Jy ! Component: 3350 - total flux cleaned = 0.00180805 Jy ! Component: 3400 - total flux cleaned = 0.00188611 Jy ! Component: 3450 - total flux cleaned = 0.00200201 Jy ! Component: 3500 - total flux cleaned = 0.00196351 Jy ! Component: 3550 - total flux cleaned = 0.00205889 Jy ! Component: 3600 - total flux cleaned = 0.00207784 Jy ! Component: 3650 - total flux cleaned = 0.00215334 Jy ! Component: 3700 - total flux cleaned = 0.00222815 Jy ! Component: 3750 - total flux cleaned = 0.00228387 Jy ! Component: 3800 - total flux cleaned = 0.00237611 Jy ! Component: 3850 - total flux cleaned = 0.00243126 Jy ! Component: 3900 - total flux cleaned = 0.00250435 Jy ! Component: 3950 - total flux cleaned = 0.00255881 Jy ! Component: 4000 - total flux cleaned = 0.002667 Jy ! Component: 4050 - total flux cleaned = 0.00272069 Jy ! Total flux subtracted in 4096 components = 0.00275639 Jy ! Clean residual min=-0.000951 max=0.001025 Jy/beam ! Clean residual mean=-0.000001 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.203891 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 357 components and 0.203891 Jy ![Exited script file: muppet] wmap "J2123-3046_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.29 x 8.128 at -5.012 degrees (North through East) ! Clean map min=-0.0020459 max=0.17057 Jy/beam ! Writing clean map to FITS file: J2123-3046_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.170567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000316955 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.557473 0.557473 1.11495 2.22989 4.45978 8.91957 17.8391 35.6783 71.3565 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.17 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.29 x 8.128 at -5.012 degrees (North through East) ! Clean map min=-0.0020459 max=0.17057 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 J2123-3046_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:35:47 2019