! Started logfile: J1058+8114_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:51:29 2016 obs J1058+8114_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1058+8114_S_2014_06_09_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.654861 visibilities/baseline/integration-bin. ! Found source: J1058+8114 ! ! 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 336 lines of history. ! ! Reading 3772 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 J1058+8114_S_2014_06_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.764266Jy sigma=0.008340 ! Fit after self-cal, rms=0.757523Jy sigma=0.008272 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.573 mas, bmaj=8.238 mas, bpa=-57.09 degrees ! Estimated noise=1567.12 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.185758 Jy ! Component: 100 - total flux cleaned = 0.231023 Jy ! Total flux subtracted in 100 components = 0.231023 Jy ! Clean residual min=-0.008702 max=0.017195 Jy/beam ! Clean residual mean=0.000028 rms=0.002661 Jy/beam ! Combined flux in latest and established models = 0.231023 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.231023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084757Jy sigma=0.000870 ! Fit after self-cal, rms=0.084757Jy sigma=0.000869 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188598 Jy ! Component: 100 - total flux cleaned = 0.0288838 Jy ! Total flux subtracted in 100 components = 0.0288838 Jy ! Clean residual min=-0.006917 max=0.008395 Jy/beam ! Clean residual mean=0.000021 rms=0.001840 Jy/beam ! Combined flux in latest and established models = 0.259907 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 16 components and 0.259907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080265Jy sigma=0.000825 ! Fit after self-cal, rms=0.080256Jy sigma=0.000825 ! 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.282 mas, bmaj=9.516 mas, bpa=-59.9 degrees ! Estimated noise=1071.22 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.00443106 Jy ! Component: 100 - total flux cleaned = 0.00646695 Jy ! Component: 150 - total flux cleaned = 0.00679198 Jy ! Component: 200 - total flux cleaned = 0.00692658 Jy ! Total flux subtracted in 200 components = 0.00692658 Jy ! Clean residual min=-0.004354 max=0.005560 Jy/beam ! Clean residual mean=0.000043 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.266833 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.266833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079921Jy sigma=0.000823 ! Fit after self-cal, rms=0.079920Jy sigma=0.000823 ! 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.00* FD 0.86 HN 0.95 KP 1.04 ! LA 1.19 MK 0.97 NL 0.98 OV 0.99 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00 KP 1.02 ! LA 1.13 MK 1.02 NL 1.03 OV 1.01 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.00 KP 0.90 ! LA 0.92 MK 1.05 NL 0.97 OV 0.95 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00 KP 0.90 ! LA 0.85 MK 0.99 NL 1.09 OV 1.01 ! PT 1.01 SC 0.95 ! ! ! Fit before self-cal, rms=0.079920Jy sigma=0.000823 ! Fit after self-cal, rms=0.075293Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=9.512 mas, bpa=-60.07 degrees ! Estimated noise=1068.9 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.000572099 Jy ! Component: 100 - total flux cleaned = -0.000490703 Jy ! Component: 150 - total flux cleaned = -0.000455899 Jy ! Component: 200 - total flux cleaned = -0.000487126 Jy ! Total flux subtracted in 200 components = -0.000487126 Jy ! Clean residual min=-0.002995 max=0.003568 Jy/beam ! Clean residual mean=0.000009 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.266346 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 0.266346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075249Jy sigma=0.000779 ! Fit after self-cal, rms=0.075233Jy sigma=0.000779 ! 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.075233Jy sigma=0.000779 ! Fit after self-cal, rms=0.075230Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=9.528 mas, bpa=-60.07 degrees ! Estimated noise=1069.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000650212 Jy ! Component: 100 - total flux cleaned = 0.000729744 Jy ! Component: 150 - total flux cleaned = 0.000708209 Jy ! Component: 200 - total flux cleaned = 0.000688377 Jy ! Total flux subtracted in 200 components = 0.000688377 Jy ! Clean residual min=-0.002876 max=0.002877 Jy/beam ! Clean residual mean=-0.000008 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.267035 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.267035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075210Jy sigma=0.000775 ! Fit after self-cal, rms=0.075212Jy sigma=0.000775 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.97232e-05 Jy ! Component: 100 - total flux cleaned = 3.2479e-05 Jy ! Component: 150 - total flux cleaned = 1.70538e-05 Jy ! Component: 200 - total flux cleaned = 1.73346e-05 Jy ! Total flux subtracted in 200 components = 1.73346e-05 Jy ! Clean residual min=-0.002851 max=0.002799 Jy/beam ! Clean residual mean=-0.000008 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.267052 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.267052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075202Jy sigma=0.000775 ! Fit after self-cal, rms=0.075201Jy sigma=0.000775 ! 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.075201Jy sigma=0.000775 ! Fit after self-cal, rms=0.075208Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=9.533 mas, bpa=-60.1 degrees ! Estimated noise=1070.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000427563 Jy ! Component: 100 - total flux cleaned = 0.000512424 Jy ! Component: 150 - total flux cleaned = 0.000512849 Jy ! Component: 200 - total flux cleaned = 0.000500388 Jy ! Total flux subtracted in 200 components = 0.000500388 Jy ! Clean residual min=-0.002818 max=0.002819 Jy/beam ! Clean residual mean=-0.000008 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.267552 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.267552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075199Jy sigma=0.000775 ! Fit after self-cal, rms=0.075198Jy sigma=0.000775 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.52019e-05 Jy ! Component: 100 - total flux cleaned = 5.24314e-05 Jy ! Component: 150 - total flux cleaned = 5.25279e-05 Jy ! Component: 200 - total flux cleaned = 5.23092e-05 Jy ! Total flux subtracted in 200 components = 5.23092e-05 Jy ! Clean residual min=-0.002801 max=0.002825 Jy/beam ! Clean residual mean=-0.000008 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.267605 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.267605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075193Jy sigma=0.000775 ! Fit after self-cal, rms=0.075193Jy sigma=0.000775 ! 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.075193Jy sigma=0.000775 ! Fit after self-cal, rms=0.075189Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.223 mas, bmaj=17.7 mas, bpa=-72.44 degrees ! Estimated noise=1318.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000804587 Jy ! Component: 100 - total flux cleaned = 0.000967286 Jy ! Component: 150 - total flux cleaned = 0.00100203 Jy ! Component: 200 - total flux cleaned = 0.00101734 Jy ! Total flux subtracted in 200 components = 0.00101734 Jy ! Clean residual min=-0.003256 max=0.002552 Jy/beam ! Clean residual mean=-0.000016 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.268622 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 72 components and 0.268622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075197Jy sigma=0.000775 ! Fit after self-cal, rms=0.075194Jy sigma=0.000775 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.000106391 Jy ! Component: 100 - total flux cleaned = 0.000106417 Jy ! Component: 150 - total flux cleaned = 0.000105836 Jy ! Component: 200 - total flux cleaned = 0.000106171 Jy ! Total flux subtracted in 200 components = 0.000106171 Jy ! Clean residual min=-0.003274 max=0.002571 Jy/beam ! Clean residual mean=-0.000015 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.268728 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 76 components and 0.268728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075199Jy sigma=0.000775 ! Fit after self-cal, rms=0.075199Jy sigma=0.000775 ! 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.293 mas, bmaj=9.537 mas, bpa=-60.11 degrees ! Estimated noise=1070.57 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.293 x 9.537 at -60.11 degrees (North through East) ! Clean map min=-0.0026481 max=0.24385 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.585 mas, bmaj=8.251 mas, bpa=-57.28 degrees ! Estimated noise=1557.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.184632 Jy ! Component: 100 - total flux cleaned = 0.229103 Jy ! Component: 150 - total flux cleaned = 0.247044 Jy ! Component: 200 - total flux cleaned = 0.256612 Jy ! Total flux subtracted in 200 components = 0.256612 Jy ! Clean residual min=-0.005231 max=0.005266 Jy/beam ! Clean residual mean=0.000004 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.256612 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.256612 Jy ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=9.537 mas, bpa=-60.11 degrees ! Estimated noise=1070.57 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.00634319 Jy ! Component: 100 - total flux cleaned = 0.00939155 Jy ! Component: 150 - total flux cleaned = 0.0106612 Jy ! Component: 200 - total flux cleaned = 0.0109967 Jy ! Total flux subtracted in 200 components = 0.0109967 Jy ! Clean residual min=-0.002898 max=0.002874 Jy/beam ! Clean residual mean=-0.000009 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.267609 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.267609 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.223 mas, bmaj=17.7 mas, bpa=-72.44 degrees ! Estimated noise=1318.99 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109926 Jy ! Component: 100 - total flux cleaned = 0.00118033 Jy ! Component: 150 - total flux cleaned = 0.00119458 Jy ! Component: 200 - total flux cleaned = 0.00120574 Jy ! Total flux subtracted in 200 components = 0.00120574 Jy ! Clean residual min=-0.003323 max=0.002594 Jy/beam ! Clean residual mean=-0.000015 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.268815 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.35821e-07 Jy ! Component: 100 - total flux cleaned = 3.90755e-07 Jy ! Component: 150 - total flux cleaned = 7.99459e-06 Jy ! Component: 200 - total flux cleaned = 8.31697e-06 Jy ! Total flux subtracted in 200 components = 8.31697e-06 Jy ! Clean residual min=-0.003307 max=0.002578 Jy/beam ! Clean residual mean=-0.000015 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.268823 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 64 components and 0.268823 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=9.537 mas, bpa=-60.11 degrees ! Estimated noise=1070.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00053174 Jy ! Component: 100 - total flux cleaned = -0.000591755 Jy ! Component: 150 - total flux cleaned = -0.000537579 Jy ! Component: 200 - total flux cleaned = -0.000538797 Jy ! Total flux subtracted in 200 components = -0.000538797 Jy ! Clean residual min=-0.002862 max=0.002884 Jy/beam ! Clean residual mean=-0.000008 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.268284 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 69 components and 0.268284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075220Jy sigma=0.000775 ! Fit after self-cal, rms=0.075218Jy sigma=0.000775 wmodel J1058+8114_S_2014_06_09_pus_map.mod ! Writing 69 model components to file: J1058+8114_S_2014_06_09_pus_map.mod wobs J1058+8114_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1058+8114_S_2014_06_09_pus_uvs.fits wwins J1058+8114_S_2014_06_09_pus_map.win ! wwins: Wrote 1 windows to J1058+8114_S_2014_06_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.000112357 Jy ! Component: 100 - total flux cleaned = 0.000260572 Jy ! Component: 150 - total flux cleaned = 0.000354539 Jy ! Component: 200 - total flux cleaned = 0.000354272 Jy ! Component: 250 - total flux cleaned = 0.000311521 Jy ! Component: 300 - total flux cleaned = 0.000395464 Jy ! Component: 350 - total flux cleaned = 0.00039553 Jy ! Component: 400 - total flux cleaned = 0.000630354 Jy ! Component: 450 - total flux cleaned = 0.000783114 Jy ! Component: 500 - total flux cleaned = 0.0010084 Jy ! Component: 550 - total flux cleaned = 0.00133605 Jy ! Component: 600 - total flux cleaned = 0.00151385 Jy ! Component: 650 - total flux cleaned = 0.00175814 Jy ! Component: 700 - total flux cleaned = 0.00206621 Jy ! Component: 750 - total flux cleaned = 0.00230135 Jy ! Component: 800 - total flux cleaned = 0.00253187 Jy ! Component: 850 - total flux cleaned = 0.00272543 Jy ! Component: 900 - total flux cleaned = 0.00297916 Jy ! Component: 950 - total flux cleaned = 0.00322839 Jy ! Component: 1000 - total flux cleaned = 0.00344252 Jy ! Component: 1050 - total flux cleaned = 0.00362314 Jy ! Component: 1100 - total flux cleaned = 0.0038009 Jy ! Component: 1150 - total flux cleaned = 0.00391722 Jy ! Component: 1200 - total flux cleaned = 0.00403254 Jy ! Component: 1250 - total flux cleaned = 0.00411726 Jy ! Component: 1300 - total flux cleaned = 0.00420132 Jy ! Component: 1350 - total flux cleaned = 0.00428378 Jy ! Component: 1400 - total flux cleaned = 0.00439238 Jy ! Component: 1450 - total flux cleaned = 0.00444517 Jy ! Component: 1500 - total flux cleaned = 0.00441935 Jy ! Component: 1550 - total flux cleaned = 0.00460161 Jy ! Component: 1600 - total flux cleaned = 0.00470392 Jy ! Component: 1650 - total flux cleaned = 0.00477963 Jy ! Component: 1700 - total flux cleaned = 0.00485436 Jy ! Component: 1750 - total flux cleaned = 0.00487946 Jy ! Component: 1800 - total flux cleaned = 0.00497715 Jy ! Component: 1850 - total flux cleaned = 0.00507407 Jy ! Component: 1900 - total flux cleaned = 0.00512234 Jy ! Component: 1950 - total flux cleaned = 0.00521705 Jy ! Component: 2000 - total flux cleaned = 0.00531058 Jy ! Component: 2050 - total flux cleaned = 0.00537998 Jy ! Component: 2100 - total flux cleaned = 0.00544886 Jy ! Component: 2150 - total flux cleaned = 0.00547199 Jy ! Component: 2200 - total flux cleaned = 0.00558447 Jy ! Component: 2250 - total flux cleaned = 0.0055397 Jy ! Component: 2300 - total flux cleaned = 0.00564984 Jy ! Component: 2350 - total flux cleaned = 0.00569324 Jy ! Component: 2400 - total flux cleaned = 0.00571464 Jy ! Component: 2450 - total flux cleaned = 0.00573619 Jy ! Component: 2500 - total flux cleaned = 0.00582119 Jy ! Component: 2550 - total flux cleaned = 0.00586331 Jy ! Component: 2600 - total flux cleaned = 0.00586331 Jy ! Component: 2650 - total flux cleaned = 0.00592544 Jy ! Component: 2700 - total flux cleaned = 0.00592537 Jy ! Component: 2750 - total flux cleaned = 0.00596603 Jy ! Component: 2800 - total flux cleaned = 0.00592541 Jy ! Component: 2850 - total flux cleaned = 0.00598572 Jy ! Component: 2900 - total flux cleaned = 0.00600548 Jy ! Component: 2950 - total flux cleaned = 0.00596577 Jy ! Component: 3000 - total flux cleaned = 0.00596581 Jy ! Component: 3050 - total flux cleaned = 0.00592694 Jy ! Component: 3100 - total flux cleaned = 0.00590743 Jy ! Component: 3150 - total flux cleaned = 0.00586889 Jy ! Component: 3200 - total flux cleaned = 0.00583091 Jy ! Component: 3250 - total flux cleaned = 0.00592589 Jy ! Component: 3300 - total flux cleaned = 0.00590699 Jy ! Component: 3350 - total flux cleaned = 0.00588828 Jy ! Component: 3400 - total flux cleaned = 0.00590671 Jy ! Component: 3450 - total flux cleaned = 0.00581454 Jy ! Component: 3500 - total flux cleaned = 0.00586938 Jy ! Component: 3550 - total flux cleaned = 0.00588779 Jy ! Component: 3600 - total flux cleaned = 0.00583353 Jy ! Component: 3650 - total flux cleaned = 0.00585145 Jy ! Component: 3700 - total flux cleaned = 0.0058159 Jy ! Component: 3750 - total flux cleaned = 0.00585126 Jy ! Component: 3800 - total flux cleaned = 0.00585132 Jy ! Component: 3850 - total flux cleaned = 0.00581618 Jy ! Component: 3900 - total flux cleaned = 0.00576418 Jy ! Component: 3950 - total flux cleaned = 0.00576426 Jy ! Component: 4000 - total flux cleaned = 0.00576432 Jy ! Component: 4050 - total flux cleaned = 0.00574705 Jy ! Total flux subtracted in 4096 components = 0.005747 Jy ! Clean residual min=-0.000963 max=0.001270 Jy/beam ! Clean residual mean=-0.000005 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.274031 Jy keep ! Adding 235 model components to the UV plane model. ! The established model now contains 304 components and 0.274031 Jy ![Exited script file: muppet] wmap "J1058+8114_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.293 x 9.537 at -60.11 degrees (North through East) ! Clean map min=-0.0021479 max=0.24332 Jy/beam ! Writing clean map to FITS file: J1058+8114_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.243325 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000301614 device "J1058+8114_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1058+8114_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.371866 0.371866 0.743733 1.48747 2.97493 5.94986 11.8997 23.7994 47.5989 95.1978 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.243 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.293 x 9.537 at -60.11 degrees (North through East) ! Clean map min=-0.0021479 max=0.24332 Jy/beam quit ! Quitting program ! Log file J1058+8114_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:51:33 2016