! Started logfile: J1509+1611_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:08:56 2016 obs J1509+1611_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1509+1611_S_2014_08_09_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.863415 visibilities/baseline/integration-bin. ! Found source: J1509+1611 ! ! 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 342 lines of history. ! ! Reading 12744 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 J1509+1611_S_2014_08_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914964Jy sigma=0.010659 ! Fit after self-cal, rms=0.901654Jy sigma=0.010516 ! 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.162 mas, bmaj=7.365 mas, bpa=10.28 degrees ! Estimated noise=770.823 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.0758395 Jy ! Component: 100 - total flux cleaned = 0.0924221 Jy ! Total flux subtracted in 100 components = 0.0924221 Jy ! Clean residual min=-0.003430 max=0.004898 Jy/beam ! Clean residual mean=-0.000005 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.0924221 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0924221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079052Jy sigma=0.000789 ! Fit after self-cal, rms=0.079051Jy sigma=0.000789 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00488264 Jy ! Component: 100 - total flux cleaned = 0.00746164 Jy ! Total flux subtracted in 100 components = 0.00746164 Jy ! Clean residual min=-0.003149 max=0.003095 Jy/beam ! Clean residual mean=-0.000004 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.0998837 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 36 components and 0.0998837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078476Jy sigma=0.000786 ! Fit after self-cal, rms=0.078481Jy sigma=0.000785 ! 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.843 mas, bmaj=8.249 mas, bpa=9.207 degrees ! Estimated noise=549.733 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.00252294 Jy ! Component: 100 - total flux cleaned = 0.00396515 Jy ! Component: 150 - total flux cleaned = 0.00487918 Jy ! Component: 200 - total flux cleaned = 0.00547309 Jy ! Total flux subtracted in 200 components = 0.00547309 Jy ! Clean residual min=-0.002769 max=0.002448 Jy/beam ! Clean residual mean=-0.000005 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.105357 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 62 components and 0.105357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078280Jy sigma=0.000785 ! Fit after self-cal, rms=0.078286Jy sigma=0.000785 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.86 HN 0.94 KP 1.08 ! LA 1.06 MK 1.08 NL 0.84 OV 1.03 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.08 KP 1.01 ! LA 1.08 MK 1.07 NL 1.01 OV 1.04 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 1.00 KP 0.95 ! LA 0.86 MK 1.03 NL 1.01 OV 0.99 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.03 HN 1.02 KP 0.88 ! LA 0.81 MK 1.03 NL 1.11 OV 1.05 ! PT 1.04 SC 0.96 ! ! ! Fit before self-cal, rms=0.078286Jy sigma=0.000785 ! Fit after self-cal, rms=0.074388Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=8.274 mas, bpa=9.459 degrees ! Estimated noise=555.073 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.000378412 Jy ! Component: 100 - total flux cleaned = 0.000333993 Jy ! Component: 150 - total flux cleaned = 0.000263598 Jy ! Component: 200 - total flux cleaned = 0.000192217 Jy ! Total flux subtracted in 200 components = 0.000192217 Jy ! Clean residual min=-0.002185 max=0.002212 Jy/beam ! Clean residual mean=-0.000004 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.105549 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.105549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074363Jy sigma=0.000777 ! Fit after self-cal, rms=0.074332Jy sigma=0.000776 ! 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.074332Jy sigma=0.000776 ! Fit after self-cal, rms=0.070757Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=8.29 mas, bpa=9.52 degrees ! Estimated noise=554.427 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207171 Jy ! Component: 100 - total flux cleaned = -0.00028466 Jy ! Component: 150 - total flux cleaned = -0.00031029 Jy ! Component: 200 - total flux cleaned = -0.000353644 Jy ! Total flux subtracted in 200 components = -0.000353644 Jy ! Clean residual min=-0.001635 max=0.001562 Jy/beam ! Clean residual mean=-0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.105195 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 87 components and 0.105195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070751Jy sigma=0.000771 ! Fit after self-cal, rms=0.070730Jy sigma=0.000771 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.07376e-05 Jy ! Component: 100 - total flux cleaned = -7.94513e-05 Jy ! Component: 150 - total flux cleaned = -0.000106006 Jy ! Component: 200 - total flux cleaned = -0.000122084 Jy ! Total flux subtracted in 200 components = -0.000122084 Jy ! Clean residual min=-0.001635 max=0.001546 Jy/beam ! Clean residual mean=-0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.105073 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.105073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070727Jy sigma=0.000771 ! Fit after self-cal, rms=0.070728Jy sigma=0.000771 ! 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.070728Jy sigma=0.000771 ! Fit after self-cal, rms=0.070779Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=8.294 mas, bpa=9.585 degrees ! Estimated noise=554.485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000192917 Jy ! Component: 100 - total flux cleaned = -0.000258421 Jy ! Component: 150 - total flux cleaned = -0.000287123 Jy ! Component: 200 - total flux cleaned = -0.000329175 Jy ! Total flux subtracted in 200 components = -0.000329175 Jy ! Clean residual min=-0.001617 max=0.001560 Jy/beam ! Clean residual mean=-0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.104744 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.104744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070776Jy sigma=0.000771 ! Fit after self-cal, rms=0.070777Jy sigma=0.000771 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 = -3.75637e-05 Jy ! Component: 100 - total flux cleaned = -5.98457e-05 Jy ! Component: 150 - total flux cleaned = -7.39016e-05 Jy ! Component: 200 - total flux cleaned = -8.7385e-05 Jy ! Total flux subtracted in 200 components = -8.7385e-05 Jy ! Clean residual min=-0.001618 max=0.001552 Jy/beam ! Clean residual mean=-0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.104657 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.104657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070775Jy sigma=0.000771 ! Fit after self-cal, rms=0.070775Jy sigma=0.000771 ! 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.070775Jy sigma=0.000771 ! Fit after self-cal, rms=0.070827Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.502 mas, bmaj=10.62 mas, bpa=-0.569 degrees ! Estimated noise=650.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118586 Jy ! Component: 100 - total flux cleaned = -0.000159477 Jy ! Component: 150 - total flux cleaned = -0.000184799 Jy ! Component: 200 - total flux cleaned = -0.000197996 Jy ! Total flux subtracted in 200 components = -0.000197996 Jy ! Clean residual min=-0.001627 max=0.001906 Jy/beam ! Clean residual mean=-0.000007 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.104459 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 100 components and 0.104459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070829Jy sigma=0.000771 ! Fit after self-cal, rms=0.070830Jy sigma=0.000771 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 = 1.80075e-05 Jy ! Component: 100 - total flux cleaned = 1.82064e-05 Jy ! Component: 150 - total flux cleaned = 1.41003e-05 Jy ! Component: 200 - total flux cleaned = 1.00932e-05 Jy ! Total flux subtracted in 200 components = 1.00932e-05 Jy ! Clean residual min=-0.001623 max=0.001906 Jy/beam ! Clean residual mean=-0.000007 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.104469 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 105 components and 0.104469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070831Jy sigma=0.000771 ! Fit after self-cal, rms=0.070831Jy sigma=0.000771 ! 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.877 mas, bmaj=8.297 mas, bpa=9.635 degrees ! Estimated noise=554.564 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.877 x 8.297 at 9.635 degrees (North through East) ! Clean map min=-0.0015563 max=0.09904 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.173 mas, bmaj=7.408 mas, bpa=10.77 degrees ! Estimated noise=782.883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0769149 Jy ! Component: 100 - total flux cleaned = 0.0939156 Jy ! Component: 150 - total flux cleaned = 0.0991425 Jy ! Component: 200 - total flux cleaned = 0.101398 Jy ! Total flux subtracted in 200 components = 0.101398 Jy ! Clean residual min=-0.002187 max=0.002257 Jy/beam ! Clean residual mean=-0.000003 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.101398 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.101398 Jy ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=8.297 mas, bpa=9.635 degrees ! Estimated noise=554.564 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.0015049 Jy ! Component: 100 - total flux cleaned = 0.00226675 Jy ! Component: 150 - total flux cleaned = 0.00253772 Jy ! Component: 200 - total flux cleaned = 0.00266445 Jy ! Total flux subtracted in 200 components = 0.00266445 Jy ! Clean residual min=-0.001611 max=0.001588 Jy/beam ! Clean residual mean=-0.000004 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.104063 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.104063 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.502 mas, bmaj=10.62 mas, bpa=-0.569 degrees ! Estimated noise=650.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000435782 Jy ! Component: 100 - total flux cleaned = 0.000428422 Jy ! Component: 150 - total flux cleaned = 0.000422014 Jy ! Component: 200 - total flux cleaned = 0.000422016 Jy ! Total flux subtracted in 200 components = 0.000422016 Jy ! Clean residual min=-0.001607 max=0.001891 Jy/beam ! Clean residual mean=-0.000007 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.104485 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 = 5.05985e-06 Jy ! Component: 100 - total flux cleaned = 9.82895e-06 Jy ! Component: 150 - total flux cleaned = 1.43735e-05 Jy ! Component: 200 - total flux cleaned = 1.85547e-05 Jy ! Total flux subtracted in 200 components = 1.85547e-05 Jy ! Clean residual min=-0.001607 max=0.001890 Jy/beam ! Clean residual mean=-0.000007 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.104503 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.104503 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=8.297 mas, bpa=9.635 degrees ! Estimated noise=554.564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000152245 Jy ! Component: 100 - total flux cleaned = -0.000152664 Jy ! Component: 150 - total flux cleaned = -0.000194743 Jy ! Component: 200 - total flux cleaned = -0.000213813 Jy ! Total flux subtracted in 200 components = -0.000213813 Jy ! Clean residual min=-0.001584 max=0.001561 Jy/beam ! Clean residual mean=-0.000004 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.10429 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.10429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070838Jy sigma=0.000771 ! Fit after self-cal, rms=0.070836Jy sigma=0.000771 wmodel J1509+1611_S_2014_08_09_pus_map.mod ! Writing 68 model components to file: J1509+1611_S_2014_08_09_pus_map.mod wobs J1509+1611_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1509+1611_S_2014_08_09_pus_uvs.fits wwins J1509+1611_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1509+1611_S_2014_08_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.000146698 Jy ! Component: 100 - total flux cleaned = -0.000365219 Jy ! Component: 150 - total flux cleaned = -0.000625414 Jy ! Component: 200 - total flux cleaned = -0.000876222 Jy ! Component: 250 - total flux cleaned = -0.00114236 Jy ! Component: 300 - total flux cleaned = -0.00144716 Jy ! Component: 350 - total flux cleaned = -0.00174293 Jy ! Component: 400 - total flux cleaned = -0.00194245 Jy ! Component: 450 - total flux cleaned = -0.00209453 Jy ! Component: 500 - total flux cleaned = -0.00230694 Jy ! Component: 550 - total flux cleaned = -0.0024528 Jy ! Component: 600 - total flux cleaned = -0.00265688 Jy ! Component: 650 - total flux cleaned = -0.00277665 Jy ! Component: 700 - total flux cleaned = -0.00289508 Jy ! Component: 750 - total flux cleaned = -0.00305 Jy ! Component: 800 - total flux cleaned = -0.00314547 Jy ! Component: 850 - total flux cleaned = -0.00323946 Jy ! Component: 900 - total flux cleaned = -0.00344274 Jy ! Component: 950 - total flux cleaned = -0.00358804 Jy ! Component: 1000 - total flux cleaned = -0.00367755 Jy ! Component: 1050 - total flux cleaned = -0.00380097 Jy ! Component: 1100 - total flux cleaned = -0.0039052 Jy ! Component: 1150 - total flux cleaned = -0.00400823 Jy ! Component: 1200 - total flux cleaned = -0.00409311 Jy ! Component: 1250 - total flux cleaned = -0.00419338 Jy ! Component: 1300 - total flux cleaned = -0.00424263 Jy ! Component: 1350 - total flux cleaned = -0.00430802 Jy ! Component: 1400 - total flux cleaned = -0.00440443 Jy ! Component: 1450 - total flux cleaned = -0.00446781 Jy ! Component: 1500 - total flux cleaned = -0.00449904 Jy ! Component: 1550 - total flux cleaned = -0.00454543 Jy ! Component: 1600 - total flux cleaned = -0.00456065 Jy ! Component: 1650 - total flux cleaned = -0.00454537 Jy ! Component: 1700 - total flux cleaned = -0.00459001 Jy ! Component: 1750 - total flux cleaned = -0.00454537 Jy ! Component: 1800 - total flux cleaned = -0.00461861 Jy ! Component: 1850 - total flux cleaned = -0.00463271 Jy ! Component: 1900 - total flux cleaned = -0.00461823 Jy ! Component: 1950 - total flux cleaned = -0.00464646 Jy ! Component: 2000 - total flux cleaned = -0.00461826 Jy ! Component: 2050 - total flux cleaned = -0.00464618 Jy ! Component: 2100 - total flux cleaned = -0.00465993 Jy ! Component: 2150 - total flux cleaned = -0.00465992 Jy ! Component: 2200 - total flux cleaned = -0.00472754 Jy ! Component: 2250 - total flux cleaned = -0.00467371 Jy ! Component: 2300 - total flux cleaned = -0.00467385 Jy ! Component: 2350 - total flux cleaned = -0.00471321 Jy ! Component: 2400 - total flux cleaned = -0.00473912 Jy ! Component: 2450 - total flux cleaned = -0.00473921 Jy ! Component: 2500 - total flux cleaned = -0.00479039 Jy ! Component: 2550 - total flux cleaned = -0.00477792 Jy ! Component: 2600 - total flux cleaned = -0.00482821 Jy ! Component: 2650 - total flux cleaned = -0.00480341 Jy ! Component: 2700 - total flux cleaned = -0.00482823 Jy ! Component: 2750 - total flux cleaned = -0.00485264 Jy ! Component: 2800 - total flux cleaned = -0.00487686 Jy ! Component: 2850 - total flux cleaned = -0.00487664 Jy ! Component: 2900 - total flux cleaned = -0.00490053 Jy ! Component: 2950 - total flux cleaned = -0.00487662 Jy ! Component: 3000 - total flux cleaned = -0.00490016 Jy ! Component: 3050 - total flux cleaned = -0.0048653 Jy ! Component: 3100 - total flux cleaned = -0.00485383 Jy ! Component: 3150 - total flux cleaned = -0.00485392 Jy ! Component: 3200 - total flux cleaned = -0.00485382 Jy ! Component: 3250 - total flux cleaned = -0.00488761 Jy ! Component: 3300 - total flux cleaned = -0.00484277 Jy ! Component: 3350 - total flux cleaned = -0.00485372 Jy ! Component: 3400 - total flux cleaned = -0.00483164 Jy ! Component: 3450 - total flux cleaned = -0.00483155 Jy ! Component: 3500 - total flux cleaned = -0.0048423 Jy ! Component: 3550 - total flux cleaned = -0.00483156 Jy ! Component: 3600 - total flux cleaned = -0.00484216 Jy ! Component: 3650 - total flux cleaned = -0.00485281 Jy ! Component: 3700 - total flux cleaned = -0.00481062 Jy ! Component: 3750 - total flux cleaned = -0.00482109 Jy ! Component: 3800 - total flux cleaned = -0.00481063 Jy ! Component: 3850 - total flux cleaned = -0.00485191 Jy ! Component: 3900 - total flux cleaned = -0.00484157 Jy ! Component: 3950 - total flux cleaned = -0.0048211 Jy ! Component: 4000 - total flux cleaned = -0.00486177 Jy ! Component: 4050 - total flux cleaned = -0.00484172 Jy ! Total flux subtracted in 4096 components = -0.00488171 Jy ! Clean residual min=-0.000645 max=0.000666 Jy/beam ! Clean residual mean=-0.000002 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0994078 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 353 components and 0.0994078 Jy ![Exited script file: muppet] wmap "J1509+1611_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.877 x 8.297 at 9.635 degrees (North through East) ! Clean map min=-0.0011856 max=0.099148 Jy/beam ! Writing clean map to FITS file: J1509+1611_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0991484 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184252 device "J1509+1611_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1509+1611_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.557504 0.557504 1.11501 2.23002 4.46004 8.92007 17.8401 35.6803 71.3606 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.099 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.877 x 8.297 at 9.635 degrees (North through East) ! Clean map min=-0.0011856 max=0.099148 Jy/beam quit ! Quitting program ! Log file J1509+1611_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:09:01 2016