! Started logfile: J1833+0115_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:20:36 2019 obs J1833+0115_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1833+0115_S_2017_01_16_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.759036 visibilities/baseline/integration-bin. ! Found source: J1833+0115 ! ! 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 622 lines of history. ! ! Reading 11340 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 J1833+0115_S_2017_01_16_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 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 106 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 228 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.860346Jy sigma=0.005854 ! Fit after self-cal, rms=0.846335Jy sigma=0.005784 ! 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.643 mas, bmaj=8.813 mas, bpa=15.9 degrees ! Estimated noise=1323 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.181205 Jy ! Component: 100 - total flux cleaned = 0.24424 Jy ! Total flux subtracted in 100 components = 0.24424 Jy ! Clean residual min=-0.011034 max=0.027396 Jy/beam ! Clean residual mean=0.000088 rms=0.003414 Jy/beam ! Combined flux in latest and established models = 0.24424 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.24424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.397482Jy sigma=0.000838 ! Fit after self-cal, rms=0.397388Jy sigma=0.000836 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0313642 Jy ! Component: 100 - total flux cleaned = 0.0502411 Jy ! Total flux subtracted in 100 components = 0.0502411 Jy ! Clean residual min=-0.009594 max=0.013973 Jy/beam ! Clean residual mean=0.000046 rms=0.002280 Jy/beam ! Combined flux in latest and established models = 0.294481 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 47 components and 0.294481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.393255Jy sigma=0.000734 ! Fit after self-cal, rms=0.393147Jy sigma=0.000734 ! Inverting map ! Added new window around map position (-6, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148841 Jy ! Component: 100 - total flux cleaned = 0.0249526 Jy ! Total flux subtracted in 100 components = 0.0249526 Jy ! Clean residual min=-0.008480 max=0.007872 Jy/beam ! Clean residual mean=0.000030 rms=0.001890 Jy/beam ! Combined flux in latest and established models = 0.319434 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 74 components and 0.319434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.391958Jy sigma=0.000706 ! Fit after self-cal, rms=0.391900Jy sigma=0.000705 ! 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=4.159 mas, bmaj=9.982 mas, bpa=16.49 degrees ! Estimated noise=948.244 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.0129361 Jy ! Component: 100 - total flux cleaned = 0.0216027 Jy ! Component: 150 - total flux cleaned = 0.0280041 Jy ! Component: 200 - total flux cleaned = 0.0328262 Jy ! Total flux subtracted in 200 components = 0.0328262 Jy ! Clean residual min=-0.006720 max=0.006557 Jy/beam ! Clean residual mean=0.000022 rms=0.001842 Jy/beam ! Combined flux in latest and established models = 0.35226 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 122 components and 0.35226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.391028Jy sigma=0.000688 ! Fit after self-cal, rms=0.391039Jy sigma=0.000688 ! 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 0.98 HN 1.02 KP 0.96 ! LA 0.98 MK 1.00* NL 0.90 OV 1.02 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.03 KP 0.95 ! LA 0.94 MK 1.00* NL 1.01 OV 1.03 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 1.03 KP 0.98 ! LA 0.97 MK 1.00* NL 0.99 OV 0.96 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.06 HN 0.95 KP 0.37 ! LA 1.08 MK 1.00* NL 1.00* OV 0.95 ! PT 1.01 SC 1.09 ! ! ! Fit before self-cal, rms=0.391039Jy sigma=0.000688 ! Fit after self-cal, rms=0.202496Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=10.02 mas, bpa=16.4 degrees ! Estimated noise=941.244 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.00106721 Jy ! Component: 100 - total flux cleaned = 0.00225232 Jy ! Component: 150 - total flux cleaned = 0.0028932 Jy ! Component: 200 - total flux cleaned = 0.00324687 Jy ! Total flux subtracted in 200 components = 0.00324687 Jy ! Clean residual min=-0.005464 max=0.006033 Jy/beam ! Clean residual mean=0.000022 rms=0.001578 Jy/beam ! Combined flux in latest and established models = 0.355507 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 138 components and 0.355507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202415Jy sigma=0.000676 ! Fit after self-cal, rms=0.202140Jy sigma=0.000676 ! 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.202140Jy sigma=0.000676 ! Fit after self-cal, rms=0.169587Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=9.991 mas, bpa=16.29 degrees ! Estimated noise=943.385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000894451 Jy ! Component: 100 - total flux cleaned = 0.00206256 Jy ! Component: 150 - total flux cleaned = 0.00292532 Jy ! Component: 200 - total flux cleaned = 0.0036213 Jy ! Total flux subtracted in 200 components = 0.0036213 Jy ! Clean residual min=-0.003968 max=0.005045 Jy/beam ! Clean residual mean=-0.000004 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.359128 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 151 components and 0.359128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169531Jy sigma=0.000661 ! Fit after self-cal, rms=0.169629Jy sigma=0.000660 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 (-3.5, 25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0047574 Jy ! Component: 100 - total flux cleaned = 0.0063552 Jy ! Component: 150 - total flux cleaned = 0.00747597 Jy ! Component: 200 - total flux cleaned = 0.00781446 Jy ! Total flux subtracted in 200 components = 0.00781446 Jy ! Clean residual min=-0.002997 max=0.003176 Jy/beam ! Clean residual mean=-0.000001 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.366942 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 206 components and 0.366943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169427Jy sigma=0.000657 ! Fit after self-cal, rms=0.169409Jy sigma=0.000657 ! 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.169409Jy sigma=0.000657 ! Fit after self-cal, rms=0.142239Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.156 mas, bmaj=9.963 mas, bpa=16.22 degrees ! Estimated noise=940.113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114505 Jy ! Component: 100 - total flux cleaned = 3.09585e-05 Jy ! Component: 150 - total flux cleaned = 0.000278244 Jy ! Component: 200 - total flux cleaned = 0.000602733 Jy ! Total flux subtracted in 200 components = 0.000602733 Jy ! Clean residual min=-0.002668 max=0.002940 Jy/beam ! Clean residual mean=0.000001 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.367545 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 225 components and 0.367545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142183Jy sigma=0.000656 ! Fit after self-cal, rms=0.142167Jy sigma=0.000656 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.000338465 Jy ! Component: 100 - total flux cleaned = -0.000100629 Jy ! Component: 150 - total flux cleaned = 0.000198438 Jy ! Component: 200 - total flux cleaned = 0.000506125 Jy ! Total flux subtracted in 200 components = 0.000506125 Jy ! Clean residual min=-0.002461 max=0.002650 Jy/beam ! Clean residual mean=0.000001 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.368051 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 240 components and 0.368051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142143Jy sigma=0.000656 ! Fit after self-cal, rms=0.142140Jy sigma=0.000656 ! 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.142140Jy sigma=0.000656 ! Fit after self-cal, rms=0.141680Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.878 mas, bmaj=12.34 mas, bpa=6.379 degrees ! Estimated noise=1094.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111447 Jy ! Component: 100 - total flux cleaned = 0.00122018 Jy ! Component: 150 - total flux cleaned = 0.00134259 Jy ! Component: 200 - total flux cleaned = 0.00148283 Jy ! Total flux subtracted in 200 components = 0.00148283 Jy ! Clean residual min=-0.003011 max=0.003198 Jy/beam ! Clean residual mean=0.000002 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.369534 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 259 components and 0.369534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141668Jy sigma=0.000655 ! Fit after self-cal, rms=0.141664Jy sigma=0.000655 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 (-16, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223272 Jy ! Component: 100 - total flux cleaned = 0.00309715 Jy ! Component: 150 - total flux cleaned = 0.00359457 Jy ! Component: 200 - total flux cleaned = 0.00380784 Jy ! Total flux subtracted in 200 components = 0.00380784 Jy ! Clean residual min=-0.002888 max=0.002378 Jy/beam ! Clean residual mean=0.000001 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.373342 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 303 components and 0.373342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141619Jy sigma=0.000655 ! Fit after self-cal, rms=0.141621Jy sigma=0.000655 ! 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=4.154 mas, bmaj=9.95 mas, bpa=16.15 degrees ! Estimated noise=937.811 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.154 x 9.95 at 16.15 degrees (North through East) ! Clean map min=-0.0040795 max=0.22581 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.637 mas, bmaj=8.773 mas, bpa=15.41 degrees ! Estimated noise=1303.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1787 Jy ! Component: 100 - total flux cleaned = 0.241867 Jy ! Component: 150 - total flux cleaned = 0.271785 Jy ! Component: 200 - total flux cleaned = 0.290389 Jy ! Total flux subtracted in 200 components = 0.290389 Jy ! Clean residual min=-0.006446 max=0.010312 Jy/beam ! Clean residual mean=0.000035 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.290389 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.290389 Jy ! Inverting map and beam ! Estimated beam: bmin=4.154 mas, bmaj=9.95 mas, bpa=16.15 degrees ! Estimated noise=937.811 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.0200736 Jy ! Component: 100 - total flux cleaned = 0.0328523 Jy ! Component: 150 - total flux cleaned = 0.0418402 Jy ! Component: 200 - total flux cleaned = 0.0488289 Jy ! Total flux subtracted in 200 components = 0.0488289 Jy ! Clean residual min=-0.004135 max=0.004567 Jy/beam ! Clean residual mean=0.000013 rms=0.001223 Jy/beam ! Combined flux in latest and established models = 0.339218 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 130 components and 0.339218 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.878 mas, bmaj=12.34 mas, bpa=6.379 degrees ! Estimated noise=1094.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00890496 Jy ! Component: 100 - total flux cleaned = 0.0149366 Jy ! Component: 150 - total flux cleaned = 0.018424 Jy ! Component: 200 - total flux cleaned = 0.0211055 Jy ! Total flux subtracted in 200 components = 0.0211055 Jy ! Clean residual min=-0.003368 max=0.003206 Jy/beam ! Clean residual mean=0.000008 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.360323 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.00182158 Jy ! Component: 100 - total flux cleaned = 0.00313272 Jy ! Component: 150 - total flux cleaned = 0.00406785 Jy ! Component: 200 - total flux cleaned = 0.00515062 Jy ! Total flux subtracted in 200 components = 0.00515062 Jy ! Clean residual min=-0.002552 max=0.002736 Jy/beam ! Clean residual mean=0.000005 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.365474 Jy ! Adding 169 model components to the UV plane model. ! The established model now contains 289 components and 0.365474 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.154 mas, bmaj=9.95 mas, bpa=16.15 degrees ! Estimated noise=937.811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000186497 Jy ! Component: 100 - total flux cleaned = 0.000377454 Jy ! Component: 150 - total flux cleaned = 0.000954237 Jy ! Component: 200 - total flux cleaned = 0.0015422 Jy ! Total flux subtracted in 200 components = 0.0015422 Jy ! Clean residual min=-0.002173 max=0.002251 Jy/beam ! Clean residual mean=0.000002 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.367016 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 323 components and 0.367016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141644Jy sigma=0.000655 ! Fit after self-cal, rms=0.141627Jy sigma=0.000655 wmodel J1833+0115_S_2017_01_16_pus_map.mod ! Writing 323 model components to file: J1833+0115_S_2017_01_16_pus_map.mod wobs J1833+0115_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1833+0115_S_2017_01_16_pus_uvs.fits wwins J1833+0115_S_2017_01_16_pus_map.win ! wwins: Wrote 4 windows to J1833+0115_S_2017_01_16_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 = 1.32465e-05 Jy ! Component: 100 - total flux cleaned = -0.000251309 Jy ! Component: 150 - total flux cleaned = -0.000467421 Jy ! Component: 200 - total flux cleaned = -0.00077885 Jy ! Component: 250 - total flux cleaned = -0.000980113 Jy ! Component: 300 - total flux cleaned = -0.00120952 Jy ! Component: 350 - total flux cleaned = -0.00146517 Jy ! Component: 400 - total flux cleaned = -0.00168432 Jy ! Component: 450 - total flux cleaned = -0.00192924 Jy ! Component: 500 - total flux cleaned = -0.00216928 Jy ! Component: 550 - total flux cleaned = -0.00243414 Jy ! Component: 600 - total flux cleaned = -0.00263562 Jy ! Component: 650 - total flux cleaned = -0.00280497 Jy ! Component: 700 - total flux cleaned = -0.00283195 Jy ! Component: 750 - total flux cleaned = -0.00288662 Jy ! Component: 800 - total flux cleaned = -0.0029678 Jy ! Component: 850 - total flux cleaned = -0.00302122 Jy ! Component: 900 - total flux cleaned = -0.00309977 Jy ! Component: 950 - total flux cleaned = -0.00312577 Jy ! Component: 1000 - total flux cleaned = -0.00317694 Jy ! Component: 1050 - total flux cleaned = -0.00325189 Jy ! Component: 1100 - total flux cleaned = -0.00327656 Jy ! Component: 1150 - total flux cleaned = -0.00330137 Jy ! Component: 1200 - total flux cleaned = -0.00332544 Jy ! Component: 1250 - total flux cleaned = -0.00339679 Jy ! Component: 1300 - total flux cleaned = -0.00346702 Jy ! Component: 1350 - total flux cleaned = -0.0035365 Jy ! Component: 1400 - total flux cleaned = -0.00365055 Jy ! Component: 1450 - total flux cleaned = -0.00380771 Jy ! Component: 1500 - total flux cleaned = -0.00378531 Jy ! Component: 1550 - total flux cleaned = -0.00389576 Jy ! Component: 1600 - total flux cleaned = -0.00398254 Jy ! Component: 1650 - total flux cleaned = -0.00408999 Jy ! Component: 1700 - total flux cleaned = -0.00415336 Jy ! Component: 1750 - total flux cleaned = -0.0041745 Jy ! Component: 1800 - total flux cleaned = -0.00421594 Jy ! Component: 1850 - total flux cleaned = -0.00425706 Jy ! Component: 1900 - total flux cleaned = -0.00431855 Jy ! Component: 1950 - total flux cleaned = -0.00447954 Jy ! Component: 2000 - total flux cleaned = -0.00447927 Jy ! Component: 2050 - total flux cleaned = -0.00447907 Jy ! Component: 2100 - total flux cleaned = -0.00453753 Jy ! Component: 2150 - total flux cleaned = -0.00459557 Jy ! Component: 2200 - total flux cleaned = -0.00457633 Jy ! Component: 2250 - total flux cleaned = -0.00461438 Jy ! Component: 2300 - total flux cleaned = -0.00467085 Jy ! Component: 2350 - total flux cleaned = -0.00476386 Jy ! Component: 2400 - total flux cleaned = -0.00478196 Jy ! Component: 2450 - total flux cleaned = -0.00478204 Jy ! Component: 2500 - total flux cleaned = -0.00490928 Jy ! Component: 2550 - total flux cleaned = -0.0049274 Jy ! Component: 2600 - total flux cleaned = -0.00496303 Jy ! Component: 2650 - total flux cleaned = -0.00498074 Jy ! Component: 2700 - total flux cleaned = -0.00506837 Jy ! Component: 2750 - total flux cleaned = -0.00510311 Jy ! Component: 2800 - total flux cleaned = -0.00512034 Jy ! Component: 2850 - total flux cleaned = -0.00513769 Jy ! Component: 2900 - total flux cleaned = -0.00515467 Jy ! Component: 2950 - total flux cleaned = -0.00512112 Jy ! Component: 3000 - total flux cleaned = -0.0051882 Jy ! Component: 3050 - total flux cleaned = -0.00527146 Jy ! Component: 3100 - total flux cleaned = -0.005222 Jy ! Component: 3150 - total flux cleaned = -0.00525505 Jy ! Component: 3200 - total flux cleaned = -0.00528762 Jy ! Component: 3250 - total flux cleaned = -0.00531998 Jy ! Component: 3300 - total flux cleaned = -0.00533605 Jy ! Component: 3350 - total flux cleaned = -0.00538383 Jy ! Component: 3400 - total flux cleaned = -0.00533619 Jy ! Component: 3450 - total flux cleaned = -0.0053678 Jy ! Component: 3500 - total flux cleaned = -0.00539921 Jy ! Component: 3550 - total flux cleaned = -0.0054305 Jy ! Component: 3600 - total flux cleaned = -0.00543031 Jy ! Component: 3650 - total flux cleaned = -0.00541493 Jy ! Component: 3700 - total flux cleaned = -0.00543018 Jy ! Component: 3750 - total flux cleaned = -0.0054301 Jy ! Component: 3800 - total flux cleaned = -0.00539985 Jy ! Component: 3850 - total flux cleaned = -0.00541483 Jy ! Component: 3900 - total flux cleaned = -0.00545981 Jy ! Component: 3950 - total flux cleaned = -0.00545973 Jy ! Component: 4000 - total flux cleaned = -0.00543016 Jy ! Component: 4050 - total flux cleaned = -0.00554803 Jy ! Total flux subtracted in 4096 components = -0.00551871 Jy ! Clean residual min=-0.000855 max=0.001131 Jy/beam ! Clean residual mean=-0.000000 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.361497 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 634 components and 0.361497 Jy ![Exited script file: muppet] wmap "J1833+0115_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.154 x 9.95 at 16.15 degrees (North through East) ! Clean map min=-0.002943 max=0.22632 Jy/beam ! Writing clean map to FITS file: J1833+0115_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.226315 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000277127 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.367356 0.367356 0.734712 1.46942 2.93885 5.87769 11.7554 23.5108 47.0215 94.0431 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.226 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.154 x 9.95 at 16.15 degrees (North through East) ! Clean map min=-0.002943 max=0.22632 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 J1833+0115_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:20:42 2019