! Started logfile: /scr/pima/bg219a_uvs/J1726+0504_S_uvs.log on Wed Apr 6 23:00:26 2016 obs /scr/pima/bg219a_uvs/J1726+0504_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1726+0504_S_uva.fits ! AN table 1: 58 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.798851 visibilities/baseline/integration-bin. ! Found source: J1726+0504 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 49 lines of history. ! ! Reading 2780 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219a_uvs/J1726+0504_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004405Jy sigma=22.520085 ! Fit after self-cal, rms=0.887259Jy sigma=19.871268 ! 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.444 mas, bmaj=6.315 mas, bpa=-0.9375 degrees ! Estimated noise=0.921979 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.0863341 Jy ! Component: 100 - total flux cleaned = 0.107413 Jy ! Total flux subtracted in 100 components = 0.107413 Jy ! Clean residual min=-0.007930 max=0.008929 Jy/beam ! Clean residual mean=0.000011 rms=0.002030 Jy/beam ! Combined flux in latest and established models = 0.107413 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.107413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061523Jy sigma=1.262920 ! Fit after self-cal, rms=0.061539Jy sigma=1.262087 ! 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.916 mas, bmaj=7.068 mas, bpa=-3.203 degrees ! Estimated noise=0.622764 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.0120555 Jy ! Component: 100 - total flux cleaned = 0.0179983 Jy ! Component: 150 - total flux cleaned = 0.0211069 Jy ! Component: 200 - total flux cleaned = 0.0228535 Jy ! Total flux subtracted in 200 components = 0.0228535 Jy ! Clean residual min=-0.003696 max=0.003800 Jy/beam ! Clean residual mean=0.000001 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.130266 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.130266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059398Jy sigma=1.206841 ! Fit after self-cal, rms=0.059394Jy sigma=1.205742 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.916 x 7.068 at -3.203 degrees (North through East) ! Clean map min=-0.0034753 max=0.11552 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 0.99 NL 0.96 OV 1.04 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.97 MK 1.02 NL 0.99 OV 1.04 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 0.97 MK 1.01 NL 0.99 OV 1.03 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.92 MK 1.05 NL 0.93 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Fit before self-cal, rms=0.059394Jy sigma=1.205742 ! Fit after self-cal, rms=0.058831Jy sigma=1.199154 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=7.077 mas, bpa=-3.282 degrees ! Estimated noise=0.620107 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.000216232 Jy ! Component: 100 - total flux cleaned = 0.000220032 Jy ! Component: 150 - total flux cleaned = 0.000220031 Jy ! Component: 200 - total flux cleaned = 0.000180418 Jy ! Total flux subtracted in 200 components = 0.000180418 Jy ! Clean residual min=-0.002815 max=0.002896 Jy/beam ! Clean residual mean=0.000001 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.130447 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 26 components and 0.130447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058813Jy sigma=1.198625 ! Fit after self-cal, rms=0.058801Jy sigma=1.198436 ! 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.058801Jy sigma=1.198436 ! Fit after self-cal, rms=0.058464Jy sigma=1.194712 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=7.064 mas, bpa=-3.291 degrees ! Estimated noise=0.619405 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.74827e-05 Jy ! Component: 100 - total flux cleaned = -9.3942e-05 Jy ! Component: 150 - total flux cleaned = -0.000126783 Jy ! Component: 200 - total flux cleaned = -0.00012708 Jy ! Total flux subtracted in 200 components = -0.00012708 Jy ! Clean residual min=-0.002719 max=0.002532 Jy/beam ! Clean residual mean=0.000002 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.13032 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.13032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058452Jy sigma=1.194441 ! Fit after self-cal, rms=0.058465Jy sigma=1.194307 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 = -2.22175e-06 Jy ! Component: 100 - total flux cleaned = -2.74376e-06 Jy ! Component: 150 - total flux cleaned = -1.65737e-05 Jy ! Component: 200 - total flux cleaned = -4.07016e-06 Jy ! Total flux subtracted in 200 components = -4.07016e-06 Jy ! Clean residual min=-0.002684 max=0.002504 Jy/beam ! Clean residual mean=0.000002 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.130316 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.130316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058458Jy sigma=1.194144 ! Fit after self-cal, rms=0.058455Jy sigma=1.194122 ! 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.058455Jy sigma=1.194122 ! Fit after self-cal, rms=0.058345Jy sigma=1.194098 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.929 mas, bmaj=7.058 mas, bpa=-3.227 degrees ! Estimated noise=0.618535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.52144e-05 Jy ! Component: 100 - total flux cleaned = -5.30465e-05 Jy ! Component: 150 - total flux cleaned = -5.23924e-05 Jy ! Component: 200 - total flux cleaned = -6.38726e-05 Jy ! Total flux subtracted in 200 components = -6.38726e-05 Jy ! Clean residual min=-0.002695 max=0.002525 Jy/beam ! Clean residual mean=0.000002 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.130252 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.130252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058338Jy sigma=1.193975 ! Fit after self-cal, rms=0.058337Jy sigma=1.193964 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 = -5.30745e-07 Jy ! Component: 100 - total flux cleaned = -1.18359e-05 Jy ! Component: 150 - total flux cleaned = -1.15913e-05 Jy ! Component: 200 - total flux cleaned = -1.19137e-05 Jy ! Total flux subtracted in 200 components = -1.19137e-05 Jy ! Clean residual min=-0.002670 max=0.002520 Jy/beam ! Clean residual mean=0.000002 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.13024 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.13024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058333Jy sigma=1.193882 ! Fit after self-cal, rms=0.058332Jy sigma=1.193872 ! 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.058332Jy sigma=1.193872 ! Fit after self-cal, rms=0.058221Jy sigma=1.193858 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.538 mas, bmaj=13.58 mas, bpa=-6.87 degrees ! Estimated noise=0.811345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.03402e-05 Jy ! Component: 100 - total flux cleaned = 0.000116346 Jy ! Component: 150 - total flux cleaned = 0.000125698 Jy ! Component: 200 - total flux cleaned = 0.000139252 Jy ! Total flux subtracted in 200 components = 0.000139252 Jy ! Clean residual min=-0.002116 max=0.001862 Jy/beam ! Clean residual mean=0.000005 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.130379 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.130379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058221Jy sigma=1.193880 ! Fit after self-cal, rms=0.058216Jy sigma=1.193801 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.2065e-06 Jy ! Component: 100 - total flux cleaned = 3.35948e-06 Jy ! Component: 150 - total flux cleaned = 1.85385e-05 Jy ! Component: 200 - total flux cleaned = 2.42632e-05 Jy ! Total flux subtracted in 200 components = 2.42632e-05 Jy ! Clean residual min=-0.002111 max=0.001872 Jy/beam ! Clean residual mean=0.000005 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.130403 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 38 components and 0.130403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058216Jy sigma=1.193840 ! Fit after self-cal, rms=0.058215Jy sigma=1.193785 ! 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.928 mas, bmaj=7.053 mas, bpa=-3.167 degrees ! Estimated noise=0.617701 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.928 x 7.053 at -3.167 degrees (North through East) ! Clean map min=-0.0024936 max=0.11452 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.456 mas, bmaj=6.291 mas, bpa=-0.8479 degrees ! Estimated noise=0.917705 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0857136 Jy ! Component: 100 - total flux cleaned = 0.106709 Jy ! Component: 150 - total flux cleaned = 0.116898 Jy ! Component: 200 - total flux cleaned = 0.122823 Jy ! Total flux subtracted in 200 components = 0.122823 Jy ! Clean residual min=-0.006239 max=0.005327 Jy/beam ! Clean residual mean=0.000004 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.122823 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.122823 Jy ! Inverting map and beam ! Estimated beam: bmin=2.928 mas, bmaj=7.053 mas, bpa=-3.167 degrees ! Estimated noise=0.617701 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.00407153 Jy ! Component: 100 - total flux cleaned = 0.00556312 Jy ! Component: 150 - total flux cleaned = 0.00602725 Jy ! Component: 200 - total flux cleaned = 0.00637101 Jy ! Total flux subtracted in 200 components = 0.00637101 Jy ! Clean residual min=-0.002786 max=0.002570 Jy/beam ! Clean residual mean=0.000003 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.129194 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.129194 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.538 mas, bmaj=13.58 mas, bpa=-6.87 degrees ! Estimated noise=0.811345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011877 Jy ! Component: 100 - total flux cleaned = 0.00122984 Jy ! Component: 150 - total flux cleaned = 0.00123157 Jy ! Component: 200 - total flux cleaned = 0.00123212 Jy ! Total flux subtracted in 200 components = 0.00123212 Jy ! Clean residual min=-0.002114 max=0.001900 Jy/beam ! Clean residual mean=0.000005 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.130426 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.89227e-07 Jy ! Component: 100 - total flux cleaned = -4.73284e-07 Jy ! Component: 150 - total flux cleaned = -3.55261e-07 Jy ! Component: 200 - total flux cleaned = -1.18963e-07 Jy ! Total flux subtracted in 200 components = -1.18963e-07 Jy ! Clean residual min=-0.002111 max=0.001870 Jy/beam ! Clean residual mean=0.000005 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.130426 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 40 components and 0.130426 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.928 mas, bmaj=7.053 mas, bpa=-3.167 degrees ! Estimated noise=0.617701 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000412264 Jy ! Component: 100 - total flux cleaned = -0.000508374 Jy ! Component: 150 - total flux cleaned = -0.000493043 Jy ! Component: 200 - total flux cleaned = -0.000448106 Jy ! Total flux subtracted in 200 components = -0.000448106 Jy ! Clean residual min=-0.002548 max=0.002490 Jy/beam ! Clean residual mean=0.000002 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.129978 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.129978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058225Jy sigma=1.193908 ! Fit after self-cal, rms=0.058226Jy sigma=1.193877 wmodel /scr/pima/bg219a_uvs/J1726+0504_S_map.mod ! Writing 47 model components to file: /scr/pima/bg219a_uvs/J1726+0504_S_map.mod wobs /scr/pima/bg219a_uvs/J1726+0504_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1726+0504_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1726+0504_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J1726+0504_S_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.000482994 Jy ! Component: 100 - total flux cleaned = -0.000777183 Jy ! Component: 150 - total flux cleaned = -0.00108652 Jy ! Component: 200 - total flux cleaned = -0.00137887 Jy ! Component: 250 - total flux cleaned = -0.00162119 Jy ! Component: 300 - total flux cleaned = -0.00198146 Jy ! Component: 350 - total flux cleaned = -0.00216873 Jy ! Component: 400 - total flux cleaned = -0.00234939 Jy ! Component: 450 - total flux cleaned = -0.00255047 Jy ! Component: 500 - total flux cleaned = -0.0026888 Jy ! Component: 550 - total flux cleaned = -0.00282288 Jy ! Component: 600 - total flux cleaned = -0.00292608 Jy ! Component: 650 - total flux cleaned = -0.00295165 Jy ! Component: 700 - total flux cleaned = -0.00312156 Jy ! Component: 750 - total flux cleaned = -0.00314452 Jy ! Component: 800 - total flux cleaned = -0.00332826 Jy ! Component: 850 - total flux cleaned = -0.00350661 Jy ! Component: 900 - total flux cleaned = -0.00359357 Jy ! Component: 950 - total flux cleaned = -0.00369989 Jy ! Component: 1000 - total flux cleaned = -0.00376312 Jy ! Component: 1050 - total flux cleaned = -0.0037839 Jy ! Component: 1100 - total flux cleaned = -0.00376437 Jy ! Component: 1150 - total flux cleaned = -0.0038623 Jy ! Component: 1200 - total flux cleaned = -0.00391967 Jy ! Component: 1250 - total flux cleaned = -0.00393827 Jy ! Component: 1300 - total flux cleaned = -0.00393841 Jy ! Component: 1350 - total flux cleaned = -0.00401072 Jy ! Component: 1400 - total flux cleaned = -0.00404612 Jy ! Component: 1450 - total flux cleaned = -0.00404612 Jy ! Component: 1500 - total flux cleaned = -0.00406346 Jy ! Component: 1550 - total flux cleaned = -0.00404623 Jy ! Component: 1600 - total flux cleaned = -0.00397978 Jy ! Component: 1650 - total flux cleaned = -0.00389825 Jy ! Component: 1700 - total flux cleaned = -0.00383405 Jy ! Component: 1750 - total flux cleaned = -0.00372301 Jy ! Component: 1800 - total flux cleaned = -0.00364507 Jy ! Component: 1850 - total flux cleaned = -0.0035063 Jy ! Component: 1900 - total flux cleaned = -0.0034001 Jy ! Component: 1950 - total flux cleaned = -0.00329519 Jy ! Component: 2000 - total flux cleaned = -0.00317679 Jy ! Component: 2050 - total flux cleaned = -0.00308902 Jy ! Component: 2100 - total flux cleaned = -0.00300239 Jy ! Component: 2150 - total flux cleaned = -0.00294526 Jy ! Component: 2200 - total flux cleaned = -0.00290279 Jy ! Component: 2250 - total flux cleaned = -0.00279119 Jy ! Component: 2300 - total flux cleaned = -0.00273611 Jy ! Component: 2350 - total flux cleaned = -0.00269508 Jy ! Component: 2400 - total flux cleaned = -0.0026273 Jy ! Component: 2450 - total flux cleaned = -0.00251997 Jy ! Component: 2500 - total flux cleaned = -0.00252015 Jy ! Component: 2550 - total flux cleaned = -0.00246723 Jy ! Component: 2600 - total flux cleaned = -0.00238857 Jy ! Component: 2650 - total flux cleaned = -0.00237553 Jy ! Component: 2700 - total flux cleaned = -0.00232384 Jy ! Component: 2750 - total flux cleaned = -0.00225965 Jy ! Component: 2800 - total flux cleaned = -0.00222162 Jy ! Component: 2850 - total flux cleaned = -0.00217099 Jy ! Component: 2900 - total flux cleaned = -0.00212059 Jy ! Component: 2950 - total flux cleaned = -0.00208308 Jy ! Component: 3000 - total flux cleaned = -0.00204578 Jy ! Component: 3050 - total flux cleaned = -0.00199631 Jy ! Component: 3100 - total flux cleaned = -0.0019224 Jy ! Component: 3150 - total flux cleaned = -0.0018366 Jy ! Component: 3200 - total flux cleaned = -0.00177562 Jy ! Component: 3250 - total flux cleaned = -0.00173915 Jy ! Component: 3300 - total flux cleaned = -0.00167854 Jy ! Component: 3350 - total flux cleaned = -0.00159412 Jy ! Component: 3400 - total flux cleaned = -0.00154603 Jy ! Component: 3450 - total flux cleaned = -0.00154604 Jy ! Component: 3500 - total flux cleaned = -0.00151014 Jy ! Component: 3550 - total flux cleaned = -0.00143853 Jy ! Component: 3600 - total flux cleaned = -0.00142664 Jy ! Component: 3650 - total flux cleaned = -0.00141476 Jy ! Component: 3700 - total flux cleaned = -0.00145034 Jy ! Component: 3750 - total flux cleaned = -0.00143856 Jy ! Component: 3800 - total flux cleaned = -0.00143854 Jy ! Component: 3850 - total flux cleaned = -0.00143852 Jy ! Component: 3900 - total flux cleaned = -0.00142667 Jy ! Component: 3950 - total flux cleaned = -0.00143847 Jy ! Component: 4000 - total flux cleaned = -0.00142667 Jy ! Component: 4050 - total flux cleaned = -0.00142667 Jy ! Total flux subtracted in 4096 components = -0.00141495 Jy ! Clean residual min=-0.000708 max=0.000684 Jy/beam ! Clean residual mean=0.000001 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.128563 Jy keep ! Adding 225 model components to the UV plane model. ! The established model now contains 272 components and 0.128563 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1726+0504_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.928 x 7.053 at -3.167 degrees (North through East) ! Clean map min=-0.0015262 max=0.11417 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1726+0504_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114173 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179984 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.472924 0.472924 0.945848 1.8917 3.78339 7.56679 15.1336 30.2671 60.5343 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.114 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 634.351 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1726+0504_S_uvs.log closed on Wed Apr 6 23:00:30 2016