! Started logfile: J0923-2135_S_2017_06_15_pus_uvs.log on Tue May 7 15:15:34 2019 obs J0923-2135_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0923-2135_S_2017_06_15_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0923-2135 ! ! 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 16896 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 J0923-2135_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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 541 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.859926Jy sigma=0.006203 ! Fit after self-cal, rms=0.844403Jy sigma=0.006098 ! 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.563 mas, bmaj=6.896 mas, bpa=-5.592 degrees ! Estimated noise=1261.98 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.123194 Jy ! Component: 100 - total flux cleaned = 0.154816 Jy ! Total flux subtracted in 100 components = 0.154816 Jy ! Clean residual min=-0.007858 max=0.013558 Jy/beam ! Clean residual mean=-0.000012 rms=0.002044 Jy/beam ! Combined flux in latest and established models = 0.154816 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.154816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104905Jy sigma=0.000727 ! Fit after self-cal, rms=0.104917Jy sigma=0.000727 ! Inverting map ! Added new window around map position (2.5, -10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149228 Jy ! Component: 100 - total flux cleaned = 0.0239943 Jy ! Total flux subtracted in 100 components = 0.0239943 Jy ! Clean residual min=-0.006804 max=0.009127 Jy/beam ! Clean residual mean=-0.000011 rms=0.001560 Jy/beam ! Combined flux in latest and established models = 0.17881 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.17881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102552Jy sigma=0.000709 ! Fit after self-cal, rms=0.102495Jy sigma=0.000708 ! 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.021 mas, bmaj=7.919 mas, bpa=-5.569 degrees ! Estimated noise=865.759 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.0075811 Jy ! Component: 100 - total flux cleaned = 0.0117362 Jy ! Component: 150 - total flux cleaned = 0.0139001 Jy ! Component: 200 - total flux cleaned = 0.0144427 Jy ! Total flux subtracted in 200 components = 0.0144427 Jy ! Clean residual min=-0.006948 max=0.007475 Jy/beam ! Clean residual mean=-0.000006 rms=0.001676 Jy/beam ! Combined flux in latest and established models = 0.193253 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 41 components and 0.193253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101889Jy sigma=0.000704 ! Fit after self-cal, rms=0.101856Jy sigma=0.000703 ! 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.05 FD 0.89 HN 1.02 KP 1.03 ! LA 1.00 MK 1.00 NL 0.90 OV 1.01 ! PT 1.07 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.19 FD 0.89 HN 1.05 KP 0.99 ! LA 0.97 MK 1.01 NL 1.02 OV 1.02 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.95 HN 1.02 KP 0.99 ! LA 0.96 MK 1.04 NL 0.97 OV 0.94 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.95 KP 1.00* ! LA 0.95 MK 1.01 NL 1.00* OV 1.00* ! PT 1.08 SC 1.00* ! ! ! Fit before self-cal, rms=0.101856Jy sigma=0.000703 ! Fit after self-cal, rms=0.107259Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=8.007 mas, bpa=-5.678 degrees ! Estimated noise=877.033 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.000366004 Jy ! Component: 100 - total flux cleaned = -0.000673738 Jy ! Component: 150 - total flux cleaned = -0.000777464 Jy ! Component: 200 - total flux cleaned = -0.000872204 Jy ! Total flux subtracted in 200 components = -0.000872204 Jy ! Clean residual min=-0.003683 max=0.005157 Jy/beam ! Clean residual mean=0.000004 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.192381 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.192381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107175Jy sigma=0.000688 ! Fit after self-cal, rms=0.107332Jy sigma=0.000687 ! 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.107332Jy sigma=0.000687 ! Fit after self-cal, rms=0.108440Jy sigma=0.000684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.029 mas, bmaj=8.006 mas, bpa=-5.807 degrees ! Estimated noise=879.968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000120453 Jy ! Component: 100 - total flux cleaned = -6.70501e-05 Jy ! Component: 150 - total flux cleaned = -0.000192319 Jy ! Component: 200 - total flux cleaned = -0.000307483 Jy ! Total flux subtracted in 200 components = -0.000307483 Jy ! Clean residual min=-0.003339 max=0.004189 Jy/beam ! Clean residual mean=0.000011 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.192073 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.192073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108388Jy sigma=0.000684 ! Fit after self-cal, rms=0.108410Jy sigma=0.000684 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.000220509 Jy ! Component: 100 - total flux cleaned = -0.000355546 Jy ! Component: 150 - total flux cleaned = -0.000416631 Jy ! Component: 200 - total flux cleaned = -0.000474143 Jy ! Total flux subtracted in 200 components = -0.000474143 Jy ! Clean residual min=-0.003282 max=0.004121 Jy/beam ! Clean residual mean=0.000011 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.191599 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.191599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108386Jy sigma=0.000684 ! Fit after self-cal, rms=0.108384Jy sigma=0.000684 ! 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.108384Jy sigma=0.000684 ! Fit after self-cal, rms=0.109152Jy sigma=0.000683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=7.999 mas, bpa=-5.905 degrees ! Estimated noise=878.215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00042521 Jy ! Component: 100 - total flux cleaned = -0.000424047 Jy ! Component: 150 - total flux cleaned = -0.000481797 Jy ! Component: 200 - total flux cleaned = -0.000506626 Jy ! Total flux subtracted in 200 components = -0.000506626 Jy ! Clean residual min=-0.003042 max=0.003990 Jy/beam ! Clean residual mean=0.000015 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.191092 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.191092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109125Jy sigma=0.000683 ! Fit after self-cal, rms=0.109143Jy sigma=0.000683 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 (-116, 64). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392555 Jy ! Component: 100 - total flux cleaned = 0.0061088 Jy ! Component: 150 - total flux cleaned = 0.0075086 Jy ! Component: 200 - total flux cleaned = 0.00827011 Jy ! Total flux subtracted in 200 components = 0.00827011 Jy ! Clean residual min=-0.002897 max=0.003330 Jy/beam ! Clean residual mean=0.000009 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.199363 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 111 components and 0.199363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109010Jy sigma=0.000681 ! Fit after self-cal, rms=0.108997Jy sigma=0.000681 ! Inverting map ! Added new window around map position (67, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311324 Jy ! Component: 100 - total flux cleaned = 0.00473495 Jy ! Component: 150 - total flux cleaned = 0.00586773 Jy ! Component: 200 - total flux cleaned = 0.00660381 Jy ! Total flux subtracted in 200 components = 0.00660381 Jy ! Clean residual min=-0.002397 max=0.002564 Jy/beam ! Clean residual mean=0.000006 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.205966 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 140 components and 0.205966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108907Jy sigma=0.000681 ! Fit after self-cal, rms=0.108902Jy sigma=0.000681 ! 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.108902Jy sigma=0.000681 ! Fit after self-cal, rms=0.108986Jy sigma=0.000680 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.501 mas, bmaj=17.33 mas, bpa=-2.211 degrees ! Estimated noise=1121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207271 Jy ! Component: 100 - total flux cleaned = 0.00321467 Jy ! Component: 150 - total flux cleaned = 0.00377513 Jy ! Component: 200 - total flux cleaned = 0.00401354 Jy ! Total flux subtracted in 200 components = 0.00401354 Jy ! Clean residual min=-0.002537 max=0.003912 Jy/beam ! Clean residual mean=0.000014 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.20998 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 149 components and 0.20998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108988Jy sigma=0.000680 ! Fit after self-cal, rms=0.108995Jy sigma=0.000680 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.00022206 Jy ! Component: 100 - total flux cleaned = 0.000291752 Jy ! Component: 150 - total flux cleaned = 0.00033546 Jy ! Component: 200 - total flux cleaned = 0.000355945 Jy ! Total flux subtracted in 200 components = 0.000355945 Jy ! Clean residual min=-0.002506 max=0.003884 Jy/beam ! Clean residual mean=0.000014 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.210336 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 157 components and 0.210336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108995Jy sigma=0.000680 ! Fit after self-cal, rms=0.108995Jy sigma=0.000680 ! 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.025 mas, bmaj=7.997 mas, bpa=-5.94 degrees ! Estimated noise=875.587 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.025 x 7.997 at -5.94 degrees (North through East) ! Clean map min=-0.0022462 max=0.15866 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.568 mas, bmaj=6.961 mas, bpa=-5.901 degrees ! Estimated noise=1268.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123459 Jy ! Component: 100 - total flux cleaned = 0.155523 Jy ! Component: 150 - total flux cleaned = 0.169831 Jy ! Component: 200 - total flux cleaned = 0.178208 Jy ! Total flux subtracted in 200 components = 0.178208 Jy ! Clean residual min=-0.005020 max=0.005408 Jy/beam ! Clean residual mean=0.000003 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.178208 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.178208 Jy ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=7.997 mas, bpa=-5.94 degrees ! Estimated noise=875.587 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.00639795 Jy ! Component: 100 - total flux cleaned = 0.0110631 Jy ! Component: 150 - total flux cleaned = 0.014776 Jy ! Component: 200 - total flux cleaned = 0.0177949 Jy ! Total flux subtracted in 200 components = 0.0177949 Jy ! Clean residual min=-0.002678 max=0.003289 Jy/beam ! Clean residual mean=0.000011 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.196003 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 67 components and 0.196003 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.501 mas, bmaj=17.33 mas, bpa=-2.211 degrees ! Estimated noise=1121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00417878 Jy ! Component: 100 - total flux cleaned = 0.00695407 Jy ! Component: 150 - total flux cleaned = 0.0089608 Jy ! Component: 200 - total flux cleaned = 0.0104816 Jy ! Total flux subtracted in 200 components = 0.0104816 Jy ! Clean residual min=-0.003103 max=0.004001 Jy/beam ! Clean residual mean=0.000018 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.206485 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.00117072 Jy ! Component: 100 - total flux cleaned = 0.00207652 Jy ! Component: 150 - total flux cleaned = 0.00278668 Jy ! Component: 200 - total flux cleaned = 0.0030929 Jy ! Total flux subtracted in 200 components = 0.0030929 Jy ! Clean residual min=-0.002816 max=0.003991 Jy/beam ! Clean residual mean=0.000016 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.209578 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 116 components and 0.209578 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=7.997 mas, bpa=-5.94 degrees ! Estimated noise=875.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000636258 Jy ! Component: 100 - total flux cleaned = -0.0006892 Jy ! Component: 150 - total flux cleaned = -0.000601383 Jy ! Component: 200 - total flux cleaned = -0.000519555 Jy ! Total flux subtracted in 200 components = -0.000519555 Jy ! Clean residual min=-0.002334 max=0.002649 Jy/beam ! Clean residual mean=0.000007 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.209058 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 136 components and 0.209058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109017Jy sigma=0.000680 ! Fit after self-cal, rms=0.108994Jy sigma=0.000680 wmodel J0923-2135_S_2017_06_15_pus_map.mod ! Writing 136 model components to file: J0923-2135_S_2017_06_15_pus_map.mod wobs J0923-2135_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0923-2135_S_2017_06_15_pus_uvs.fits wwins J0923-2135_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J0923-2135_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 = 0.00109601 Jy ! Component: 100 - total flux cleaned = 0.00174173 Jy ! Component: 150 - total flux cleaned = 0.00222187 Jy ! Component: 200 - total flux cleaned = 0.00248711 Jy ! Component: 250 - total flux cleaned = 0.0025592 Jy ! Component: 300 - total flux cleaned = 0.00273551 Jy ! Component: 350 - total flux cleaned = 0.00300832 Jy ! Component: 400 - total flux cleaned = 0.00333881 Jy ! Component: 450 - total flux cleaned = 0.00359629 Jy ! Component: 500 - total flux cleaned = 0.00381627 Jy ! Component: 550 - total flux cleaned = 0.00406247 Jy ! Component: 600 - total flux cleaned = 0.00433292 Jy ! Component: 650 - total flux cleaned = 0.00456731 Jy ! Component: 700 - total flux cleaned = 0.00465357 Jy ! Component: 750 - total flux cleaned = 0.00485096 Jy ! Component: 800 - total flux cleaned = 0.00487809 Jy ! Component: 850 - total flux cleaned = 0.00498596 Jy ! Component: 900 - total flux cleaned = 0.0049591 Jy ! Component: 950 - total flux cleaned = 0.00495965 Jy ! Component: 1000 - total flux cleaned = 0.00503719 Jy ! Component: 1050 - total flux cleaned = 0.00511323 Jy ! Component: 1100 - total flux cleaned = 0.00511315 Jy ! Component: 1150 - total flux cleaned = 0.00511357 Jy ! Component: 1200 - total flux cleaned = 0.00513804 Jy ! Component: 1250 - total flux cleaned = 0.00520896 Jy ! Component: 1300 - total flux cleaned = 0.00520878 Jy ! Component: 1350 - total flux cleaned = 0.00514002 Jy ! Component: 1400 - total flux cleaned = 0.00507218 Jy ! Component: 1450 - total flux cleaned = 0.00504987 Jy ! Component: 1500 - total flux cleaned = 0.00504983 Jy ! Component: 1550 - total flux cleaned = 0.00494234 Jy ! Component: 1600 - total flux cleaned = 0.0049634 Jy ! Component: 1650 - total flux cleaned = 0.00487935 Jy ! Component: 1700 - total flux cleaned = 0.00492069 Jy ! Component: 1750 - total flux cleaned = 0.00485918 Jy ! Component: 1800 - total flux cleaned = 0.00481908 Jy ! Component: 1850 - total flux cleaned = 0.00481898 Jy ! Component: 1900 - total flux cleaned = 0.00479955 Jy ! Component: 1950 - total flux cleaned = 0.00479981 Jy ! Component: 2000 - total flux cleaned = 0.00474203 Jy ! Component: 2050 - total flux cleaned = 0.00477999 Jy ! Component: 2100 - total flux cleaned = 0.00476105 Jy ! Component: 2150 - total flux cleaned = 0.00472394 Jy ! Component: 2200 - total flux cleaned = 0.00477922 Jy ! Component: 2250 - total flux cleaned = 0.00474315 Jy ! Component: 2300 - total flux cleaned = 0.00479737 Jy ! Component: 2350 - total flux cleaned = 0.00476201 Jy ! Component: 2400 - total flux cleaned = 0.00477953 Jy ! Component: 2450 - total flux cleaned = 0.00474479 Jy ! Component: 2500 - total flux cleaned = 0.00474502 Jy ! Component: 2550 - total flux cleaned = 0.004762 Jy ! Component: 2600 - total flux cleaned = 0.00469455 Jy ! Component: 2650 - total flux cleaned = 0.00469467 Jy ! Component: 2700 - total flux cleaned = 0.00469476 Jy ! Component: 2750 - total flux cleaned = 0.00466193 Jy ! Component: 2800 - total flux cleaned = 0.00467827 Jy ! Component: 2850 - total flux cleaned = 0.00464623 Jy ! Component: 2900 - total flux cleaned = 0.00466211 Jy ! Component: 2950 - total flux cleaned = 0.00470929 Jy ! Component: 3000 - total flux cleaned = 0.00472481 Jy ! Component: 3050 - total flux cleaned = 0.00475562 Jy ! Component: 3100 - total flux cleaned = 0.0047555 Jy ! Component: 3150 - total flux cleaned = 0.00474022 Jy ! Component: 3200 - total flux cleaned = 0.00475506 Jy ! Component: 3250 - total flux cleaned = 0.00475526 Jy ! Component: 3300 - total flux cleaned = 0.00478476 Jy ! Component: 3350 - total flux cleaned = 0.00477017 Jy ! Component: 3400 - total flux cleaned = 0.00481382 Jy ! Component: 3450 - total flux cleaned = 0.00477047 Jy ! Component: 3500 - total flux cleaned = 0.00479891 Jy ! Component: 3550 - total flux cleaned = 0.00481317 Jy ! Component: 3600 - total flux cleaned = 0.00484133 Jy ! Component: 3650 - total flux cleaned = 0.00484156 Jy ! Component: 3700 - total flux cleaned = 0.00482775 Jy ! Component: 3750 - total flux cleaned = 0.00486891 Jy ! Component: 3800 - total flux cleaned = 0.00484163 Jy ! Component: 3850 - total flux cleaned = 0.00486897 Jy ! Component: 3900 - total flux cleaned = 0.00493603 Jy ! Component: 3950 - total flux cleaned = 0.0049493 Jy ! Component: 4000 - total flux cleaned = 0.00496248 Jy ! Component: 4050 - total flux cleaned = 0.00494929 Jy ! Total flux subtracted in 4096 components = 0.00497541 Jy ! Clean residual min=-0.000884 max=0.000838 Jy/beam ! Clean residual mean=0.000004 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.214034 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 416 components and 0.214034 Jy ![Exited script file: muppet] wmap "J0923-2135_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.025 x 7.997 at -5.94 degrees (North through East) ! Clean map min=-0.0015006 max=0.15993 Jy/beam ! Writing clean map to FITS file: J0923-2135_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.159929 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229254 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.430044 0.430044 0.860088 1.72018 3.44035 6.8807 13.7614 27.5228 55.0456 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 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.025 x 7.997 at -5.94 degrees (North through East) ! Clean map min=-0.0015006 max=0.15993 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 J0923-2135_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:15:39 2019