! Started logfile: J0650-1637_S_2017_07_09_pus_uvs.log on Wed May 8 14:43:56 2019 obs J0650-1637_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0650-1637_S_2017_07_09_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.818391 visibilities/baseline/integration-bin. ! Found source: J0650-1637 ! ! 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 594 lines of history. ! ! Reading 4272 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 J0650-1637_S_2017_07_09_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 176 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.645263Jy sigma=0.004998 ! Fit after self-cal, rms=0.561418Jy sigma=0.004332 ! 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.667 mas, bmaj=7.527 mas, bpa=-4.454 degrees ! Estimated noise=2102.14 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 = 1.08825 Jy ! Component: 100 - total flux cleaned = 1.35895 Jy ! Total flux subtracted in 100 components = 1.35895 Jy ! Clean residual min=-0.048459 max=0.109882 Jy/beam ! Clean residual mean=-0.000242 rms=0.014110 Jy/beam ! Combined flux in latest and established models = 1.35895 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 1.35895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.305998Jy sigma=0.002326 ! Fit after self-cal, rms=0.305999Jy sigma=0.002326 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117495 Jy ! Component: 100 - total flux cleaned = 0.177991 Jy ! Total flux subtracted in 100 components = 0.177991 Jy ! Clean residual min=-0.052189 max=0.050871 Jy/beam ! Clean residual mean=-0.000165 rms=0.010723 Jy/beam ! Combined flux in latest and established models = 1.53695 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 1.53695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.234745Jy sigma=0.001738 ! Fit after self-cal, rms=0.234738Jy sigma=0.001737 ! 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.256 mas, bmaj=8.643 mas, bpa=-3.319 degrees ! Estimated noise=1704.95 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 (-7, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0828267 Jy ! Component: 100 - total flux cleaned = 0.132683 Jy ! Component: 150 - total flux cleaned = 0.165992 Jy ! Component: 200 - total flux cleaned = 0.188894 Jy ! Total flux subtracted in 200 components = 0.188894 Jy ! Clean residual min=-0.036550 max=0.044337 Jy/beam ! Clean residual mean=-0.000063 rms=0.008037 Jy/beam ! Combined flux in latest and established models = 1.72584 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 66 components and 1.72584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201514Jy sigma=0.001456 ! Fit after self-cal, rms=0.198441Jy sigma=0.001434 ! 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.13 FD 0.90 HN 1.03 KP 1.02 ! LA 0.99 MK 1.01 NL 0.89 OV 1.01 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.08 KP 1.00 ! LA 0.96 MK 1.00 NL 1.04 OV 1.04 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.04 KP 0.99 ! LA 0.98 MK 1.03 NL 1.03 OV 0.96 ! PT 0.98 SC 1.00 ! ! ! 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.03 HN 1.04 KP 1.00* ! LA 0.95 MK 1.08 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.198441Jy sigma=0.001434 ! Fit after self-cal, rms=0.177301Jy sigma=0.001226 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.273 mas, bmaj=8.67 mas, bpa=-2.994 degrees ! Estimated noise=1698.13 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 (-20, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0399626 Jy ! Component: 100 - total flux cleaned = 0.0593536 Jy ! Component: 150 - total flux cleaned = 0.063689 Jy ! Component: 200 - total flux cleaned = 0.0661426 Jy ! Total flux subtracted in 200 components = 0.0661426 Jy ! Clean residual min=-0.028170 max=0.026534 Jy/beam ! Clean residual mean=0.000014 rms=0.005748 Jy/beam ! Combined flux in latest and established models = 1.79198 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 100 components and 1.79198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166124Jy sigma=0.001137 ! Fit after self-cal, rms=0.165406Jy sigma=0.001132 ! 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.165406Jy sigma=0.001132 ! Fit after self-cal, rms=0.114712Jy sigma=0.000818 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.688 mas, bpa=-3.243 degrees ! Estimated noise=1698.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119956 Jy ! Component: 100 - total flux cleaned = 0.0169245 Jy ! Component: 150 - total flux cleaned = 0.0188736 Jy ! Component: 200 - total flux cleaned = 0.0191496 Jy ! Total flux subtracted in 200 components = 0.0191496 Jy ! Clean residual min=-0.010043 max=0.012473 Jy/beam ! Clean residual mean=0.000028 rms=0.003055 Jy/beam ! Combined flux in latest and established models = 1.81113 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 125 components and 1.81113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111524Jy sigma=0.000793 ! Fit after self-cal, rms=0.111239Jy sigma=0.000791 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.00435181 Jy ! Component: 100 - total flux cleaned = 0.00485815 Jy ! Component: 150 - total flux cleaned = 0.0050817 Jy ! Component: 200 - total flux cleaned = 0.00529136 Jy ! Total flux subtracted in 200 components = 0.00529136 Jy ! Clean residual min=-0.010085 max=0.011481 Jy/beam ! Clean residual mean=0.000036 rms=0.002942 Jy/beam ! Combined flux in latest and established models = 1.81642 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 138 components and 1.81642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110188Jy sigma=0.000783 ! Fit after self-cal, rms=0.110134Jy sigma=0.000783 ! 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.110134Jy sigma=0.000783 ! Fit after self-cal, rms=0.100063Jy sigma=0.000711 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=8.683 mas, bpa=-3.219 degrees ! Estimated noise=1697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00657839 Jy ! Component: 100 - total flux cleaned = 0.00799932 Jy ! Component: 150 - total flux cleaned = 0.0081515 Jy ! Component: 200 - total flux cleaned = 0.00815535 Jy ! Total flux subtracted in 200 components = 0.00815535 Jy ! Clean residual min=-0.007035 max=0.011366 Jy/beam ! Clean residual mean=0.000019 rms=0.002059 Jy/beam ! Combined flux in latest and established models = 1.82458 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 162 components and 1.82458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099428Jy sigma=0.000706 ! Fit after self-cal, rms=0.099396Jy sigma=0.000705 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 (-40.5, -18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106217 Jy ! Component: 100 - total flux cleaned = 0.0158781 Jy ! Component: 150 - total flux cleaned = 0.0196448 Jy ! Component: 200 - total flux cleaned = 0.0208557 Jy ! Total flux subtracted in 200 components = 0.0208557 Jy ! Clean residual min=-0.006829 max=0.006502 Jy/beam ! Clean residual mean=0.000013 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 1.84543 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 207 components and 1.84543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098267Jy sigma=0.000695 ! Fit after self-cal, rms=0.098172Jy sigma=0.000694 ! 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.098172Jy sigma=0.000694 ! Fit after self-cal, rms=0.098091Jy sigma=0.000693 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.865 mas, bmaj=16.91 mas, bpa=-3.974 degrees ! Estimated noise=2133.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00796377 Jy ! Component: 100 - total flux cleaned = 0.0117076 Jy ! Component: 150 - total flux cleaned = 0.0133065 Jy ! Component: 200 - total flux cleaned = 0.0139848 Jy ! Total flux subtracted in 200 components = 0.0139848 Jy ! Clean residual min=-0.007966 max=0.008407 Jy/beam ! Clean residual mean=0.000045 rms=0.002311 Jy/beam ! Combined flux in latest and established models = 1.85942 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 236 components and 1.85942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097862Jy sigma=0.000692 ! Fit after self-cal, rms=0.097811Jy sigma=0.000691 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.00328597 Jy ! Component: 100 - total flux cleaned = 0.00366023 Jy ! Component: 150 - total flux cleaned = 0.00354911 Jy ! Component: 200 - total flux cleaned = 0.0034434 Jy ! Total flux subtracted in 200 components = 0.0034434 Jy ! Clean residual min=-0.007796 max=0.007961 Jy/beam ! Clean residual mean=0.000051 rms=0.002252 Jy/beam ! Combined flux in latest and established models = 1.86286 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 254 components and 1.86286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097728Jy sigma=0.000690 ! Fit after self-cal, rms=0.097717Jy sigma=0.000690 ! 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.271 mas, bmaj=8.683 mas, bpa=-3.208 degrees ! Estimated noise=1696.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.271 x 8.683 at -3.208 degrees (North through East) ! Clean map min=-0.0059247 max=1.4337 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.097717Jy sigma=0.000690 ! Fit after self-cal, rms=0.087397Jy sigma=0.000622 ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.685 mas, bpa=-3.201 degrees ! Estimated noise=1697.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171034 Jy ! Component: 100 - total flux cleaned = 0.00228502 Jy ! Component: 150 - total flux cleaned = 0.00270351 Jy ! Component: 200 - total flux cleaned = 0.00280388 Jy ! Total flux subtracted in 200 components = 0.00280388 Jy ! Clean residual min=-0.005712 max=0.006177 Jy/beam ! Clean residual mean=0.000026 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 1.86567 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 270 components and 1.86567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087133Jy sigma=0.000620 ! Fit after self-cal, rms=0.087119Jy sigma=0.000620 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000503054 Jy ! Component: 100 - total flux cleaned = 0.000594102 Jy ! Component: 150 - total flux cleaned = 0.000597114 Jy ! Component: 200 - total flux cleaned = 0.000679679 Jy ! Total flux subtracted in 200 components = 0.000679679 Jy ! Clean residual min=-0.005700 max=0.006112 Jy/beam ! Clean residual mean=0.000027 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 1.86635 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 280 components and 1.86635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086957Jy sigma=0.000619 ! Fit after self-cal, rms=0.086949Jy sigma=0.000619 ! 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.086949Jy sigma=0.000619 ! Fit after self-cal, rms=0.086930Jy sigma=0.000618 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.679 mas, bmaj=7.573 mas, bpa=-4.389 degrees ! Estimated noise=2120.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.09762 Jy ! Component: 100 - total flux cleaned = 1.36829 Jy ! Component: 150 - total flux cleaned = 1.48692 Jy ! Component: 200 - total flux cleaned = 1.55784 Jy ! Total flux subtracted in 200 components = 1.55784 Jy ! Clean residual min=-0.016378 max=0.037339 Jy/beam ! Clean residual mean=-0.000144 rms=0.005590 Jy/beam ! Combined flux in latest and established models = 1.55784 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 23 model components to the UV plane model. ! The established model now contains 23 components and 1.55784 Jy ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.684 mas, bpa=-3.203 degrees ! Estimated noise=1697.12 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) ! Added new window around map position (-12, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0718666 Jy ! Component: 100 - total flux cleaned = 0.119677 Jy ! Component: 150 - total flux cleaned = 0.153965 Jy ! Component: 200 - total flux cleaned = 0.179509 Jy ! Total flux subtracted in 200 components = 0.179509 Jy ! Clean residual min=-0.010945 max=0.014782 Jy/beam ! Clean residual mean=-0.000024 rms=0.003766 Jy/beam ! Combined flux in latest and established models = 1.73735 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 100 components and 1.73735 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.863 mas, bmaj=16.9 mas, bpa=-3.974 degrees ! Estimated noise=2134.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0331363 Jy ! Component: 100 - total flux cleaned = 0.0560382 Jy ! Component: 150 - total flux cleaned = 0.0730883 Jy ! Component: 200 - total flux cleaned = 0.0859795 Jy ! Total flux subtracted in 200 components = 0.0859795 Jy ! Clean residual min=-0.008837 max=0.010099 Jy/beam ! Clean residual mean=0.000034 rms=0.002950 Jy/beam ! Combined flux in latest and established models = 1.82333 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.00983152 Jy ! Component: 100 - total flux cleaned = 0.017392 Jy ! Component: 150 - total flux cleaned = 0.0232538 Jy ! Component: 200 - total flux cleaned = 0.0278248 Jy ! Total flux subtracted in 200 components = 0.0278248 Jy ! Clean residual min=-0.007592 max=0.008075 Jy/beam ! Clean residual mean=0.000057 rms=0.002162 Jy/beam ! Combined flux in latest and established models = 1.85116 Jy ! Adding 181 model components to the UV plane model. ! The established model now contains 273 components and 1.85116 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=8.684 mas, bpa=-3.203 degrees ! Estimated noise=1697.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00477453 Jy ! Component: 100 - total flux cleaned = 0.00643701 Jy ! Component: 150 - total flux cleaned = 0.00717145 Jy ! Component: 200 - total flux cleaned = 0.00784073 Jy ! Total flux subtracted in 200 components = 0.00784073 Jy ! Clean residual min=-0.006244 max=0.006057 Jy/beam ! Clean residual mean=0.000029 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 1.859 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 293 components and 1.859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087047Jy sigma=0.000619 ! Fit after self-cal, rms=0.086743Jy sigma=0.000617 wmodel J0650-1637_S_2017_07_09_pus_map.mod ! Writing 293 model components to file: J0650-1637_S_2017_07_09_pus_map.mod wobs J0650-1637_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0650-1637_S_2017_07_09_pus_uvs.fits wwins J0650-1637_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J0650-1637_S_2017_07_09_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.000117088 Jy ! Component: 100 - total flux cleaned = -9.01549e-05 Jy ! Component: 150 - total flux cleaned = 0.000285642 Jy ! Component: 200 - total flux cleaned = 0.000554917 Jy ! Component: 250 - total flux cleaned = 0.00106214 Jy ! Component: 300 - total flux cleaned = 0.00138884 Jy ! Component: 350 - total flux cleaned = 0.00194163 Jy ! Component: 400 - total flux cleaned = 0.002554 Jy ! Component: 450 - total flux cleaned = 0.00285465 Jy ! Component: 500 - total flux cleaned = 0.00343686 Jy ! Component: 550 - total flux cleaned = 0.00365027 Jy ! Component: 600 - total flux cleaned = 0.00406867 Jy ! Component: 650 - total flux cleaned = 0.00434236 Jy ! Component: 700 - total flux cleaned = 0.00467727 Jy ! Component: 750 - total flux cleaned = 0.00500347 Jy ! Component: 800 - total flux cleaned = 0.00500329 Jy ! Component: 850 - total flux cleaned = 0.00531853 Jy ! Component: 900 - total flux cleaned = 0.00563002 Jy ! Component: 950 - total flux cleaned = 0.00599761 Jy ! Component: 1000 - total flux cleaned = 0.00641773 Jy ! Component: 1050 - total flux cleaned = 0.00677337 Jy ! Component: 1100 - total flux cleaned = 0.00706606 Jy ! Component: 1150 - total flux cleaned = 0.00741109 Jy ! Component: 1200 - total flux cleaned = 0.00775113 Jy ! Component: 1250 - total flux cleaned = 0.00819758 Jy ! Component: 1300 - total flux cleaned = 0.00841695 Jy ! Component: 1350 - total flux cleaned = 0.00874362 Jy ! Component: 1400 - total flux cleaned = 0.0088524 Jy ! Component: 1450 - total flux cleaned = 0.00906641 Jy ! Component: 1500 - total flux cleaned = 0.00948678 Jy ! Component: 1550 - total flux cleaned = 0.00948695 Jy ! Component: 1600 - total flux cleaned = 0.00974404 Jy ! Component: 1650 - total flux cleaned = 0.00999816 Jy ! Component: 1700 - total flux cleaned = 0.0100482 Jy ! Component: 1750 - total flux cleaned = 0.0102466 Jy ! Component: 1800 - total flux cleaned = 0.0103446 Jy ! Component: 1850 - total flux cleaned = 0.0104414 Jy ! Component: 1900 - total flux cleaned = 0.0105861 Jy ! Component: 1950 - total flux cleaned = 0.0107282 Jy ! Component: 2000 - total flux cleaned = 0.0110104 Jy ! Component: 2050 - total flux cleaned = 0.0111962 Jy ! Component: 2100 - total flux cleaned = 0.0111961 Jy ! Component: 2150 - total flux cleaned = 0.0114244 Jy ! Component: 2200 - total flux cleaned = 0.0114703 Jy ! Component: 2250 - total flux cleaned = 0.0116947 Jy ! Component: 2300 - total flux cleaned = 0.0118714 Jy ! Component: 2350 - total flux cleaned = 0.0120028 Jy ! Component: 2400 - total flux cleaned = 0.0121338 Jy ! Component: 2450 - total flux cleaned = 0.0122629 Jy ! Component: 2500 - total flux cleaned = 0.0124338 Jy ! Component: 2550 - total flux cleaned = 0.0126021 Jy ! Component: 2600 - total flux cleaned = 0.012602 Jy ! Component: 2650 - total flux cleaned = 0.0128095 Jy ! Component: 2700 - total flux cleaned = 0.0127686 Jy ! Component: 2750 - total flux cleaned = 0.0128901 Jy ! Component: 2800 - total flux cleaned = 0.0128097 Jy ! Component: 2850 - total flux cleaned = 0.0129699 Jy ! Component: 2900 - total flux cleaned = 0.0131286 Jy ! Component: 2950 - total flux cleaned = 0.0130895 Jy ! Component: 3000 - total flux cleaned = 0.0132455 Jy ! Component: 3050 - total flux cleaned = 0.013439 Jy ! Component: 3100 - total flux cleaned = 0.0135922 Jy ! Component: 3150 - total flux cleaned = 0.0137444 Jy ! Component: 3200 - total flux cleaned = 0.0136689 Jy ! Component: 3250 - total flux cleaned = 0.0138554 Jy ! Component: 3300 - total flux cleaned = 0.0139664 Jy ! Component: 3350 - total flux cleaned = 0.0140765 Jy ! Component: 3400 - total flux cleaned = 0.0141858 Jy ! Component: 3450 - total flux cleaned = 0.0142936 Jy ! Component: 3500 - total flux cleaned = 0.0142937 Jy ! Component: 3550 - total flux cleaned = 0.0143998 Jy ! Component: 3600 - total flux cleaned = 0.014329 Jy ! Component: 3650 - total flux cleaned = 0.0142939 Jy ! Component: 3700 - total flux cleaned = 0.0142941 Jy ! Component: 3750 - total flux cleaned = 0.0143979 Jy ! Component: 3800 - total flux cleaned = 0.0143635 Jy ! Component: 3850 - total flux cleaned = 0.0144653 Jy ! Component: 3900 - total flux cleaned = 0.0145663 Jy ! Component: 3950 - total flux cleaned = 0.0145323 Jy ! Component: 4000 - total flux cleaned = 0.0144656 Jy ! Component: 4050 - total flux cleaned = 0.0143665 Jy ! Total flux subtracted in 4096 components = 0.0145312 Jy ! Clean residual min=-0.001999 max=0.002254 Jy/beam ! Clean residual mean=0.000014 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 1.87353 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 590 components and 1.87353 Jy ![Exited script file: muppet] wmap "J0650-1637_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.272 x 8.684 at -3.203 degrees (North through East) ! Clean map min=-0.0037317 max=1.4373 Jy/beam ! Writing clean map to FITS file: J0650-1637_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.43726 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000611932 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.127729 0.127729 0.255457 0.510915 1.02183 2.04366 4.08732 8.17464 16.3493 32.6985 65.3971 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.437 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.272 x 8.684 at -3.203 degrees (North through East) ! Clean map min=-0.0037317 max=1.4373 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 J0650-1637_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:44:02 2019