! Started logfile: /scr/pima/bg219a_uvs/J1439+3253_S_uvs.log on Wed Apr 6 22:56:55 2016 obs /scr/pima/bg219a_uvs/J1439+3253_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1439+3253_S_uva.fits ! AN table 1: 52 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.515568 visibilities/baseline/integration-bin. ! Found source: J1439+3253 ! ! 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 2252 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/J1439+3253_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001770Jy sigma=26.485388 ! Fit after self-cal, rms=0.950443Jy sigma=25.095021 ! 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=4.186 mas, bmaj=11.7 mas, bpa=37.23 degrees ! Estimated noise=0.844218 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.0385799 Jy ! Component: 100 - total flux cleaned = 0.047943 Jy ! Total flux subtracted in 100 components = 0.047943 Jy ! Clean residual min=-0.003952 max=0.004005 Jy/beam ! Clean residual mean=0.000001 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.047943 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.047943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048410Jy sigma=1.220089 ! Fit after self-cal, rms=0.047323Jy sigma=1.188619 ! 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=5.376 mas, bmaj=12.06 mas, bpa=34.81 degrees ! Estimated noise=0.598013 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.00597091 Jy ! Component: 100 - total flux cleaned = 0.00897194 Jy ! Component: 150 - total flux cleaned = 0.0107617 Jy ! Component: 200 - total flux cleaned = 0.0119271 Jy ! Total flux subtracted in 200 components = 0.0119271 Jy ! Clean residual min=-0.002856 max=0.003549 Jy/beam ! Clean residual mean=0.000021 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.0598701 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 41 components and 0.0598701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046651Jy sigma=1.167339 ! Fit after self-cal, rms=0.046612Jy sigma=1.165925 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.376 x 12.06 at 34.81 degrees (North through East) ! Clean map min=-0.0027003 max=0.051917 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: ! FD 1.02 LA 0.99 MK 0.98 NL 1.02 ! OV 1.01 PT 0.99 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 LA 1.00 MK 0.98 NL 1.05 ! OV 0.93 PT 1.01 SC 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 LA 1.03 MK 0.99 NL 1.05 ! OV 1.02 PT 1.02 SC 1.18 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 LA 1.05 MK 1.01 NL 0.94 ! OV 1.09 PT 0.92 SC 0.96 ! ! ! Fit before self-cal, rms=0.046612Jy sigma=1.165925 ! Fit after self-cal, rms=0.046333Jy sigma=1.161224 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.381 mas, bmaj=12.12 mas, bpa=34.77 degrees ! Estimated noise=0.590407 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.0007932 Jy ! Component: 100 - total flux cleaned = 0.00082022 Jy ! Component: 150 - total flux cleaned = 0.000819206 Jy ! Component: 200 - total flux cleaned = 0.000796199 Jy ! Total flux subtracted in 200 components = 0.000796199 Jy ! Clean residual min=-0.002709 max=0.002954 Jy/beam ! Clean residual mean=0.000025 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0606663 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.0606663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046306Jy sigma=1.160452 ! Fit after self-cal, rms=0.046399Jy sigma=1.159899 ! 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.046399Jy sigma=1.159899 ! Fit after self-cal, rms=0.046968Jy sigma=1.156296 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.385 mas, bmaj=12.1 mas, bpa=34.86 degrees ! Estimated noise=0.591537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000529122 Jy ! Component: 100 - total flux cleaned = 0.000505153 Jy ! Component: 150 - total flux cleaned = 0.000505417 Jy ! Component: 200 - total flux cleaned = 0.000525023 Jy ! Total flux subtracted in 200 components = 0.000525023 Jy ! Clean residual min=-0.002445 max=0.002523 Jy/beam ! Clean residual mean=0.000014 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.0611913 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.0611913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046945Jy sigma=1.155788 ! Fit after self-cal, rms=0.047011Jy sigma=1.155271 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 = 7.30288e-05 Jy ! Component: 100 - total flux cleaned = 7.13499e-05 Jy ! Component: 150 - total flux cleaned = 7.11497e-05 Jy ! Component: 200 - total flux cleaned = 8.80433e-05 Jy ! Total flux subtracted in 200 components = 8.80433e-05 Jy ! Clean residual min=-0.002416 max=0.002491 Jy/beam ! Clean residual mean=0.000015 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.0612794 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.0612794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046995Jy sigma=1.154939 ! Fit after self-cal, rms=0.047000Jy sigma=1.154891 ! 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.047000Jy sigma=1.154891 ! Fit after self-cal, rms=0.047139Jy sigma=1.154785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.392 mas, bmaj=12.07 mas, bpa=34.89 degrees ! Estimated noise=0.590826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000389341 Jy ! Component: 100 - total flux cleaned = 0.000352788 Jy ! Component: 150 - total flux cleaned = 0.000352878 Jy ! Component: 200 - total flux cleaned = 0.000367408 Jy ! Total flux subtracted in 200 components = 0.000367408 Jy ! Clean residual min=-0.002357 max=0.002391 Jy/beam ! Clean residual mean=0.000014 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.0616468 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.0616468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047122Jy sigma=1.154538 ! Fit after self-cal, rms=0.047141Jy sigma=1.154479 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 = 4.62925e-05 Jy ! Component: 100 - total flux cleaned = 4.68286e-05 Jy ! Component: 150 - total flux cleaned = 7.53537e-05 Jy ! Component: 200 - total flux cleaned = 8.91098e-05 Jy ! Total flux subtracted in 200 components = 8.91098e-05 Jy ! Clean residual min=-0.002343 max=0.002366 Jy/beam ! Clean residual mean=0.000014 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.0617359 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.0617359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047128Jy sigma=1.154306 ! Fit after self-cal, rms=0.047133Jy sigma=1.154273 ! 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.047133Jy sigma=1.154273 ! Fit after self-cal, rms=0.047102Jy sigma=1.154227 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.184 mas, bmaj=12.73 mas, bpa=23.22 degrees ! Estimated noise=0.631147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000526752 Jy ! Component: 100 - total flux cleaned = 0.000585215 Jy ! Component: 150 - total flux cleaned = 0.000610093 Jy ! Component: 200 - total flux cleaned = 0.000609797 Jy ! Total flux subtracted in 200 components = 0.000609797 Jy ! Clean residual min=-0.002086 max=0.002060 Jy/beam ! Clean residual mean=0.000020 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0623457 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.0623457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047090Jy sigma=1.154185 ! Fit after self-cal, rms=0.047096Jy sigma=1.154169 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 = 4.41455e-05 Jy ! Component: 100 - total flux cleaned = 3.41235e-05 Jy ! Component: 150 - total flux cleaned = 3.44206e-05 Jy ! Component: 200 - total flux cleaned = 3.45415e-05 Jy ! Total flux subtracted in 200 components = 3.45415e-05 Jy ! Clean residual min=-0.002086 max=0.002073 Jy/beam ! Clean residual mean=0.000020 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0623802 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.0623802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047090Jy sigma=1.154133 ! Fit after self-cal, rms=0.047093Jy sigma=1.154125 ! 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=5.406 mas, bmaj=12.03 mas, bpa=34.9 degrees ! Estimated noise=0.589526 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.406 x 12.03 at 34.9 degrees (North through East) ! Clean map min=-0.002239 max=0.050795 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=4.207 mas, bmaj=11.61 mas, bpa=37.34 degrees ! Estimated noise=0.835628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0387461 Jy ! Component: 100 - total flux cleaned = 0.0485765 Jy ! Component: 150 - total flux cleaned = 0.0538587 Jy ! Component: 200 - total flux cleaned = 0.0571058 Jy ! Total flux subtracted in 200 components = 0.0571058 Jy ! Clean residual min=-0.003399 max=0.003361 Jy/beam ! Clean residual mean=0.000003 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.0571058 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0571058 Jy ! Inverting map and beam ! Estimated beam: bmin=5.406 mas, bmaj=12.03 mas, bpa=34.9 degrees ! Estimated noise=0.589526 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.00220473 Jy ! Component: 100 - total flux cleaned = 0.00357137 Jy ! Component: 150 - total flux cleaned = 0.0039691 Jy ! Component: 200 - total flux cleaned = 0.00423094 Jy ! Total flux subtracted in 200 components = 0.00423094 Jy ! Clean residual min=-0.002442 max=0.002480 Jy/beam ! Clean residual mean=0.000014 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0613368 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.0613367 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=9.184 mas, bmaj=12.73 mas, bpa=23.22 degrees ! Estimated noise=0.631147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000665775 Jy ! Component: 100 - total flux cleaned = 0.000785298 Jy ! Component: 150 - total flux cleaned = 0.000835051 Jy ! Component: 200 - total flux cleaned = 0.000865418 Jy ! Total flux subtracted in 200 components = 0.000865418 Jy ! Clean residual min=-0.002285 max=0.002121 Jy/beam ! Clean residual mean=0.000021 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0622022 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.37755e-05 Jy ! Component: 100 - total flux cleaned = 2.68581e-05 Jy ! Component: 150 - total flux cleaned = 2.70029e-05 Jy ! Component: 200 - total flux cleaned = 2.72835e-05 Jy ! Total flux subtracted in 200 components = 2.72835e-05 Jy ! Clean residual min=-0.002231 max=0.002092 Jy/beam ! Clean residual mean=0.000021 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.0622294 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.0622294 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.406 mas, bmaj=12.03 mas, bpa=34.9 degrees ! Estimated noise=0.589526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000229816 Jy ! Component: 100 - total flux cleaned = -0.000253353 Jy ! Component: 150 - total flux cleaned = -0.000273989 Jy ! Component: 200 - total flux cleaned = -0.000273955 Jy ! Total flux subtracted in 200 components = -0.000273955 Jy ! Clean residual min=-0.002360 max=0.002377 Jy/beam ! Clean residual mean=0.000014 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0619555 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.0619555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047110Jy sigma=1.154630 ! Fit after self-cal, rms=0.047104Jy sigma=1.154588 wmodel /scr/pima/bg219a_uvs/J1439+3253_S_map.mod ! Writing 50 model components to file: /scr/pima/bg219a_uvs/J1439+3253_S_map.mod wobs /scr/pima/bg219a_uvs/J1439+3253_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1439+3253_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1439+3253_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J1439+3253_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 = -4.33983e-05 Jy ! Component: 100 - total flux cleaned = 0.000245251 Jy ! Component: 150 - total flux cleaned = 0.000638269 Jy ! Component: 200 - total flux cleaned = 0.00108913 Jy ! Component: 250 - total flux cleaned = 0.00145068 Jy ! Component: 300 - total flux cleaned = 0.00163292 Jy ! Component: 350 - total flux cleaned = 0.00173053 Jy ! Component: 400 - total flux cleaned = 0.00189344 Jy ! Component: 450 - total flux cleaned = 0.00198189 Jy ! Component: 500 - total flux cleaned = 0.002047 Jy ! Component: 550 - total flux cleaned = 0.00213016 Jy ! Component: 600 - total flux cleaned = 0.00215021 Jy ! Component: 650 - total flux cleaned = 0.00211121 Jy ! Component: 700 - total flux cleaned = 0.00213052 Jy ! Component: 750 - total flux cleaned = 0.00216736 Jy ! Component: 800 - total flux cleaned = 0.00216716 Jy ! Component: 850 - total flux cleaned = 0.00213193 Jy ! Component: 900 - total flux cleaned = 0.00211476 Jy ! Component: 950 - total flux cleaned = 0.0021147 Jy ! Component: 1000 - total flux cleaned = 0.00206479 Jy ! Component: 1050 - total flux cleaned = 0.00201576 Jy ! Component: 1100 - total flux cleaned = 0.0019838 Jy ! Component: 1150 - total flux cleaned = 0.0019363 Jy ! Component: 1200 - total flux cleaned = 0.00188943 Jy ! Component: 1250 - total flux cleaned = 0.00187393 Jy ! Component: 1300 - total flux cleaned = 0.00179742 Jy ! Component: 1350 - total flux cleaned = 0.00173685 Jy ! Component: 1400 - total flux cleaned = 0.00164674 Jy ! Component: 1450 - total flux cleaned = 0.00157176 Jy ! Component: 1500 - total flux cleaned = 0.00148208 Jy ! Component: 1550 - total flux cleaned = 0.00142233 Jy ! Component: 1600 - total flux cleaned = 0.00133296 Jy ! Component: 1650 - total flux cleaned = 0.00125859 Jy ! Component: 1700 - total flux cleaned = 0.00121395 Jy ! Component: 1750 - total flux cleaned = 0.00118411 Jy ! Component: 1800 - total flux cleaned = 0.00116915 Jy ! Component: 1850 - total flux cleaned = 0.00113914 Jy ! Component: 1900 - total flux cleaned = 0.00109408 Jy ! Component: 1950 - total flux cleaned = 0.00103365 Jy ! Component: 2000 - total flux cleaned = 0.000957803 Jy ! Component: 2050 - total flux cleaned = 0.000881658 Jy ! Component: 2100 - total flux cleaned = 0.000805185 Jy ! Component: 2150 - total flux cleaned = 0.000728133 Jy ! Component: 2200 - total flux cleaned = 0.000666171 Jy ! Component: 2250 - total flux cleaned = 0.000588306 Jy ! Component: 2300 - total flux cleaned = 0.000541276 Jy ! Component: 2350 - total flux cleaned = 0.000478044 Jy ! Component: 2400 - total flux cleaned = 0.000430182 Jy ! Component: 2450 - total flux cleaned = 0.00038199 Jy ! Component: 2500 - total flux cleaned = 0.00034966 Jy ! Component: 2550 - total flux cleaned = 0.000300636 Jy ! Component: 2600 - total flux cleaned = 0.000284301 Jy ! Component: 2650 - total flux cleaned = 0.000217991 Jy ! Component: 2700 - total flux cleaned = 0.000167852 Jy ! Component: 2750 - total flux cleaned = 0.00013412 Jy ! Component: 2800 - total flux cleaned = 9.99267e-05 Jy ! Component: 2850 - total flux cleaned = 8.26224e-05 Jy ! Component: 2900 - total flux cleaned = 4.79044e-05 Jy ! Component: 2950 - total flux cleaned = 3.04966e-05 Jy ! Component: 3000 - total flux cleaned = 1.29679e-05 Jy ! Component: 3050 - total flux cleaned = -4.05395e-05 Jy ! Component: 3100 - total flux cleaned = -9.4623e-05 Jy ! Component: 3150 - total flux cleaned = -0.000130932 Jy ! Component: 3200 - total flux cleaned = -0.000149257 Jy ! Component: 3250 - total flux cleaned = -0.00018642 Jy ! Component: 3300 - total flux cleaned = -0.000223917 Jy ! Component: 3350 - total flux cleaned = -0.00028062 Jy ! Component: 3400 - total flux cleaned = -0.000280689 Jy ! Component: 3450 - total flux cleaned = -0.00031917 Jy ! Component: 3500 - total flux cleaned = -0.000358025 Jy ! Component: 3550 - total flux cleaned = -0.000397393 Jy ! Component: 3600 - total flux cleaned = -0.000457118 Jy ! Component: 3650 - total flux cleaned = -0.000497418 Jy ! Component: 3700 - total flux cleaned = -0.000558364 Jy ! Component: 3750 - total flux cleaned = -0.000599429 Jy ! Component: 3800 - total flux cleaned = -0.000640816 Jy ! Component: 3850 - total flux cleaned = -0.000724572 Jy ! Component: 3900 - total flux cleaned = -0.000788217 Jy ! Component: 3950 - total flux cleaned = -0.000809759 Jy ! Component: 4000 - total flux cleaned = -0.000896131 Jy ! Component: 4050 - total flux cleaned = -0.000939853 Jy ! Total flux subtracted in 4096 components = -0.000984093 Jy ! Clean residual min=-0.001306 max=0.001445 Jy/beam ! Clean residual mean=-0.000003 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0609714 Jy keep ! Adding 195 model components to the UV plane model. ! The established model now contains 245 components and 0.0609714 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1439+3253_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.406 x 12.03 at 34.9 degrees (North through East) ! Clean map min=-0.0020327 max=0.050443 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1439+3253_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0504429 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000417927 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.48555 2.48555 4.97109 9.94218 19.8844 39.7687 79.5374 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.05 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 120.697 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1439+3253_S_uvs.log closed on Wed Apr 6 22:56:59 2016