! Started logfile: J1705+5109_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:04:46 2016 obs J1705+5109_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1705+5109_S_2015_03_17_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776039 visibilities/baseline/integration-bin. ! Found source: J1705+5109 ! ! 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 16064 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 J1705+5109_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.952904Jy sigma=0.011436 ! Fit after self-cal, rms=0.927747Jy sigma=0.011144 ! 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.118 mas, bmaj=3.76 mas, bpa=-24.86 degrees ! Estimated noise=753.352 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.0516889 Jy ! Component: 100 - total flux cleaned = 0.0686714 Jy ! Total flux subtracted in 100 components = 0.0686714 Jy ! Clean residual min=-0.004269 max=0.007778 Jy/beam ! Clean residual mean=-0.000005 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.0686714 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0686714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071673Jy sigma=0.000797 ! Fit after self-cal, rms=0.071579Jy sigma=0.000796 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00925667 Jy ! Component: 100 - total flux cleaned = 0.0143441 Jy ! Total flux subtracted in 100 components = 0.0143441 Jy ! Clean residual min=-0.003158 max=0.003186 Jy/beam ! Clean residual mean=-0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0830155 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.0830156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069849Jy sigma=0.000778 ! Fit after self-cal, rms=0.069807Jy 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.888 mas, bmaj=4.507 mas, bpa=-23.93 degrees ! Estimated noise=472.868 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.0048231 Jy ! Component: 100 - total flux cleaned = 0.00751199 Jy ! Component: 150 - total flux cleaned = 0.00918011 Jy ! Component: 200 - total flux cleaned = 0.0102239 Jy ! Total flux subtracted in 200 components = 0.0102239 Jy ! Clean residual min=-0.002591 max=0.002370 Jy/beam ! Clean residual mean=-0.000006 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.0932394 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 35 components and 0.0932394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069360Jy sigma=0.000775 ! Fit after self-cal, rms=0.069348Jy sigma=0.000775 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.88 HN 1.05 KP 1.09 ! LA 1.00 MK 1.07 NL 0.90 OV 1.03 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.86 HN 1.07 KP 1.09 ! LA 0.97 MK 1.08 NL 1.01 OV 1.07 ! PT 1.08 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.92 HN 1.03 KP 0.93 ! LA 0.82 MK 1.18 NL 1.15 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 1.02 KP 0.94 ! LA 0.84 MK 1.13 NL 1.02 OV 1.05 ! PT 1.05 SC 0.92 ! ! ! Fit before self-cal, rms=0.069348Jy sigma=0.000775 ! Fit after self-cal, rms=0.067097Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.004 mas, bmaj=4.538 mas, bpa=-20.6 degrees ! Estimated noise=476.882 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.000480525 Jy ! Component: 100 - total flux cleaned = -0.000584986 Jy ! Component: 150 - total flux cleaned = -0.000644155 Jy ! Component: 200 - total flux cleaned = -0.000721104 Jy ! Total flux subtracted in 200 components = -0.000721104 Jy ! Clean residual min=-0.001573 max=0.001669 Jy/beam ! Clean residual mean=-0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0925183 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.0925183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067089Jy sigma=0.000768 ! Fit after self-cal, rms=0.067027Jy sigma=0.000767 ! 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.067027Jy sigma=0.000767 ! Fit after self-cal, rms=0.067199Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=4.545 mas, bpa=-20.75 degrees ! Estimated noise=476.004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000236005 Jy ! Component: 100 - total flux cleaned = -0.000274723 Jy ! Component: 150 - total flux cleaned = -0.000307837 Jy ! Component: 200 - total flux cleaned = -0.000328681 Jy ! Total flux subtracted in 200 components = -0.000328681 Jy ! Clean residual min=-0.001438 max=0.001445 Jy/beam ! Clean residual mean=0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0921896 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.0921896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067196Jy sigma=0.000766 ! Fit after self-cal, rms=0.067210Jy sigma=0.000766 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.87755e-05 Jy ! Component: 100 - total flux cleaned = -5.50917e-05 Jy ! Component: 150 - total flux cleaned = -6.7369e-05 Jy ! Component: 200 - total flux cleaned = -7.88345e-05 Jy ! Total flux subtracted in 200 components = -7.88345e-05 Jy ! Clean residual min=-0.001430 max=0.001434 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0921108 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.0921108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067209Jy sigma=0.000766 ! Fit after self-cal, rms=0.067209Jy sigma=0.000766 ! 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.067209Jy sigma=0.000766 ! Fit after self-cal, rms=0.067402Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.009 mas, bmaj=4.552 mas, bpa=-20.4 degrees ! Estimated noise=476.951 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.24734e-05 Jy ! Component: 100 - total flux cleaned = -0.000132973 Jy ! Component: 150 - total flux cleaned = -0.000153318 Jy ! Component: 200 - total flux cleaned = -0.000177644 Jy ! Total flux subtracted in 200 components = -0.000177644 Jy ! Clean residual min=-0.001418 max=0.001436 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0919331 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.0919331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067400Jy sigma=0.000766 ! Fit after self-cal, rms=0.067402Jy sigma=0.000766 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.0346e-05 Jy ! Component: 100 - total flux cleaned = -4.13994e-05 Jy ! Component: 150 - total flux cleaned = -5.17358e-05 Jy ! Component: 200 - total flux cleaned = -6.1716e-05 Jy ! Total flux subtracted in 200 components = -6.1716e-05 Jy ! Clean residual min=-0.001414 max=0.001434 Jy/beam ! Clean residual mean=0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0918714 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.0918714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067401Jy sigma=0.000766 ! Fit after self-cal, rms=0.067401Jy sigma=0.000766 ! 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.067401Jy sigma=0.000766 ! Fit after self-cal, rms=0.067527Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.221 mas, bmaj=8.901 mas, bpa=69.64 degrees ! Estimated noise=590.686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.11672e-05 Jy ! Component: 100 - total flux cleaned = 4.54404e-05 Jy ! Component: 150 - total flux cleaned = 5.52029e-05 Jy ! Component: 200 - total flux cleaned = 6.29717e-05 Jy ! Total flux subtracted in 200 components = 6.29717e-05 Jy ! Clean residual min=-0.001325 max=0.001436 Jy/beam ! Clean residual mean=0.000003 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0919344 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.0919344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067528Jy sigma=0.000766 ! Fit after self-cal, rms=0.067527Jy sigma=0.000766 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.95156e-06 Jy ! Component: 100 - total flux cleaned = 1.44655e-05 Jy ! Component: 150 - total flux cleaned = 1.89497e-05 Jy ! Component: 200 - total flux cleaned = 2.28507e-05 Jy ! Total flux subtracted in 200 components = 2.28507e-05 Jy ! Clean residual min=-0.001311 max=0.001425 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0919572 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.0919572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067528Jy sigma=0.000766 ! Fit after self-cal, rms=0.067528Jy sigma=0.000766 ! 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.021 mas, bmaj=4.558 mas, bpa=-20.09 degrees ! Estimated noise=477.739 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.021 x 4.558 at -20.09 degrees (North through East) ! Clean map min=-0.0013043 max=0.071632 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.207 mas, bmaj=3.784 mas, bpa=-22.37 degrees ! Estimated noise=777.892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0529965 Jy ! Component: 100 - total flux cleaned = 0.0706186 Jy ! Component: 150 - total flux cleaned = 0.0795896 Jy ! Component: 200 - total flux cleaned = 0.0844445 Jy ! Total flux subtracted in 200 components = 0.0844445 Jy ! Clean residual min=-0.002881 max=0.002365 Jy/beam ! Clean residual mean=-0.000001 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0844445 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0844445 Jy ! Inverting map and beam ! Estimated beam: bmin=4.021 mas, bmaj=4.558 mas, bpa=-20.09 degrees ! Estimated noise=477.739 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.00321269 Jy ! Component: 100 - total flux cleaned = 0.0047672 Jy ! Component: 150 - total flux cleaned = 0.00562384 Jy ! Component: 200 - total flux cleaned = 0.00613297 Jy ! Total flux subtracted in 200 components = 0.00613297 Jy ! Clean residual min=-0.001340 max=0.001452 Jy/beam ! Clean residual mean=0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0905775 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 42 components and 0.0905775 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.221 mas, bmaj=8.901 mas, bpa=69.64 degrees ! Estimated noise=590.686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000710862 Jy ! Component: 100 - total flux cleaned = 0.000937406 Jy ! Component: 150 - total flux cleaned = 0.000976261 Jy ! Component: 200 - total flux cleaned = 0.00101159 Jy ! Total flux subtracted in 200 components = 0.00101159 Jy ! Clean residual min=-0.001312 max=0.001467 Jy/beam ! Clean residual mean=0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0915891 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 = 3.29038e-05 Jy ! Component: 100 - total flux cleaned = 6.32344e-05 Jy ! Component: 150 - total flux cleaned = 9.14784e-05 Jy ! Component: 200 - total flux cleaned = 0.000117808 Jy ! Total flux subtracted in 200 components = 0.000117808 Jy ! Clean residual min=-0.001313 max=0.001453 Jy/beam ! Clean residual mean=0.000003 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0917069 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.0917069 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.021 mas, bmaj=4.558 mas, bpa=-20.09 degrees ! Estimated noise=477.739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114565 Jy ! Component: 100 - total flux cleaned = -0.000171541 Jy ! Component: 150 - total flux cleaned = -0.000221658 Jy ! Component: 200 - total flux cleaned = -0.000254215 Jy ! Total flux subtracted in 200 components = -0.000254215 Jy ! Clean residual min=-0.001364 max=0.001481 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0914527 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 58 components and 0.0914527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067527Jy sigma=0.000766 ! Fit after self-cal, rms=0.067526Jy sigma=0.000766 wmodel J1705+5109_S_2015_03_17_pus_map.mod ! Writing 58 model components to file: J1705+5109_S_2015_03_17_pus_map.mod wobs J1705+5109_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1705+5109_S_2015_03_17_pus_uvs.fits wwins J1705+5109_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1705+5109_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.000214321 Jy ! Component: 100 - total flux cleaned = 0.000119132 Jy ! Component: 150 - total flux cleaned = 0.000164487 Jy ! Component: 200 - total flux cleaned = 0.000142693 Jy ! Component: 250 - total flux cleaned = 5.73264e-05 Jy ! Component: 300 - total flux cleaned = 1.63143e-05 Jy ! Component: 350 - total flux cleaned = -3.77584e-06 Jy ! Component: 400 - total flux cleaned = -0.000102327 Jy ! Component: 450 - total flux cleaned = -0.000179119 Jy ! Component: 500 - total flux cleaned = -0.000216921 Jy ! Component: 550 - total flux cleaned = -0.00034714 Jy ! Component: 600 - total flux cleaned = -0.000438936 Jy ! Component: 650 - total flux cleaned = -0.000636243 Jy ! Component: 700 - total flux cleaned = -0.000723906 Jy ! Component: 750 - total flux cleaned = -0.000862212 Jy ! Component: 800 - total flux cleaned = -0.000964056 Jy ! Component: 850 - total flux cleaned = -0.00104725 Jy ! Component: 900 - total flux cleaned = -0.00119496 Jy ! Component: 950 - total flux cleaned = -0.00132354 Jy ! Component: 1000 - total flux cleaned = -0.00144981 Jy ! Component: 1050 - total flux cleaned = -0.00151204 Jy ! Component: 1100 - total flux cleaned = -0.00158845 Jy ! Component: 1150 - total flux cleaned = -0.00161852 Jy ! Component: 1200 - total flux cleaned = -0.00170825 Jy ! Component: 1250 - total flux cleaned = -0.00175227 Jy ! Component: 1300 - total flux cleaned = -0.00183907 Jy ! Component: 1350 - total flux cleaned = -0.00189605 Jy ! Component: 1400 - total flux cleaned = -0.00195259 Jy ! Component: 1450 - total flux cleaned = -0.00210527 Jy ! Component: 1500 - total flux cleaned = -0.00217353 Jy ! Component: 1550 - total flux cleaned = -0.00222752 Jy ! Component: 1600 - total flux cleaned = -0.00232086 Jy ! Component: 1650 - total flux cleaned = -0.00240013 Jy ! Component: 1700 - total flux cleaned = -0.00249148 Jy ! Component: 1750 - total flux cleaned = -0.0025558 Jy ! Component: 1800 - total flux cleaned = -0.00267045 Jy ! Component: 1850 - total flux cleaned = -0.00274605 Jy ! Component: 1900 - total flux cleaned = -0.00282074 Jy ! Component: 1950 - total flux cleaned = -0.00290719 Jy ! Component: 2000 - total flux cleaned = -0.00291959 Jy ! Component: 2050 - total flux cleaned = -0.00302855 Jy ! Component: 2100 - total flux cleaned = -0.00307633 Jy ! Component: 2150 - total flux cleaned = -0.00317064 Jy ! Component: 2200 - total flux cleaned = -0.0031706 Jy ! Component: 2250 - total flux cleaned = -0.00329789 Jy ! Component: 2300 - total flux cleaned = -0.00335516 Jy ! Component: 2350 - total flux cleaned = -0.00340051 Jy ! Component: 2400 - total flux cleaned = -0.00347914 Jy ! Component: 2450 - total flux cleaned = -0.00352363 Jy ! Component: 2500 - total flux cleaned = -0.00358973 Jy ! Component: 2550 - total flux cleaned = -0.00364447 Jy ! Component: 2600 - total flux cleaned = -0.00377431 Jy ! Component: 2650 - total flux cleaned = -0.00382791 Jy ! Component: 2700 - total flux cleaned = -0.00388097 Jy ! Component: 2750 - total flux cleaned = -0.00393362 Jy ! Component: 2800 - total flux cleaned = -0.00403799 Jy ! Component: 2850 - total flux cleaned = -0.00409999 Jy ! Component: 2900 - total flux cleaned = -0.00416144 Jy ! Component: 2950 - total flux cleaned = -0.00425291 Jy ! Component: 3000 - total flux cleaned = -0.00430328 Jy ! Component: 3050 - total flux cleaned = -0.00434327 Jy ! Component: 3100 - total flux cleaned = -0.00439292 Jy ! Component: 3150 - total flux cleaned = -0.00444219 Jy ! Component: 3200 - total flux cleaned = -0.00450085 Jy ! Component: 3250 - total flux cleaned = -0.00456868 Jy ! Component: 3300 - total flux cleaned = -0.00465526 Jy ! Component: 3350 - total flux cleaned = -0.00474122 Jy ! Component: 3400 - total flux cleaned = -0.0047885 Jy ! Component: 3450 - total flux cleaned = -0.00485435 Jy ! Component: 3500 - total flux cleaned = -0.00490105 Jy ! Component: 3550 - total flux cleaned = -0.00493817 Jy ! Component: 3600 - total flux cleaned = -0.00503031 Jy ! Component: 3650 - total flux cleaned = -0.0050943 Jy ! Component: 3700 - total flux cleaned = -0.00517609 Jy ! Component: 3750 - total flux cleaned = -0.00523913 Jy ! Component: 3800 - total flux cleaned = -0.0053018 Jy ! Component: 3850 - total flux cleaned = -0.00539967 Jy ! Component: 3900 - total flux cleaned = -0.00546151 Jy ! Component: 3950 - total flux cleaned = -0.00551414 Jy ! Component: 4000 - total flux cleaned = -0.00561876 Jy ! Component: 4050 - total flux cleaned = -0.00570538 Jy ! Total flux subtracted in 4096 components = -0.00573116 Jy ! Clean residual min=-0.000575 max=0.000538 Jy/beam ! Clean residual mean=0.000002 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.0857215 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 344 components and 0.0857214 Jy ![Exited script file: muppet] wmap "J1705+5109_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.021 x 4.558 at -20.09 degrees (North through East) ! Clean map min=-0.0012295 max=0.07177 Jy/beam ! Writing clean map to FITS file: J1705+5109_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.0717696 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000151437 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.633011 0.633011 1.26602 2.53205 5.06409 10.1282 20.2564 40.5127 81.0255 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.071 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.021 x 4.558 at -20.09 degrees (North through East) ! Clean map min=-0.0012295 max=0.07177 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 J1705+5109_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:04:51 2016