! Started logfile: J1707-1415_S_2017_01_21_pus_uvs.log on Sun May 5 15:59:22 2019 obs J1707-1415_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1707-1415_S_2017_01_21_pus_uva.fits ! AN table 1: 114 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.753411 visibilities/baseline/integration-bin. ! Found source: J1707-1415 ! ! 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 558 lines of history. ! ! Reading 12368 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 J1707-1415_S_2017_01_21_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 400 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.688897Jy sigma=0.004046 ! Fit after self-cal, rms=0.676197Jy sigma=0.003973 ! 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.31 mas, bmaj=6.174 mas, bpa=-7.236 degrees ! Estimated noise=1491.66 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.279704 Jy ! Component: 100 - total flux cleaned = 0.340698 Jy ! Total flux subtracted in 100 components = 0.340698 Jy ! Clean residual min=-0.015673 max=0.032559 Jy/beam ! Clean residual mean=0.000040 rms=0.004576 Jy/beam ! Combined flux in latest and established models = 0.340698 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.340698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160605Jy sigma=0.000824 ! Fit after self-cal, rms=0.160606Jy sigma=0.000824 ! Inverting map ! Added new window around map position (-16.5, -8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280848 Jy ! Component: 100 - total flux cleaned = 0.0432265 Jy ! Total flux subtracted in 100 components = 0.0432265 Jy ! Clean residual min=-0.016027 max=0.026944 Jy/beam ! Clean residual mean=0.000034 rms=0.003944 Jy/beam ! Combined flux in latest and established models = 0.383925 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.383925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155072Jy sigma=0.000779 ! Fit after self-cal, rms=0.154524Jy sigma=0.000773 ! 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=2.704 mas, bmaj=6.79 mas, bpa=-5.445 degrees ! Estimated noise=1136.5 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.0176803 Jy ! Component: 100 - total flux cleaned = 0.0277285 Jy ! Component: 150 - total flux cleaned = 0.0317206 Jy ! Component: 200 - total flux cleaned = 0.0332931 Jy ! Total flux subtracted in 200 components = 0.0332931 Jy ! Clean residual min=-0.017722 max=0.022298 Jy/beam ! Clean residual mean=0.000060 rms=0.004046 Jy/beam ! Combined flux in latest and established models = 0.417218 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.417218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152113Jy sigma=0.000756 ! Fit after self-cal, rms=0.152023Jy sigma=0.000754 ! 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 0.96 FD 1.00* HN 0.95 LA 1.01 ! MK 0.98 NL 0.96 OV 1.65 PT 0.96 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 0.97 LA 0.98 ! MK 0.97 NL 0.97 OV 1.80 PT 0.93 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 0.98 LA 0.98 ! MK 0.98 NL 0.97 OV 1.57 PT 0.91 ! SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 0.97 LA 1.01 ! MK 1.07 NL 1.00* OV 1.76 PT 0.92 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.152023Jy sigma=0.000754 ! Fit after self-cal, rms=0.179916Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.682 mas, bmaj=6.724 mas, bpa=-5.563 degrees ! Estimated noise=1143.15 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.00916707 Jy ! Component: 100 - total flux cleaned = -0.00953931 Jy ! Component: 150 - total flux cleaned = -0.00952727 Jy ! Component: 200 - total flux cleaned = -0.00968278 Jy ! Total flux subtracted in 200 components = -0.00968278 Jy ! Clean residual min=-0.007655 max=0.006275 Jy/beam ! Clean residual mean=0.000015 rms=0.001627 Jy/beam ! Combined flux in latest and established models = 0.407535 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.407535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178870Jy sigma=0.000678 ! Fit after self-cal, rms=0.179372Jy sigma=0.000676 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179372Jy sigma=0.000676 ! Fit after self-cal, rms=0.185048Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.674 mas, bmaj=6.715 mas, bpa=-5.526 degrees ! Estimated noise=1137.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00355182 Jy ! Component: 100 - total flux cleaned = -0.00358124 Jy ! Component: 150 - total flux cleaned = -0.00357118 Jy ! Component: 200 - total flux cleaned = -0.00375824 Jy ! Total flux subtracted in 200 components = -0.00375824 Jy ! Clean residual min=-0.005505 max=0.005108 Jy/beam ! Clean residual mean=0.000014 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.403777 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.403777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184718Jy sigma=0.000668 ! Fit after self-cal, rms=0.184693Jy sigma=0.000668 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.00158472 Jy ! Component: 100 - total flux cleaned = -0.00194099 Jy ! Component: 150 - total flux cleaned = -0.00208882 Jy ! Component: 200 - total flux cleaned = -0.00228084 Jy ! Total flux subtracted in 200 components = -0.00228084 Jy ! Clean residual min=-0.005168 max=0.005051 Jy/beam ! Clean residual mean=0.000015 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.401496 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.401496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184621Jy sigma=0.000667 ! Fit after self-cal, rms=0.184590Jy sigma=0.000667 ! 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.184590Jy sigma=0.000667 ! Fit after self-cal, rms=0.192042Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.667 mas, bmaj=6.707 mas, bpa=-5.522 degrees ! Estimated noise=1135.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00204435 Jy ! Component: 100 - total flux cleaned = -0.0016939 Jy ! Component: 150 - total flux cleaned = -0.00183052 Jy ! Component: 200 - total flux cleaned = -0.00188599 Jy ! Total flux subtracted in 200 components = -0.00188599 Jy ! Clean residual min=-0.003648 max=0.003676 Jy/beam ! Clean residual mean=0.000008 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.39961 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 66 components and 0.39961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191936Jy sigma=0.000659 ! Fit after self-cal, rms=0.192038Jy sigma=0.000659 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-4.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00327515 Jy ! Component: 100 - total flux cleaned = 0.00355912 Jy ! Component: 150 - total flux cleaned = 0.00372388 Jy ! Component: 200 - total flux cleaned = 0.00386498 Jy ! Total flux subtracted in 200 components = 0.00386498 Jy ! Clean residual min=-0.003358 max=0.003276 Jy/beam ! Clean residual mean=0.000008 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.403475 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 83 components and 0.403475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191956Jy sigma=0.000658 ! Fit after self-cal, rms=0.191951Jy sigma=0.000658 ! 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.191951Jy sigma=0.000658 ! Fit after self-cal, rms=0.194504Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.241 mas, bmaj=12.33 mas, bpa=2.681 degrees ! Estimated noise=1708.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000272964 Jy ! Component: 100 - total flux cleaned = 0.000396263 Jy ! Component: 150 - total flux cleaned = 0.000732301 Jy ! Component: 200 - total flux cleaned = 0.000987819 Jy ! Total flux subtracted in 200 components = 0.000987819 Jy ! Clean residual min=-0.003351 max=0.003484 Jy/beam ! Clean residual mean=0.000015 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.404463 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 106 components and 0.404463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194469Jy sigma=0.000658 ! Fit after self-cal, rms=0.194483Jy sigma=0.000657 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.000453583 Jy ! Component: 100 - total flux cleaned = -0.000270151 Jy ! Component: 150 - total flux cleaned = -9.02357e-05 Jy ! Component: 200 - total flux cleaned = 4.77878e-05 Jy ! Total flux subtracted in 200 components = 4.77878e-05 Jy ! Clean residual min=-0.003239 max=0.003393 Jy/beam ! Clean residual mean=0.000015 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.40451 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.40451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194480Jy sigma=0.000657 ! Fit after self-cal, rms=0.194478Jy sigma=0.000657 ! 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=2.663 mas, bmaj=6.701 mas, bpa=-5.483 degrees ! Estimated noise=1133.24 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.663 x 6.701 at -5.483 degrees (North through East) ! Clean map min=-0.0035507 max=0.35691 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.278 mas, bmaj=6.117 mas, bpa=-7.316 degrees ! Estimated noise=1479.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.277182 Jy ! Component: 100 - total flux cleaned = 0.338401 Jy ! Component: 150 - total flux cleaned = 0.358788 Jy ! Component: 200 - total flux cleaned = 0.370314 Jy ! Total flux subtracted in 200 components = 0.370314 Jy ! Clean residual min=-0.005143 max=0.006058 Jy/beam ! Clean residual mean=0.000002 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.370314 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.370314 Jy ! Inverting map and beam ! Estimated beam: bmin=2.663 mas, bmaj=6.701 mas, bpa=-5.483 degrees ! Estimated noise=1133.24 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.0102307 Jy ! Component: 100 - total flux cleaned = 0.0170434 Jy ! Component: 150 - total flux cleaned = 0.0220111 Jy ! Component: 200 - total flux cleaned = 0.0257219 Jy ! Total flux subtracted in 200 components = 0.0257219 Jy ! Clean residual min=-0.003198 max=0.003495 Jy/beam ! Clean residual mean=0.000005 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.396036 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 46 components and 0.396036 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=6.241 mas, bmaj=12.33 mas, bpa=2.681 degrees ! Estimated noise=1708.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499909 Jy ! Component: 100 - total flux cleaned = 0.00736894 Jy ! Component: 150 - total flux cleaned = 0.00769617 Jy ! Component: 200 - total flux cleaned = 0.007767 Jy ! Total flux subtracted in 200 components = 0.007767 Jy ! Clean residual min=-0.003771 max=0.003602 Jy/beam ! Clean residual mean=0.000013 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.403803 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.98212e-05 Jy ! Component: 100 - total flux cleaned = 0.000110551 Jy ! Component: 150 - total flux cleaned = 0.000153598 Jy ! Component: 200 - total flux cleaned = 0.000191327 Jy ! Total flux subtracted in 200 components = 0.000191327 Jy ! Clean residual min=-0.003615 max=0.003512 Jy/beam ! Clean residual mean=0.000013 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.403994 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 82 components and 0.403994 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.663 mas, bmaj=6.701 mas, bpa=-5.483 degrees ! Estimated noise=1133.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.40357e-06 Jy ! Component: 100 - total flux cleaned = -5.80204e-06 Jy ! Component: 150 - total flux cleaned = 4.4884e-05 Jy ! Component: 200 - total flux cleaned = 8.80711e-05 Jy ! Total flux subtracted in 200 components = 8.80711e-05 Jy ! Clean residual min=-0.003122 max=0.003379 Jy/beam ! Clean residual mean=0.000004 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.404082 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 94 components and 0.404082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194494Jy sigma=0.000657 ! Fit after self-cal, rms=0.194464Jy sigma=0.000657 wmodel J1707-1415_S_2017_01_21_pus_map.mod ! Writing 94 model components to file: J1707-1415_S_2017_01_21_pus_map.mod wobs J1707-1415_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1707-1415_S_2017_01_21_pus_uvs.fits wwins J1707-1415_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J1707-1415_S_2017_01_21_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.000603157 Jy ! Component: 100 - total flux cleaned = 0.000750409 Jy ! Component: 150 - total flux cleaned = 0.000892075 Jy ! Component: 200 - total flux cleaned = 0.00116311 Jy ! Component: 250 - total flux cleaned = 0.00146748 Jy ! Component: 300 - total flux cleaned = 0.00172084 Jy ! Component: 350 - total flux cleaned = 0.00204822 Jy ! Component: 400 - total flux cleaned = 0.00216674 Jy ! Component: 450 - total flux cleaned = 0.00220518 Jy ! Component: 500 - total flux cleaned = 0.00228024 Jy ! Component: 550 - total flux cleaned = 0.00224339 Jy ! Component: 600 - total flux cleaned = 0.00228016 Jy ! Component: 650 - total flux cleaned = 0.00231574 Jy ! Component: 700 - total flux cleaned = 0.00228094 Jy ! Component: 750 - total flux cleaned = 0.00231554 Jy ! Component: 800 - total flux cleaned = 0.00231469 Jy ! Component: 850 - total flux cleaned = 0.00224829 Jy ! Component: 900 - total flux cleaned = 0.0022152 Jy ! Component: 950 - total flux cleaned = 0.00221491 Jy ! Component: 1000 - total flux cleaned = 0.00218339 Jy ! Component: 1050 - total flux cleaned = 0.00215318 Jy ! Component: 1100 - total flux cleaned = 0.00221448 Jy ! Component: 1150 - total flux cleaned = 0.00230363 Jy ! Component: 1200 - total flux cleaned = 0.00227369 Jy ! Component: 1250 - total flux cleaned = 0.00224473 Jy ! Component: 1300 - total flux cleaned = 0.00218748 Jy ! Component: 1350 - total flux cleaned = 0.00215901 Jy ! Component: 1400 - total flux cleaned = 0.00204786 Jy ! Component: 1450 - total flux cleaned = 0.00199264 Jy ! Component: 1500 - total flux cleaned = 0.00180255 Jy ! Component: 1550 - total flux cleaned = 0.00169554 Jy ! Component: 1600 - total flux cleaned = 0.00164285 Jy ! Component: 1650 - total flux cleaned = 0.00159106 Jy ! Component: 1700 - total flux cleaned = 0.00153947 Jy ! Component: 1750 - total flux cleaned = 0.00136107 Jy ! Component: 1800 - total flux cleaned = 0.00131065 Jy ! Component: 1850 - total flux cleaned = 0.00126034 Jy ! Component: 1900 - total flux cleaned = 0.00108799 Jy ! Component: 1950 - total flux cleaned = 0.000966324 Jy ! Component: 2000 - total flux cleaned = 0.000845993 Jy ! Component: 2050 - total flux cleaned = 0.000750913 Jy ! Component: 2100 - total flux cleaned = 0.000656469 Jy ! Component: 2150 - total flux cleaned = 0.000493473 Jy ! Component: 2200 - total flux cleaned = 0.000423906 Jy ! Component: 2250 - total flux cleaned = 0.000286956 Jy ! Component: 2300 - total flux cleaned = 0.000173945 Jy ! Component: 2350 - total flux cleaned = 0.000129116 Jy ! Component: 2400 - total flux cleaned = 6.24689e-05 Jy ! Component: 2450 - total flux cleaned = -4.75051e-05 Jy ! Component: 2500 - total flux cleaned = -0.000112856 Jy ! Component: 2550 - total flux cleaned = -0.000220743 Jy ! Component: 2600 - total flux cleaned = -0.000220993 Jy ! Component: 2650 - total flux cleaned = -0.000305823 Jy ! Component: 2700 - total flux cleaned = -0.000306019 Jy ! Component: 2750 - total flux cleaned = -0.000368554 Jy ! Component: 2800 - total flux cleaned = -0.000409772 Jy ! Component: 2850 - total flux cleaned = -0.000409789 Jy ! Component: 2900 - total flux cleaned = -0.000511551 Jy ! Component: 2950 - total flux cleaned = -0.000511665 Jy ! Component: 3000 - total flux cleaned = -0.000591654 Jy ! Component: 3050 - total flux cleaned = -0.000611426 Jy ! Component: 3100 - total flux cleaned = -0.000650805 Jy ! Component: 3150 - total flux cleaned = -0.000709385 Jy ! Component: 3200 - total flux cleaned = -0.000728702 Jy ! Component: 3250 - total flux cleaned = -0.000728671 Jy ! Component: 3300 - total flux cleaned = -0.000690274 Jy ! Component: 3350 - total flux cleaned = -0.000728289 Jy ! Component: 3400 - total flux cleaned = -0.000822553 Jy ! Component: 3450 - total flux cleaned = -0.000710186 Jy ! Component: 3500 - total flux cleaned = -0.000784762 Jy ! Component: 3550 - total flux cleaned = -0.000803007 Jy ! Component: 3600 - total flux cleaned = -0.000748086 Jy ! Component: 3650 - total flux cleaned = -0.000839056 Jy ! Component: 3700 - total flux cleaned = -0.000784734 Jy ! Component: 3750 - total flux cleaned = -0.000856748 Jy ! Component: 3800 - total flux cleaned = -0.000892321 Jy ! Component: 3850 - total flux cleaned = -0.000874499 Jy ! Component: 3900 - total flux cleaned = -0.000927487 Jy ! Component: 3950 - total flux cleaned = -0.000927552 Jy ! Component: 4000 - total flux cleaned = -0.0010147 Jy ! Component: 4050 - total flux cleaned = -0.00101476 Jy ! Total flux subtracted in 4096 components = -0.00110088 Jy ! Clean residual min=-0.001099 max=0.001268 Jy/beam ! Clean residual mean=0.000005 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.402981 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 401 components and 0.402981 Jy ![Exited script file: muppet] wmap "J1707-1415_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.663 x 6.701 at -5.483 degrees (North through East) ! Clean map min=-0.0021506 max=0.35746 Jy/beam ! Writing clean map to FITS file: J1707-1415_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.357457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000309663 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.259888 0.259888 0.519776 1.03955 2.0791 4.15821 8.31641 16.6328 33.2656 66.5313 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.357 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.663 x 6.701 at -5.483 degrees (North through East) ! Clean map min=-0.0021506 max=0.35746 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 J1707-1415_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:59:27 2019