! Started logfile: J2137-2042_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:09:23 2016 obs J2137-2042_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2137-2042_S_2015_03_17_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8764 visibilities/baseline/integration-bin. ! Found source: J2137-2042 ! ! 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 19088 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 J2137-2042_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.029609Jy sigma=0.009009 ! Fit after self-cal, rms=0.753195Jy sigma=0.006825 ! 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.348 mas, bmaj=6.734 mas, bpa=-6.287 degrees ! Estimated noise=874.878 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.290583 Jy ! Component: 100 - total flux cleaned = 0.462875 Jy ! Total flux subtracted in 100 components = 0.462875 Jy ! Clean residual min=-0.043224 max=0.132604 Jy/beam ! Clean residual mean=-0.000403 rms=0.017490 Jy/beam ! Combined flux in latest and established models = 0.462875 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 39 components and 0.462875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.475762Jy sigma=0.003973 ! Fit after self-cal, rms=0.474385Jy sigma=0.003963 ! Inverting map ! Added new window around map position (-4, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138356 Jy ! Component: 100 - total flux cleaned = 0.240424 Jy ! Total flux subtracted in 100 components = 0.240424 Jy ! Clean residual min=-0.034998 max=0.069135 Jy/beam ! Clean residual mean=-0.000393 rms=0.013001 Jy/beam ! Combined flux in latest and established models = 0.703299 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 78 components and 0.703299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.380381Jy sigma=0.003113 ! Fit after self-cal, rms=0.379278Jy sigma=0.003101 ! 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.829 mas, bmaj=7.596 mas, bpa=-5.084 degrees ! Estimated noise=573.599 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.154896 Jy ! Component: 100 - total flux cleaned = 0.26195 Jy ! Component: 150 - total flux cleaned = 0.338149 Jy ! Component: 200 - total flux cleaned = 0.392609 Jy ! Total flux subtracted in 200 components = 0.392609 Jy ! Clean residual min=-0.051112 max=0.070678 Jy/beam ! Clean residual mean=-0.000833 rms=0.017147 Jy/beam ! Combined flux in latest and established models = 1.09591 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 129 components and 1.09591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.279346Jy sigma=0.002278 ! Fit after self-cal, rms=0.277453Jy sigma=0.002259 ! 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.33 FD 0.75 HN 1.22 KP 1.07 ! LA 0.81 MK 1.30 NL 1.08 OV 1.08 ! PT 0.83 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.37 FD 0.80 HN 1.26 KP 1.06 ! LA 0.79 MK 1.23 NL 1.27 OV 1.06 ! PT 0.85 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.96 HN 1.21 KP 0.96 ! LA 0.66 MK 1.23 NL 1.48 OV 0.95 ! PT 0.84 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.50 FD 1.10 HN 1.15 KP 0.94 ! LA 0.73 MK 1.25 NL 1.37 OV 0.98 ! PT 0.90 SC 0.97 ! ! ! Fit before self-cal, rms=0.277453Jy sigma=0.002259 ! Fit after self-cal, rms=0.188038Jy sigma=0.001623 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=7.88 mas, bpa=-2.951 degrees ! Estimated noise=618.357 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.000531601 Jy ! Component: 100 - total flux cleaned = -0.000506481 Jy ! Component: 150 - total flux cleaned = -0.000480801 Jy ! Component: 200 - total flux cleaned = -0.000221343 Jy ! Total flux subtracted in 200 components = -0.000221343 Jy ! Clean residual min=-0.035768 max=0.047545 Jy/beam ! Clean residual mean=-0.000483 rms=0.010861 Jy/beam ! Combined flux in latest and established models = 1.09569 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 138 components and 1.09569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186815Jy sigma=0.001615 ! Fit after self-cal, rms=0.187491Jy sigma=0.001610 ! 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.187491Jy sigma=0.001610 ! Fit after self-cal, rms=0.188052Jy sigma=0.001609 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.992 mas, bmaj=7.883 mas, bpa=-2.876 degrees ! Estimated noise=620.283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000599287 Jy ! Component: 100 - total flux cleaned = -0.000807942 Jy ! Component: 150 - total flux cleaned = -0.000996764 Jy ! Component: 200 - total flux cleaned = -0.000993327 Jy ! Total flux subtracted in 200 components = -0.000993327 Jy ! Clean residual min=-0.035159 max=0.046971 Jy/beam ! Clean residual mean=-0.000484 rms=0.010766 Jy/beam ! Combined flux in latest and established models = 1.09469 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 145 components and 1.09469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187608Jy sigma=0.001606 ! Fit after self-cal, rms=0.187565Jy sigma=0.001606 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 (-16.5, -35). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0482201 Jy ! Component: 100 - total flux cleaned = 0.0745474 Jy ! Component: 150 - total flux cleaned = 0.0910099 Jy ! Component: 200 - total flux cleaned = 0.102774 Jy ! Total flux subtracted in 200 components = 0.102774 Jy ! Clean residual min=-0.030825 max=0.035887 Jy/beam ! Clean residual mean=-0.000396 rms=0.008937 Jy/beam ! Combined flux in latest and established models = 1.19747 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 218 components and 1.19747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176053Jy sigma=0.001482 ! Fit after self-cal, rms=0.175009Jy sigma=0.001472 ! 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.175009Jy sigma=0.001472 ! Fit after self-cal, rms=0.169025Jy sigma=0.001264 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.026 mas, bmaj=7.89 mas, bpa=-2.812 degrees ! Estimated noise=625.519 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0142505 Jy ! Component: 100 - total flux cleaned = 0.0234288 Jy ! Component: 150 - total flux cleaned = 0.0284716 Jy ! Component: 200 - total flux cleaned = 0.030882 Jy ! Total flux subtracted in 200 components = 0.030882 Jy ! Clean residual min=-0.024195 max=0.032434 Jy/beam ! Clean residual mean=-0.000108 rms=0.007457 Jy/beam ! Combined flux in latest and established models = 1.22835 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 232 components and 1.22835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167583Jy sigma=0.001251 ! Fit after self-cal, rms=0.167397Jy sigma=0.001249 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 (-39.5, 36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0306675 Jy ! Component: 100 - total flux cleaned = 0.0437248 Jy ! Component: 150 - total flux cleaned = 0.0473922 Jy ! Component: 200 - total flux cleaned = 0.0507493 Jy ! Total flux subtracted in 200 components = 0.0507493 Jy ! Clean residual min=-0.021047 max=0.022832 Jy/beam ! Clean residual mean=-0.000065 rms=0.006670 Jy/beam ! Combined flux in latest and established models = 1.2791 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 284 components and 1.2791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161441Jy sigma=0.001197 ! Fit after self-cal, rms=0.160815Jy sigma=0.001193 ! 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.160815Jy sigma=0.001193 ! Fit after self-cal, rms=0.158974Jy sigma=0.001182 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.864 mas, bmaj=17.71 mas, bpa=3.773 degrees ! Estimated noise=754.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138028 Jy ! Component: 100 - total flux cleaned = 0.0168455 Jy ! Component: 150 - total flux cleaned = 0.0210601 Jy ! Component: 200 - total flux cleaned = 0.0245777 Jy ! Total flux subtracted in 200 components = 0.0245777 Jy ! Clean residual min=-0.033609 max=0.039304 Jy/beam ! Clean residual mean=-0.000175 rms=0.011111 Jy/beam ! Combined flux in latest and established models = 1.30368 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 304 components and 1.30368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158139Jy sigma=0.001174 ! Fit after self-cal, rms=0.157889Jy sigma=0.001173 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.00525735 Jy ! Component: 100 - total flux cleaned = 0.00790535 Jy ! Component: 150 - total flux cleaned = 0.00971475 Jy ! Component: 200 - total flux cleaned = 0.0111185 Jy ! Total flux subtracted in 200 components = 0.0111185 Jy ! Clean residual min=-0.031612 max=0.038845 Jy/beam ! Clean residual mean=-0.000148 rms=0.011003 Jy/beam ! Combined flux in latest and established models = 1.3148 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 320 components and 1.31479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157950Jy sigma=0.001174 ! Fit after self-cal, rms=0.157866Jy sigma=0.001174 ! 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.043 mas, bmaj=7.917 mas, bpa=-2.633 degrees ! Estimated noise=625.37 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.043 x 7.917 at -2.633 degrees (North through East) ! Clean map min=-0.021256 max=0.35012 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.481 mas, bmaj=6.814 mas, bpa=-4.007 degrees ! Estimated noise=1011.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.329683 Jy ! Component: 100 - total flux cleaned = 0.521979 Jy ! Component: 150 - total flux cleaned = 0.652198 Jy ! Component: 200 - total flux cleaned = 0.746033 Jy ! Total flux subtracted in 200 components = 0.746033 Jy ! Clean residual min=-0.030505 max=0.057327 Jy/beam ! Clean residual mean=-0.000243 rms=0.010790 Jy/beam ! Combined flux in latest and established models = 0.746033 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 78 model components to the UV plane model. ! The established model now contains 78 components and 0.746033 Jy ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.917 mas, bpa=-2.633 degrees ! Estimated noise=625.37 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.11712 Jy ! Component: 100 - total flux cleaned = 0.19379 Jy ! Component: 150 - total flux cleaned = 0.252931 Jy ! Component: 200 - total flux cleaned = 0.300649 Jy ! Total flux subtracted in 200 components = 0.300649 Jy ! Clean residual min=-0.029752 max=0.036509 Jy/beam ! Clean residual mean=-0.000329 rms=0.010066 Jy/beam ! Combined flux in latest and established models = 1.04668 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 150 components and 1.04668 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.864 mas, bmaj=17.71 mas, bpa=3.773 degrees ! Estimated noise=754.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0712881 Jy ! Component: 100 - total flux cleaned = 0.121049 Jy ! Component: 150 - total flux cleaned = 0.157452 Jy ! Component: 200 - total flux cleaned = 0.184739 Jy ! Total flux subtracted in 200 components = 0.184739 Jy ! Clean residual min=-0.032633 max=0.035312 Jy/beam ! Clean residual mean=-0.000315 rms=0.011918 Jy/beam ! Combined flux in latest and established models = 1.23142 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.0209417 Jy ! Component: 100 - total flux cleaned = 0.0297552 Jy ! Component: 150 - total flux cleaned = 0.0373053 Jy ! Component: 200 - total flux cleaned = 0.0443135 Jy ! Total flux subtracted in 200 components = 0.0443135 Jy ! Clean residual min=-0.031497 max=0.037241 Jy/beam ! Clean residual mean=-0.000227 rms=0.011096 Jy/beam ! Combined flux in latest and established models = 1.27573 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 241 components and 1.27574 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.043 mas, bmaj=7.917 mas, bpa=-2.633 degrees ! Estimated noise=625.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00558792 Jy ! Component: 100 - total flux cleaned = 0.00812731 Jy ! Component: 150 - total flux cleaned = 0.0086724 Jy ! Component: 200 - total flux cleaned = 0.00867932 Jy ! Total flux subtracted in 200 components = 0.00867932 Jy ! Clean residual min=-0.022905 max=0.023183 Jy/beam ! Clean residual mean=-0.000103 rms=0.006420 Jy/beam ! Combined flux in latest and established models = 1.28441 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 257 components and 1.28441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162002Jy sigma=0.001210 ! Fit after self-cal, rms=0.161686Jy sigma=0.001207 wmodel J2137-2042_S_2015_03_17_pus_map.mod ! Writing 257 model components to file: J2137-2042_S_2015_03_17_pus_map.mod wobs J2137-2042_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2137-2042_S_2015_03_17_pus_uvs.fits wwins J2137-2042_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J2137-2042_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.00558425 Jy ! Component: 100 - total flux cleaned = 0.00714321 Jy ! Component: 150 - total flux cleaned = 0.00861726 Jy ! Component: 200 - total flux cleaned = 0.0110792 Jy ! Component: 250 - total flux cleaned = 0.0124318 Jy ! Component: 300 - total flux cleaned = 0.0137404 Jy ! Component: 350 - total flux cleaned = 0.0153257 Jy ! Component: 400 - total flux cleaned = 0.0162483 Jy ! Component: 450 - total flux cleaned = 0.0174264 Jy ! Component: 500 - total flux cleaned = 0.0174217 Jy ! Component: 550 - total flux cleaned = 0.0190968 Jy ! Component: 600 - total flux cleaned = 0.0193693 Jy ! Component: 650 - total flux cleaned = 0.0207035 Jy ! Component: 700 - total flux cleaned = 0.0207062 Jy ! Component: 750 - total flux cleaned = 0.0207137 Jy ! Component: 800 - total flux cleaned = 0.0217071 Jy ! Component: 850 - total flux cleaned = 0.022187 Jy ! Component: 900 - total flux cleaned = 0.0226504 Jy ! Component: 950 - total flux cleaned = 0.0228753 Jy ! Component: 1000 - total flux cleaned = 0.0226472 Jy ! Component: 1050 - total flux cleaned = 0.0233167 Jy ! Component: 1100 - total flux cleaned = 0.0237525 Jy ! Component: 1150 - total flux cleaned = 0.0235353 Jy ! Component: 1200 - total flux cleaned = 0.0239651 Jy ! Component: 1250 - total flux cleaned = 0.0245939 Jy ! Component: 1300 - total flux cleaned = 0.0254126 Jy ! Component: 1350 - total flux cleaned = 0.0258146 Jy ! Component: 1400 - total flux cleaned = 0.0260125 Jy ! Component: 1450 - total flux cleaned = 0.0269878 Jy ! Component: 1500 - total flux cleaned = 0.0269831 Jy ! Component: 1550 - total flux cleaned = 0.0271728 Jy ! Component: 1600 - total flux cleaned = 0.0273605 Jy ! Component: 1650 - total flux cleaned = 0.0282821 Jy ! Component: 1700 - total flux cleaned = 0.0284637 Jy ! Component: 1750 - total flux cleaned = 0.0288224 Jy ! Component: 1800 - total flux cleaned = 0.0289996 Jy ! Component: 1850 - total flux cleaned = 0.0293477 Jy ! Component: 1900 - total flux cleaned = 0.0293489 Jy ! Component: 1950 - total flux cleaned = 0.0295188 Jy ! Component: 2000 - total flux cleaned = 0.0293531 Jy ! Component: 2050 - total flux cleaned = 0.029846 Jy ! Component: 2100 - total flux cleaned = 0.0295164 Jy ! Component: 2150 - total flux cleaned = 0.0295133 Jy ! Component: 2200 - total flux cleaned = 0.028721 Jy ! Component: 2250 - total flux cleaned = 0.0288769 Jy ! Component: 2300 - total flux cleaned = 0.0288742 Jy ! Component: 2350 - total flux cleaned = 0.0290242 Jy ! Component: 2400 - total flux cleaned = 0.0285691 Jy ! Component: 2450 - total flux cleaned = 0.0284214 Jy ! Component: 2500 - total flux cleaned = 0.0282734 Jy ! Component: 2550 - total flux cleaned = 0.028273 Jy ! Component: 2600 - total flux cleaned = 0.0275559 Jy ! Component: 2650 - total flux cleaned = 0.0282669 Jy ! Component: 2700 - total flux cleaned = 0.0279864 Jy ! Component: 2750 - total flux cleaned = 0.0275685 Jy ! Component: 2800 - total flux cleaned = 0.028255 Jy ! Component: 2850 - total flux cleaned = 0.0277121 Jy ! Component: 2900 - total flux cleaned = 0.0273125 Jy ! Component: 2950 - total flux cleaned = 0.0273131 Jy ! Component: 3000 - total flux cleaned = 0.0271829 Jy ! Component: 3050 - total flux cleaned = 0.0275725 Jy ! Component: 3100 - total flux cleaned = 0.0270606 Jy ! Component: 3150 - total flux cleaned = 0.0274423 Jy ! Component: 3200 - total flux cleaned = 0.0273156 Jy ! Component: 3250 - total flux cleaned = 0.0276904 Jy ! Component: 3300 - total flux cleaned = 0.0279377 Jy ! Component: 3350 - total flux cleaned = 0.0275707 Jy ! Component: 3400 - total flux cleaned = 0.0279342 Jy ! Component: 3450 - total flux cleaned = 0.028054 Jy ! Component: 3500 - total flux cleaned = 0.0279335 Jy ! Component: 3550 - total flux cleaned = 0.0279346 Jy ! Component: 3600 - total flux cleaned = 0.0279347 Jy ! Component: 3650 - total flux cleaned = 0.0280485 Jy ! Component: 3700 - total flux cleaned = 0.0279353 Jy ! Component: 3750 - total flux cleaned = 0.028274 Jy ! Component: 3800 - total flux cleaned = 0.0280516 Jy ! Component: 3850 - total flux cleaned = 0.0286034 Jy ! Component: 3900 - total flux cleaned = 0.0281668 Jy ! Component: 3950 - total flux cleaned = 0.0289239 Jy ! Component: 4000 - total flux cleaned = 0.028602 Jy ! Component: 4050 - total flux cleaned = 0.0288137 Jy ! Total flux subtracted in 4096 components = 0.0288122 Jy ! Clean residual min=-0.005563 max=0.006588 Jy/beam ! Clean residual mean=-0.000071 rms=0.002304 Jy/beam ! Combined flux in latest and established models = 1.31323 Jy keep ! Adding 459 model components to the UV plane model. ! The established model now contains 716 components and 1.31323 Jy ![Exited script file: muppet] wmap "J2137-2042_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.043 x 7.917 at -2.633 degrees (North through East) ! Clean map min=-0.018582 max=0.39178 Jy/beam ! Writing clean map to FITS file: J2137-2042_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.391784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00225823 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.72919 1.72919 3.45838 6.91677 13.8335 27.6671 55.3341 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0067 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.391 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.043 x 7.917 at -2.633 degrees (North through East) ! Clean map min=-0.018582 max=0.39178 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 J2137-2042_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:09:28 2016