! Started logfile: J1640-0011_S_2017_05_27_pus_uvs.log on Fri May 3 11:10:58 2019 obs J1640-0011_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1640-0011_S_2017_05_27_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.847377 visibilities/baseline/integration-bin. ! Found source: J1640-0011 ! ! 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 1211 lines of history. ! ! Reading 21964 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 J1640-0011_S_2017_05_27_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 202 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 888 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.823689Jy sigma=0.006416 ! Fit after self-cal, rms=0.804825Jy sigma=0.006288 ! 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=3.26 mas, bmaj=7.239 mas, bpa=0.651 degrees ! Estimated noise=1083.87 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.152366 Jy ! Component: 100 - total flux cleaned = 0.186236 Jy ! Total flux subtracted in 100 components = 0.186236 Jy ! Clean residual min=-0.006416 max=0.011499 Jy/beam ! Clean residual mean=0.000029 rms=0.001686 Jy/beam ! Combined flux in latest and established models = 0.186236 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.186236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118906Jy sigma=0.000708 ! Fit after self-cal, rms=0.118905Jy sigma=0.000708 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123912 Jy ! Component: 100 - total flux cleaned = 0.0169661 Jy ! Total flux subtracted in 100 components = 0.0169661 Jy ! Clean residual min=-0.007818 max=0.005407 Jy/beam ! Clean residual mean=0.000024 rms=0.001458 Jy/beam ! Combined flux in latest and established models = 0.203202 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.203202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117148Jy sigma=0.000701 ! Fit after self-cal, rms=0.117150Jy sigma=0.000701 ! 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.688 mas, bmaj=8.209 mas, bpa=0.4116 degrees ! Estimated noise=740.624 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.000781255 Jy ! Component: 100 - total flux cleaned = 0.000488036 Jy ! Component: 150 - total flux cleaned = 0.000365065 Jy ! Component: 200 - total flux cleaned = 0.000250853 Jy ! Total flux subtracted in 200 components = 0.000250853 Jy ! Clean residual min=-0.005768 max=0.004460 Jy/beam ! Clean residual mean=0.000028 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.203453 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.203453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116590Jy sigma=0.000699 ! Fit after self-cal, rms=0.116579Jy sigma=0.000699 ! 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 0.92 HN 1.03 KP 1.02 ! LA 0.97 MK 0.95 NL 0.89 OV 1.04 ! PT 1.14 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.93 HN 1.06 KP 0.98 ! LA 0.96 MK 0.93 NL 1.03 OV 1.05 ! PT 1.05 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 0.98 HN 1.04 KP 1.01 ! LA 0.99 MK 1.00 NL 1.01 OV 0.96 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 4. ! A total of 96 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.40 HN 1.03 KP 1.00* ! LA 1.03 MK 1.14 NL 1.00* OV 1.00* ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.116579Jy sigma=0.000699 ! Fit after self-cal, rms=0.110087Jy sigma=0.000683 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.704 mas, bmaj=8.196 mas, bpa=0.3807 degrees ! Estimated noise=746.463 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.0020966 Jy ! Component: 100 - total flux cleaned = 0.0021635 Jy ! Component: 150 - total flux cleaned = 0.00216207 Jy ! Component: 200 - total flux cleaned = 0.00213422 Jy ! Total flux subtracted in 200 components = 0.00213422 Jy ! Clean residual min=-0.004172 max=0.003353 Jy/beam ! Clean residual mean=0.000011 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.205587 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.205587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109938Jy sigma=0.000683 ! Fit after self-cal, rms=0.109890Jy sigma=0.000683 ! 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.109890Jy sigma=0.000683 ! Fit after self-cal, rms=0.103451Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=8.194 mas, bpa=0.3141 degrees ! Estimated noise=749.988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132594 Jy ! Component: 100 - total flux cleaned = 0.00163126 Jy ! Component: 150 - total flux cleaned = 0.00171838 Jy ! Component: 200 - total flux cleaned = 0.00179555 Jy ! Total flux subtracted in 200 components = 0.00179555 Jy ! Clean residual min=-0.002336 max=0.002407 Jy/beam ! Clean residual mean=-0.000002 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.207383 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.207383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103405Jy sigma=0.000670 ! Fit after self-cal, rms=0.103407Jy 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) ! Added new window around map position (-20, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149988 Jy ! Component: 100 - total flux cleaned = 0.00149618 Jy ! Component: 150 - total flux cleaned = 0.0015638 Jy ! Component: 200 - total flux cleaned = 0.00162635 Jy ! Total flux subtracted in 200 components = 0.00162635 Jy ! Clean residual min=-0.002074 max=0.002188 Jy/beam ! Clean residual mean=0.000000 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.209009 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 61 components and 0.209009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103348Jy sigma=0.000670 ! Fit after self-cal, rms=0.103342Jy sigma=0.000670 ! Inverting map ! Added new window around map position (0, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000822478 Jy ! Component: 100 - total flux cleaned = 0.00101458 Jy ! Component: 150 - total flux cleaned = 0.00113076 Jy ! Component: 200 - total flux cleaned = 0.00129652 Jy ! Total flux subtracted in 200 components = 0.00129652 Jy ! Clean residual min=-0.001955 max=0.001996 Jy/beam ! Clean residual mean=0.000002 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.210306 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.210306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103275Jy sigma=0.000669 ! Fit after self-cal, rms=0.103274Jy 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.103274Jy sigma=0.000669 ! Fit after self-cal, rms=0.103303Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.695 mas, bmaj=8.189 mas, bpa=0.3084 degrees ! Estimated noise=751.953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000512704 Jy ! Component: 100 - total flux cleaned = 0.000715294 Jy ! Component: 150 - total flux cleaned = 0.000956016 Jy ! Component: 200 - total flux cleaned = 0.00114827 Jy ! Total flux subtracted in 200 components = 0.00114827 Jy ! Clean residual min=-0.001953 max=0.001940 Jy/beam ! Clean residual mean=0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.211454 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 94 components and 0.211454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103267Jy sigma=0.000669 ! Fit after self-cal, rms=0.103268Jy 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.000163589 Jy ! Component: 100 - total flux cleaned = 0.000287694 Jy ! Component: 150 - total flux cleaned = 0.000404937 Jy ! Component: 200 - total flux cleaned = 0.000449299 Jy ! Total flux subtracted in 200 components = 0.000449299 Jy ! Clean residual min=-0.001916 max=0.001921 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.211903 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 105 components and 0.211903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103251Jy sigma=0.000669 ! Fit after self-cal, rms=0.103251Jy 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.103251Jy sigma=0.000669 ! Fit after self-cal, rms=0.103615Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.668 mas, bmaj=12.67 mas, bpa=-3.283 degrees ! Estimated noise=901.529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011429 Jy ! Component: 100 - total flux cleaned = 0.00132928 Jy ! Component: 150 - total flux cleaned = 0.00155467 Jy ! Component: 200 - total flux cleaned = 0.00176811 Jy ! Total flux subtracted in 200 components = 0.00176811 Jy ! Clean residual min=-0.002225 max=0.002483 Jy/beam ! Clean residual mean=0.000005 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.213672 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.213672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103600Jy sigma=0.000669 ! Fit after self-cal, rms=0.103601Jy 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) ! Added new window around map position (-38, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126917 Jy ! Component: 100 - total flux cleaned = 0.00127086 Jy ! Component: 150 - total flux cleaned = 0.00115914 Jy ! Component: 200 - total flux cleaned = 0.00106968 Jy ! Total flux subtracted in 200 components = 0.00106968 Jy ! Clean residual min=-0.002006 max=0.001678 Jy/beam ! Clean residual mean=0.000011 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.214741 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 161 components and 0.214741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103557Jy sigma=0.000669 ! Fit after self-cal, rms=0.103553Jy 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.694 mas, bmaj=8.189 mas, bpa=0.2881 degrees ! Estimated noise=754.589 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.694 x 8.189 at 0.2881 degrees (North through East) ! Clean map min=-0.0022103 max=0.20211 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=3.27 mas, bmaj=7.212 mas, bpa=0.776 degrees ! Estimated noise=1104.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.154868 Jy ! Component: 100 - total flux cleaned = 0.18924 Jy ! Component: 150 - total flux cleaned = 0.201274 Jy ! Component: 200 - total flux cleaned = 0.204908 Jy ! Total flux subtracted in 200 components = 0.204908 Jy ! Clean residual min=-0.003429 max=0.003102 Jy/beam ! Clean residual mean=0.000002 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.204908 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.204908 Jy ! Inverting map and beam ! Estimated beam: bmin=3.694 mas, bmaj=8.189 mas, bpa=0.2881 degrees ! Estimated noise=754.589 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.00381451 Jy ! Component: 100 - total flux cleaned = 0.00621569 Jy ! Component: 150 - total flux cleaned = 0.00693936 Jy ! Component: 200 - total flux cleaned = 0.00749456 Jy ! Total flux subtracted in 200 components = 0.00749456 Jy ! Clean residual min=-0.002298 max=0.001971 Jy/beam ! Clean residual mean=0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.212403 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 51 components and 0.212403 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.668 mas, bmaj=12.67 mas, bpa=-3.283 degrees ! Estimated noise=901.529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122854 Jy ! Component: 100 - total flux cleaned = 0.00163862 Jy ! Component: 150 - total flux cleaned = 0.0019297 Jy ! Component: 200 - total flux cleaned = 0.00208601 Jy ! Total flux subtracted in 200 components = 0.00208601 Jy ! Clean residual min=-0.002122 max=0.002016 Jy/beam ! Clean residual mean=0.000011 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.214489 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.000141738 Jy ! Component: 100 - total flux cleaned = 0.000185332 Jy ! Component: 150 - total flux cleaned = 0.00022445 Jy ! Component: 200 - total flux cleaned = 0.000185197 Jy ! Total flux subtracted in 200 components = 0.000185197 Jy ! Clean residual min=-0.002021 max=0.001856 Jy/beam ! Clean residual mean=0.000011 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.214674 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 102 components and 0.214674 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.694 mas, bmaj=8.189 mas, bpa=0.2881 degrees ! Estimated noise=754.589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000399272 Jy ! Component: 100 - total flux cleaned = -0.000513755 Jy ! Component: 150 - total flux cleaned = -0.000566587 Jy ! Component: 200 - total flux cleaned = -0.000429718 Jy ! Total flux subtracted in 200 components = -0.000429718 Jy ! Clean residual min=-0.002021 max=0.001787 Jy/beam ! Clean residual mean=0.000006 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.214244 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 130 components and 0.214244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103634Jy sigma=0.000669 ! Fit after self-cal, rms=0.103632Jy sigma=0.000669 wmodel J1640-0011_S_2017_05_27_pus_map.mod ! Writing 130 model components to file: J1640-0011_S_2017_05_27_pus_map.mod wobs J1640-0011_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1640-0011_S_2017_05_27_pus_uvs.fits wwins J1640-0011_S_2017_05_27_pus_map.win ! wwins: Wrote 4 windows to J1640-0011_S_2017_05_27_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000574259 Jy ! Component: 100 - total flux cleaned = -0.000789853 Jy ! Component: 150 - total flux cleaned = -0.000878092 Jy ! Component: 200 - total flux cleaned = -0.00101747 Jy ! Component: 250 - total flux cleaned = -0.00107177 Jy ! Component: 300 - total flux cleaned = -0.00115059 Jy ! Component: 350 - total flux cleaned = -0.00115048 Jy ! Component: 400 - total flux cleaned = -0.00105115 Jy ! Component: 450 - total flux cleaned = -0.0010755 Jy ! Component: 500 - total flux cleaned = -0.00107574 Jy ! Component: 550 - total flux cleaned = -0.00109865 Jy ! Component: 600 - total flux cleaned = -0.00105258 Jy ! Component: 650 - total flux cleaned = -0.00105323 Jy ! Component: 700 - total flux cleaned = -0.00114196 Jy ! Component: 750 - total flux cleaned = -0.00122869 Jy ! Component: 800 - total flux cleaned = -0.00131396 Jy ! Component: 850 - total flux cleaned = -0.00137685 Jy ! Component: 900 - total flux cleaned = -0.00145937 Jy ! Component: 950 - total flux cleaned = -0.00149993 Jy ! Component: 1000 - total flux cleaned = -0.0015405 Jy ! Component: 1050 - total flux cleaned = -0.00160024 Jy ! Component: 1100 - total flux cleaned = -0.00171717 Jy ! Component: 1150 - total flux cleaned = -0.00165945 Jy ! Component: 1200 - total flux cleaned = -0.00183085 Jy ! Component: 1250 - total flux cleaned = -0.00184942 Jy ! Component: 1300 - total flux cleaned = -0.00188649 Jy ! Component: 1350 - total flux cleaned = -0.00201507 Jy ! Component: 1400 - total flux cleaned = -0.00214175 Jy ! Component: 1450 - total flux cleaned = -0.00223119 Jy ! Component: 1500 - total flux cleaned = -0.00230247 Jy ! Component: 1550 - total flux cleaned = -0.00244336 Jy ! Component: 1600 - total flux cleaned = -0.00256512 Jy ! Component: 1650 - total flux cleaned = -0.00261679 Jy ! Component: 1700 - total flux cleaned = -0.00271924 Jy ! Component: 1750 - total flux cleaned = -0.00282065 Jy ! Component: 1800 - total flux cleaned = -0.00287092 Jy ! Component: 1850 - total flux cleaned = -0.00295392 Jy ! Component: 1900 - total flux cleaned = -0.00303642 Jy ! Component: 1950 - total flux cleaned = -0.00313429 Jy ! Component: 2000 - total flux cleaned = -0.00316684 Jy ! Component: 2050 - total flux cleaned = -0.00329511 Jy ! Component: 2100 - total flux cleaned = -0.0033269 Jy ! Component: 2150 - total flux cleaned = -0.00337415 Jy ! Component: 2200 - total flux cleaned = -0.00351457 Jy ! Component: 2250 - total flux cleaned = -0.00354564 Jy ! Component: 2300 - total flux cleaned = -0.00363785 Jy ! Component: 2350 - total flux cleaned = -0.0036531 Jy ! Component: 2400 - total flux cleaned = -0.00368328 Jy ! Component: 2450 - total flux cleaned = -0.00375849 Jy ! Component: 2500 - total flux cleaned = -0.00381791 Jy ! Component: 2550 - total flux cleaned = -0.00387695 Jy ! Component: 2600 - total flux cleaned = -0.00392075 Jy ! Component: 2650 - total flux cleaned = -0.00394995 Jy ! Component: 2700 - total flux cleaned = -0.00400771 Jy ! Component: 2750 - total flux cleaned = -0.0040221 Jy ! Component: 2800 - total flux cleaned = -0.00410739 Jy ! Component: 2850 - total flux cleaned = -0.004178 Jy ! Component: 2900 - total flux cleaned = -0.00420604 Jy ! Component: 2950 - total flux cleaned = -0.00423396 Jy ! Component: 3000 - total flux cleaned = -0.00427552 Jy ! Component: 3050 - total flux cleaned = -0.00434424 Jy ! Component: 3100 - total flux cleaned = -0.00438527 Jy ! Component: 3150 - total flux cleaned = -0.00445315 Jy ! Component: 3200 - total flux cleaned = -0.00448015 Jy ! Component: 3250 - total flux cleaned = -0.00444002 Jy ! Component: 3300 - total flux cleaned = -0.00448022 Jy ! Component: 3350 - total flux cleaned = -0.00455991 Jy ! Component: 3400 - total flux cleaned = -0.00459949 Jy ! Component: 3450 - total flux cleaned = -0.00462575 Jy ! Component: 3500 - total flux cleaned = -0.00467798 Jy ! Component: 3550 - total flux cleaned = -0.00469083 Jy ! Component: 3600 - total flux cleaned = -0.00472948 Jy ! Component: 3650 - total flux cleaned = -0.00475522 Jy ! Component: 3700 - total flux cleaned = -0.00476794 Jy ! Component: 3750 - total flux cleaned = -0.00480613 Jy ! Component: 3800 - total flux cleaned = -0.00483149 Jy ! Component: 3850 - total flux cleaned = -0.0048441 Jy ! Component: 3900 - total flux cleaned = -0.00486925 Jy ! Component: 3950 - total flux cleaned = -0.00490681 Jy ! Component: 4000 - total flux cleaned = -0.00490678 Jy ! Component: 4050 - total flux cleaned = -0.00499315 Jy ! Total flux subtracted in 4096 components = -0.00501775 Jy ! Clean residual min=-0.000700 max=0.000768 Jy/beam ! Clean residual mean=0.000003 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.209227 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 419 components and 0.209227 Jy ![Exited script file: muppet] wmap "J1640-0011_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.694 x 8.189 at 0.2881 degrees (North through East) ! Clean map min=-0.0020088 max=0.19992 Jy/beam ! Writing clean map to FITS file: J1640-0011_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.199918 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229836 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.344895 0.344895 0.68979 1.37958 2.75916 5.51832 11.0366 22.0733 44.1466 88.2931 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.199 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.694 x 8.189 at 0.2881 degrees (North through East) ! Clean map min=-0.0020088 max=0.19992 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 J1640-0011_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:11:03 2019