! Started logfile: J1929+2543_S_2017_07_09_pus_uvs.log on Wed May 8 14:56:32 2019 obs J1929+2543_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1929+2543_S_2017_07_09_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.904678 visibilities/baseline/integration-bin. ! Found source: J1929+2543 ! ! 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 18564 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 J1929+2543_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 628 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.792682Jy sigma=0.008076 ! Fit after self-cal, rms=0.784694Jy sigma=0.008003 ! 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.923 mas, bmaj=6.115 mas, bpa=-10.64 degrees ! Estimated noise=825.113 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.161385 Jy ! Component: 100 - total flux cleaned = 0.20725 Jy ! Total flux subtracted in 100 components = 0.20725 Jy ! Clean residual min=-0.007520 max=0.019450 Jy/beam ! Clean residual mean=-0.000006 rms=0.002168 Jy/beam ! Combined flux in latest and established models = 0.20725 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.20725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081839Jy sigma=0.000792 ! Fit after self-cal, rms=0.081810Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.022282 Jy ! Component: 100 - total flux cleaned = 0.0350552 Jy ! Total flux subtracted in 100 components = 0.0350552 Jy ! Clean residual min=-0.005644 max=0.006586 Jy/beam ! Clean residual mean=-0.000006 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.242305 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.242305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074269Jy sigma=0.000713 ! Fit after self-cal, rms=0.074246Jy sigma=0.000712 ! 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.468 mas, bmaj=7.015 mas, bpa=-8.962 degrees ! Estimated noise=595.217 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.00953288 Jy ! Component: 100 - total flux cleaned = 0.0147216 Jy ! Component: 150 - total flux cleaned = 0.0177278 Jy ! Component: 200 - total flux cleaned = 0.0195044 Jy ! Total flux subtracted in 200 components = 0.0195044 Jy ! Clean residual min=-0.003628 max=0.005127 Jy/beam ! Clean residual mean=0.000003 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.261809 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 58 components and 0.261809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072927Jy sigma=0.000700 ! Fit after self-cal, rms=0.072904Jy sigma=0.000700 ! Inverting map ! Added new window around map position (5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00442084 Jy ! Component: 100 - total flux cleaned = 0.00461412 Jy ! Component: 150 - total flux cleaned = 0.00455199 Jy ! Component: 200 - total flux cleaned = 0.00449835 Jy ! Total flux subtracted in 200 components = 0.00449835 Jy ! Clean residual min=-0.003280 max=0.003074 Jy/beam ! Clean residual mean=0.000003 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.266308 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.266308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072624Jy sigma=0.000697 ! Fit after self-cal, rms=0.072600Jy sigma=0.000697 ! 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.15 FD 0.96 HN 0.97 KP 1.03 ! LA 1.02 MK 1.04 NL 0.91 OV 1.01 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00 HN 1.00 KP 1.00 ! LA 0.99 MK 0.99 NL 1.08 OV 1.06 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.04 HN 0.99 KP 0.98 ! LA 0.99 MK 1.00 NL 1.03 OV 0.97 ! PT 0.96 SC 1.03 ! ! ! 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.08 HN 0.99 KP 1.00* ! LA 0.95 MK 1.18 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.072600Jy sigma=0.000697 ! Fit after self-cal, rms=0.071298Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.486 mas, bmaj=7.021 mas, bpa=-8.944 degrees ! Estimated noise=598.593 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.000750793 Jy ! Component: 100 - total flux cleaned = 0.000894165 Jy ! Component: 150 - total flux cleaned = 0.000858531 Jy ! Component: 200 - total flux cleaned = 0.00082614 Jy ! Total flux subtracted in 200 components = 0.00082614 Jy ! Clean residual min=-0.003070 max=0.002661 Jy/beam ! Clean residual mean=0.000006 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.267134 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.267134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071249Jy sigma=0.000681 ! Fit after self-cal, rms=0.071248Jy sigma=0.000681 ! 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.071248Jy sigma=0.000681 ! Fit after self-cal, rms=0.070464Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.494 mas, bmaj=7.009 mas, bpa=-9.019 degrees ! Estimated noise=599.296 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198755 Jy ! Component: 100 - total flux cleaned = 0.000315121 Jy ! Component: 150 - total flux cleaned = 0.000446508 Jy ! Component: 200 - total flux cleaned = 0.000505004 Jy ! Total flux subtracted in 200 components = 0.000505004 Jy ! Clean residual min=-0.001770 max=0.001638 Jy/beam ! Clean residual mean=0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.267639 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.267639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070430Jy sigma=0.000671 ! Fit after self-cal, rms=0.070433Jy sigma=0.000670 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 = 9.5378e-05 Jy ! Component: 100 - total flux cleaned = 0.000201424 Jy ! Component: 150 - total flux cleaned = 0.000225181 Jy ! Component: 200 - total flux cleaned = 0.000270109 Jy ! Total flux subtracted in 200 components = 0.000270109 Jy ! Clean residual min=-0.001739 max=0.001612 Jy/beam ! Clean residual mean=0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.267909 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 121 components and 0.267909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070415Jy sigma=0.000670 ! Fit after self-cal, rms=0.070410Jy sigma=0.000670 ! 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.070410Jy sigma=0.000670 ! Fit after self-cal, rms=0.070492Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.498 mas, bmaj=7.01 mas, bpa=-8.997 degrees ! Estimated noise=599.532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135123 Jy ! Component: 100 - total flux cleaned = 0.000216119 Jy ! Component: 150 - total flux cleaned = 0.00028535 Jy ! Component: 200 - total flux cleaned = 0.000306962 Jy ! Total flux subtracted in 200 components = 0.000306962 Jy ! Clean residual min=-0.001651 max=0.001488 Jy/beam ! Clean residual mean=0.000002 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.268216 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 126 components and 0.268216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070475Jy sigma=0.000670 ! Fit after self-cal, rms=0.070473Jy sigma=0.000670 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.07095e-05 Jy ! Component: 100 - total flux cleaned = 0.000133943 Jy ! Component: 150 - total flux cleaned = 0.000153065 Jy ! Component: 200 - total flux cleaned = 0.000153017 Jy ! Total flux subtracted in 200 components = 0.000153017 Jy ! Clean residual min=-0.001628 max=0.001499 Jy/beam ! Clean residual mean=0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.268369 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.268369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070461Jy sigma=0.000670 ! Fit after self-cal, rms=0.070459Jy sigma=0.000670 ! 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.070459Jy sigma=0.000670 ! Fit after self-cal, rms=0.070496Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.723 mas, bmaj=10.75 mas, bpa=-11.82 degrees ! Estimated noise=736.725 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000218381 Jy ! Component: 100 - total flux cleaned = 0.000416675 Jy ! Component: 150 - total flux cleaned = 0.000561641 Jy ! Component: 200 - total flux cleaned = 0.00061348 Jy ! Total flux subtracted in 200 components = 0.00061348 Jy ! Clean residual min=-0.001825 max=0.001850 Jy/beam ! Clean residual mean=0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.268983 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 140 components and 0.268983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070493Jy sigma=0.000670 ! Fit after self-cal, rms=0.070491Jy sigma=0.000670 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.18132e-06 Jy ! Component: 100 - total flux cleaned = 0.000112206 Jy ! Component: 150 - total flux cleaned = 0.000186429 Jy ! Component: 200 - total flux cleaned = 0.000209183 Jy ! Total flux subtracted in 200 components = 0.000209183 Jy ! Clean residual min=-0.001798 max=0.001810 Jy/beam ! Clean residual mean=0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.269192 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 143 components and 0.269192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070490Jy sigma=0.000670 ! Fit after self-cal, rms=0.070488Jy sigma=0.000670 ! 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.501 mas, bmaj=7.011 mas, bpa=-8.965 degrees ! Estimated noise=599.805 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.501 x 7.011 at -8.965 degrees (North through East) ! Clean map min=-0.0015375 max=0.21465 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.952 mas, bmaj=6.12 mas, bpa=-10.79 degrees ! Estimated noise=834.391 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.162937 Jy ! Component: 100 - total flux cleaned = 0.209171 Jy ! Component: 150 - total flux cleaned = 0.230786 Jy ! Component: 200 - total flux cleaned = 0.24319 Jy ! Total flux subtracted in 200 components = 0.24319 Jy ! Clean residual min=-0.004161 max=0.006330 Jy/beam ! Clean residual mean=-0.000001 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.24319 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.24319 Jy ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=7.011 mas, bpa=-8.965 degrees ! Estimated noise=599.805 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.00968543 Jy ! Component: 100 - total flux cleaned = 0.0155295 Jy ! Component: 150 - total flux cleaned = 0.0192441 Jy ! Component: 200 - total flux cleaned = 0.0216922 Jy ! Total flux subtracted in 200 components = 0.0216922 Jy ! Clean residual min=-0.001975 max=0.001880 Jy/beam ! Clean residual mean=0.000002 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.264882 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 65 components and 0.264882 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.723 mas, bmaj=10.75 mas, bpa=-11.82 degrees ! Estimated noise=736.725 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021108 Jy ! Component: 100 - total flux cleaned = 0.00321237 Jy ! Component: 150 - total flux cleaned = 0.00388856 Jy ! Component: 200 - total flux cleaned = 0.0040773 Jy ! Total flux subtracted in 200 components = 0.0040773 Jy ! Clean residual min=-0.001823 max=0.001769 Jy/beam ! Clean residual mean=0.000003 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.268959 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.000119954 Jy ! Component: 100 - total flux cleaned = 0.00020696 Jy ! Component: 150 - total flux cleaned = 0.000269814 Jy ! Component: 200 - total flux cleaned = 0.000296515 Jy ! Total flux subtracted in 200 components = 0.000296515 Jy ! Clean residual min=-0.001795 max=0.001743 Jy/beam ! Clean residual mean=0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.269256 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 112 components and 0.269256 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=7.011 mas, bpa=-8.965 degrees ! Estimated noise=599.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000448047 Jy ! Component: 100 - total flux cleaned = -0.000492364 Jy ! Component: 150 - total flux cleaned = -0.000529947 Jy ! Component: 200 - total flux cleaned = -0.000493789 Jy ! Total flux subtracted in 200 components = -0.000493789 Jy ! Clean residual min=-0.001783 max=0.001608 Jy/beam ! Clean residual mean=0.000002 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.268762 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.268762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070586Jy sigma=0.000671 ! Fit after self-cal, rms=0.070576Jy sigma=0.000671 wmodel J1929+2543_S_2017_07_09_pus_map.mod ! Writing 128 model components to file: J1929+2543_S_2017_07_09_pus_map.mod wobs J1929+2543_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1929+2543_S_2017_07_09_pus_uvs.fits wwins J1929+2543_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J1929+2543_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.000389903 Jy ! Component: 100 - total flux cleaned = -0.000389548 Jy ! Component: 150 - total flux cleaned = -0.000498554 Jy ! Component: 200 - total flux cleaned = -0.000524931 Jy ! Component: 250 - total flux cleaned = -0.000525192 Jy ! Component: 300 - total flux cleaned = -0.000524904 Jy ! Component: 350 - total flux cleaned = -0.000452979 Jy ! Component: 400 - total flux cleaned = -0.000522431 Jy ! Component: 450 - total flux cleaned = -0.000521718 Jy ! Component: 500 - total flux cleaned = -0.000543445 Jy ! Component: 550 - total flux cleaned = -0.000543044 Jy ! Component: 600 - total flux cleaned = -0.00064817 Jy ! Component: 650 - total flux cleaned = -0.000668452 Jy ! Component: 700 - total flux cleaned = -0.000729696 Jy ! Component: 750 - total flux cleaned = -0.000789888 Jy ! Component: 800 - total flux cleaned = -0.000907876 Jy ! Component: 850 - total flux cleaned = -0.000946404 Jy ! Component: 900 - total flux cleaned = -0.00107977 Jy ! Component: 950 - total flux cleaned = -0.00111747 Jy ! Component: 1000 - total flux cleaned = -0.00119191 Jy ! Component: 1050 - total flux cleaned = -0.00132025 Jy ! Component: 1100 - total flux cleaned = -0.00139238 Jy ! Component: 1150 - total flux cleaned = -0.00151716 Jy ! Component: 1200 - total flux cleaned = -0.0015523 Jy ! Component: 1250 - total flux cleaned = -0.00167415 Jy ! Component: 1300 - total flux cleaned = -0.00170836 Jy ! Component: 1350 - total flux cleaned = -0.00182704 Jy ! Component: 1400 - total flux cleaned = -0.00184362 Jy ! Component: 1450 - total flux cleaned = -0.00194331 Jy ! Component: 1500 - total flux cleaned = -0.002025 Jy ! Component: 1550 - total flux cleaned = -0.00207318 Jy ! Component: 1600 - total flux cleaned = -0.00212122 Jy ! Component: 1650 - total flux cleaned = -0.00218465 Jy ! Component: 1700 - total flux cleaned = -0.00229448 Jy ! Component: 1750 - total flux cleaned = -0.00235671 Jy ! Component: 1800 - total flux cleaned = -0.0024491 Jy ! Component: 1850 - total flux cleaned = -0.00250981 Jy ! Component: 1900 - total flux cleaned = -0.0025553 Jy ! Component: 1950 - total flux cleaned = -0.00261531 Jy ! Component: 2000 - total flux cleaned = -0.00274815 Jy ! Component: 2050 - total flux cleaned = -0.00279191 Jy ! Component: 2100 - total flux cleaned = -0.00289332 Jy ! Component: 2150 - total flux cleaned = -0.00295065 Jy ! Component: 2200 - total flux cleaned = -0.00296487 Jy ! Component: 2250 - total flux cleaned = -0.00304951 Jy ! Component: 2300 - total flux cleaned = -0.00304946 Jy ! Component: 2350 - total flux cleaned = -0.00314642 Jy ! Component: 2400 - total flux cleaned = -0.00320123 Jy ! Component: 2450 - total flux cleaned = -0.00324221 Jy ! Component: 2500 - total flux cleaned = -0.00330974 Jy ! Component: 2550 - total flux cleaned = -0.00336318 Jy ! Component: 2600 - total flux cleaned = -0.00337628 Jy ! Component: 2650 - total flux cleaned = -0.00345514 Jy ! Component: 2700 - total flux cleaned = -0.00344194 Jy ! Component: 2750 - total flux cleaned = -0.00354525 Jy ! Component: 2800 - total flux cleaned = -0.003494 Jy ! Component: 2850 - total flux cleaned = -0.00350675 Jy ! Component: 2900 - total flux cleaned = -0.00351932 Jy ! Component: 2950 - total flux cleaned = -0.00355681 Jy ! Component: 3000 - total flux cleaned = -0.0035444 Jy ! Component: 3050 - total flux cleaned = -0.00358134 Jy ! Component: 3100 - total flux cleaned = -0.00359378 Jy ! Component: 3150 - total flux cleaned = -0.00363012 Jy ! Component: 3200 - total flux cleaned = -0.00369037 Jy ! Component: 3250 - total flux cleaned = -0.0036664 Jy ! Component: 3300 - total flux cleaned = -0.00370206 Jy ! Component: 3350 - total flux cleaned = -0.00373718 Jy ! Component: 3400 - total flux cleaned = -0.00374868 Jy ! Component: 3450 - total flux cleaned = -0.00379492 Jy ! Component: 3500 - total flux cleaned = -0.00376054 Jy ! Component: 3550 - total flux cleaned = -0.00377196 Jy ! Component: 3600 - total flux cleaned = -0.0037153 Jy ! Component: 3650 - total flux cleaned = -0.00372658 Jy ! Component: 3700 - total flux cleaned = -0.00373781 Jy ! Component: 3750 - total flux cleaned = -0.00366014 Jy ! Component: 3800 - total flux cleaned = -0.00369344 Jy ! Component: 3850 - total flux cleaned = -0.00370443 Jy ! Component: 3900 - total flux cleaned = -0.00373717 Jy ! Component: 3950 - total flux cleaned = -0.00371557 Jy ! Component: 4000 - total flux cleaned = -0.00374771 Jy ! Component: 4050 - total flux cleaned = -0.00370497 Jy ! Total flux subtracted in 4096 components = -0.00370493 Jy ! Clean residual min=-0.000705 max=0.000788 Jy/beam ! Clean residual mean=0.000001 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.265057 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 420 components and 0.265057 Jy ![Exited script file: muppet] wmap "J1929+2543_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.501 x 7.011 at -8.965 degrees (North through East) ! Clean map min=-0.0015036 max=0.21506 Jy/beam ! Writing clean map to FITS file: J1929+2543_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 0.21506 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192831 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.268993 0.268993 0.537985 1.07597 2.15194 4.30388 8.60776 17.2155 34.4311 68.8621 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.215 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.501 x 7.011 at -8.965 degrees (North through East) ! Clean map min=-0.0015036 max=0.21506 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 J1929+2543_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:56:36 2019