! Started logfile: J0929-3801_S_2017_06_15_pus_uvs.log on Tue May 7 15:15:57 2019 obs J0929-3801_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0929-3801_S_2017_06_15_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787826 visibilities/baseline/integration-bin. ! Found source: J0929-3801 ! ! 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 603 lines of history. ! ! Reading 16308 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 J0929-3801_S_2017_06_15_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 211 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 687 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.851990Jy sigma=0.005393 ! Fit after self-cal, rms=0.811656Jy sigma=0.005156 ! 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.305 mas, bmaj=6.485 mas, bpa=-6.305 degrees ! Estimated noise=1584.46 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.138213 Jy ! Component: 100 - total flux cleaned = 0.187576 Jy ! Total flux subtracted in 100 components = 0.187576 Jy ! Clean residual min=-0.014693 max=0.034530 Jy/beam ! Clean residual mean=-0.000241 rms=0.005381 Jy/beam ! Combined flux in latest and established models = 0.187576 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.187576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144612Jy sigma=0.000913 ! Fit after self-cal, rms=0.144503Jy sigma=0.000912 ! Inverting map ! Added new window around map position (-4.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0340377 Jy ! Component: 100 - total flux cleaned = 0.0542433 Jy ! Total flux subtracted in 100 components = 0.0542433 Jy ! Clean residual min=-0.015675 max=0.026380 Jy/beam ! Clean residual mean=-0.000095 rms=0.004373 Jy/beam ! Combined flux in latest and established models = 0.24182 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.24182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131893Jy sigma=0.000828 ! Fit after self-cal, rms=0.130784Jy sigma=0.000821 ! 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=2.916 mas, bmaj=7.812 mas, bpa=-5.644 degrees ! Estimated noise=1022.51 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.0295043 Jy ! Component: 100 - total flux cleaned = 0.0461064 Jy ! Component: 150 - total flux cleaned = 0.0559998 Jy ! Component: 200 - total flux cleaned = 0.0620063 Jy ! Total flux subtracted in 200 components = 0.0620063 Jy ! Clean residual min=-0.011825 max=0.021878 Jy/beam ! Clean residual mean=0.000154 rms=0.004635 Jy/beam ! Combined flux in latest and established models = 0.303826 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.303826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124094Jy sigma=0.000778 ! Fit after self-cal, rms=0.123543Jy sigma=0.000774 ! 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.48 FD 0.86 HN 1.67 KP 1.00 ! LA 0.96 MK 1.02 NL 1.23 OV 0.90 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 3.29 FD 0.90 HN 1.82 KP 0.96 ! LA 0.92 MK 0.93 NL 1.43 OV 0.91 ! PT 0.95 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 2.06 FD 0.94 HN 1.55 KP 0.93 ! LA 0.92 MK 0.92 NL 1.19 OV 0.83 ! PT 0.93 SC 1.00 ! ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.43 KP 1.00* ! LA 0.96 MK 0.87 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.123543Jy sigma=0.000774 ! Fit after self-cal, rms=0.143142Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.919 mas, bmaj=7.746 mas, bpa=-6.006 degrees ! Estimated noise=1070.12 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.00309935 Jy ! Component: 100 - total flux cleaned = -0.00327146 Jy ! Component: 150 - total flux cleaned = -0.00313257 Jy ! Component: 200 - total flux cleaned = -0.00346358 Jy ! Total flux subtracted in 200 components = -0.00346358 Jy ! Clean residual min=-0.005691 max=0.006250 Jy/beam ! Clean residual mean=0.000006 rms=0.001438 Jy/beam ! Combined flux in latest and established models = 0.300362 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 69 components and 0.300362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142710Jy sigma=0.000678 ! Fit after self-cal, rms=0.143486Jy sigma=0.000676 ! 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.143486Jy sigma=0.000676 ! Fit after self-cal, rms=0.148184Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.72 mas, bpa=-6.061 degrees ! Estimated noise=1068.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00213385 Jy ! Component: 100 - total flux cleaned = -0.0023429 Jy ! Component: 150 - total flux cleaned = -0.00253927 Jy ! Component: 200 - total flux cleaned = -0.00271858 Jy ! Total flux subtracted in 200 components = -0.00271858 Jy ! Clean residual min=-0.005265 max=0.005169 Jy/beam ! Clean residual mean=-0.000003 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.297644 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 88 components and 0.297644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147971Jy sigma=0.000674 ! Fit after self-cal, rms=0.147955Jy sigma=0.000673 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.000844015 Jy ! Component: 100 - total flux cleaned = -0.000920221 Jy ! Component: 150 - total flux cleaned = -0.00107026 Jy ! Component: 200 - total flux cleaned = -0.00120772 Jy ! Total flux subtracted in 200 components = -0.00120772 Jy ! Clean residual min=-0.005025 max=0.005033 Jy/beam ! Clean residual mean=-0.000007 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.296436 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.296436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147836Jy sigma=0.000673 ! Fit after self-cal, rms=0.147787Jy sigma=0.000673 ! 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.147787Jy sigma=0.000673 ! Fit after self-cal, rms=0.150577Jy sigma=0.000671 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.909 mas, bmaj=7.69 mas, bpa=-6.079 degrees ! Estimated noise=1066.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00146589 Jy ! Component: 100 - total flux cleaned = -0.0016916 Jy ! Component: 150 - total flux cleaned = -0.00182728 Jy ! Component: 200 - total flux cleaned = -0.00195164 Jy ! Total flux subtracted in 200 components = -0.00195164 Jy ! Clean residual min=-0.004402 max=0.003493 Jy/beam ! Clean residual mean=0.000010 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.294485 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.294484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150460Jy sigma=0.000671 ! Fit after self-cal, rms=0.150426Jy 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.000445637 Jy ! Component: 100 - total flux cleaned = -0.000564 Jy ! Component: 150 - total flux cleaned = -0.00067596 Jy ! Component: 200 - total flux cleaned = -0.000778474 Jy ! Total flux subtracted in 200 components = -0.000778474 Jy ! Clean residual min=-0.004255 max=0.003482 Jy/beam ! Clean residual mean=0.000007 rms=0.001001 Jy/beam ! Combined flux in latest and established models = 0.293706 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 102 components and 0.293706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150358Jy sigma=0.000670 ! Fit after self-cal, rms=0.150323Jy sigma=0.000670 ! 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.150323Jy sigma=0.000670 ! Fit after self-cal, rms=0.152135Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.755 mas, bmaj=25.61 mas, bpa=-0.5071 degrees ! Estimated noise=1372.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00152809 Jy ! Component: 100 - total flux cleaned = -0.00157939 Jy ! Component: 150 - total flux cleaned = -0.00174137 Jy ! Component: 200 - total flux cleaned = -0.00188644 Jy ! Total flux subtracted in 200 components = -0.00188644 Jy ! Clean residual min=-0.004659 max=0.003892 Jy/beam ! Clean residual mean=0.000010 rms=0.001315 Jy/beam ! Combined flux in latest and established models = 0.29182 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 105 components and 0.29182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152055Jy sigma=0.000670 ! Fit after self-cal, rms=0.152033Jy 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.000368216 Jy ! Component: 100 - total flux cleaned = -0.000367143 Jy ! Component: 150 - total flux cleaned = -0.000447436 Jy ! Component: 200 - total flux cleaned = -0.000522276 Jy ! Total flux subtracted in 200 components = -0.000522276 Jy ! Clean residual min=-0.004452 max=0.003937 Jy/beam ! Clean residual mean=0.000006 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.291297 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 109 components and 0.291297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151998Jy sigma=0.000670 ! Fit after self-cal, rms=0.151960Jy sigma=0.000670 ! 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=2.905 mas, bmaj=7.676 mas, bpa=-6.12 degrees ! Estimated noise=1065.91 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.905 x 7.676 at -6.12 degrees (North through East) ! Clean map min=-0.003821 max=0.17254 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.29 mas, bmaj=6.342 mas, bpa=-6.323 degrees ! Estimated noise=1638.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144249 Jy ! Component: 100 - total flux cleaned = 0.199718 Jy ! Component: 150 - total flux cleaned = 0.229884 Jy ! Component: 200 - total flux cleaned = 0.24896 Jy ! Total flux subtracted in 200 components = 0.24896 Jy ! Clean residual min=-0.006416 max=0.010933 Jy/beam ! Clean residual mean=-0.000118 rms=0.001880 Jy/beam ! Combined flux in latest and established models = 0.24896 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.24896 Jy ! Inverting map and beam ! Estimated beam: bmin=2.905 mas, bmaj=7.676 mas, bpa=-6.12 degrees ! Estimated noise=1065.91 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.0190415 Jy ! Component: 100 - total flux cleaned = 0.0288754 Jy ! Component: 150 - total flux cleaned = 0.0343782 Jy ! Component: 200 - total flux cleaned = 0.0375494 Jy ! Total flux subtracted in 200 components = 0.0375494 Jy ! Clean residual min=-0.003756 max=0.003774 Jy/beam ! Clean residual mean=-0.000010 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.28651 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 83 components and 0.28651 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.755 mas, bmaj=25.61 mas, bpa=-0.5071 degrees ! Estimated noise=1372.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283075 Jy ! Component: 100 - total flux cleaned = 0.00334765 Jy ! Component: 150 - total flux cleaned = 0.00336813 Jy ! Component: 200 - total flux cleaned = 0.00336927 Jy ! Total flux subtracted in 200 components = 0.00336927 Jy ! Clean residual min=-0.004169 max=0.003799 Jy/beam ! Clean residual mean=-0.000004 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.289879 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.86999e-05 Jy ! Component: 100 - total flux cleaned = 3.62165e-05 Jy ! Component: 150 - total flux cleaned = 5.21237e-05 Jy ! Component: 200 - total flux cleaned = 6.69467e-05 Jy ! Total flux subtracted in 200 components = 6.69467e-05 Jy ! Clean residual min=-0.004145 max=0.003773 Jy/beam ! Clean residual mean=-0.000004 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.289946 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 87 components and 0.289946 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.905 mas, bmaj=7.676 mas, bpa=-6.12 degrees ! Estimated noise=1065.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000615724 Jy ! Component: 100 - total flux cleaned = -0.000371031 Jy ! Component: 150 - total flux cleaned = -0.000220049 Jy ! Component: 200 - total flux cleaned = -0.000220627 Jy ! Total flux subtracted in 200 components = -0.000220627 Jy ! Clean residual min=-0.003627 max=0.003518 Jy/beam ! Clean residual mean=-0.000001 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.289725 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 98 components and 0.289725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151865Jy sigma=0.000670 ! Fit after self-cal, rms=0.151811Jy sigma=0.000669 wmodel J0929-3801_S_2017_06_15_pus_map.mod ! Writing 98 model components to file: J0929-3801_S_2017_06_15_pus_map.mod wobs J0929-3801_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0929-3801_S_2017_06_15_pus_uvs.fits wwins J0929-3801_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0929-3801_S_2017_06_15_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 = -8.06243e-05 Jy ! Component: 100 - total flux cleaned = -2.36706e-05 Jy ! Component: 150 - total flux cleaned = -0.000138512 Jy ! Component: 200 - total flux cleaned = -0.000301766 Jy ! Component: 250 - total flux cleaned = -0.000511096 Jy ! Component: 300 - total flux cleaned = -0.000815609 Jy ! Component: 350 - total flux cleaned = -0.000816872 Jy ! Component: 400 - total flux cleaned = -0.000866149 Jy ! Component: 450 - total flux cleaned = -0.000866773 Jy ! Component: 500 - total flux cleaned = -0.000867118 Jy ! Component: 550 - total flux cleaned = -0.000956068 Jy ! Component: 600 - total flux cleaned = -0.000955288 Jy ! Component: 650 - total flux cleaned = -0.000869726 Jy ! Component: 700 - total flux cleaned = -0.000911909 Jy ! Component: 750 - total flux cleaned = -0.000788782 Jy ! Component: 800 - total flux cleaned = -0.000708986 Jy ! Component: 850 - total flux cleaned = -0.000748519 Jy ! Component: 900 - total flux cleaned = -0.000670169 Jy ! Component: 950 - total flux cleaned = -0.00055517 Jy ! Component: 1000 - total flux cleaned = -0.000442716 Jy ! Component: 1050 - total flux cleaned = -0.00051699 Jy ! Component: 1100 - total flux cleaned = -0.000333932 Jy ! Component: 1150 - total flux cleaned = -0.000298566 Jy ! Component: 1200 - total flux cleaned = -0.000298432 Jy ! Component: 1250 - total flux cleaned = -0.000227641 Jy ! Component: 1300 - total flux cleaned = -0.000158087 Jy ! Component: 1350 - total flux cleaned = -2.15215e-05 Jy ! Component: 1400 - total flux cleaned = -5.55779e-05 Jy ! Component: 1450 - total flux cleaned = 1.20641e-05 Jy ! Component: 1500 - total flux cleaned = 4.55014e-05 Jy ! Component: 1550 - total flux cleaned = 0.000240639 Jy ! Component: 1600 - total flux cleaned = 0.000272859 Jy ! Component: 1650 - total flux cleaned = 0.000336499 Jy ! Component: 1700 - total flux cleaned = 0.000368467 Jy ! Component: 1750 - total flux cleaned = 0.000491962 Jy ! Component: 1800 - total flux cleaned = 0.000522405 Jy ! Component: 1850 - total flux cleaned = 0.000673679 Jy ! Component: 1900 - total flux cleaned = 0.000763062 Jy ! Component: 1950 - total flux cleaned = 0.000822069 Jy ! Component: 2000 - total flux cleaned = 0.000938509 Jy ! Component: 2050 - total flux cleaned = 0.00102537 Jy ! Component: 2100 - total flux cleaned = 0.00111128 Jy ! Component: 2150 - total flux cleaned = 0.00122471 Jy ! Component: 2200 - total flux cleaned = 0.00136507 Jy ! Component: 2250 - total flux cleaned = 0.00147626 Jy ! Component: 2300 - total flux cleaned = 0.00155847 Jy ! Component: 2350 - total flux cleaned = 0.00161322 Jy ! Component: 2400 - total flux cleaned = 0.00161346 Jy ! Component: 2450 - total flux cleaned = 0.0017473 Jy ! Component: 2500 - total flux cleaned = 0.00182699 Jy ! Component: 2550 - total flux cleaned = 0.00190542 Jy ! Component: 2600 - total flux cleaned = 0.00200928 Jy ! Component: 2650 - total flux cleaned = 0.00198333 Jy ! Component: 2700 - total flux cleaned = 0.00208576 Jy ! Component: 2750 - total flux cleaned = 0.00218735 Jy ! Component: 2800 - total flux cleaned = 0.0022375 Jy ! Component: 2850 - total flux cleaned = 0.00236199 Jy ! Component: 2900 - total flux cleaned = 0.00243612 Jy ! Component: 2950 - total flux cleaned = 0.00250958 Jy ! Component: 3000 - total flux cleaned = 0.00253401 Jy ! Component: 3050 - total flux cleaned = 0.00267853 Jy ! Component: 3100 - total flux cleaned = 0.00274994 Jy ! Component: 3150 - total flux cleaned = 0.00284443 Jy ! Component: 3200 - total flux cleaned = 0.00293797 Jy ! Component: 3250 - total flux cleaned = 0.00300782 Jy ! Component: 3300 - total flux cleaned = 0.00307737 Jy ! Component: 3350 - total flux cleaned = 0.00319207 Jy ! Component: 3400 - total flux cleaned = 0.00330573 Jy ! Component: 3450 - total flux cleaned = 0.00346373 Jy ! Component: 3500 - total flux cleaned = 0.00364285 Jy ! Component: 3550 - total flux cleaned = 0.00368734 Jy ! Component: 3600 - total flux cleaned = 0.00377571 Jy ! Component: 3650 - total flux cleaned = 0.00390722 Jy ! Component: 3700 - total flux cleaned = 0.00399447 Jy ! Component: 3750 - total flux cleaned = 0.00408095 Jy ! Component: 3800 - total flux cleaned = 0.00416725 Jy ! Component: 3850 - total flux cleaned = 0.00423144 Jy ! Component: 3900 - total flux cleaned = 0.0043164 Jy ! Component: 3950 - total flux cleaned = 0.00446396 Jy ! Component: 4000 - total flux cleaned = 0.00446381 Jy ! Component: 4050 - total flux cleaned = 0.00452627 Jy ! Total flux subtracted in 4096 components = 0.00460911 Jy ! Clean residual min=-0.001466 max=0.001092 Jy/beam ! Clean residual mean=0.000016 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.294335 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 405 components and 0.294334 Jy ![Exited script file: muppet] wmap "J0929-3801_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.905 x 7.676 at -6.12 degrees (North through East) ! Clean map min=-0.0029423 max=0.17849 Jy/beam ! Writing clean map to FITS file: J0929-3801_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.178489 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000391301 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.65769 0.65769 1.31538 2.63076 5.26152 10.523 21.0461 42.0921 84.1843 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.178 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.905 x 7.676 at -6.12 degrees (North through East) ! Clean map min=-0.0029423 max=0.17849 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 J0929-3801_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:16:02 2019