! Started logfile: J2248-3235_S_2017_03_23_pus_uvs.log on Mon May 13 10:09:55 2019 obs J2248-3235_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2248-3235_S_2017_03_23_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.7625 visibilities/baseline/integration-bin. ! Found source: J2248-3235 ! ! 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 481 lines of history. ! ! Reading 2196 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 J2248-3235_S_2017_03_23_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.645326Jy sigma=0.003861 ! Fit after self-cal, rms=0.628687Jy sigma=0.003762 ! 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.452 mas, bmaj=6.832 mas, bpa=-10.8 degrees ! Estimated noise=3549.77 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.282182 Jy ! Component: 100 - total flux cleaned = 0.349293 Jy ! Total flux subtracted in 100 components = 0.349293 Jy ! Clean residual min=-0.019709 max=0.042079 Jy/beam ! Clean residual mean=-0.000033 rms=0.005787 Jy/beam ! Combined flux in latest and established models = 0.349293 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.349293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176174Jy sigma=0.000966 ! Fit after self-cal, rms=0.176150Jy sigma=0.000965 ! Inverting map ! Added new window around map position (-3.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0405037 Jy ! Component: 100 - total flux cleaned = 0.0663164 Jy ! Total flux subtracted in 100 components = 0.0663164 Jy ! Clean residual min=-0.017458 max=0.034148 Jy/beam ! Clean residual mean=-0.000045 rms=0.004560 Jy/beam ! Combined flux in latest and established models = 0.41561 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.41561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159463Jy sigma=0.000858 ! Fit after self-cal, rms=0.158783Jy sigma=0.000852 ! 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.022 mas, bmaj=7.931 mas, bpa=-9.15 degrees ! Estimated noise=2735.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.0338694 Jy ! Component: 100 - total flux cleaned = 0.0524211 Jy ! Component: 150 - total flux cleaned = 0.0633819 Jy ! Component: 200 - total flux cleaned = 0.069088 Jy ! Total flux subtracted in 200 components = 0.069088 Jy ! Clean residual min=-0.018659 max=0.018177 Jy/beam ! Clean residual mean=-0.000247 rms=0.004574 Jy/beam ! Combined flux in latest and established models = 0.484698 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 43 components and 0.484698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150375Jy sigma=0.000811 ! Fit after self-cal, rms=0.150253Jy sigma=0.000808 ! 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.98 FD 0.98 HN 1.23 KP 1.09 ! LA 0.99 MK 0.91 NL 0.87 OV 1.01 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 1.27 KP 1.02 ! LA 0.91 MK 0.95 NL 1.09 OV 1.01 ! PT 0.93 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.08 HN 1.26 KP 0.90 ! LA 0.74 MK 0.99 NL 1.14 OV 0.94 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.10 HN 1.38 KP 1.00* ! LA 0.76 MK 1.23 NL 1.00* OV 1.46 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.150253Jy sigma=0.000808 ! Fit after self-cal, rms=0.141177Jy sigma=0.000697 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.876 mas, bpa=-8.88 degrees ! Estimated noise=2761.22 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.00314047 Jy ! Component: 100 - total flux cleaned = -0.00382876 Jy ! Component: 150 - total flux cleaned = -0.00441191 Jy ! Component: 200 - total flux cleaned = -0.00492514 Jy ! Total flux subtracted in 200 components = -0.00492514 Jy ! Clean residual min=-0.008212 max=0.009252 Jy/beam ! Clean residual mean=-0.000057 rms=0.002430 Jy/beam ! Combined flux in latest and established models = 0.479772 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.479772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140845Jy sigma=0.000696 ! Fit after self-cal, rms=0.141053Jy sigma=0.000695 ! 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.141053Jy sigma=0.000695 ! Fit after self-cal, rms=0.141845Jy sigma=0.000695 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.035 mas, bmaj=7.866 mas, bpa=-8.753 degrees ! Estimated noise=2758.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0021836 Jy ! Component: 100 - total flux cleaned = -0.00262581 Jy ! Component: 150 - total flux cleaned = -0.00300639 Jy ! Component: 200 - total flux cleaned = -0.0032624 Jy ! Total flux subtracted in 200 components = -0.0032624 Jy ! Clean residual min=-0.008035 max=0.008914 Jy/beam ! Clean residual mean=-0.000053 rms=0.002367 Jy/beam ! Combined flux in latest and established models = 0.47651 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.47651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141649Jy sigma=0.000694 ! Fit after self-cal, rms=0.141648Jy sigma=0.000694 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.000909422 Jy ! Component: 100 - total flux cleaned = -0.00106282 Jy ! Component: 150 - total flux cleaned = -0.00128096 Jy ! Component: 200 - total flux cleaned = -0.0013485 Jy ! Total flux subtracted in 200 components = -0.0013485 Jy ! Clean residual min=-0.008114 max=0.008813 Jy/beam ! Clean residual mean=-0.000056 rms=0.002350 Jy/beam ! Combined flux in latest and established models = 0.475161 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.475161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141559Jy sigma=0.000694 ! Fit after self-cal, rms=0.141554Jy sigma=0.000694 ! 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.141554Jy sigma=0.000694 ! Fit after self-cal, rms=0.139594Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.876 mas, bpa=-8.755 degrees ! Estimated noise=2756.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00180746 Jy ! Component: 100 - total flux cleaned = -0.00205988 Jy ! Component: 150 - total flux cleaned = -0.00228304 Jy ! Component: 200 - total flux cleaned = -0.00248525 Jy ! Total flux subtracted in 200 components = -0.00248525 Jy ! Clean residual min=-0.006568 max=0.006948 Jy/beam ! Clean residual mean=-0.000062 rms=0.001782 Jy/beam ! Combined flux in latest and established models = 0.472676 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 77 components and 0.472676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139454Jy sigma=0.000667 ! Fit after self-cal, rms=0.139485Jy sigma=0.000666 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.000455189 Jy ! Component: 100 - total flux cleaned = -0.000641095 Jy ! Component: 150 - total flux cleaned = -0.00069668 Jy ! Component: 200 - total flux cleaned = -0.000749627 Jy ! Total flux subtracted in 200 components = -0.000749627 Jy ! Clean residual min=-0.006450 max=0.006970 Jy/beam ! Clean residual mean=-0.000063 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.471927 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.471927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139417Jy sigma=0.000666 ! Fit after self-cal, rms=0.139401Jy sigma=0.000666 ! 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.139401Jy sigma=0.000666 ! Fit after self-cal, rms=0.140243Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.256 mas, bmaj=22.22 mas, bpa=-0.607 degrees ! Estimated noise=3439.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00129906 Jy ! Component: 100 - total flux cleaned = -0.00137707 Jy ! Component: 150 - total flux cleaned = -0.00148643 Jy ! Component: 200 - total flux cleaned = -0.00158661 Jy ! Total flux subtracted in 200 components = -0.00158661 Jy ! Clean residual min=-0.007534 max=0.007655 Jy/beam ! Clean residual mean=-0.000116 rms=0.002401 Jy/beam ! Combined flux in latest and established models = 0.47034 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 85 components and 0.47034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140195Jy sigma=0.000666 ! Fit after self-cal, rms=0.140194Jy sigma=0.000666 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 = -7.17333e-05 Jy ! Component: 100 - total flux cleaned = -0.000163041 Jy ! Component: 150 - total flux cleaned = -0.000219879 Jy ! Component: 200 - total flux cleaned = -0.000222173 Jy ! Total flux subtracted in 200 components = -0.000222173 Jy ! Clean residual min=-0.007560 max=0.007648 Jy/beam ! Clean residual mean=-0.000117 rms=0.002402 Jy/beam ! Combined flux in latest and established models = 0.470118 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 85 components and 0.470118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140173Jy sigma=0.000666 ! Fit after self-cal, rms=0.140164Jy sigma=0.000666 ! 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.034 mas, bmaj=7.878 mas, bpa=-8.725 degrees ! Estimated noise=2752.69 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.034 x 7.878 at -8.725 degrees (North through East) ! Clean map min=-0.0060929 max=0.36549 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.452 mas, bmaj=6.719 mas, bpa=-10.3 degrees ! Estimated noise=3656.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.289843 Jy ! Component: 100 - total flux cleaned = 0.361083 Jy ! Component: 150 - total flux cleaned = 0.397665 Jy ! Component: 200 - total flux cleaned = 0.42054 Jy ! Total flux subtracted in 200 components = 0.42054 Jy ! Clean residual min=-0.012869 max=0.014232 Jy/beam ! Clean residual mean=-0.000013 rms=0.002699 Jy/beam ! Combined flux in latest and established models = 0.42054 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.42054 Jy ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.878 mas, bpa=-8.725 degrees ! Estimated noise=2752.69 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.0231019 Jy ! Component: 100 - total flux cleaned = 0.0351847 Jy ! Component: 150 - total flux cleaned = 0.0418549 Jy ! Component: 200 - total flux cleaned = 0.0455669 Jy ! Total flux subtracted in 200 components = 0.0455669 Jy ! Clean residual min=-0.006994 max=0.006789 Jy/beam ! Clean residual mean=-0.000063 rms=0.001776 Jy/beam ! Combined flux in latest and established models = 0.466107 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 55 components and 0.466107 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.256 mas, bmaj=22.22 mas, bpa=-0.607 degrees ! Estimated noise=3439.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296099 Jy ! Component: 100 - total flux cleaned = 0.00307296 Jy ! Component: 150 - total flux cleaned = 0.00311316 Jy ! Component: 200 - total flux cleaned = 0.0031774 Jy ! Total flux subtracted in 200 components = 0.0031774 Jy ! Clean residual min=-0.007688 max=0.007561 Jy/beam ! Clean residual mean=-0.000118 rms=0.002401 Jy/beam ! Combined flux in latest and established models = 0.469285 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.68747e-05 Jy ! Component: 100 - total flux cleaned = 7.76571e-05 Jy ! Component: 150 - total flux cleaned = 0.0001221 Jy ! Component: 200 - total flux cleaned = 0.000162778 Jy ! Total flux subtracted in 200 components = 0.000162778 Jy ! Clean residual min=-0.007681 max=0.007568 Jy/beam ! Clean residual mean=-0.000118 rms=0.002398 Jy/beam ! Combined flux in latest and established models = 0.469447 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.469447 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.878 mas, bpa=-8.725 degrees ! Estimated noise=2752.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000110745 Jy ! Component: 100 - total flux cleaned = -0.000313823 Jy ! Component: 150 - total flux cleaned = -0.000406755 Jy ! Component: 200 - total flux cleaned = -0.000539362 Jy ! Total flux subtracted in 200 components = -0.000539362 Jy ! Clean residual min=-0.006660 max=0.006864 Jy/beam ! Clean residual mean=-0.000059 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.468908 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 79 components and 0.468908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140152Jy sigma=0.000666 ! Fit after self-cal, rms=0.140061Jy sigma=0.000665 wmodel J2248-3235_S_2017_03_23_pus_map.mod ! Writing 79 model components to file: J2248-3235_S_2017_03_23_pus_map.mod wobs J2248-3235_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2248-3235_S_2017_03_23_pus_uvs.fits wwins J2248-3235_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J2248-3235_S_2017_03_23_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 = 2.00755e-05 Jy ! Component: 100 - total flux cleaned = -0.000664387 Jy ! Component: 150 - total flux cleaned = -0.00120437 Jy ! Component: 200 - total flux cleaned = -0.00151297 Jy ! Component: 250 - total flux cleaned = -0.00190561 Jy ! Component: 300 - total flux cleaned = -0.00237822 Jy ! Component: 350 - total flux cleaned = -0.00283507 Jy ! Component: 400 - total flux cleaned = -0.00301445 Jy ! Component: 450 - total flux cleaned = -0.00353678 Jy ! Component: 500 - total flux cleaned = -0.00362268 Jy ! Component: 550 - total flux cleaned = -0.00370769 Jy ! Component: 600 - total flux cleaned = -0.00387023 Jy ! Component: 650 - total flux cleaned = -0.00371268 Jy ! Component: 700 - total flux cleaned = -0.0036377 Jy ! Component: 750 - total flux cleaned = -0.00341168 Jy ! Component: 800 - total flux cleaned = -0.00326297 Jy ! Component: 850 - total flux cleaned = -0.00311532 Jy ! Component: 900 - total flux cleaned = -0.00268404 Jy ! Component: 950 - total flux cleaned = -0.00247244 Jy ! Component: 1000 - total flux cleaned = -0.00198311 Jy ! Component: 1050 - total flux cleaned = -0.0015721 Jy ! Component: 1100 - total flux cleaned = -0.0010983 Jy ! Component: 1150 - total flux cleaned = -0.000764486 Jy ! Component: 1200 - total flux cleaned = -0.000435786 Jy ! Component: 1250 - total flux cleaned = -0.000110369 Jy ! Component: 1300 - total flux cleaned = 0.000146117 Jy ! Component: 1350 - total flux cleaned = 0.000463943 Jy ! Component: 1400 - total flux cleaned = 0.000653321 Jy ! Component: 1450 - total flux cleaned = 0.00121293 Jy ! Component: 1500 - total flux cleaned = 0.00145981 Jy ! Component: 1550 - total flux cleaned = 0.00176324 Jy ! Component: 1600 - total flux cleaned = 0.00182315 Jy ! Component: 1650 - total flux cleaned = 0.00218088 Jy ! Component: 1700 - total flux cleaned = 0.00235813 Jy ! Component: 1750 - total flux cleaned = 0.00253334 Jy ! Component: 1800 - total flux cleaned = 0.00270613 Jy ! Component: 1850 - total flux cleaned = 0.00276325 Jy ! Component: 1900 - total flux cleaned = 0.00310217 Jy ! Component: 1950 - total flux cleaned = 0.00327003 Jy ! Component: 2000 - total flux cleaned = 0.00332617 Jy ! Component: 2050 - total flux cleaned = 0.00354608 Jy ! Component: 2100 - total flux cleaned = 0.0040355 Jy ! Component: 2150 - total flux cleaned = 0.00408934 Jy ! Component: 2200 - total flux cleaned = 0.00435617 Jy ! Component: 2250 - total flux cleaned = 0.00446138 Jy ! Component: 2300 - total flux cleaned = 0.00456611 Jy ! Component: 2350 - total flux cleaned = 0.00477431 Jy ! Component: 2400 - total flux cleaned = 0.00492933 Jy ! Component: 2450 - total flux cleaned = 0.00513416 Jy ! Component: 2500 - total flux cleaned = 0.00543849 Jy ! Component: 2550 - total flux cleaned = 0.00548861 Jy ! Component: 2600 - total flux cleaned = 0.00548931 Jy ! Component: 2650 - total flux cleaned = 0.00568743 Jy ! Component: 2700 - total flux cleaned = 0.00578558 Jy ! Component: 2750 - total flux cleaned = 0.00583375 Jy ! Component: 2800 - total flux cleaned = 0.00588227 Jy ! Component: 2850 - total flux cleaned = 0.00616971 Jy ! Component: 2900 - total flux cleaned = 0.00621734 Jy ! Component: 2950 - total flux cleaned = 0.00640633 Jy ! Component: 3000 - total flux cleaned = 0.00650044 Jy ! Component: 3050 - total flux cleaned = 0.00663995 Jy ! Component: 3100 - total flux cleaned = 0.00673248 Jy ! Component: 3150 - total flux cleaned = 0.00691585 Jy ! Component: 3200 - total flux cleaned = 0.00709834 Jy ! Component: 3250 - total flux cleaned = 0.00723389 Jy ! Component: 3300 - total flux cleaned = 0.00736892 Jy ! Component: 3350 - total flux cleaned = 0.00754685 Jy ! Component: 3400 - total flux cleaned = 0.00754728 Jy ! Component: 3450 - total flux cleaned = 0.00776756 Jy ! Component: 3500 - total flux cleaned = 0.00803006 Jy ! Component: 3550 - total flux cleaned = 0.00811677 Jy ! Component: 3600 - total flux cleaned = 0.0082033 Jy ! Component: 3650 - total flux cleaned = 0.00820334 Jy ! Component: 3700 - total flux cleaned = 0.00833098 Jy ! Component: 3750 - total flux cleaned = 0.00850078 Jy ! Component: 3800 - total flux cleaned = 0.00854265 Jy ! Component: 3850 - total flux cleaned = 0.00875239 Jy ! Component: 3900 - total flux cleaned = 0.00875262 Jy ! Component: 3950 - total flux cleaned = 0.00891806 Jy ! Component: 4000 - total flux cleaned = 0.00895942 Jy ! Component: 4050 - total flux cleaned = 0.00908186 Jy ! Total flux subtracted in 4096 components = 0.00904094 Jy ! Clean residual min=-0.002883 max=0.002923 Jy/beam ! Clean residual mean=0.000004 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.477949 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 360 components and 0.477949 Jy ![Exited script file: muppet] wmap "J2248-3235_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.034 x 7.878 at -8.725 degrees (North through East) ! Clean map min=-0.0047325 max=0.3721 Jy/beam ! Writing clean map to FITS file: J2248-3235_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.372096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000743881 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.59975 0.59975 1.1995 2.399 4.798 9.59599 19.192 38.384 76.768 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.372 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.034 x 7.878 at -8.725 degrees (North through East) ! Clean map min=-0.0047325 max=0.3721 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 J2248-3235_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:09:59 2019