! Started logfile: J0803-0805_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:08:38 2019 obs J0803-0805_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0803-0805_S_2017_01_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767989 visibilities/baseline/integration-bin. ! Found source: J0803-0805 ! ! 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 622 lines of history. ! ! Reading 11612 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 J0803-0805_S_2017_01_16_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 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.839308Jy sigma=0.006092 ! Fit after self-cal, rms=0.825015Jy sigma=0.006009 ! 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.426 mas, bmaj=9.892 mas, bpa=17.98 degrees ! Estimated noise=1292.69 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.137886 Jy ! Component: 100 - total flux cleaned = 0.168189 Jy ! Total flux subtracted in 100 components = 0.168189 Jy ! Clean residual min=-0.005908 max=0.009686 Jy/beam ! Clean residual mean=0.000010 rms=0.001585 Jy/beam ! Combined flux in latest and established models = 0.168189 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.168189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147050Jy sigma=0.000695 ! Fit after self-cal, rms=0.147054Jy sigma=0.000695 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010327 Jy ! Component: 100 - total flux cleaned = 0.0167523 Jy ! Total flux subtracted in 100 components = 0.0167523 Jy ! Clean residual min=-0.005005 max=0.005505 Jy/beam ! Clean residual mean=0.000009 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.184941 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.184941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145443Jy sigma=0.000683 ! Fit after self-cal, rms=0.145451Jy sigma=0.000683 ! 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=4.152 mas, bmaj=11.1 mas, bpa=17.59 degrees ! Estimated noise=953.647 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.00756128 Jy ! Component: 100 - total flux cleaned = 0.0122542 Jy ! Component: 150 - total flux cleaned = 0.01543 Jy ! Component: 200 - total flux cleaned = 0.0176728 Jy ! Total flux subtracted in 200 components = 0.0176728 Jy ! Clean residual min=-0.004068 max=0.003998 Jy/beam ! Clean residual mean=0.000015 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.202614 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 63 components and 0.202614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144568Jy sigma=0.000680 ! Fit after self-cal, rms=0.144570Jy sigma=0.000680 ! 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.03 FD 0.91 HN 0.96 KP 1.03 ! LA 1.03 MK 1.00* NL 0.94 OV 1.01 ! PT 0.97 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.02 KP 0.99 ! LA 0.99 MK 1.00* NL 1.13 OV 1.03 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00 HN 1.02 KP 1.04 ! LA 1.03 MK 1.00* NL 1.01 OV 0.95 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 0.96 KP 0.70 ! LA 0.77 MK 1.00* NL 1.58 OV 1.02 ! PT 0.98 SC 1.07 ! ! ! Fit before self-cal, rms=0.144570Jy sigma=0.000680 ! Fit after self-cal, rms=0.125817Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.152 mas, bmaj=11.12 mas, bpa=17.52 degrees ! Estimated noise=955.051 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.000732411 Jy ! Component: 100 - total flux cleaned = 0.000804452 Jy ! Component: 150 - total flux cleaned = 0.000890829 Jy ! Component: 200 - total flux cleaned = 0.00096102 Jy ! Total flux subtracted in 200 components = 0.00096102 Jy ! Clean residual min=-0.003570 max=0.003157 Jy/beam ! Clean residual mean=0.000013 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.203575 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 81 components and 0.203575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125779Jy sigma=0.000670 ! Fit after self-cal, rms=0.125755Jy sigma=0.000670 ! 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.125755Jy sigma=0.000670 ! Fit after self-cal, rms=0.118915Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.146 mas, bmaj=11.11 mas, bpa=17.49 degrees ! Estimated noise=957.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000946926 Jy ! Component: 100 - total flux cleaned = 0.00115454 Jy ! Component: 150 - total flux cleaned = 0.00130966 Jy ! Component: 200 - total flux cleaned = 0.00141375 Jy ! Total flux subtracted in 200 components = 0.00141375 Jy ! Clean residual min=-0.003106 max=0.002392 Jy/beam ! Clean residual mean=0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.204989 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.204989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118906Jy sigma=0.000662 ! Fit after self-cal, rms=0.118768Jy sigma=0.000662 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 = -1.94836e-05 Jy ! Component: 100 - total flux cleaned = -6.29461e-06 Jy ! Component: 150 - total flux cleaned = -1.72752e-05 Jy ! Component: 200 - total flux cleaned = -6.70648e-06 Jy ! Total flux subtracted in 200 components = -6.70648e-06 Jy ! Clean residual min=-0.003089 max=0.002406 Jy/beam ! Clean residual mean=0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.204982 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 0.204982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118765Jy sigma=0.000662 ! Fit after self-cal, rms=0.118764Jy sigma=0.000662 ! 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.118764Jy sigma=0.000662 ! Fit after self-cal, rms=0.118743Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.141 mas, bmaj=11.1 mas, bpa=17.45 degrees ! Estimated noise=957.571 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168633 Jy ! Component: 100 - total flux cleaned = 0.000240504 Jy ! Component: 150 - total flux cleaned = 0.000281883 Jy ! Component: 200 - total flux cleaned = 0.00030491 Jy ! Total flux subtracted in 200 components = 0.00030491 Jy ! Clean residual min=-0.002896 max=0.002260 Jy/beam ! Clean residual mean=0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.205287 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 115 components and 0.205287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118741Jy sigma=0.000661 ! Fit after self-cal, rms=0.118707Jy sigma=0.000661 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 = -1.63747e-05 Jy ! Component: 100 - total flux cleaned = 1.21025e-05 Jy ! Component: 150 - total flux cleaned = 2.92835e-05 Jy ! Component: 200 - total flux cleaned = 2.95909e-05 Jy ! Total flux subtracted in 200 components = 2.95909e-05 Jy ! Clean residual min=-0.002884 max=0.002258 Jy/beam ! Clean residual mean=0.000001 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.205316 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.205316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118705Jy sigma=0.000661 ! Fit after self-cal, rms=0.118705Jy sigma=0.000661 ! 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.118705Jy sigma=0.000661 ! Fit after self-cal, rms=0.118730Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.926 mas, bmaj=14.45 mas, bpa=8.338 degrees ! Estimated noise=1104.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000633175 Jy ! Component: 100 - total flux cleaned = 0.000716272 Jy ! Component: 150 - total flux cleaned = 0.000738747 Jy ! Component: 200 - total flux cleaned = 0.000758758 Jy ! Total flux subtracted in 200 components = 0.000758758 Jy ! Clean residual min=-0.002566 max=0.002230 Jy/beam ! Clean residual mean=0.000001 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.206075 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 128 components and 0.206075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118732Jy sigma=0.000661 ! Fit after self-cal, rms=0.118732Jy sigma=0.000661 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.25808e-05 Jy ! Component: 100 - total flux cleaned = 6.27194e-05 Jy ! Component: 150 - total flux cleaned = 5.48959e-05 Jy ! Component: 200 - total flux cleaned = 6.98162e-05 Jy ! Total flux subtracted in 200 components = 6.98162e-05 Jy ! Clean residual min=-0.002536 max=0.002192 Jy/beam ! Clean residual mean=0.000001 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.206145 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 130 components and 0.206145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118735Jy sigma=0.000661 ! Fit after self-cal, rms=0.118735Jy sigma=0.000661 ! 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=4.138 mas, bmaj=11.09 mas, bpa=17.43 degrees ! Estimated noise=957.972 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.138 x 11.09 at 17.43 degrees (North through East) ! Clean map min=-0.0026718 max=0.17713 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.41 mas, bmaj=9.895 mas, bpa=17.82 degrees ! Estimated noise=1299.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138466 Jy ! Component: 100 - total flux cleaned = 0.169152 Jy ! Component: 150 - total flux cleaned = 0.180566 Jy ! Component: 200 - total flux cleaned = 0.187232 Jy ! Total flux subtracted in 200 components = 0.187232 Jy ! Clean residual min=-0.003533 max=0.003748 Jy/beam ! Clean residual mean=0.000003 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.187232 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.187232 Jy ! Inverting map and beam ! Estimated beam: bmin=4.138 mas, bmaj=11.09 mas, bpa=17.43 degrees ! Estimated noise=957.972 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.00624632 Jy ! Component: 100 - total flux cleaned = 0.00996117 Jy ! Component: 150 - total flux cleaned = 0.0124386 Jy ! Component: 200 - total flux cleaned = 0.0141239 Jy ! Total flux subtracted in 200 components = 0.0141239 Jy ! Clean residual min=-0.002954 max=0.002363 Jy/beam ! Clean residual mean=0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.201355 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 82 components and 0.201355 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.926 mas, bmaj=14.45 mas, bpa=8.338 degrees ! Estimated noise=1104.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184088 Jy ! Component: 100 - total flux cleaned = 0.00287666 Jy ! Component: 150 - total flux cleaned = 0.00348881 Jy ! Component: 200 - total flux cleaned = 0.00374593 Jy ! Total flux subtracted in 200 components = 0.00374593 Jy ! Clean residual min=-0.002524 max=0.002164 Jy/beam ! Clean residual mean=0.000001 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.205101 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 = 8.00233e-05 Jy ! Component: 100 - total flux cleaned = 0.00016416 Jy ! Component: 150 - total flux cleaned = 0.00022959 Jy ! Component: 200 - total flux cleaned = 0.000289005 Jy ! Total flux subtracted in 200 components = 0.000289005 Jy ! Clean residual min=-0.002509 max=0.002143 Jy/beam ! Clean residual mean=0.000001 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.20539 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 100 components and 0.20539 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.138 mas, bmaj=11.09 mas, bpa=17.43 degrees ! Estimated noise=957.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00021526 Jy ! Component: 100 - total flux cleaned = -0.000259021 Jy ! Component: 150 - total flux cleaned = -0.000258663 Jy ! Component: 200 - total flux cleaned = -0.000269104 Jy ! Total flux subtracted in 200 components = -0.000269104 Jy ! Clean residual min=-0.002808 max=0.002224 Jy/beam ! Clean residual mean=0.000001 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.205121 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 108 components and 0.205121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118728Jy sigma=0.000661 ! Fit after self-cal, rms=0.118720Jy sigma=0.000661 wmodel J0803-0805_S_2017_01_16_pus_map.mod ! Writing 108 model components to file: J0803-0805_S_2017_01_16_pus_map.mod wobs J0803-0805_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0803-0805_S_2017_01_16_pus_uvs.fits wwins J0803-0805_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J0803-0805_S_2017_01_16_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.000851416 Jy ! Component: 100 - total flux cleaned = -0.00104782 Jy ! Component: 150 - total flux cleaned = -0.00105011 Jy ! Component: 200 - total flux cleaned = -0.000877517 Jy ! Component: 250 - total flux cleaned = -0.000678087 Jy ! Component: 300 - total flux cleaned = -0.000485957 Jy ! Component: 350 - total flux cleaned = -0.00048555 Jy ! Component: 400 - total flux cleaned = -0.00048577 Jy ! Component: 450 - total flux cleaned = -0.000485859 Jy ! Component: 500 - total flux cleaned = -0.000456676 Jy ! Component: 550 - total flux cleaned = -0.000456621 Jy ! Component: 600 - total flux cleaned = -0.000428915 Jy ! Component: 650 - total flux cleaned = -0.000456235 Jy ! Component: 700 - total flux cleaned = -0.000536518 Jy ! Component: 750 - total flux cleaned = -0.000509514 Jy ! Component: 800 - total flux cleaned = -0.000535844 Jy ! Component: 850 - total flux cleaned = -0.000664605 Jy ! Component: 900 - total flux cleaned = -0.000689679 Jy ! Component: 950 - total flux cleaned = -0.000790225 Jy ! Component: 1000 - total flux cleaned = -0.000815265 Jy ! Component: 1050 - total flux cleaned = -0.000912694 Jy ! Component: 1100 - total flux cleaned = -0.00100849 Jy ! Component: 1150 - total flux cleaned = -0.00110272 Jy ! Component: 1200 - total flux cleaned = -0.00110251 Jy ! Component: 1250 - total flux cleaned = -0.00110209 Jy ! Component: 1300 - total flux cleaned = -0.00103324 Jy ! Component: 1350 - total flux cleaned = -0.00110091 Jy ! Component: 1400 - total flux cleaned = -0.00110051 Jy ! Component: 1450 - total flux cleaned = -0.00105638 Jy ! Component: 1500 - total flux cleaned = -0.00103486 Jy ! Component: 1550 - total flux cleaned = -0.00109983 Jy ! Component: 1600 - total flux cleaned = -0.00114295 Jy ! Component: 1650 - total flux cleaned = -0.00114303 Jy ! Component: 1700 - total flux cleaned = -0.00126907 Jy ! Component: 1750 - total flux cleaned = -0.00133136 Jy ! Component: 1800 - total flux cleaned = -0.00135166 Jy ! Component: 1850 - total flux cleaned = -0.00139254 Jy ! Component: 1900 - total flux cleaned = -0.00143308 Jy ! Component: 1950 - total flux cleaned = -0.00151348 Jy ! Component: 2000 - total flux cleaned = -0.00157338 Jy ! Component: 2050 - total flux cleaned = -0.00157349 Jy ! Component: 2100 - total flux cleaned = -0.00161297 Jy ! Component: 2150 - total flux cleaned = -0.00167172 Jy ! Component: 2200 - total flux cleaned = -0.00171039 Jy ! Component: 2250 - total flux cleaned = -0.00178689 Jy ! Component: 2300 - total flux cleaned = -0.00180588 Jy ! Component: 2350 - total flux cleaned = -0.0018434 Jy ! Component: 2400 - total flux cleaned = -0.00178728 Jy ! Component: 2450 - total flux cleaned = -0.00178738 Jy ! Component: 2500 - total flux cleaned = -0.00180575 Jy ! Component: 2550 - total flux cleaned = -0.00184237 Jy ! Component: 2600 - total flux cleaned = -0.00184202 Jy ! Component: 2650 - total flux cleaned = -0.00182439 Jy ! Component: 2700 - total flux cleaned = -0.00177079 Jy ! Component: 2750 - total flux cleaned = -0.00180606 Jy ! Component: 2800 - total flux cleaned = -0.00184134 Jy ! Component: 2850 - total flux cleaned = -0.00187644 Jy ! Component: 2900 - total flux cleaned = -0.0018938 Jy ! Component: 2950 - total flux cleaned = -0.00189378 Jy ! Component: 3000 - total flux cleaned = -0.00194509 Jy ! Component: 3050 - total flux cleaned = -0.0018769 Jy ! Component: 3100 - total flux cleaned = -0.00191066 Jy ! Component: 3150 - total flux cleaned = -0.0018939 Jy ! Component: 3200 - total flux cleaned = -0.00194398 Jy ! Component: 3250 - total flux cleaned = -0.00192745 Jy ! Component: 3300 - total flux cleaned = -0.00189463 Jy ! Component: 3350 - total flux cleaned = -0.00181275 Jy ! Component: 3400 - total flux cleaned = -0.00181273 Jy ! Component: 3450 - total flux cleaned = -0.00189389 Jy ! Component: 3500 - total flux cleaned = -0.00186152 Jy ! Component: 3550 - total flux cleaned = -0.00184536 Jy ! Component: 3600 - total flux cleaned = -0.00181327 Jy ! Component: 3650 - total flux cleaned = -0.00184494 Jy ! Component: 3700 - total flux cleaned = -0.00175038 Jy ! Component: 3750 - total flux cleaned = -0.00178181 Jy ! Component: 3800 - total flux cleaned = -0.00171936 Jy ! Component: 3850 - total flux cleaned = -0.0017349 Jy ! Component: 3900 - total flux cleaned = -0.00170404 Jy ! Component: 3950 - total flux cleaned = -0.00173474 Jy ! Component: 4000 - total flux cleaned = -0.00165839 Jy ! Component: 4050 - total flux cleaned = -0.00167356 Jy ! Total flux subtracted in 4096 components = -0.00167351 Jy ! Clean residual min=-0.000969 max=0.001091 Jy/beam ! Clean residual mean=0.000000 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.203448 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 399 components and 0.203448 Jy ![Exited script file: muppet] wmap "J0803-0805_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.138 x 11.09 at 17.43 degrees (North through East) ! Clean map min=-0.0023847 max=0.1778 Jy/beam ! Writing clean map to FITS file: J0803-0805_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.177802 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000297674 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.502256 0.502256 1.00451 2.00902 4.01805 8.0361 16.0722 32.1444 64.2888 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.177 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.138 x 11.09 at 17.43 degrees (North through East) ! Clean map min=-0.0023847 max=0.1778 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 J0803-0805_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:08:44 2019