! Started logfile: J2358-1020_S_2017_10_21_pus_uvs.log on Sat May 11 21:08:44 2019 obs J2358-1020_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J2358-1020_S_2017_10_21_pus_uva.fits ! AN table 1: 23 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.683575 visibilities/baseline/integration-bin. ! Found source: J2358-1020 ! ! 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 644 lines of history. ! ! Reading 2264 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 J2358-1020_S_2017_10_21_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.354494Jy sigma=0.003377 ! Fit after self-cal, rms=0.334172Jy sigma=0.003169 ! 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.602 mas, bmaj=18.99 mas, bpa=-19.85 degrees ! Estimated noise=2117.15 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.572239 Jy ! Component: 100 - total flux cleaned = 0.745258 Jy ! Total flux subtracted in 100 components = 0.745258 Jy ! Clean residual min=-0.033577 max=0.069999 Jy/beam ! Clean residual mean=0.000006 rms=0.011291 Jy/beam ! Combined flux in latest and established models = 0.745258 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.745258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211971Jy sigma=0.001868 ! Fit after self-cal, rms=0.211958Jy sigma=0.001867 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0704166 Jy ! Component: 100 - total flux cleaned = 0.100027 Jy ! Total flux subtracted in 100 components = 0.100027 Jy ! Clean residual min=-0.029116 max=0.036609 Jy/beam ! Clean residual mean=0.000008 rms=0.008520 Jy/beam ! Combined flux in latest and established models = 0.845285 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.845285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185871Jy sigma=0.001646 ! Fit after self-cal, rms=0.185855Jy sigma=0.001646 ! 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.248 mas, bmaj=21.1 mas, bpa=-19.93 degrees ! Estimated noise=1717.65 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.0178076 Jy ! Component: 100 - total flux cleaned = 0.0272861 Jy ! Component: 150 - total flux cleaned = 0.0303918 Jy ! Component: 200 - total flux cleaned = 0.0324503 Jy ! Total flux subtracted in 200 components = 0.0324503 Jy ! Clean residual min=-0.024095 max=0.028602 Jy/beam ! Clean residual mean=0.000004 rms=0.006872 Jy/beam ! Combined flux in latest and established models = 0.877735 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 51 components and 0.877735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183231Jy sigma=0.001632 ! Fit after self-cal, rms=0.183229Jy sigma=0.001632 ! 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.00* FD 0.91 HN 0.96 KP 1.07 ! LA 0.99 MK 0.94 NL 0.88 OV 0.93 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.01 KP 1.03 ! LA 0.95 MK 1.02 NL 1.02 OV 0.96 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.20 HN 1.00 KP 1.03 ! LA 0.75 MK 0.93 NL 1.16 OV 0.87 ! PT 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.97 KP 1.00* ! LA 3.56 MK 1.11 NL 1.00* OV 1.00* ! PT 1.01 ! ! ! Fit before self-cal, rms=0.183229Jy sigma=0.001632 ! Fit after self-cal, rms=0.161131Jy sigma=0.001000 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=20.88 mas, bpa=-19.95 degrees ! Estimated noise=1704.78 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.00717831 Jy ! Component: 100 - total flux cleaned = -0.00484354 Jy ! Component: 150 - total flux cleaned = -0.00325716 Jy ! Component: 200 - total flux cleaned = -0.00271075 Jy ! Total flux subtracted in 200 components = -0.00271075 Jy ! Clean residual min=-0.015553 max=0.018227 Jy/beam ! Clean residual mean=-0.000003 rms=0.004350 Jy/beam ! Combined flux in latest and established models = 0.875024 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.875024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159661Jy sigma=0.000978 ! Fit after self-cal, rms=0.160050Jy sigma=0.000978 ! 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.160050Jy sigma=0.000978 ! Fit after self-cal, rms=0.099053Jy sigma=0.000792 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=21.16 mas, bpa=-19.63 degrees ! Estimated noise=1717.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000797233 Jy ! Component: 100 - total flux cleaned = -4.33818e-05 Jy ! Component: 150 - total flux cleaned = -0.000763579 Jy ! Component: 200 - total flux cleaned = -0.00119305 Jy ! Total flux subtracted in 200 components = -0.00119305 Jy ! Clean residual min=-0.012658 max=0.011135 Jy/beam ! Clean residual mean=0.000009 rms=0.002626 Jy/beam ! Combined flux in latest and established models = 0.873831 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.873831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097581Jy sigma=0.000775 ! Fit after self-cal, rms=0.097566Jy sigma=0.000775 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.000199847 Jy ! Component: 100 - total flux cleaned = -2.93815e-05 Jy ! Component: 150 - total flux cleaned = 0.000270492 Jy ! Component: 200 - total flux cleaned = 0.000406925 Jy ! Total flux subtracted in 200 components = 0.000406925 Jy ! Clean residual min=-0.011664 max=0.011327 Jy/beam ! Clean residual mean=0.000010 rms=0.002552 Jy/beam ! Combined flux in latest and established models = 0.874238 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 94 components and 0.874238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096983Jy sigma=0.000770 ! Fit after self-cal, rms=0.097001Jy sigma=0.000770 ! 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.097001Jy sigma=0.000770 ! Fit after self-cal, rms=0.093057Jy sigma=0.000760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=21.29 mas, bpa=-19.46 degrees ! Estimated noise=1722.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00046235 Jy ! Component: 100 - total flux cleaned = -0.00044508 Jy ! Component: 150 - total flux cleaned = -1.63168e-05 Jy ! Component: 200 - total flux cleaned = -0.000184123 Jy ! Total flux subtracted in 200 components = -0.000184123 Jy ! Clean residual min=-0.009940 max=0.010054 Jy/beam ! Clean residual mean=0.000010 rms=0.002281 Jy/beam ! Combined flux in latest and established models = 0.874054 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.874054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091973Jy sigma=0.000747 ! Fit after self-cal, rms=0.091953Jy sigma=0.000747 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 (72.5, -117). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00361462 Jy ! Component: 100 - total flux cleaned = 0.00300534 Jy ! Component: 150 - total flux cleaned = 0.00196799 Jy ! Component: 200 - total flux cleaned = 0.00171836 Jy ! Total flux subtracted in 200 components = 0.00171836 Jy ! Clean residual min=-0.008091 max=0.007880 Jy/beam ! Clean residual mean=0.000009 rms=0.001932 Jy/beam ! Combined flux in latest and established models = 0.875772 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.875772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090340Jy sigma=0.000726 ! Fit after self-cal, rms=0.090277Jy sigma=0.000725 ! 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.090277Jy sigma=0.000725 ! Fit after self-cal, rms=0.089900Jy sigma=0.000723 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.394 mas, bmaj=25.92 mas, bpa=-14.97 degrees ! Estimated noise=2118.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239476 Jy ! Component: 100 - total flux cleaned = 0.00276168 Jy ! Component: 150 - total flux cleaned = 0.00276686 Jy ! Component: 200 - total flux cleaned = 0.00286636 Jy ! Total flux subtracted in 200 components = 0.00286636 Jy ! Clean residual min=-0.007075 max=0.005293 Jy/beam ! Clean residual mean=0.000016 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 0.878638 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 137 components and 0.878638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089599Jy sigma=0.000719 ! Fit after self-cal, rms=0.089591Jy sigma=0.000719 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.000203415 Jy ! Component: 100 - total flux cleaned = -0.0001226 Jy ! Component: 150 - total flux cleaned = -0.000198952 Jy ! Component: 200 - total flux cleaned = -0.000265088 Jy ! Total flux subtracted in 200 components = -0.000265088 Jy ! Clean residual min=-0.006911 max=0.004980 Jy/beam ! Clean residual mean=0.000019 rms=0.001749 Jy/beam ! Combined flux in latest and established models = 0.878373 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 147 components and 0.878373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089410Jy sigma=0.000717 ! Fit after self-cal, rms=0.089400Jy sigma=0.000717 ! 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.25 mas, bmaj=21.32 mas, bpa=-19.4 degrees ! Estimated noise=1718.91 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.25 x 21.32 at -19.4 degrees (North through East) ! Clean map min=-0.0094565 max=0.74995 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089400Jy sigma=0.000717 ! Fit after self-cal, rms=0.082932Jy sigma=0.000646 ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=21.31 mas, bpa=-19.41 degrees ! Estimated noise=1717.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121882 Jy ! Component: 100 - total flux cleaned = -0.0015892 Jy ! Component: 150 - total flux cleaned = -0.00158653 Jy ! Component: 200 - total flux cleaned = -0.00143014 Jy ! Total flux subtracted in 200 components = -0.00143014 Jy ! Clean residual min=-0.007387 max=0.006478 Jy/beam ! Clean residual mean=0.000007 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.876943 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 160 components and 0.876943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082269Jy sigma=0.000638 ! Fit after self-cal, rms=0.082254Jy sigma=0.000638 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00023638 Jy ! Component: 100 - total flux cleaned = -0.000237147 Jy ! Component: 150 - total flux cleaned = -0.00011051 Jy ! Component: 200 - total flux cleaned = -0.000226007 Jy ! Total flux subtracted in 200 components = -0.000226007 Jy ! Clean residual min=-0.007102 max=0.006517 Jy/beam ! Clean residual mean=0.000007 rms=0.001598 Jy/beam ! Combined flux in latest and established models = 0.876717 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 176 components and 0.876717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081903Jy sigma=0.000634 ! Fit after self-cal, rms=0.081894Jy sigma=0.000634 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081894Jy sigma=0.000634 ! Fit after self-cal, rms=0.081830Jy sigma=0.000633 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.597 mas, bmaj=19.24 mas, bpa=-19.3 degrees ! Estimated noise=2105.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.566701 Jy ! Component: 100 - total flux cleaned = 0.724769 Jy ! Component: 150 - total flux cleaned = 0.790225 Jy ! Component: 200 - total flux cleaned = 0.820199 Jy ! Total flux subtracted in 200 components = 0.820199 Jy ! Clean residual min=-0.014894 max=0.015363 Jy/beam ! Clean residual mean=-0.000001 rms=0.003699 Jy/beam ! Combined flux in latest and established models = 0.820199 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.820199 Jy ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=21.35 mas, bpa=-19.37 degrees ! Estimated noise=1718.06 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.0238715 Jy ! Component: 100 - total flux cleaned = 0.0378076 Jy ! Component: 150 - total flux cleaned = 0.045656 Jy ! Component: 200 - total flux cleaned = 0.0494121 Jy ! Total flux subtracted in 200 components = 0.0494121 Jy ! Clean residual min=-0.010595 max=0.009172 Jy/beam ! Clean residual mean=-0.000004 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.869611 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 87 components and 0.869611 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.391 mas, bmaj=25.95 mas, bpa=-14.94 degrees ! Estimated noise=2119.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00585659 Jy ! Component: 100 - total flux cleaned = 0.00537569 Jy ! Component: 150 - total flux cleaned = 0.00472749 Jy ! Component: 200 - total flux cleaned = 0.0041454 Jy ! Total flux subtracted in 200 components = 0.0041454 Jy ! Clean residual min=-0.008139 max=0.006647 Jy/beam ! Clean residual mean=0.000006 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.873756 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 = 5.29113e-06 Jy ! Component: 100 - total flux cleaned = 0.000168156 Jy ! Component: 150 - total flux cleaned = 0.000318792 Jy ! Component: 200 - total flux cleaned = 0.000460941 Jy ! Total flux subtracted in 200 components = 0.000460941 Jy ! Clean residual min=-0.007577 max=0.006005 Jy/beam ! Clean residual mean=0.000009 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.874217 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 136 components and 0.874217 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=21.35 mas, bpa=-19.37 degrees ! Estimated noise=1718.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00195505 Jy ! Component: 100 - total flux cleaned = -0.00131085 Jy ! Component: 150 - total flux cleaned = -0.00112445 Jy ! Component: 200 - total flux cleaned = -0.000590432 Jy ! Total flux subtracted in 200 components = -0.000590432 Jy ! Clean residual min=-0.007118 max=0.007432 Jy/beam ! Clean residual mean=0.000006 rms=0.001730 Jy/beam ! Combined flux in latest and established models = 0.873627 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 169 components and 0.873627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082365Jy sigma=0.000640 ! Fit after self-cal, rms=0.082385Jy sigma=0.000639 wmodel J2358-1020_S_2017_10_21_pus_map.mod ! Writing 169 model components to file: J2358-1020_S_2017_10_21_pus_map.mod wobs J2358-1020_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J2358-1020_S_2017_10_21_pus_uvs.fits wwins J2358-1020_S_2017_10_21_pus_map.win ! wwins: Wrote 2 windows to J2358-1020_S_2017_10_21_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.000359153 Jy ! Component: 100 - total flux cleaned = -0.00152873 Jy ! Component: 150 - total flux cleaned = -0.00260947 Jy ! Component: 200 - total flux cleaned = -0.0038253 Jy ! Component: 250 - total flux cleaned = -0.00459394 Jy ! Component: 300 - total flux cleaned = -0.00514336 Jy ! Component: 350 - total flux cleaned = -0.0054047 Jy ! Component: 400 - total flux cleaned = -0.00548607 Jy ! Component: 450 - total flux cleaned = -0.00532514 Jy ! Component: 500 - total flux cleaned = -0.00548005 Jy ! Component: 550 - total flux cleaned = -0.00562793 Jy ! Component: 600 - total flux cleaned = -0.00577214 Jy ! Component: 650 - total flux cleaned = -0.00598111 Jy ! Component: 700 - total flux cleaned = -0.00611607 Jy ! Component: 750 - total flux cleaned = -0.00637899 Jy ! Component: 800 - total flux cleaned = -0.00656978 Jy ! Component: 850 - total flux cleaned = -0.00650665 Jy ! Component: 900 - total flux cleaned = -0.00650546 Jy ! Component: 950 - total flux cleaned = -0.00650608 Jy ! Component: 1000 - total flux cleaned = -0.00644995 Jy ! Component: 1050 - total flux cleaned = -0.00668058 Jy ! Component: 1100 - total flux cleaned = -0.00662488 Jy ! Component: 1150 - total flux cleaned = -0.0069574 Jy ! Component: 1200 - total flux cleaned = -0.00717293 Jy ! Component: 1250 - total flux cleaned = -0.00717227 Jy ! Component: 1300 - total flux cleaned = -0.00743384 Jy ! Component: 1350 - total flux cleaned = -0.00774174 Jy ! Component: 1400 - total flux cleaned = -0.0081442 Jy ! Component: 1450 - total flux cleaned = -0.00839156 Jy ! Component: 1500 - total flux cleaned = -0.00868434 Jy ! Component: 1550 - total flux cleaned = -0.00906928 Jy ! Component: 1600 - total flux cleaned = -0.00921033 Jy ! Component: 1650 - total flux cleaned = -0.00939718 Jy ! Component: 1700 - total flux cleaned = -0.0097174 Jy ! Component: 1750 - total flux cleaned = -0.00976261 Jy ! Component: 1800 - total flux cleaned = -0.0101625 Jy ! Component: 1850 - total flux cleaned = -0.010382 Jy ! Component: 1900 - total flux cleaned = -0.010815 Jy ! Component: 1950 - total flux cleaned = -0.011326 Jy ! Component: 2000 - total flux cleaned = -0.0112846 Jy ! Component: 2050 - total flux cleaned = -0.0116171 Jy ! Component: 2100 - total flux cleaned = -0.0118227 Jy ! Component: 2150 - total flux cleaned = -0.0120671 Jy ! Component: 2200 - total flux cleaned = -0.0123881 Jy ! Component: 2250 - total flux cleaned = -0.0126645 Jy ! Component: 2300 - total flux cleaned = -0.0128208 Jy ! Component: 2350 - total flux cleaned = -0.0132465 Jy ! Component: 2400 - total flux cleaned = -0.013399 Jy ! Component: 2450 - total flux cleaned = -0.0136268 Jy ! Component: 2500 - total flux cleaned = -0.0138519 Jy ! Component: 2550 - total flux cleaned = -0.0140369 Jy ! Component: 2600 - total flux cleaned = -0.014367 Jy ! Component: 2650 - total flux cleaned = -0.0144396 Jy ! Component: 2700 - total flux cleaned = -0.0146916 Jy ! Component: 2750 - total flux cleaned = -0.0149053 Jy ! Component: 2800 - total flux cleaned = -0.0150818 Jy ! Component: 2850 - total flux cleaned = -0.0153268 Jy ! Component: 2900 - total flux cleaned = -0.0154656 Jy ! Component: 2950 - total flux cleaned = -0.0157412 Jy ! Component: 3000 - total flux cleaned = -0.0159799 Jy ! Component: 3050 - total flux cleaned = -0.0161829 Jy ! Component: 3100 - total flux cleaned = -0.0164178 Jy ! Component: 3150 - total flux cleaned = -0.016551 Jy ! Component: 3200 - total flux cleaned = -0.0168154 Jy ! Component: 3250 - total flux cleaned = -0.0169792 Jy ! Component: 3300 - total flux cleaned = -0.0171743 Jy ! Component: 3350 - total flux cleaned = -0.0173679 Jy ! Component: 3400 - total flux cleaned = -0.0175598 Jy ! Component: 3450 - total flux cleaned = -0.0177505 Jy ! Component: 3500 - total flux cleaned = -0.0178453 Jy ! Component: 3550 - total flux cleaned = -0.0180334 Jy ! Component: 3600 - total flux cleaned = -0.0181581 Jy ! Component: 3650 - total flux cleaned = -0.0183131 Jy ! Component: 3700 - total flux cleaned = -0.0185287 Jy ! Component: 3750 - total flux cleaned = -0.0186814 Jy ! Component: 3800 - total flux cleaned = -0.0188635 Jy ! Component: 3850 - total flux cleaned = -0.0189843 Jy ! Component: 3900 - total flux cleaned = -0.0190443 Jy ! Component: 3950 - total flux cleaned = -0.0191933 Jy ! Component: 4000 - total flux cleaned = -0.0192823 Jy ! Component: 4050 - total flux cleaned = -0.0195181 Jy ! Total flux subtracted in 4096 components = -0.0195181 Jy ! Clean residual min=-0.001687 max=0.001605 Jy/beam ! Clean residual mean=0.000009 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.854108 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 451 components and 0.854108 Jy ![Exited script file: muppet] wmap "J2358-1020_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.247 x 21.35 at -19.37 degrees (North through East) ! Clean map min=-0.0065849 max=0.75058 Jy/beam ! Writing clean map to FITS file: J2358-1020_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.750577 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00053715 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.214695 0.214695 0.429389 0.858779 1.71756 3.43511 6.87023 13.7405 27.4809 54.9618 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.75 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.247 x 21.35 at -19.37 degrees (North through East) ! Clean map min=-0.0065849 max=0.75058 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 J2358-1020_S_2017_10_21_pus_uvs.log closed on Sat May 11 21:08:48 2019