! Started logfile: J1525+1107_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:09:01 2016 obs J1525+1107_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1525+1107_S_2014_08_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.871074 visibilities/baseline/integration-bin. ! Found source: J1525+1107 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 342 lines of history. ! ! Reading 18972 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 J1525+1107_S_2014_08_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.904556Jy sigma=0.010426 ! Fit after self-cal, rms=0.837657Jy sigma=0.009685 ! 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.352 mas, bmaj=7.541 mas, bpa=10.1 degrees ! Estimated noise=699.378 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.129461 Jy ! Component: 100 - total flux cleaned = 0.157803 Jy ! Total flux subtracted in 100 components = 0.157803 Jy ! Clean residual min=-0.012793 max=0.021267 Jy/beam ! Clean residual mean=0.000025 rms=0.003240 Jy/beam ! Combined flux in latest and established models = 0.157803 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.157803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093413Jy sigma=0.001035 ! Fit after self-cal, rms=0.093408Jy sigma=0.001035 ! Inverting map ! Added new window around map position (31.5, 127.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0177454 Jy ! Component: 100 - total flux cleaned = 0.0271608 Jy ! Total flux subtracted in 100 components = 0.0271608 Jy ! Clean residual min=-0.012296 max=0.011444 Jy/beam ! Clean residual mean=0.000025 rms=0.002852 Jy/beam ! Combined flux in latest and established models = 0.184964 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.184964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089420Jy sigma=0.000986 ! Fit after self-cal, rms=0.089295Jy sigma=0.000985 ! 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.894 mas, bmaj=8.311 mas, bpa=9.155 degrees ! Estimated noise=452.089 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.00985977 Jy ! Component: 100 - total flux cleaned = 0.0159654 Jy ! Component: 150 - total flux cleaned = 0.0206156 Jy ! Component: 200 - total flux cleaned = 0.0235708 Jy ! Total flux subtracted in 200 components = 0.0235708 Jy ! Clean residual min=-0.011003 max=0.014014 Jy/beam ! Clean residual mean=0.000034 rms=0.003541 Jy/beam ! Combined flux in latest and established models = 0.208535 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 48 components and 0.208535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087982Jy sigma=0.000970 ! Fit after self-cal, rms=0.087903Jy sigma=0.000969 ! 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.95 FD 0.87 HN 0.98 KP 1.09 ! LA 0.99 MK 1.11 NL 1.07 OV 1.01 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 1.06 KP 1.07 ! LA 0.93 MK 1.05 NL 1.09 OV 1.06 ! PT 0.96 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.18 HN 1.04 KP 0.95 ! LA 0.75 MK 1.06 NL 1.02 OV 0.97 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 1.00 KP 0.96 ! LA 0.70 MK 1.07 NL 1.01 OV 1.00 ! PT 0.96 SC 0.96 ! ! ! Fit before self-cal, rms=0.087903Jy sigma=0.000969 ! Fit after self-cal, rms=0.082559Jy sigma=0.000938 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=8.429 mas, bpa=9.5 degrees ! Estimated noise=449.819 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.00175766 Jy ! Component: 100 - total flux cleaned = -0.00195379 Jy ! Component: 150 - total flux cleaned = -0.00220553 Jy ! Component: 200 - total flux cleaned = -0.00213303 Jy ! Total flux subtracted in 200 components = -0.00213303 Jy ! Clean residual min=-0.008379 max=0.013335 Jy/beam ! Clean residual mean=0.000023 rms=0.003214 Jy/beam ! Combined flux in latest and established models = 0.206402 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.206402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082382Jy sigma=0.000935 ! Fit after self-cal, rms=0.082406Jy sigma=0.000934 ! 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.082406Jy sigma=0.000934 ! Fit after self-cal, rms=0.082481Jy sigma=0.000923 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.97 mas, bmaj=8.484 mas, bpa=9.443 degrees ! Estimated noise=447.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000563476 Jy ! Component: 100 - total flux cleaned = -0.000724069 Jy ! Component: 150 - total flux cleaned = -0.000669518 Jy ! Component: 200 - total flux cleaned = -0.000560947 Jy ! Total flux subtracted in 200 components = -0.000560947 Jy ! Clean residual min=-0.007587 max=0.011851 Jy/beam ! Clean residual mean=0.000031 rms=0.002994 Jy/beam ! Combined flux in latest and established models = 0.205841 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.205841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082358Jy sigma=0.000921 ! Fit after self-cal, rms=0.082357Jy sigma=0.000921 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.00023164 Jy ! Component: 100 - total flux cleaned = 9.10615e-05 Jy ! Component: 150 - total flux cleaned = 0.00028543 Jy ! Component: 200 - total flux cleaned = 0.000425263 Jy ! Total flux subtracted in 200 components = 0.000425263 Jy ! Clean residual min=-0.007615 max=0.011924 Jy/beam ! Clean residual mean=0.000031 rms=0.002986 Jy/beam ! Combined flux in latest and established models = 0.206266 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.206266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082297Jy sigma=0.000920 ! Fit after self-cal, rms=0.082291Jy sigma=0.000920 ! 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.082291Jy sigma=0.000920 ! Fit after self-cal, rms=0.081995Jy sigma=0.000919 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.979 mas, bmaj=8.509 mas, bpa=9.303 degrees ! Estimated noise=445.229 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0018727 Jy ! Component: 100 - total flux cleaned = -0.00197411 Jy ! Component: 150 - total flux cleaned = -0.00192974 Jy ! Component: 200 - total flux cleaned = -0.00184289 Jy ! Total flux subtracted in 200 components = -0.00184289 Jy ! Clean residual min=-0.007624 max=0.011903 Jy/beam ! Clean residual mean=0.000030 rms=0.002958 Jy/beam ! Combined flux in latest and established models = 0.204423 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 75 components and 0.204423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081930Jy sigma=0.000919 ! Fit after self-cal, rms=0.081927Jy sigma=0.000919 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.000212981 Jy ! Component: 100 - total flux cleaned = -7.73794e-05 Jy ! Component: 150 - total flux cleaned = 4.68217e-05 Jy ! Component: 200 - total flux cleaned = 8.69116e-05 Jy ! Total flux subtracted in 200 components = 8.69116e-05 Jy ! Clean residual min=-0.007608 max=0.011957 Jy/beam ! Clean residual mean=0.000030 rms=0.002953 Jy/beam ! Combined flux in latest and established models = 0.20451 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 77 components and 0.20451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081883Jy sigma=0.000918 ! Fit after self-cal, rms=0.081882Jy sigma=0.000918 ! 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.081882Jy sigma=0.000918 ! Fit after self-cal, rms=0.081631Jy sigma=0.000918 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.612 mas, bmaj=11.28 mas, bpa=-1.641 degrees ! Estimated noise=506.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000445551 Jy ! Component: 100 - total flux cleaned = 0.00120042 Jy ! Component: 150 - total flux cleaned = 0.00134026 Jy ! Component: 200 - total flux cleaned = 0.00146524 Jy ! Total flux subtracted in 200 components = 0.00146524 Jy ! Clean residual min=-0.012003 max=0.018144 Jy/beam ! Clean residual mean=0.000053 rms=0.004961 Jy/beam ! Combined flux in latest and established models = 0.205975 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.205975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081654Jy sigma=0.000917 ! Fit after self-cal, rms=0.081640Jy sigma=0.000917 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.000152303 Jy ! Component: 100 - total flux cleaned = 0.000441625 Jy ! Component: 150 - total flux cleaned = 0.000493208 Jy ! Component: 200 - total flux cleaned = 0.000541494 Jy ! Total flux subtracted in 200 components = 0.000541494 Jy ! Clean residual min=-0.011962 max=0.018119 Jy/beam ! Clean residual mean=0.000052 rms=0.004947 Jy/beam ! Combined flux in latest and established models = 0.206517 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 86 components and 0.206517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081655Jy sigma=0.000917 ! Fit after self-cal, rms=0.081652Jy sigma=0.000917 ! 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.987 mas, bmaj=8.528 mas, bpa=9.24 degrees ! Estimated noise=443.611 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 8.528 at 9.24 degrees (North through East) ! Clean map min=-0.0085991 max=0.16469 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.415 mas, bmaj=7.715 mas, bpa=10.25 degrees ! Estimated noise=694.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12802 Jy ! Component: 100 - total flux cleaned = 0.160196 Jy ! Component: 150 - total flux cleaned = 0.174945 Jy ! Component: 200 - total flux cleaned = 0.180459 Jy ! Total flux subtracted in 200 components = 0.180459 Jy ! Clean residual min=-0.009064 max=0.012848 Jy/beam ! Clean residual mean=0.000029 rms=0.002751 Jy/beam ! Combined flux in latest and established models = 0.180459 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.180459 Jy ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=8.528 mas, bpa=9.24 degrees ! Estimated noise=443.611 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.00731624 Jy ! Component: 100 - total flux cleaned = 0.0104315 Jy ! Component: 150 - total flux cleaned = 0.0133007 Jy ! Component: 200 - total flux cleaned = 0.0155529 Jy ! Total flux subtracted in 200 components = 0.0155529 Jy ! Clean residual min=-0.007510 max=0.011542 Jy/beam ! Clean residual mean=0.000035 rms=0.002992 Jy/beam ! Combined flux in latest and established models = 0.196012 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.196012 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.612 mas, bmaj=11.28 mas, bpa=-1.641 degrees ! Estimated noise=506.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00477022 Jy ! Component: 100 - total flux cleaned = 0.00672962 Jy ! Component: 150 - total flux cleaned = 0.00774432 Jy ! Component: 200 - total flux cleaned = 0.00812067 Jy ! Total flux subtracted in 200 components = 0.00812067 Jy ! Clean residual min=-0.011939 max=0.018749 Jy/beam ! Clean residual mean=0.000055 rms=0.004986 Jy/beam ! Combined flux in latest and established models = 0.204132 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 = 0.000330758 Jy ! Component: 100 - total flux cleaned = 0.000623809 Jy ! Component: 150 - total flux cleaned = 0.000819969 Jy ! Component: 200 - total flux cleaned = 0.000942309 Jy ! Total flux subtracted in 200 components = 0.000942309 Jy ! Clean residual min=-0.011862 max=0.018620 Jy/beam ! Clean residual mean=0.000054 rms=0.004958 Jy/beam ! Combined flux in latest and established models = 0.205075 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 46 components and 0.205075 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=8.528 mas, bpa=9.24 degrees ! Estimated noise=443.611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000377985 Jy ! Component: 100 - total flux cleaned = -0.000308579 Jy ! Component: 150 - total flux cleaned = -0.000363968 Jy ! Component: 200 - total flux cleaned = -0.000415972 Jy ! Total flux subtracted in 200 components = -0.000415972 Jy ! Clean residual min=-0.007712 max=0.012150 Jy/beam ! Clean residual mean=0.000028 rms=0.002924 Jy/beam ! Combined flux in latest and established models = 0.204659 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.204659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081663Jy sigma=0.000917 ! Fit after self-cal, rms=0.081643Jy sigma=0.000917 wmodel J1525+1107_S_2014_08_09_pus_map.mod ! Writing 61 model components to file: J1525+1107_S_2014_08_09_pus_map.mod wobs J1525+1107_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1525+1107_S_2014_08_09_pus_uvs.fits wwins J1525+1107_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1525+1107_S_2014_08_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00535551 Jy ! Component: 100 - total flux cleaned = 0.0101292 Jy ! Component: 150 - total flux cleaned = 0.0145178 Jy ! Component: 200 - total flux cleaned = 0.0186099 Jy ! Component: 250 - total flux cleaned = 0.022452 Jy ! Component: 300 - total flux cleaned = 0.0260871 Jy ! Component: 350 - total flux cleaned = 0.0295489 Jy ! Component: 400 - total flux cleaned = 0.03286 Jy ! Component: 450 - total flux cleaned = 0.0357923 Jy ! Component: 500 - total flux cleaned = 0.0386172 Jy ! Component: 550 - total flux cleaned = 0.041108 Jy ! Component: 600 - total flux cleaned = 0.0435177 Jy ! Component: 650 - total flux cleaned = 0.0457423 Jy ! Component: 700 - total flux cleaned = 0.0476882 Jy ! Component: 750 - total flux cleaned = 0.0494799 Jy ! Component: 800 - total flux cleaned = 0.0513296 Jy ! Component: 850 - total flux cleaned = 0.0531329 Jy ! Component: 900 - total flux cleaned = 0.0546962 Jy ! Component: 950 - total flux cleaned = 0.0560341 Jy ! Component: 1000 - total flux cleaned = 0.0573423 Jy ! Component: 1050 - total flux cleaned = 0.0585295 Jy ! Component: 1100 - total flux cleaned = 0.0594245 Jy ! Component: 1150 - total flux cleaned = 0.0603897 Jy ! Component: 1200 - total flux cleaned = 0.0613343 Jy ! Component: 1250 - total flux cleaned = 0.0622608 Jy ! Component: 1300 - total flux cleaned = 0.0630848 Jy ! Component: 1350 - total flux cleaned = 0.0635697 Jy ! Component: 1400 - total flux cleaned = 0.0644448 Jy ! Component: 1450 - total flux cleaned = 0.0650693 Jy ! Component: 1500 - total flux cleaned = 0.0657584 Jy ! Component: 1550 - total flux cleaned = 0.0664347 Jy ! Component: 1600 - total flux cleaned = 0.0670992 Jy ! Component: 1650 - total flux cleaned = 0.0676065 Jy ! Component: 1700 - total flux cleaned = 0.0679629 Jy ! Component: 1750 - total flux cleaned = 0.0687341 Jy ! Component: 1800 - total flux cleaned = 0.0692155 Jy ! Component: 1850 - total flux cleaned = 0.0696905 Jy ! Component: 1900 - total flux cleaned = 0.0702907 Jy ! Component: 1950 - total flux cleaned = 0.0707511 Jy ! Component: 2000 - total flux cleaned = 0.0713332 Jy ! Component: 2050 - total flux cleaned = 0.0718423 Jy ! Component: 2100 - total flux cleaned = 0.0722813 Jy ! Component: 2150 - total flux cleaned = 0.072528 Jy ! Component: 2200 - total flux cleaned = 0.0730774 Jy ! Component: 2250 - total flux cleaned = 0.0734372 Jy ! Component: 2300 - total flux cleaned = 0.0737936 Jy ! Component: 2350 - total flux cleaned = 0.0742612 Jy ! Component: 2400 - total flux cleaned = 0.0744905 Jy ! Component: 2450 - total flux cleaned = 0.074888 Jy ! Component: 2500 - total flux cleaned = 0.0752239 Jy ! Component: 2550 - total flux cleaned = 0.0754995 Jy ! Component: 2600 - total flux cleaned = 0.075663 Jy ! Component: 2650 - total flux cleaned = 0.0759331 Jy ! Component: 2700 - total flux cleaned = 0.0760938 Jy ! Component: 2750 - total flux cleaned = 0.076514 Jy ! Component: 2800 - total flux cleaned = 0.0767729 Jy ! Component: 2850 - total flux cleaned = 0.0768753 Jy ! Component: 2900 - total flux cleaned = 0.0770274 Jy ! Component: 2950 - total flux cleaned = 0.0772275 Jy ! Component: 3000 - total flux cleaned = 0.0774261 Jy ! Component: 3050 - total flux cleaned = 0.0776218 Jy ! Component: 3100 - total flux cleaned = 0.0778151 Jy ! Component: 3150 - total flux cleaned = 0.0781007 Jy ! Component: 3200 - total flux cleaned = 0.0781492 Jy ! Component: 3250 - total flux cleaned = 0.0784754 Jy ! Component: 3300 - total flux cleaned = 0.0786121 Jy ! Component: 3350 - total flux cleaned = 0.0789753 Jy ! Component: 3400 - total flux cleaned = 0.07911 Jy ! Component: 3450 - total flux cleaned = 0.0794209 Jy ! Component: 3500 - total flux cleaned = 0.0796851 Jy ! Component: 3550 - total flux cleaned = 0.0798158 Jy ! Component: 3600 - total flux cleaned = 0.0802888 Jy ! Component: 3650 - total flux cleaned = 0.0804587 Jy ! Component: 3700 - total flux cleaned = 0.0806281 Jy ! Component: 3750 - total flux cleaned = 0.0807952 Jy ! Component: 3800 - total flux cleaned = 0.0811264 Jy ! Component: 3850 - total flux cleaned = 0.0812489 Jy ! Component: 3900 - total flux cleaned = 0.0814108 Jy ! Component: 3950 - total flux cleaned = 0.0814513 Jy ! Component: 4000 - total flux cleaned = 0.081769 Jy ! Component: 4050 - total flux cleaned = 0.0818868 Jy ! Total flux subtracted in 4096 components = 0.0820041 Jy ! Clean residual min=-0.002053 max=0.002145 Jy/beam ! Clean residual mean=0.000002 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.286663 Jy keep ! Adding 503 model components to the UV plane model. ! The established model now contains 564 components and 0.286663 Jy ![Exited script file: muppet] wmap "J1525+1107_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 8.528 at 9.24 degrees (North through East) ! Clean map min=-0.0071723 max=0.16472 Jy/beam ! Writing clean map to FITS file: J1525+1107_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.164723 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000827862 device "J1525+1107_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1525+1107_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.50774 1.50774 3.01548 6.03096 12.0619 24.1238 48.2477 96.4953 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.164 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.987 x 8.528 at 9.24 degrees (North through East) ! Clean map min=-0.0071723 max=0.16472 Jy/beam quit ! Quitting program ! Log file J1525+1107_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:09:07 2016