! Started logfile: J0958+6533_S_2017_09_26_pus_uvs.log on Sat May 11 12:59:50 2019 obs J0958+6533_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J0958+6533_S_2017_09_26_pus_uva.fits ! AN table 1: 12 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.921296 visibilities/baseline/integration-bin. ! Found source: J0958+6533 ! ! 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 674 lines of history. ! ! Reading 1592 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 J0958+6533_S_2017_09_26_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.389850Jy sigma=0.003479 ! Fit after self-cal, rms=0.382795Jy sigma=0.003420 ! 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.59 mas, bmaj=9.561 mas, bpa=-55.66 degrees ! Estimated noise=2764.02 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.47992 Jy ! Component: 100 - total flux cleaned = 0.587049 Jy ! Total flux subtracted in 100 components = 0.587049 Jy ! Clean residual min=-0.020260 max=0.039632 Jy/beam ! Clean residual mean=0.000148 rms=0.006401 Jy/beam ! Combined flux in latest and established models = 0.587049 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.587049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105527Jy sigma=0.000921 ! Fit after self-cal, rms=0.105529Jy sigma=0.000921 ! Inverting map ! Added new window around map position (78, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0396566 Jy ! Component: 100 - total flux cleaned = 0.0608123 Jy ! Total flux subtracted in 100 components = 0.0608123 Jy ! Clean residual min=-0.013645 max=0.018176 Jy/beam ! Clean residual mean=0.000080 rms=0.003919 Jy/beam ! Combined flux in latest and established models = 0.647861 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.647861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086784Jy sigma=0.000754 ! Fit after self-cal, rms=0.086482Jy sigma=0.000751 ! 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.233 mas, bmaj=9.966 mas, bpa=-57.58 degrees ! Estimated noise=2352.79 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.0171419 Jy ! Component: 100 - total flux cleaned = 0.0272989 Jy ! Component: 150 - total flux cleaned = 0.031067 Jy ! Component: 200 - total flux cleaned = 0.0326837 Jy ! Total flux subtracted in 200 components = 0.0326837 Jy ! Clean residual min=-0.012289 max=0.016334 Jy/beam ! Clean residual mean=0.000131 rms=0.003447 Jy/beam ! Combined flux in latest and established models = 0.680545 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 53 components and 0.680545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082527Jy sigma=0.000719 ! Fit after self-cal, rms=0.082353Jy sigma=0.000718 ! 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.02 FD 1.01 HN 0.97 KP 1.05 ! LA 1.00 MK 1.00 NL 0.90 OV 1.03 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.03 KP 0.99 ! LA 0.96 MK 0.99 NL 1.06 OV 1.00* ! PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.08 HN 1.02 KP 0.99 ! LA 1.00 MK 1.02 NL 0.99 OV 0.97 ! PT 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.12 HN 1.02 KP 1.00* ! LA 1.02 MK 1.05 NL 1.00* OV 1.00* ! PT 0.97 ! ! ! Fit before self-cal, rms=0.082353Jy sigma=0.000718 ! Fit after self-cal, rms=0.072771Jy sigma=0.000634 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=10.01 mas, bpa=-57.62 degrees ! Estimated noise=2348.68 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.00189499 Jy ! Component: 100 - total flux cleaned = 0.00247086 Jy ! Component: 150 - total flux cleaned = 0.00253617 Jy ! Component: 200 - total flux cleaned = 0.00253443 Jy ! Total flux subtracted in 200 components = 0.00253443 Jy ! Clean residual min=-0.005921 max=0.006013 Jy/beam ! Clean residual mean=0.000023 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.683079 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.683079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072598Jy sigma=0.000632 ! Fit after self-cal, rms=0.072600Jy sigma=0.000632 ! 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.072600Jy sigma=0.000632 ! Fit after self-cal, rms=0.072649Jy sigma=0.000632 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.247 mas, bmaj=10.01 mas, bpa=-57.63 degrees ! Estimated noise=2350 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130323 Jy ! Component: 100 - total flux cleaned = 0.00180951 Jy ! Component: 150 - total flux cleaned = 0.00191472 Jy ! Component: 200 - total flux cleaned = 0.0019162 Jy ! Total flux subtracted in 200 components = 0.0019162 Jy ! Clean residual min=-0.005774 max=0.005891 Jy/beam ! Clean residual mean=0.000024 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.684996 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 71 components and 0.684996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072549Jy sigma=0.000631 ! Fit after self-cal, rms=0.072544Jy sigma=0.000631 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 = -4.4253e-06 Jy ! Component: 100 - total flux cleaned = 8.0181e-05 Jy ! Component: 150 - total flux cleaned = 7.93566e-05 Jy ! Component: 200 - total flux cleaned = 0.000116728 Jy ! Total flux subtracted in 200 components = 0.000116728 Jy ! Clean residual min=-0.005649 max=0.005855 Jy/beam ! Clean residual mean=0.000024 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.685112 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.685112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072497Jy sigma=0.000630 ! Fit after self-cal, rms=0.072495Jy sigma=0.000630 ! 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.072495Jy sigma=0.000630 ! Fit after self-cal, rms=0.072513Jy sigma=0.000630 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.246 mas, bmaj=10.01 mas, bpa=-57.65 degrees ! Estimated noise=2350.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000827806 Jy ! Component: 100 - total flux cleaned = 0.0011867 Jy ! Component: 150 - total flux cleaned = 0.00133826 Jy ! Component: 200 - total flux cleaned = 0.00140794 Jy ! Total flux subtracted in 200 components = 0.00140794 Jy ! Clean residual min=-0.005624 max=0.005759 Jy/beam ! Clean residual mean=0.000024 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.68652 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.68652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072462Jy sigma=0.000630 ! Fit after self-cal, rms=0.072460Jy sigma=0.000630 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 = 6.56596e-05 Jy ! Component: 100 - total flux cleaned = 0.000166409 Jy ! Component: 150 - total flux cleaned = 0.000228751 Jy ! Component: 200 - total flux cleaned = 0.000287827 Jy ! Total flux subtracted in 200 components = 0.000287827 Jy ! Clean residual min=-0.005558 max=0.005690 Jy/beam ! Clean residual mean=0.000024 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.686808 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.686808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072430Jy sigma=0.000630 ! Fit after self-cal, rms=0.072429Jy sigma=0.000630 ! 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.072429Jy sigma=0.000630 ! Fit after self-cal, rms=0.072435Jy sigma=0.000629 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.873 mas, bmaj=13.5 mas, bpa=-75.78 degrees ! Estimated noise=2901.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164711 Jy ! Component: 100 - total flux cleaned = 0.00196034 Jy ! Component: 150 - total flux cleaned = 0.00214914 Jy ! Component: 200 - total flux cleaned = 0.00221517 Jy ! Total flux subtracted in 200 components = 0.00221517 Jy ! Clean residual min=-0.005521 max=0.006024 Jy/beam ! Clean residual mean=0.000040 rms=0.001720 Jy/beam ! Combined flux in latest and established models = 0.689023 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.689023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072425Jy sigma=0.000629 ! Fit after self-cal, rms=0.072420Jy sigma=0.000629 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 = -6.43865e-06 Jy ! Component: 100 - total flux cleaned = 6.13437e-05 Jy ! Component: 150 - total flux cleaned = 8.90849e-05 Jy ! Component: 200 - total flux cleaned = 0.000117694 Jy ! Total flux subtracted in 200 components = 0.000117694 Jy ! Clean residual min=-0.005491 max=0.005796 Jy/beam ! Clean residual mean=0.000039 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.689141 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 113 components and 0.689141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072421Jy sigma=0.000629 ! Fit after self-cal, rms=0.072419Jy sigma=0.000629 ! 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.245 mas, bmaj=10.01 mas, bpa=-57.66 degrees ! Estimated noise=2349.78 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.245 x 10.01 at -57.66 degrees (North through East) ! Clean map min=-0.0053917 max=0.61005 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.072419Jy sigma=0.000629 ! Fit after self-cal, rms=0.066412Jy sigma=0.000574 ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=10.01 mas, bpa=-57.66 degrees ! Estimated noise=2348.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000327186 Jy ! Component: 100 - total flux cleaned = -0.000371644 Jy ! Component: 150 - total flux cleaned = -0.000450507 Jy ! Component: 200 - total flux cleaned = -0.000485216 Jy ! Total flux subtracted in 200 components = -0.000485216 Jy ! Clean residual min=-0.005508 max=0.005294 Jy/beam ! Clean residual mean=0.000022 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.688655 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.688655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066360Jy sigma=0.000574 ! Fit after self-cal, rms=0.066359Jy sigma=0.000574 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.3873e-05 Jy ! Component: 100 - total flux cleaned = -5.26424e-05 Jy ! Component: 150 - total flux cleaned = -2.41655e-05 Jy ! Component: 200 - total flux cleaned = -2.42204e-05 Jy ! Total flux subtracted in 200 components = -2.42204e-05 Jy ! Clean residual min=-0.005448 max=0.005260 Jy/beam ! Clean residual mean=0.000022 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.688631 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 130 components and 0.688631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066332Jy sigma=0.000574 ! Fit after self-cal, rms=0.066332Jy sigma=0.000574 ! 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.066332Jy sigma=0.000574 ! Fit after self-cal, rms=0.066349Jy sigma=0.000574 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.604 mas, bmaj=9.607 mas, bpa=-55.77 degrees ! Estimated noise=2754.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.478157 Jy ! Component: 100 - total flux cleaned = 0.583898 Jy ! Component: 150 - total flux cleaned = 0.62098 Jy ! Component: 200 - total flux cleaned = 0.639754 Jy ! Total flux subtracted in 200 components = 0.639754 Jy ! Clean residual min=-0.007909 max=0.009877 Jy/beam ! Clean residual mean=0.000060 rms=0.002398 Jy/beam ! Combined flux in latest and established models = 0.639753 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.639753 Jy ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=10.01 mas, bpa=-57.67 degrees ! Estimated noise=2348.41 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.0180397 Jy ! Component: 100 - total flux cleaned = 0.028586 Jy ! Component: 150 - total flux cleaned = 0.0352583 Jy ! Component: 200 - total flux cleaned = 0.0397199 Jy ! Total flux subtracted in 200 components = 0.0397199 Jy ! Clean residual min=-0.006140 max=0.005540 Jy/beam ! Clean residual mean=0.000046 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.679473 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 73 components and 0.679473 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.868 mas, bmaj=13.49 mas, bpa=-75.78 degrees ! Estimated noise=2901.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0046009 Jy ! Component: 100 - total flux cleaned = 0.00705415 Jy ! Component: 150 - total flux cleaned = 0.00849129 Jy ! Component: 200 - total flux cleaned = 0.00916433 Jy ! Total flux subtracted in 200 components = 0.00916433 Jy ! Clean residual min=-0.005480 max=0.005839 Jy/beam ! Clean residual mean=0.000044 rms=0.001685 Jy/beam ! Combined flux in latest and established models = 0.688637 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.000122389 Jy ! Component: 100 - total flux cleaned = 0.000239783 Jy ! Component: 150 - total flux cleaned = 0.00032334 Jy ! Component: 200 - total flux cleaned = 0.000431031 Jy ! Total flux subtracted in 200 components = 0.000431031 Jy ! Clean residual min=-0.005467 max=0.005741 Jy/beam ! Clean residual mean=0.000041 rms=0.001668 Jy/beam ! Combined flux in latest and established models = 0.689068 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 100 components and 0.689068 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=10.01 mas, bpa=-57.67 degrees ! Estimated noise=2348.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.89149e-05 Jy ! Component: 100 - total flux cleaned = -5.25456e-05 Jy ! Component: 150 - total flux cleaned = -0.000140834 Jy ! Component: 200 - total flux cleaned = -0.00022172 Jy ! Total flux subtracted in 200 components = -0.00022172 Jy ! Clean residual min=-0.005646 max=0.005253 Jy/beam ! Clean residual mean=0.000021 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.688846 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 114 components and 0.688846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066438Jy sigma=0.000574 ! Fit after self-cal, rms=0.066424Jy sigma=0.000574 wmodel J0958+6533_S_2017_09_26_pus_map.mod ! Writing 114 model components to file: J0958+6533_S_2017_09_26_pus_map.mod wobs J0958+6533_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J0958+6533_S_2017_09_26_pus_uvs.fits wwins J0958+6533_S_2017_09_26_pus_map.win ! wwins: Wrote 2 windows to J0958+6533_S_2017_09_26_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.000250369 Jy ! Component: 100 - total flux cleaned = -0.000153672 Jy ! Component: 150 - total flux cleaned = -0.000239818 Jy ! Component: 200 - total flux cleaned = -1.34797e-05 Jy ! Component: 250 - total flux cleaned = 0.000271763 Jy ! Component: 300 - total flux cleaned = 0.000541158 Jy ! Component: 350 - total flux cleaned = 0.000606463 Jy ! Component: 400 - total flux cleaned = 0.000670217 Jy ! Component: 450 - total flux cleaned = 0.000615058 Jy ! Component: 500 - total flux cleaned = 0.000672832 Jy ! Component: 550 - total flux cleaned = 0.000725905 Jy ! Component: 600 - total flux cleaned = 0.00082876 Jy ! Component: 650 - total flux cleaned = 0.000727201 Jy ! Component: 700 - total flux cleaned = 0.00067793 Jy ! Component: 750 - total flux cleaned = 0.000723714 Jy ! Component: 800 - total flux cleaned = 0.000676435 Jy ! Component: 850 - total flux cleaned = 0.000588213 Jy ! Component: 900 - total flux cleaned = 0.000588586 Jy ! Component: 950 - total flux cleaned = 0.000714137 Jy ! Component: 1000 - total flux cleaned = 0.000794892 Jy ! Component: 1050 - total flux cleaned = 0.000794878 Jy ! Component: 1100 - total flux cleaned = 0.000872768 Jy ! Component: 1150 - total flux cleaned = 0.000797181 Jy ! Component: 1200 - total flux cleaned = 0.000760549 Jy ! Component: 1250 - total flux cleaned = 0.000761251 Jy ! Component: 1300 - total flux cleaned = 0.000726332 Jy ! Component: 1350 - total flux cleaned = 0.000761237 Jy ! Component: 1400 - total flux cleaned = 0.000727652 Jy ! Component: 1450 - total flux cleaned = 0.000728008 Jy ! Component: 1500 - total flux cleaned = 0.000793475 Jy ! Component: 1550 - total flux cleaned = 0.000793678 Jy ! Component: 1600 - total flux cleaned = 0.000857032 Jy ! Component: 1650 - total flux cleaned = 0.000856909 Jy ! Component: 1700 - total flux cleaned = 0.000918716 Jy ! Component: 1750 - total flux cleaned = 0.000979461 Jy ! Component: 1800 - total flux cleaned = 0.000980213 Jy ! Component: 1850 - total flux cleaned = 0.00103881 Jy ! Component: 1900 - total flux cleaned = 0.00109637 Jy ! Component: 1950 - total flux cleaned = 0.00112497 Jy ! Component: 2000 - total flux cleaned = 0.00104029 Jy ! Component: 2050 - total flux cleaned = 0.000984331 Jy ! Component: 2100 - total flux cleaned = 0.000956834 Jy ! Component: 2150 - total flux cleaned = 0.000984601 Jy ! Component: 2200 - total flux cleaned = 0.000929866 Jy ! Component: 2250 - total flux cleaned = 0.000848434 Jy ! Component: 2300 - total flux cleaned = 0.000902353 Jy ! Component: 2350 - total flux cleaned = 0.00079506 Jy ! Component: 2400 - total flux cleaned = 0.000794931 Jy ! Component: 2450 - total flux cleaned = 0.000847772 Jy ! Component: 2500 - total flux cleaned = 0.000873989 Jy ! Component: 2550 - total flux cleaned = 0.00092648 Jy ! Component: 2600 - total flux cleaned = 0.00095249 Jy ! Component: 2650 - total flux cleaned = 0.000978621 Jy ! Component: 2700 - total flux cleaned = 0.00103065 Jy ! Component: 2750 - total flux cleaned = 0.00108252 Jy ! Component: 2800 - total flux cleaned = 0.00116009 Jy ! Component: 2850 - total flux cleaned = 0.00118585 Jy ! Component: 2900 - total flux cleaned = 0.00126299 Jy ! Component: 2950 - total flux cleaned = 0.00128872 Jy ! Component: 3000 - total flux cleaned = 0.00136559 Jy ! Component: 3050 - total flux cleaned = 0.00141678 Jy ! Component: 3100 - total flux cleaned = 0.00149348 Jy ! Component: 3150 - total flux cleaned = 0.0015699 Jy ! Component: 3200 - total flux cleaned = 0.00164639 Jy ! Component: 3250 - total flux cleaned = 0.00169721 Jy ! Component: 3300 - total flux cleaned = 0.0017735 Jy ! Component: 3350 - total flux cleaned = 0.00182451 Jy ! Component: 3400 - total flux cleaned = 0.00187542 Jy ! Component: 3450 - total flux cleaned = 0.00190112 Jy ! Component: 3500 - total flux cleaned = 0.0019521 Jy ! Component: 3550 - total flux cleaned = 0.00202867 Jy ! Component: 3600 - total flux cleaned = 0.00207982 Jy ! Component: 3650 - total flux cleaned = 0.00210541 Jy ! Component: 3700 - total flux cleaned = 0.00218224 Jy ! Component: 3750 - total flux cleaned = 0.00223394 Jy ! Component: 3800 - total flux cleaned = 0.00225977 Jy ! Component: 3850 - total flux cleaned = 0.0022596 Jy ! Component: 3900 - total flux cleaned = 0.0023377 Jy ! Component: 3950 - total flux cleaned = 0.00231158 Jy ! Component: 4000 - total flux cleaned = 0.0023901 Jy ! Component: 4050 - total flux cleaned = 0.0024689 Jy ! Total flux subtracted in 4096 components = 0.00249555 Jy ! Clean residual min=-0.001489 max=0.001631 Jy/beam ! Clean residual mean=-0.000006 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.691342 Jy keep ! Adding 233 model components to the UV plane model. ! The established model now contains 347 components and 0.691342 Jy ![Exited script file: muppet] wmap "J0958+6533_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.244 x 10.01 at -57.67 degrees (North through East) ! Clean map min=-0.0059858 max=0.6112 Jy/beam ! Writing clean map to FITS file: J0958+6533_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.6112 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00048855 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.239799 0.239799 0.479598 0.959195 1.91839 3.83678 7.67356 15.3471 30.6943 61.3885 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.611 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.244 x 10.01 at -57.67 degrees (North through East) ! Clean map min=-0.0059858 max=0.6112 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 J0958+6533_S_2017_09_26_pus_uvs.log closed on Sat May 11 12:59:54 2019