! Started logfile: J0202-1948_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:34:31 2019 obs J0202-1948_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0202-1948_S_2017_05_31_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.957937 visibilities/baseline/integration-bin. ! Found source: J0202-1948 ! ! 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 703 lines of history. ! ! Reading 9656 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 J0202-1948_S_2017_05_31_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 234 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.797347Jy sigma=0.006030 ! Fit after self-cal, rms=0.784360Jy sigma=0.005943 ! 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.518 mas, bmaj=6.82 mas, bpa=-8.572 degrees ! Estimated noise=1428.44 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.165176 Jy ! Component: 100 - total flux cleaned = 0.209678 Jy ! Total flux subtracted in 100 components = 0.209678 Jy ! Clean residual min=-0.010382 max=0.018475 Jy/beam ! Clean residual mean=-0.000023 rms=0.003018 Jy/beam ! Combined flux in latest and established models = 0.209678 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.209678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192701Jy sigma=0.000732 ! Fit after self-cal, rms=0.192694Jy sigma=0.000732 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189907 Jy ! Component: 100 - total flux cleaned = 0.0291155 Jy ! Total flux subtracted in 100 components = 0.0291155 Jy ! Clean residual min=-0.013363 max=0.012509 Jy/beam ! Clean residual mean=-0.000005 rms=0.002748 Jy/beam ! Combined flux in latest and established models = 0.238794 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 10 components and 0.238794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188971Jy sigma=0.000714 ! Fit after self-cal, rms=0.188985Jy sigma=0.000714 ! 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.072 mas, bmaj=7.906 mas, bpa=-7.474 degrees ! Estimated noise=1115.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 (5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836709 Jy ! Component: 100 - total flux cleaned = 0.0089958 Jy ! Component: 150 - total flux cleaned = 0.00853088 Jy ! Component: 200 - total flux cleaned = 0.00832646 Jy ! Total flux subtracted in 200 components = 0.00832646 Jy ! Clean residual min=-0.008217 max=0.008186 Jy/beam ! Clean residual mean=-0.000006 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.24712 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 0.24712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187137Jy sigma=0.000705 ! Fit after self-cal, rms=0.187040Jy sigma=0.000704 ! 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.93 FD 0.93 HN 1.02 KP 1.03 ! LA 1.01 MK 1.08 NL 0.98 OV 1.02 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.07 KP 0.99 ! LA 1.00 MK 0.94 NL 1.08 OV 1.06 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.58 FD 1.02 HN 1.07 KP 1.00 ! LA 0.98 MK 0.92 NL 1.02 OV 1.00 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.03 KP 1.19 ! LA 0.97 MK 1.05 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.187040Jy sigma=0.000704 ! Fit after self-cal, rms=0.124285Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=7.86 mas, bpa=-7.366 degrees ! Estimated noise=1113.38 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.000787579 Jy ! Component: 100 - total flux cleaned = 0.00112772 Jy ! Component: 150 - total flux cleaned = 0.00122227 Jy ! Component: 200 - total flux cleaned = 0.00122514 Jy ! Total flux subtracted in 200 components = 0.00122514 Jy ! Clean residual min=-0.005148 max=0.005797 Jy/beam ! Clean residual mean=-0.000002 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.248345 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.248345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123868Jy sigma=0.000686 ! Fit after self-cal, rms=0.123814Jy sigma=0.000685 ! 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.123814Jy sigma=0.000685 ! Fit after self-cal, rms=0.103243Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.91 mas, bpa=-6.779 degrees ! Estimated noise=1116.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251836 Jy ! Component: 100 - total flux cleaned = 0.00285835 Jy ! Component: 150 - total flux cleaned = 0.00291833 Jy ! Component: 200 - total flux cleaned = 0.00296939 Jy ! Total flux subtracted in 200 components = 0.00296939 Jy ! Clean residual min=-0.002936 max=0.003292 Jy/beam ! Clean residual mean=-0.000006 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.251315 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.251315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103139Jy sigma=0.000668 ! Fit after self-cal, rms=0.103111Jy sigma=0.000668 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 (13.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225074 Jy ! Component: 100 - total flux cleaned = 0.00262303 Jy ! Component: 150 - total flux cleaned = 0.0025131 Jy ! Component: 200 - total flux cleaned = 0.00241121 Jy ! Total flux subtracted in 200 components = 0.00241121 Jy ! Clean residual min=-0.002672 max=0.002812 Jy/beam ! Clean residual mean=-0.000004 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.253726 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.253726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102961Jy sigma=0.000667 ! Fit after self-cal, rms=0.102953Jy sigma=0.000667 ! 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.102953Jy sigma=0.000667 ! Fit after self-cal, rms=0.102770Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.923 mas, bpa=-6.638 degrees ! Estimated noise=1120.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136929 Jy ! Component: 100 - total flux cleaned = 0.00164475 Jy ! Component: 150 - total flux cleaned = 0.00168996 Jy ! Component: 200 - total flux cleaned = 0.00164935 Jy ! Total flux subtracted in 200 components = 0.00164935 Jy ! Clean residual min=-0.002642 max=0.002565 Jy/beam ! Clean residual mean=-0.000004 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.255375 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 111 components and 0.255375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102703Jy sigma=0.000666 ! Fit after self-cal, rms=0.102700Jy 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.000529415 Jy ! Component: 100 - total flux cleaned = 0.000531078 Jy ! Component: 150 - total flux cleaned = 0.00053119 Jy ! Component: 200 - total flux cleaned = 0.000497478 Jy ! Total flux subtracted in 200 components = 0.000497478 Jy ! Clean residual min=-0.002631 max=0.002545 Jy/beam ! Clean residual mean=-0.000003 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.255873 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 115 components and 0.255873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102671Jy sigma=0.000666 ! Fit after self-cal, rms=0.102670Jy 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.102670Jy sigma=0.000666 ! Fit after self-cal, rms=0.102915Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.646 mas, bmaj=16.69 mas, bpa=-3.287 degrees ! Estimated noise=1449.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000761786 Jy ! Component: 100 - total flux cleaned = 0.000928303 Jy ! Component: 150 - total flux cleaned = 0.000929083 Jy ! Component: 200 - total flux cleaned = 0.000907268 Jy ! Total flux subtracted in 200 components = 0.000907268 Jy ! Clean residual min=-0.003147 max=0.003703 Jy/beam ! Clean residual mean=-0.000006 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.25678 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 131 components and 0.25678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102900Jy sigma=0.000666 ! Fit after self-cal, rms=0.102899Jy 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 = 5.92297e-05 Jy ! Component: 100 - total flux cleaned = -3.51701e-06 Jy ! Component: 150 - total flux cleaned = -4.21457e-05 Jy ! Component: 200 - total flux cleaned = -7.7976e-05 Jy ! Total flux subtracted in 200 components = -7.7976e-05 Jy ! Clean residual min=-0.003139 max=0.003735 Jy/beam ! Clean residual mean=-0.000006 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.256702 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 137 components and 0.256702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102893Jy sigma=0.000666 ! Fit after self-cal, rms=0.102892Jy 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.071 mas, bmaj=7.931 mas, bpa=-6.585 degrees ! Estimated noise=1123.51 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.071 x 7.931 at -6.585 degrees (North through East) ! Clean map min=-0.0063215 max=0.21468 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.52 mas, bmaj=6.771 mas, bpa=-7.095 degrees ! Estimated noise=1424.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.164604 Jy ! Component: 100 - total flux cleaned = 0.206066 Jy ! Component: 150 - total flux cleaned = 0.223225 Jy ! Component: 200 - total flux cleaned = 0.233259 Jy ! Total flux subtracted in 200 components = 0.233259 Jy ! Clean residual min=-0.005707 max=0.005467 Jy/beam ! Clean residual mean=-0.000015 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.233259 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.233259 Jy ! Inverting map and beam ! Estimated beam: bmin=3.071 mas, bmaj=7.931 mas, bpa=-6.585 degrees ! Estimated noise=1123.51 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.00955922 Jy ! Component: 100 - total flux cleaned = 0.0154276 Jy ! Component: 150 - total flux cleaned = 0.0194053 Jy ! Component: 200 - total flux cleaned = 0.020831 Jy ! Total flux subtracted in 200 components = 0.020831 Jy ! Clean residual min=-0.003005 max=0.003256 Jy/beam ! Clean residual mean=-0.000009 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.25409 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 59 components and 0.25409 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.646 mas, bmaj=16.69 mas, bpa=-3.287 degrees ! Estimated noise=1449.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00366944 Jy ! Component: 100 - total flux cleaned = 0.00432695 Jy ! Component: 150 - total flux cleaned = 0.0044835 Jy ! Component: 200 - total flux cleaned = 0.00461427 Jy ! Total flux subtracted in 200 components = 0.00461427 Jy ! Clean residual min=-0.003143 max=0.003672 Jy/beam ! Clean residual mean=-0.000003 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.258705 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.000174055 Jy ! Component: 100 - total flux cleaned = -0.000282552 Jy ! Component: 150 - total flux cleaned = -0.000436542 Jy ! Component: 200 - total flux cleaned = -0.000530924 Jy ! Total flux subtracted in 200 components = -0.000530924 Jy ! Clean residual min=-0.003105 max=0.003690 Jy/beam ! Clean residual mean=-0.000004 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.258174 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 89 components and 0.258174 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.071 mas, bmaj=7.931 mas, bpa=-6.585 degrees ! Estimated noise=1123.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000467562 Jy ! Component: 100 - total flux cleaned = -0.000411354 Jy ! Component: 150 - total flux cleaned = -0.000359824 Jy ! Component: 200 - total flux cleaned = -0.000310636 Jy ! Total flux subtracted in 200 components = -0.000310636 Jy ! Clean residual min=-0.002730 max=0.002529 Jy/beam ! Clean residual mean=-0.000003 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.257863 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.257863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103025Jy sigma=0.000666 ! Fit after self-cal, rms=0.103015Jy sigma=0.000666 wmodel J0202-1948_S_2017_05_31_pus_map.mod ! Writing 104 model components to file: J0202-1948_S_2017_05_31_pus_map.mod wobs J0202-1948_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0202-1948_S_2017_05_31_pus_uvs.fits wwins J0202-1948_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J0202-1948_S_2017_05_31_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.000551697 Jy ! Component: 100 - total flux cleaned = -0.000642054 Jy ! Component: 150 - total flux cleaned = -0.000814497 Jy ! Component: 200 - total flux cleaned = -0.0011073 Jy ! Component: 250 - total flux cleaned = -0.00147449 Jy ! Component: 300 - total flux cleaned = -0.00187184 Jy ! Component: 350 - total flux cleaned = -0.0021822 Jy ! Component: 400 - total flux cleaned = -0.00252356 Jy ! Component: 450 - total flux cleaned = -0.00274651 Jy ! Component: 500 - total flux cleaned = -0.00271051 Jy ! Component: 550 - total flux cleaned = -0.00274629 Jy ! Component: 600 - total flux cleaned = -0.00281716 Jy ! Component: 650 - total flux cleaned = -0.00288655 Jy ! Component: 700 - total flux cleaned = -0.00298891 Jy ! Component: 750 - total flux cleaned = -0.00312209 Jy ! Component: 800 - total flux cleaned = -0.00312118 Jy ! Component: 850 - total flux cleaned = -0.00312092 Jy ! Component: 900 - total flux cleaned = -0.00318414 Jy ! Component: 950 - total flux cleaned = -0.00324637 Jy ! Component: 1000 - total flux cleaned = -0.00318422 Jy ! Component: 1050 - total flux cleaned = -0.00318473 Jy ! Component: 1100 - total flux cleaned = -0.00318489 Jy ! Component: 1150 - total flux cleaned = -0.00318533 Jy ! Component: 1200 - total flux cleaned = -0.00318559 Jy ! Component: 1250 - total flux cleaned = -0.00312816 Jy ! Component: 1300 - total flux cleaned = -0.00312842 Jy ! Component: 1350 - total flux cleaned = -0.0032411 Jy ! Component: 1400 - total flux cleaned = -0.00318557 Jy ! Component: 1450 - total flux cleaned = -0.00326769 Jy ! Component: 1500 - total flux cleaned = -0.00321306 Jy ! Component: 1550 - total flux cleaned = -0.00318613 Jy ! Component: 1600 - total flux cleaned = -0.00318609 Jy ! Component: 1650 - total flux cleaned = -0.0032385 Jy ! Component: 1700 - total flux cleaned = -0.00321244 Jy ! Component: 1750 - total flux cleaned = -0.0031612 Jy ! Component: 1800 - total flux cleaned = -0.00311066 Jy ! Component: 1850 - total flux cleaned = -0.00308565 Jy ! Component: 1900 - total flux cleaned = -0.00303587 Jy ! Component: 1950 - total flux cleaned = -0.00293781 Jy ! Component: 2000 - total flux cleaned = -0.00293818 Jy ! Component: 2050 - total flux cleaned = -0.00301057 Jy ! Component: 2100 - total flux cleaned = -0.00291563 Jy ! Component: 2150 - total flux cleaned = -0.00296299 Jy ! Component: 2200 - total flux cleaned = -0.00300992 Jy ! Component: 2250 - total flux cleaned = -0.00303284 Jy ! Component: 2300 - total flux cleaned = -0.00307869 Jy ! Component: 2350 - total flux cleaned = -0.00312379 Jy ! Component: 2400 - total flux cleaned = -0.00316905 Jy ! Component: 2450 - total flux cleaned = -0.00321326 Jy ! Component: 2500 - total flux cleaned = -0.00321322 Jy ! Component: 2550 - total flux cleaned = -0.00330063 Jy ! Component: 2600 - total flux cleaned = -0.00332207 Jy ! Component: 2650 - total flux cleaned = -0.00338665 Jy ! Component: 2700 - total flux cleaned = -0.00340781 Jy ! Component: 2750 - total flux cleaned = -0.00342899 Jy ! Component: 2800 - total flux cleaned = -0.00347091 Jy ! Component: 2850 - total flux cleaned = -0.00351255 Jy ! Component: 2900 - total flux cleaned = -0.00353318 Jy ! Component: 2950 - total flux cleaned = -0.00355376 Jy ! Component: 3000 - total flux cleaned = -0.00351272 Jy ! Component: 3050 - total flux cleaned = -0.0035531 Jy ! Component: 3100 - total flux cleaned = -0.00359278 Jy ! Component: 3150 - total flux cleaned = -0.0034936 Jy ! Component: 3200 - total flux cleaned = -0.00357232 Jy ! Component: 3250 - total flux cleaned = -0.00363074 Jy ! Component: 3300 - total flux cleaned = -0.00359219 Jy ! Component: 3350 - total flux cleaned = -0.00359208 Jy ! Component: 3400 - total flux cleaned = -0.00364923 Jy ! Component: 3450 - total flux cleaned = -0.00374396 Jy ! Component: 3500 - total flux cleaned = -0.00378151 Jy ! Component: 3550 - total flux cleaned = -0.00385608 Jy ! Component: 3600 - total flux cleaned = -0.00391151 Jy ! Component: 3650 - total flux cleaned = -0.00392971 Jy ! Component: 3700 - total flux cleaned = -0.00391124 Jy ! Component: 3750 - total flux cleaned = -0.00391119 Jy ! Component: 3800 - total flux cleaned = -0.00387537 Jy ! Component: 3850 - total flux cleaned = -0.00389336 Jy ! Component: 3900 - total flux cleaned = -0.0039823 Jy ! Component: 3950 - total flux cleaned = -0.00398232 Jy ! Component: 4000 - total flux cleaned = -0.00401721 Jy ! Component: 4050 - total flux cleaned = -0.00405202 Jy ! Total flux subtracted in 4096 components = -0.00405204 Jy ! Clean residual min=-0.001121 max=0.000945 Jy/beam ! Clean residual mean=-0.000002 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.253811 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 401 components and 0.253811 Jy ![Exited script file: muppet] wmap "J0202-1948_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.071 x 7.931 at -6.585 degrees (North through East) ! Clean map min=-0.0045556 max=0.21428 Jy/beam ! Writing clean map to FITS file: J0202-1948_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.214284 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000330107 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.462153 0.462153 0.924306 1.84861 3.69723 7.39445 14.7889 29.5778 59.1556 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.214 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.071 x 7.931 at -6.585 degrees (North through East) ! Clean map min=-0.0045556 max=0.21428 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 J0202-1948_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:34:41 2019