! Started logfile: J0552+1913_S_2017_02_24_pus_uvs.log on Sat May 4 11:19:37 2019 obs J0552+1913_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0552+1913_S_2017_02_24_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976245 visibilities/baseline/integration-bin. ! Found source: J0552+1913 ! ! 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 823 lines of history. ! ! Reading 20384 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 J0552+1913_S_2017_02_24_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 365 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.800152Jy sigma=0.006929 ! Fit after self-cal, rms=0.773842Jy sigma=0.006702 ! 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.143 mas, bmaj=6.012 mas, bpa=-8.599 degrees ! Estimated noise=1026.92 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.17176 Jy ! Component: 100 - total flux cleaned = 0.220376 Jy ! Total flux subtracted in 100 components = 0.220376 Jy ! Clean residual min=-0.009279 max=0.020704 Jy/beam ! Clean residual mean=-0.000101 rms=0.002881 Jy/beam ! Combined flux in latest and established models = 0.220376 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.220376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110984Jy sigma=0.000828 ! Fit after self-cal, rms=0.110718Jy sigma=0.000826 ! Inverting map ! Added new window around map position (3, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241515 Jy ! Component: 100 - total flux cleaned = 0.0373597 Jy ! Total flux subtracted in 100 components = 0.0373597 Jy ! Clean residual min=-0.007090 max=0.009890 Jy/beam ! Clean residual mean=-0.000058 rms=0.002079 Jy/beam ! Combined flux in latest and established models = 0.257736 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.257736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103208Jy sigma=0.000760 ! Fit after self-cal, rms=0.103057Jy sigma=0.000758 ! 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.824 mas, bmaj=6.824 mas, bpa=-5.75 degrees ! Estimated noise=627.576 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.0134877 Jy ! Component: 100 - total flux cleaned = 0.0214145 Jy ! Component: 150 - total flux cleaned = 0.0268747 Jy ! Component: 200 - total flux cleaned = 0.0307014 Jy ! Total flux subtracted in 200 components = 0.0307014 Jy ! Clean residual min=-0.006520 max=0.007269 Jy/beam ! Clean residual mean=-0.000055 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.288437 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 52 components and 0.288437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100703Jy sigma=0.000742 ! Fit after self-cal, rms=0.100635Jy sigma=0.000741 ! 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 1.01 HN 1.07 KP 0.97 ! LA 0.97 MK 0.93 NL 0.99 OV 1.07 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.93 HN 1.01 KP 0.93 ! LA 0.93 MK 1.03 NL 1.00 OV 1.09 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 0.99 KP 1.02 ! LA 1.02 MK 0.97 NL 1.11 OV 1.00 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 0.91 KP 1.00* ! LA 0.97 MK 1.29 NL 1.00* OV 1.03 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.100635Jy sigma=0.000741 ! Fit after self-cal, rms=0.099028Jy sigma=0.000727 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.825 mas, bmaj=6.852 mas, bpa=-5.565 degrees ! Estimated noise=629.649 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.00292912 Jy ! Component: 100 - total flux cleaned = 0.00417762 Jy ! Component: 150 - total flux cleaned = 0.00434589 Jy ! Component: 200 - total flux cleaned = 0.0044941 Jy ! Total flux subtracted in 200 components = 0.0044941 Jy ! Clean residual min=-0.004985 max=0.005400 Jy/beam ! Clean residual mean=-0.000010 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.292932 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.292932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098883Jy sigma=0.000726 ! Fit after self-cal, rms=0.098893Jy sigma=0.000726 ! 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.098893Jy sigma=0.000726 ! Fit after self-cal, rms=0.094976Jy sigma=0.000709 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.829 mas, bmaj=6.842 mas, bpa=-5.662 degrees ! Estimated noise=632.196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168109 Jy ! Component: 100 - total flux cleaned = 0.00193145 Jy ! Component: 150 - total flux cleaned = 0.00196316 Jy ! Component: 200 - total flux cleaned = 0.00196415 Jy ! Total flux subtracted in 200 components = 0.00196415 Jy ! Clean residual min=-0.002903 max=0.004104 Jy/beam ! Clean residual mean=-0.000007 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.294896 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 72 components and 0.294896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094927Jy sigma=0.000709 ! Fit after self-cal, rms=0.094919Jy sigma=0.000708 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 (11, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391542 Jy ! Component: 100 - total flux cleaned = 0.00614694 Jy ! Component: 150 - total flux cleaned = 0.00746998 Jy ! Component: 200 - total flux cleaned = 0.00789337 Jy ! Total flux subtracted in 200 components = 0.00789337 Jy ! Clean residual min=-0.002197 max=0.002401 Jy/beam ! Clean residual mean=-0.000002 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.302789 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 98 components and 0.302789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094766Jy sigma=0.000707 ! Fit after self-cal, rms=0.094748Jy sigma=0.000706 ! Inverting map ! Added new window around map position (80.5, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203804 Jy ! Component: 100 - total flux cleaned = 0.00306983 Jy ! Component: 150 - total flux cleaned = 0.00388906 Jy ! Component: 200 - total flux cleaned = 0.00430432 Jy ! Total flux subtracted in 200 components = 0.00430432 Jy ! Clean residual min=-0.002030 max=0.001940 Jy/beam ! Clean residual mean=-0.000000 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.307093 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 116 components and 0.307093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094681Jy sigma=0.000706 ! Fit after self-cal, rms=0.094674Jy sigma=0.000706 ! 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.094674Jy sigma=0.000706 ! Fit after self-cal, rms=0.094905Jy sigma=0.000706 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.826 mas, bmaj=6.825 mas, bpa=-5.6 degrees ! Estimated noise=633.747 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151239 Jy ! Component: 100 - total flux cleaned = 0.00220482 Jy ! Component: 150 - total flux cleaned = 0.00271948 Jy ! Component: 200 - total flux cleaned = 0.00311962 Jy ! Total flux subtracted in 200 components = 0.00311962 Jy ! Clean residual min=-0.001906 max=0.001648 Jy/beam ! Clean residual mean=-0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.310213 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 135 components and 0.310213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094861Jy sigma=0.000705 ! Fit after self-cal, rms=0.094859Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319144 Jy ! Component: 100 - total flux cleaned = 0.000540457 Jy ! Component: 150 - total flux cleaned = 0.000617123 Jy ! Component: 200 - total flux cleaned = 0.000690737 Jy ! Total flux subtracted in 200 components = 0.000690737 Jy ! Clean residual min=-0.001850 max=0.001584 Jy/beam ! Clean residual mean=-0.000001 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.310904 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 146 components and 0.310904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094840Jy sigma=0.000705 ! Fit after self-cal, rms=0.094838Jy sigma=0.000705 ! 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.094838Jy sigma=0.000705 ! Fit after self-cal, rms=0.095126Jy sigma=0.000705 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.616 mas, bmaj=10.28 mas, bpa=-3.09 degrees ! Estimated noise=764.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129062 Jy ! Component: 100 - total flux cleaned = 0.00178342 Jy ! Component: 150 - total flux cleaned = 0.00199573 Jy ! Component: 200 - total flux cleaned = 0.00208626 Jy ! Total flux subtracted in 200 components = 0.00208626 Jy ! Clean residual min=-0.002147 max=0.002104 Jy/beam ! Clean residual mean=-0.000002 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.31299 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 184 components and 0.31299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095103Jy sigma=0.000705 ! Fit after self-cal, rms=0.095100Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.09002e-05 Jy ! Component: 100 - total flux cleaned = 9.75614e-05 Jy ! Component: 150 - total flux cleaned = 0.000158407 Jy ! Component: 200 - total flux cleaned = 0.000158964 Jy ! Total flux subtracted in 200 components = 0.000158964 Jy ! Clean residual min=-0.002164 max=0.002080 Jy/beam ! Clean residual mean=-0.000001 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.313149 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 192 components and 0.313149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095095Jy sigma=0.000705 ! Fit after self-cal, rms=0.095092Jy sigma=0.000705 ! 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.824 mas, bmaj=6.816 mas, bpa=-5.517 degrees ! Estimated noise=635.537 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.824 x 6.816 at -5.517 degrees (North through East) ! Clean map min=-0.0016491 max=0.22463 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.139 mas, bmaj=6.001 mas, bpa=-8.246 degrees ! Estimated noise=1042.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.174313 Jy ! Component: 100 - total flux cleaned = 0.228295 Jy ! Component: 150 - total flux cleaned = 0.252437 Jy ! Component: 200 - total flux cleaned = 0.265834 Jy ! Total flux subtracted in 200 components = 0.265834 Jy ! Clean residual min=-0.004379 max=0.006893 Jy/beam ! Clean residual mean=-0.000042 rms=0.001234 Jy/beam ! Combined flux in latest and established models = 0.265834 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 0.265834 Jy ! Inverting map and beam ! Estimated beam: bmin=3.824 mas, bmaj=6.816 mas, bpa=-5.517 degrees ! Estimated noise=635.537 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.0112956 Jy ! Component: 100 - total flux cleaned = 0.0183232 Jy ! Component: 150 - total flux cleaned = 0.0233245 Jy ! Component: 200 - total flux cleaned = 0.027095 Jy ! Total flux subtracted in 200 components = 0.027095 Jy ! Clean residual min=-0.002472 max=0.002362 Jy/beam ! Clean residual mean=-0.000022 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.292929 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 81 components and 0.292928 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.616 mas, bmaj=10.28 mas, bpa=-3.09 degrees ! Estimated noise=764.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00471079 Jy ! Component: 100 - total flux cleaned = 0.0079276 Jy ! Component: 150 - total flux cleaned = 0.0103449 Jy ! Component: 200 - total flux cleaned = 0.0122357 Jy ! Total flux subtracted in 200 components = 0.0122357 Jy ! Clean residual min=-0.002277 max=0.002470 Jy/beam ! Clean residual mean=-0.000016 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.305164 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.0015052 Jy ! Component: 100 - total flux cleaned = 0.0027292 Jy ! Component: 150 - total flux cleaned = 0.00373066 Jy ! Component: 200 - total flux cleaned = 0.00440079 Jy ! Total flux subtracted in 200 components = 0.00440079 Jy ! Clean residual min=-0.002101 max=0.002284 Jy/beam ! Clean residual mean=-0.000008 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.309565 Jy ! Adding 107 model components to the UV plane model. ! The established model now contains 178 components and 0.309565 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.824 mas, bmaj=6.816 mas, bpa=-5.517 degrees ! Estimated noise=635.537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000847603 Jy ! Component: 100 - total flux cleaned = 0.00121671 Jy ! Component: 150 - total flux cleaned = 0.00147309 Jy ! Component: 200 - total flux cleaned = 0.00167428 Jy ! Total flux subtracted in 200 components = 0.00167428 Jy ! Clean residual min=-0.001943 max=0.001695 Jy/beam ! Clean residual mean=-0.000004 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.311239 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 198 components and 0.311239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095120Jy sigma=0.000705 ! Fit after self-cal, rms=0.095111Jy sigma=0.000705 wmodel J0552+1913_S_2017_02_24_pus_map.mod ! Writing 198 model components to file: J0552+1913_S_2017_02_24_pus_map.mod wobs J0552+1913_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0552+1913_S_2017_02_24_pus_uvs.fits wwins J0552+1913_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J0552+1913_S_2017_02_24_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.000839281 Jy ! Component: 100 - total flux cleaned = -0.00141841 Jy ! Component: 150 - total flux cleaned = -0.00182094 Jy ! Component: 200 - total flux cleaned = -0.00204072 Jy ! Component: 250 - total flux cleaned = -0.00227967 Jy ! Component: 300 - total flux cleaned = -0.00243391 Jy ! Component: 350 - total flux cleaned = -0.00255904 Jy ! Component: 400 - total flux cleaned = -0.0027313 Jy ! Component: 450 - total flux cleaned = -0.00285118 Jy ! Component: 500 - total flux cleaned = -0.00294543 Jy ! Component: 550 - total flux cleaned = -0.00301466 Jy ! Component: 600 - total flux cleaned = -0.00310501 Jy ! Component: 650 - total flux cleaned = -0.0031048 Jy ! Component: 700 - total flux cleaned = -0.00317021 Jy ! Component: 750 - total flux cleaned = -0.00317023 Jy ! Component: 800 - total flux cleaned = -0.00314891 Jy ! Component: 850 - total flux cleaned = -0.00316957 Jy ! Component: 900 - total flux cleaned = -0.00314878 Jy ! Component: 950 - total flux cleaned = -0.00310826 Jy ! Component: 1000 - total flux cleaned = -0.00306865 Jy ! Component: 1050 - total flux cleaned = -0.00306896 Jy ! Component: 1100 - total flux cleaned = -0.00306907 Jy ! Component: 1150 - total flux cleaned = -0.00312641 Jy ! Component: 1200 - total flux cleaned = -0.00306962 Jy ! Component: 1250 - total flux cleaned = -0.00305091 Jy ! Component: 1300 - total flux cleaned = -0.00305063 Jy ! Component: 1350 - total flux cleaned = -0.00303242 Jy ! Component: 1400 - total flux cleaned = -0.00299657 Jy ! Component: 1450 - total flux cleaned = -0.0029969 Jy ! Component: 1500 - total flux cleaned = -0.00301453 Jy ! Component: 1550 - total flux cleaned = -0.00297956 Jy ! Component: 1600 - total flux cleaned = -0.00294511 Jy ! Component: 1650 - total flux cleaned = -0.00292811 Jy ! Component: 1700 - total flux cleaned = -0.00286045 Jy ! Component: 1750 - total flux cleaned = -0.0028273 Jy ! Component: 1800 - total flux cleaned = -0.00286031 Jy ! Component: 1850 - total flux cleaned = -0.00284397 Jy ! Component: 1900 - total flux cleaned = -0.0027956 Jy ! Component: 1950 - total flux cleaned = -0.00277948 Jy ! Component: 2000 - total flux cleaned = -0.00270033 Jy ! Component: 2050 - total flux cleaned = -0.00270039 Jy ! Component: 2100 - total flux cleaned = -0.00263804 Jy ! Component: 2150 - total flux cleaned = -0.00257626 Jy ! Component: 2200 - total flux cleaned = -0.00256065 Jy ! Component: 2250 - total flux cleaned = -0.00245466 Jy ! Component: 2300 - total flux cleaned = -0.00242467 Jy ! Component: 2350 - total flux cleaned = -0.00236515 Jy ! Component: 2400 - total flux cleaned = -0.00230627 Jy ! Component: 2450 - total flux cleaned = -0.00227707 Jy ! Component: 2500 - total flux cleaned = -0.00224814 Jy ! Component: 2550 - total flux cleaned = -0.00229142 Jy ! Component: 2600 - total flux cleaned = -0.0022485 Jy ! Component: 2650 - total flux cleaned = -0.0022486 Jy ! Component: 2700 - total flux cleaned = -0.00220638 Jy ! Component: 2750 - total flux cleaned = -0.00220636 Jy ! Component: 2800 - total flux cleaned = -0.00220646 Jy ! Component: 2850 - total flux cleaned = -0.00219268 Jy ! Component: 2900 - total flux cleaned = -0.00220638 Jy ! Component: 2950 - total flux cleaned = -0.00219286 Jy ! Component: 3000 - total flux cleaned = -0.00223321 Jy ! Component: 3050 - total flux cleaned = -0.00220633 Jy ! Component: 3100 - total flux cleaned = -0.00221978 Jy ! Component: 3150 - total flux cleaned = -0.00221968 Jy ! Component: 3200 - total flux cleaned = -0.00221972 Jy ! Component: 3250 - total flux cleaned = -0.00224582 Jy ! Component: 3300 - total flux cleaned = -0.00221981 Jy ! Component: 3350 - total flux cleaned = -0.00221963 Jy ! Component: 3400 - total flux cleaned = -0.00216844 Jy ! Component: 3450 - total flux cleaned = -0.00211776 Jy ! Component: 3500 - total flux cleaned = -0.00211786 Jy ! Component: 3550 - total flux cleaned = -0.00209271 Jy ! Component: 3600 - total flux cleaned = -0.00213004 Jy ! Component: 3650 - total flux cleaned = -0.00210523 Jy ! Component: 3700 - total flux cleaned = -0.00208045 Jy ! Component: 3750 - total flux cleaned = -0.00201923 Jy ! Component: 3800 - total flux cleaned = -0.00201926 Jy ! Component: 3850 - total flux cleaned = -0.00205561 Jy ! Component: 3900 - total flux cleaned = -0.00200744 Jy ! Component: 3950 - total flux cleaned = -0.00198347 Jy ! Component: 4000 - total flux cleaned = -0.00204287 Jy ! Component: 4050 - total flux cleaned = -0.00203102 Jy ! Total flux subtracted in 4096 components = -0.00200739 Jy ! Clean residual min=-0.000612 max=0.000702 Jy/beam ! Clean residual mean=-0.000003 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.309232 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 510 components and 0.309232 Jy ![Exited script file: muppet] wmap "J0552+1913_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.824 x 6.816 at -5.517 degrees (North through East) ! Clean map min=-0.001291 max=0.22495 Jy/beam ! Writing clean map to FITS file: J0552+1913_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.224955 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210891 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.281245 0.281245 0.56249 1.12498 2.24996 4.49992 8.99984 17.9997 35.9993 71.9987 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.224 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.824 x 6.816 at -5.517 degrees (North through East) ! Clean map min=-0.001291 max=0.22495 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 J0552+1913_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:19:42 2019