! Started logfile: /scr/pima/bg219a_uvs/J0037+3659_S_uvs.log on Wed Apr 6 22:39:36 2016 obs /scr/pima/bg219a_uvs/J0037+3659_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0037+3659_S_uva.fits ! AN table 1: 62 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J0037+3659 ! ! 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 3100 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/J0037+3659_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007157Jy sigma=27.196031 ! Fit after self-cal, rms=0.935918Jy sigma=25.251183 ! 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.686 mas, bmaj=5.384 mas, bpa=-15.07 degrees ! Estimated noise=0.942796 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.048002 Jy ! Component: 100 - total flux cleaned = 0.0596694 Jy ! Total flux subtracted in 100 components = 0.0596694 Jy ! Clean residual min=-0.008159 max=0.008076 Jy/beam ! Clean residual mean=0.000026 rms=0.002079 Jy/beam ! Combined flux in latest and established models = 0.0596694 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0596694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055786Jy sigma=1.385531 ! Fit after self-cal, rms=0.054954Jy sigma=1.365881 ! 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.417 mas, bmaj=6.406 mas, bpa=-11.3 degrees ! Estimated noise=0.507241 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.00964755 Jy ! Component: 100 - total flux cleaned = 0.0145208 Jy ! Component: 150 - total flux cleaned = 0.0171789 Jy ! Component: 200 - total flux cleaned = 0.0187312 Jy ! Total flux subtracted in 200 components = 0.0187312 Jy ! Clean residual min=-0.006647 max=0.008395 Jy/beam ! Clean residual mean=0.000012 rms=0.002318 Jy/beam ! Combined flux in latest and established models = 0.0784006 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 32 components and 0.0784006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053470Jy sigma=1.316216 ! Fit after self-cal, rms=0.053459Jy sigma=1.315256 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.417 x 6.406 at -11.3 degrees (North through East) ! Clean map min=-0.0066325 max=0.06454 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 0.92 MK 1.03 NL 1.19 OV 1.09 ! PT 0.90 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.91 MK 1.04 NL 1.17 OV 1.00 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 0.92 MK 1.08 NL 1.05 OV 1.00 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.90 MK 0.88 NL 1.05 OV 1.07 ! PT 0.93 SC 1.02 ! ! ! Fit before self-cal, rms=0.053459Jy sigma=1.315256 ! Fit after self-cal, rms=0.053196Jy sigma=1.302811 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=6.457 mas, bpa=-11 degrees ! Estimated noise=0.507177 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 = 2.34488e-05 Jy ! Component: 100 - total flux cleaned = 2.29683e-05 Jy ! Component: 150 - total flux cleaned = 2.21417e-05 Jy ! Component: 200 - total flux cleaned = 4.46656e-05 Jy ! Total flux subtracted in 200 components = 4.46656e-05 Jy ! Clean residual min=-0.006398 max=0.008806 Jy/beam ! Clean residual mean=0.000011 rms=0.002112 Jy/beam ! Combined flux in latest and established models = 0.0784453 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.0784453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053167Jy sigma=1.302269 ! Fit after self-cal, rms=0.053270Jy sigma=1.301287 ! 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.053270Jy sigma=1.301287 ! Fit after self-cal, rms=0.053792Jy sigma=1.288278 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.44 mas, bmaj=6.474 mas, bpa=-10.99 degrees ! Estimated noise=0.506535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000360491 Jy ! Component: 100 - total flux cleaned = 0.000327536 Jy ! Component: 150 - total flux cleaned = 0.000303449 Jy ! Component: 200 - total flux cleaned = 0.000324629 Jy ! Total flux subtracted in 200 components = 0.000324629 Jy ! Clean residual min=-0.006417 max=0.008403 Jy/beam ! Clean residual mean=-0.000001 rms=0.001903 Jy/beam ! Combined flux in latest and established models = 0.0787699 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.0787699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053757Jy sigma=1.287631 ! Fit after self-cal, rms=0.053829Jy sigma=1.287178 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 (46.5, 106). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00711395 Jy ! Component: 100 - total flux cleaned = 0.0104562 Jy ! Component: 150 - total flux cleaned = 0.0127676 Jy ! Component: 200 - total flux cleaned = 0.0145454 Jy ! Total flux subtracted in 200 components = 0.0145454 Jy ! Clean residual min=-0.004954 max=0.004816 Jy/beam ! Clean residual mean=0.000010 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.0933153 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 78 components and 0.0933153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052959Jy sigma=1.257333 ! Fit after self-cal, rms=0.052811Jy sigma=1.254672 ! 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.052811Jy sigma=1.254672 ! Fit after self-cal, rms=0.052352Jy sigma=1.248871 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.462 mas, bmaj=6.533 mas, bpa=-11.24 degrees ! Estimated noise=0.494512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314784 Jy ! Component: 100 - total flux cleaned = 0.00496976 Jy ! Component: 150 - total flux cleaned = 0.00563952 Jy ! Component: 200 - total flux cleaned = 0.00623388 Jy ! Total flux subtracted in 200 components = 0.00623388 Jy ! Clean residual min=-0.003505 max=0.004660 Jy/beam ! Clean residual mean=0.000007 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.0995492 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 96 components and 0.0995492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052153Jy sigma=1.242049 ! Fit after self-cal, rms=0.052144Jy sigma=1.241237 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 (7, -55). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00389261 Jy ! Component: 100 - total flux cleaned = 0.00539895 Jy ! Component: 150 - total flux cleaned = 0.00611123 Jy ! Component: 200 - total flux cleaned = 0.00668468 Jy ! Total flux subtracted in 200 components = 0.00668468 Jy ! Clean residual min=-0.003061 max=0.002554 Jy/beam ! Clean residual mean=0.000005 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.106234 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 117 components and 0.106234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051846Jy sigma=1.231605 ! Fit after self-cal, rms=0.051721Jy sigma=1.230712 ! 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.051721Jy sigma=1.230712 ! Fit after self-cal, rms=0.051599Jy sigma=1.228966 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.689 mas, bmaj=14.07 mas, bpa=-12.13 degrees ! Estimated noise=0.554708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206325 Jy ! Component: 100 - total flux cleaned = 0.00273674 Jy ! Component: 150 - total flux cleaned = 0.0030616 Jy ! Component: 200 - total flux cleaned = 0.00327003 Jy ! Total flux subtracted in 200 components = 0.00327003 Jy ! Clean residual min=-0.002933 max=0.002590 Jy/beam ! Clean residual mean=0.000006 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.109504 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 141 components and 0.109504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051526Jy sigma=1.226762 ! Fit after self-cal, rms=0.051536Jy sigma=1.226446 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.000819251 Jy ! Component: 100 - total flux cleaned = 0.000973158 Jy ! Component: 150 - total flux cleaned = 0.00114137 Jy ! Component: 200 - total flux cleaned = 0.0013216 Jy ! Total flux subtracted in 200 components = 0.0013216 Jy ! Clean residual min=-0.002689 max=0.002444 Jy/beam ! Clean residual mean=0.000005 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.110825 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 154 components and 0.110825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051513Jy sigma=1.225956 ! Fit after self-cal, rms=0.051511Jy sigma=1.225867 ! 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.469 mas, bmaj=6.577 mas, bpa=-11.64 degrees ! Estimated noise=0.487364 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.469 x 6.577 at -11.64 degrees (North through East) ! Clean map min=-0.0020464 max=0.064988 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.7 mas, bmaj=5.468 mas, bpa=-15.4 degrees ! Estimated noise=0.917467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0472178 Jy ! Component: 100 - total flux cleaned = 0.0598591 Jy ! Component: 150 - total flux cleaned = 0.0662323 Jy ! Component: 200 - total flux cleaned = 0.071051 Jy ! Total flux subtracted in 200 components = 0.071051 Jy ! Clean residual min=-0.006544 max=0.005768 Jy/beam ! Clean residual mean=0.000011 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.071051 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.071051 Jy ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=6.577 mas, bpa=-11.64 degrees ! Estimated noise=0.487364 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.00736942 Jy ! Component: 100 - total flux cleaned = 0.012657 Jy ! Component: 150 - total flux cleaned = 0.0169048 Jy ! Component: 200 - total flux cleaned = 0.0203903 Jy ! Total flux subtracted in 200 components = 0.0203903 Jy ! Clean residual min=-0.004379 max=0.003453 Jy/beam ! Clean residual mean=0.000011 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.0914413 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 50 components and 0.0914413 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.689 mas, bmaj=14.07 mas, bpa=-12.13 degrees ! Estimated noise=0.554708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441475 Jy ! Component: 100 - total flux cleaned = 0.00767293 Jy ! Component: 150 - total flux cleaned = 0.0102591 Jy ! Component: 200 - total flux cleaned = 0.0123709 Jy ! Total flux subtracted in 200 components = 0.0123709 Jy ! Clean residual min=-0.004263 max=0.003170 Jy/beam ! Clean residual mean=0.000014 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.103812 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.00173646 Jy ! Component: 100 - total flux cleaned = 0.00306523 Jy ! Component: 150 - total flux cleaned = 0.0038067 Jy ! Component: 200 - total flux cleaned = 0.00437124 Jy ! Total flux subtracted in 200 components = 0.00437124 Jy ! Clean residual min=-0.003396 max=0.002362 Jy/beam ! Clean residual mean=0.000011 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.108183 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 114 components and 0.108183 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=6.577 mas, bpa=-11.64 degrees ! Estimated noise=0.487364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507039 Jy ! Component: 100 - total flux cleaned = 0.00106735 Jy ! Component: 150 - total flux cleaned = 0.00127569 Jy ! Component: 200 - total flux cleaned = 0.00146849 Jy ! Total flux subtracted in 200 components = 0.00146849 Jy ! Clean residual min=-0.002451 max=0.002215 Jy/beam ! Clean residual mean=0.000002 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.109652 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.109652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051568Jy sigma=1.226951 ! Fit after self-cal, rms=0.051554Jy sigma=1.226304 wmodel /scr/pima/bg219a_uvs/J0037+3659_S_map.mod ! Writing 135 model components to file: /scr/pima/bg219a_uvs/J0037+3659_S_map.mod wobs /scr/pima/bg219a_uvs/J0037+3659_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0037+3659_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0037+3659_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219a_uvs/J0037+3659_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.000205674 Jy ! Component: 100 - total flux cleaned = -0.000101494 Jy ! Component: 150 - total flux cleaned = 0.000387747 Jy ! Component: 200 - total flux cleaned = 0.000783091 Jy ! Component: 250 - total flux cleaned = 0.00118251 Jy ! Component: 300 - total flux cleaned = 0.00158514 Jy ! Component: 350 - total flux cleaned = 0.00196828 Jy ! Component: 400 - total flux cleaned = 0.00231145 Jy ! Component: 450 - total flux cleaned = 0.00261831 Jy ! Component: 500 - total flux cleaned = 0.00286864 Jy ! Component: 550 - total flux cleaned = 0.00313242 Jy ! Component: 600 - total flux cleaned = 0.0033873 Jy ! Component: 650 - total flux cleaned = 0.00359315 Jy ! Component: 700 - total flux cleaned = 0.0038327 Jy ! Component: 750 - total flux cleaned = 0.00404576 Jy ! Component: 800 - total flux cleaned = 0.00419671 Jy ! Component: 850 - total flux cleaned = 0.00434336 Jy ! Component: 900 - total flux cleaned = 0.00443241 Jy ! Component: 950 - total flux cleaned = 0.00460658 Jy ! Component: 1000 - total flux cleaned = 0.00470785 Jy ! Component: 1050 - total flux cleaned = 0.00479092 Jy ! Component: 1100 - total flux cleaned = 0.00492088 Jy ! Component: 1150 - total flux cleaned = 0.00501604 Jy ! Component: 1200 - total flux cleaned = 0.00510941 Jy ! Component: 1250 - total flux cleaned = 0.00521633 Jy ! Component: 1300 - total flux cleaned = 0.0052763 Jy ! Component: 1350 - total flux cleaned = 0.00530571 Jy ! Component: 1400 - total flux cleaned = 0.00527667 Jy ! Component: 1450 - total flux cleaned = 0.00524806 Jy ! Component: 1500 - total flux cleaned = 0.00520547 Jy ! Component: 1550 - total flux cleaned = 0.00516347 Jy ! Component: 1600 - total flux cleaned = 0.00514953 Jy ! Component: 1650 - total flux cleaned = 0.00512193 Jy ! Component: 1700 - total flux cleaned = 0.00508101 Jy ! Component: 1750 - total flux cleaned = 0.00505388 Jy ! Component: 1800 - total flux cleaned = 0.00504025 Jy ! Component: 1850 - total flux cleaned = 0.00498625 Jy ! Component: 1900 - total flux cleaned = 0.00493245 Jy ! Component: 1950 - total flux cleaned = 0.00486535 Jy ! Component: 2000 - total flux cleaned = 0.00478465 Jy ! Component: 2050 - total flux cleaned = 0.00471696 Jy ! Component: 2100 - total flux cleaned = 0.00466249 Jy ! Component: 2150 - total flux cleaned = 0.00460759 Jy ! Component: 2200 - total flux cleaned = 0.00457984 Jy ! Component: 2250 - total flux cleaned = 0.00455161 Jy ! Component: 2300 - total flux cleaned = 0.00453726 Jy ! Component: 2350 - total flux cleaned = 0.00453722 Jy ! Component: 2400 - total flux cleaned = 0.00452249 Jy ! Component: 2450 - total flux cleaned = 0.0045076 Jy ! Component: 2500 - total flux cleaned = 0.00449233 Jy ! Component: 2550 - total flux cleaned = 0.00447642 Jy ! Component: 2600 - total flux cleaned = 0.00446014 Jy ! Component: 2650 - total flux cleaned = 0.00444366 Jy ! Component: 2700 - total flux cleaned = 0.00442668 Jy ! Component: 2750 - total flux cleaned = 0.00440937 Jy ! Component: 2800 - total flux cleaned = 0.00439173 Jy ! Component: 2850 - total flux cleaned = 0.00437354 Jy ! Component: 2900 - total flux cleaned = 0.00435503 Jy ! Component: 2950 - total flux cleaned = 0.00433623 Jy ! Component: 3000 - total flux cleaned = 0.00431663 Jy ! Component: 3050 - total flux cleaned = 0.00429674 Jy ! Component: 3100 - total flux cleaned = 0.00427632 Jy ! Component: 3150 - total flux cleaned = 0.00427609 Jy ! Component: 3200 - total flux cleaned = 0.00425458 Jy ! Component: 3250 - total flux cleaned = 0.00425477 Jy ! Component: 3300 - total flux cleaned = 0.00423176 Jy ! Component: 3350 - total flux cleaned = 0.00423164 Jy ! Component: 3400 - total flux cleaned = 0.00423173 Jy ! Component: 3450 - total flux cleaned = 0.00420672 Jy ! Component: 3500 - total flux cleaned = 0.00420657 Jy ! Component: 3550 - total flux cleaned = 0.00420623 Jy ! Component: 3600 - total flux cleaned = 0.00420599 Jy ! Component: 3650 - total flux cleaned = 0.00420576 Jy ! Component: 3700 - total flux cleaned = 0.00420568 Jy ! Component: 3750 - total flux cleaned = 0.00423541 Jy ! Component: 3800 - total flux cleaned = 0.00423541 Jy ! Component: 3850 - total flux cleaned = 0.00423519 Jy ! Component: 3900 - total flux cleaned = 0.0042678 Jy ! Component: 3950 - total flux cleaned = 0.0042683 Jy ! Component: 4000 - total flux cleaned = 0.00426862 Jy ! Component: 4050 - total flux cleaned = 0.00426869 Jy ! Total flux subtracted in 4096 components = 0.00426919 Jy ! Clean residual min=-0.002280 max=0.002404 Jy/beam ! Clean residual mean=-0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.113921 Jy keep ! Adding 189 model components to the UV plane model. ! The established model now contains 324 components and 0.113921 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0037+3659_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.469 x 6.577 at -11.64 degrees (North through East) ! Clean map min=-0.003479 max=0.065225 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0037+3659_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0652253 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000468763 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.15605 2.15605 4.3121 8.62419 17.2484 34.4968 68.9935 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.065 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 139.143 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0037+3659_S_uvs.log closed on Wed Apr 6 22:39:40 2016