! Started logfile: J1656+5321_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:04:31 2016 obs J1656+5321_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1656+5321_S_2015_03_17_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784161 visibilities/baseline/integration-bin. ! Found source: J1656+5321 ! ! 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 330 lines of history. ! ! Reading 13268 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 J1656+5321_S_2015_03_17_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924016Jy sigma=0.010995 ! Fit after self-cal, rms=0.898223Jy sigma=0.010711 ! 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.135 mas, bmaj=3.655 mas, bpa=-25.85 degrees ! Estimated noise=823.643 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.0751525 Jy ! Component: 100 - total flux cleaned = 0.094186 Jy ! Total flux subtracted in 100 components = 0.094186 Jy ! Clean residual min=-0.004409 max=0.008100 Jy/beam ! Clean residual mean=-0.000012 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.094186 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.094186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072876Jy sigma=0.000795 ! Fit after self-cal, rms=0.072843Jy sigma=0.000795 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00921297 Jy ! Component: 100 - total flux cleaned = 0.0143788 Jy ! Total flux subtracted in 100 components = 0.0143788 Jy ! Clean residual min=-0.003882 max=0.003746 Jy/beam ! Clean residual mean=-0.000009 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.108565 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.108565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070998Jy sigma=0.000778 ! Fit after self-cal, rms=0.070970Jy sigma=0.000778 ! 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.876 mas, bmaj=4.425 mas, bpa=-26.67 degrees ! Estimated noise=525.704 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.00509507 Jy ! Component: 100 - total flux cleaned = 0.00813687 Jy ! Component: 150 - total flux cleaned = 0.0100376 Jy ! Component: 200 - total flux cleaned = 0.0112302 Jy ! Total flux subtracted in 200 components = 0.0112302 Jy ! Clean residual min=-0.003269 max=0.003150 Jy/beam ! Clean residual mean=-0.000007 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.119795 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 43 components and 0.119795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070418Jy sigma=0.000775 ! Fit after self-cal, rms=0.070406Jy sigma=0.000774 ! 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.04 FD 0.84 HN 1.01 KP 1.11 ! LA 0.97 MK 1.04 NL 0.91 OV 1.02 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.93 HN 0.99 KP 1.06 ! LA 0.93 MK 1.10 NL 1.00 OV 1.05 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.91 HN 1.01 KP 0.93 ! LA 0.80 MK 1.14 NL 1.13 OV 1.01 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.93 HN 0.95 KP 0.95 ! LA 0.85 MK 1.10 NL 1.02 OV 1.09 ! PT 1.08 SC 0.98 ! ! ! Fit before self-cal, rms=0.070406Jy sigma=0.000774 ! Fit after self-cal, rms=0.067213Jy sigma=0.000762 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.97 mas, bmaj=4.469 mas, bpa=-25.59 degrees ! Estimated noise=529.663 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.000783601 Jy ! Component: 100 - total flux cleaned = -0.000809466 Jy ! Component: 150 - total flux cleaned = -0.0008516 Jy ! Component: 200 - total flux cleaned = -0.0008513 Jy ! Total flux subtracted in 200 components = -0.0008513 Jy ! Clean residual min=-0.002057 max=0.002098 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.118944 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.118944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067197Jy sigma=0.000762 ! Fit after self-cal, rms=0.067127Jy sigma=0.000762 ! 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.067127Jy sigma=0.000762 ! Fit after self-cal, rms=0.067037Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.962 mas, bmaj=4.471 mas, bpa=-25.89 degrees ! Estimated noise=528.505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000401098 Jy ! Component: 100 - total flux cleaned = -0.000469579 Jy ! Component: 150 - total flux cleaned = -0.000528434 Jy ! Component: 200 - total flux cleaned = -0.000581029 Jy ! Total flux subtracted in 200 components = -0.000581029 Jy ! Clean residual min=-0.001771 max=0.001639 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.118363 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.118363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067033Jy sigma=0.000759 ! Fit after self-cal, rms=0.067046Jy sigma=0.000759 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.8184e-05 Jy ! Component: 100 - total flux cleaned = -0.000104868 Jy ! Component: 150 - total flux cleaned = -0.000139128 Jy ! Component: 200 - total flux cleaned = -0.000158045 Jy ! Total flux subtracted in 200 components = -0.000158045 Jy ! Clean residual min=-0.001796 max=0.001625 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.118205 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.118205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067045Jy sigma=0.000759 ! Fit after self-cal, rms=0.067045Jy sigma=0.000759 ! 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.067045Jy sigma=0.000759 ! Fit after self-cal, rms=0.067079Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=4.483 mas, bpa=-26.17 degrees ! Estimated noise=528.508 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000272349 Jy ! Component: 100 - total flux cleaned = -0.000332278 Jy ! Component: 150 - total flux cleaned = -0.000384682 Jy ! Component: 200 - total flux cleaned = -0.000425237 Jy ! Total flux subtracted in 200 components = -0.000425237 Jy ! Clean residual min=-0.001793 max=0.001640 Jy/beam ! Clean residual mean=0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.117779 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.117779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067077Jy sigma=0.000759 ! Fit after self-cal, rms=0.067078Jy sigma=0.000759 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.61612e-05 Jy ! Component: 100 - total flux cleaned = -6.7147e-05 Jy ! Component: 150 - total flux cleaned = -7.77654e-05 Jy ! Component: 200 - total flux cleaned = -9.3214e-05 Jy ! Total flux subtracted in 200 components = -9.3214e-05 Jy ! Clean residual min=-0.001802 max=0.001636 Jy/beam ! Clean residual mean=0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.117686 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.117686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067077Jy sigma=0.000759 ! Fit after self-cal, rms=0.067077Jy sigma=0.000759 ! 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.067077Jy sigma=0.000759 ! Fit after self-cal, rms=0.067099Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.184 mas, bmaj=8.905 mas, bpa=76.53 degrees ! Estimated noise=659.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000332957 Jy ! Component: 100 - total flux cleaned = -0.00035723 Jy ! Component: 150 - total flux cleaned = -0.000371207 Jy ! Component: 200 - total flux cleaned = -0.000377823 Jy ! Total flux subtracted in 200 components = -0.000377823 Jy ! Clean residual min=-0.001705 max=0.001654 Jy/beam ! Clean residual mean=0.000003 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.117308 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 57 components and 0.117308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067099Jy sigma=0.000759 ! Fit after self-cal, rms=0.067099Jy sigma=0.000759 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.52701e-05 Jy ! Component: 100 - total flux cleaned = -3.05163e-05 Jy ! Component: 150 - total flux cleaned = -3.55357e-05 Jy ! Component: 200 - total flux cleaned = -4.038e-05 Jy ! Total flux subtracted in 200 components = -4.038e-05 Jy ! Clean residual min=-0.001705 max=0.001651 Jy/beam ! Clean residual mean=0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.117268 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 57 components and 0.117268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067100Jy sigma=0.000759 ! Fit after self-cal, rms=0.067100Jy sigma=0.000759 ! 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.969 mas, bmaj=4.492 mas, bpa=-26.34 degrees ! Estimated noise=528.565 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.969 x 4.492 at -26.34 degrees (North through East) ! Clean map min=-0.0017955 max=0.10025 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.204 mas, bmaj=3.705 mas, bpa=-25.54 degrees ! Estimated noise=842.244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0766202 Jy ! Component: 100 - total flux cleaned = 0.0954327 Jy ! Component: 150 - total flux cleaned = 0.103819 Jy ! Component: 200 - total flux cleaned = 0.108378 Jy ! Total flux subtracted in 200 components = 0.108378 Jy ! Clean residual min=-0.002697 max=0.002504 Jy/beam ! Clean residual mean=-0.000002 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.108378 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.108378 Jy ! Inverting map and beam ! Estimated beam: bmin=3.969 mas, bmaj=4.492 mas, bpa=-26.34 degrees ! Estimated noise=528.565 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.00378607 Jy ! Component: 100 - total flux cleaned = 0.00568296 Jy ! Component: 150 - total flux cleaned = 0.00677758 Jy ! Component: 200 - total flux cleaned = 0.00743452 Jy ! Total flux subtracted in 200 components = 0.00743452 Jy ! Clean residual min=-0.001920 max=0.001563 Jy/beam ! Clean residual mean=0.000001 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.115812 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 50 components and 0.115812 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=8.184 mas, bmaj=8.905 mas, bpa=76.53 degrees ! Estimated noise=659.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000694411 Jy ! Component: 100 - total flux cleaned = 0.000975223 Jy ! Component: 150 - total flux cleaned = 0.00100745 Jy ! Component: 200 - total flux cleaned = 0.00102554 Jy ! Total flux subtracted in 200 components = 0.00102554 Jy ! Clean residual min=-0.001735 max=0.001624 Jy/beam ! Clean residual mean=0.000003 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.116838 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 = 1.73743e-05 Jy ! Component: 100 - total flux cleaned = 3.91778e-05 Jy ! Component: 150 - total flux cleaned = 5.45515e-05 Jy ! Component: 200 - total flux cleaned = 6.92393e-05 Jy ! Total flux subtracted in 200 components = 6.92393e-05 Jy ! Clean residual min=-0.001729 max=0.001625 Jy/beam ! Clean residual mean=0.000003 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.116907 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.116907 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.969 mas, bmaj=4.492 mas, bpa=-26.34 degrees ! Estimated noise=528.565 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.24427e-05 Jy ! Component: 100 - total flux cleaned = -8.43031e-05 Jy ! Component: 150 - total flux cleaned = -5.98068e-05 Jy ! Component: 200 - total flux cleaned = -3.20082e-05 Jy ! Total flux subtracted in 200 components = -3.20082e-05 Jy ! Clean residual min=-0.001867 max=0.001613 Jy/beam ! Clean residual mean=0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.116875 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.116875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067096Jy sigma=0.000759 ! Fit after self-cal, rms=0.067096Jy sigma=0.000759 wmodel J1656+5321_S_2015_03_17_pus_map.mod ! Writing 62 model components to file: J1656+5321_S_2015_03_17_pus_map.mod wobs J1656+5321_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1656+5321_S_2015_03_17_pus_uvs.fits wwins J1656+5321_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1656+5321_S_2015_03_17_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.000732764 Jy ! Component: 100 - total flux cleaned = -0.00114362 Jy ! Component: 150 - total flux cleaned = -0.00133609 Jy ! Component: 200 - total flux cleaned = -0.00154551 Jy ! Component: 250 - total flux cleaned = -0.00167073 Jy ! Component: 300 - total flux cleaned = -0.00184045 Jy ! Component: 350 - total flux cleaned = -0.00200535 Jy ! Component: 400 - total flux cleaned = -0.00209708 Jy ! Component: 450 - total flux cleaned = -0.00218626 Jy ! Component: 500 - total flux cleaned = -0.00220803 Jy ! Component: 550 - total flux cleaned = -0.00231396 Jy ! Component: 600 - total flux cleaned = -0.0023554 Jy ! Component: 650 - total flux cleaned = -0.00243617 Jy ! Component: 700 - total flux cleaned = -0.00251482 Jy ! Component: 750 - total flux cleaned = -0.00259222 Jy ! Component: 800 - total flux cleaned = -0.00266801 Jy ! Component: 850 - total flux cleaned = -0.00270538 Jy ! Component: 900 - total flux cleaned = -0.00281523 Jy ! Component: 950 - total flux cleaned = -0.00286948 Jy ! Component: 1000 - total flux cleaned = -0.00297571 Jy ! Component: 1050 - total flux cleaned = -0.00304506 Jy ! Component: 1100 - total flux cleaned = -0.00313036 Jy ! Component: 1150 - total flux cleaned = -0.00316361 Jy ! Component: 1200 - total flux cleaned = -0.00318008 Jy ! Component: 1250 - total flux cleaned = -0.00324554 Jy ! Component: 1300 - total flux cleaned = -0.00331037 Jy ! Component: 1350 - total flux cleaned = -0.00335811 Jy ! Component: 1400 - total flux cleaned = -0.00342126 Jy ! Component: 1450 - total flux cleaned = -0.00351421 Jy ! Component: 1500 - total flux cleaned = -0.00356005 Jy ! Component: 1550 - total flux cleaned = -0.0035902 Jy ! Component: 1600 - total flux cleaned = -0.00364949 Jy ! Component: 1650 - total flux cleaned = -0.00363462 Jy ! Component: 1700 - total flux cleaned = -0.00363442 Jy ! Component: 1750 - total flux cleaned = -0.00364883 Jy ! Component: 1800 - total flux cleaned = -0.00366278 Jy ! Component: 1850 - total flux cleaned = -0.00364822 Jy ! Component: 1900 - total flux cleaned = -0.00359252 Jy ! Component: 1950 - total flux cleaned = -0.00359242 Jy ! Component: 2000 - total flux cleaned = -0.00360607 Jy ! Component: 2050 - total flux cleaned = -0.00357887 Jy ! Component: 2100 - total flux cleaned = -0.00353893 Jy ! Component: 2150 - total flux cleaned = -0.00351252 Jy ! Component: 2200 - total flux cleaned = -0.00351269 Jy ! Component: 2250 - total flux cleaned = -0.00352568 Jy ! Component: 2300 - total flux cleaned = -0.00348742 Jy ! Component: 2350 - total flux cleaned = -0.00349996 Jy ! Component: 2400 - total flux cleaned = -0.00343721 Jy ! Component: 2450 - total flux cleaned = -0.00346211 Jy ! Component: 2500 - total flux cleaned = -0.00343761 Jy ! Component: 2550 - total flux cleaned = -0.00344953 Jy ! Component: 2600 - total flux cleaned = -0.00340134 Jy ! Component: 2650 - total flux cleaned = -0.00341337 Jy ! Component: 2700 - total flux cleaned = -0.00346066 Jy ! Component: 2750 - total flux cleaned = -0.00344877 Jy ! Component: 2800 - total flux cleaned = -0.00340233 Jy ! Component: 2850 - total flux cleaned = -0.00344843 Jy ! Component: 2900 - total flux cleaned = -0.00345975 Jy ! Component: 2950 - total flux cleaned = -0.00342594 Jy ! Component: 3000 - total flux cleaned = -0.00344853 Jy ! Component: 3050 - total flux cleaned = -0.00344873 Jy ! Component: 3100 - total flux cleaned = -0.00343769 Jy ! Component: 3150 - total flux cleaned = -0.00342687 Jy ! Component: 3200 - total flux cleaned = -0.00338376 Jy ! Component: 3250 - total flux cleaned = -0.00337319 Jy ! Component: 3300 - total flux cleaned = -0.00340509 Jy ! Component: 3350 - total flux cleaned = -0.00337358 Jy ! Component: 3400 - total flux cleaned = -0.00338416 Jy ! Component: 3450 - total flux cleaned = -0.00339446 Jy ! Component: 3500 - total flux cleaned = -0.00338435 Jy ! Component: 3550 - total flux cleaned = -0.00339443 Jy ! Component: 3600 - total flux cleaned = -0.00346485 Jy ! Component: 3650 - total flux cleaned = -0.00342474 Jy ! Component: 3700 - total flux cleaned = -0.00342485 Jy ! Component: 3750 - total flux cleaned = -0.00343482 Jy ! Component: 3800 - total flux cleaned = -0.00346422 Jy ! Component: 3850 - total flux cleaned = -0.00346422 Jy ! Component: 3900 - total flux cleaned = -0.00342572 Jy ! Component: 3950 - total flux cleaned = -0.0034926 Jy ! Component: 4000 - total flux cleaned = -0.00349253 Jy ! Component: 4050 - total flux cleaned = -0.00351131 Jy ! Total flux subtracted in 4096 components = -0.00350204 Jy ! Clean residual min=-0.000555 max=0.000540 Jy/beam ! Clean residual mean=0.000003 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.113373 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 333 components and 0.113373 Jy ![Exited script file: muppet] wmap "J1656+5321_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.969 x 4.492 at -26.34 degrees (North through East) ! Clean map min=-0.0011814 max=0.1007 Jy/beam ! Writing clean map to FITS file: J1656+5321_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100697 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160502 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.478172 0.478172 0.956344 1.91269 3.82538 7.65076 15.3015 30.603 61.206 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.969 x 4.492 at -26.34 degrees (North through East) ! Clean map min=-0.0011814 max=0.1007 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 J1656+5321_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:04:37 2016