! Started logfile: /scr/pima/bg219a_uvs/J2120+0533_S_uvs.log on Wed Apr 6 23:03:31 2016 obs /scr/pima/bg219a_uvs/J2120+0533_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2120+0533_S_uva.fits ! AN table 1: 36 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J2120+0533 ! ! 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 1800 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/J2120+0533_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.011451Jy sigma=23.732805 ! Fit after self-cal, rms=0.884707Jy sigma=20.608182 ! 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.374 mas, bmaj=6.321 mas, bpa=-2.697 degrees ! Estimated noise=1.00111 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.0869104 Jy ! Component: 100 - total flux cleaned = 0.110397 Jy ! Total flux subtracted in 100 components = 0.110397 Jy ! Clean residual min=-0.008019 max=0.010708 Jy/beam ! Clean residual mean=-0.000025 rms=0.002221 Jy/beam ! Combined flux in latest and established models = 0.110397 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.110397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059154Jy sigma=1.298413 ! Fit after self-cal, rms=0.059142Jy sigma=1.297572 ! 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.762 mas, bmaj=7.179 mas, bpa=-4.128 degrees ! Estimated noise=0.772612 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.0159777 Jy ! Component: 100 - total flux cleaned = 0.0237772 Jy ! Component: 150 - total flux cleaned = 0.0279169 Jy ! Component: 200 - total flux cleaned = 0.0302871 Jy ! Total flux subtracted in 200 components = 0.0302871 Jy ! Clean residual min=-0.004463 max=0.004586 Jy/beam ! Clean residual mean=-0.000028 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.140684 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 25 components and 0.140684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055324Jy sigma=1.189327 ! Fit after self-cal, rms=0.055333Jy sigma=1.188113 ! 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.762 x 7.179 at -4.128 degrees (North through East) ! Clean map min=-0.0043669 max=0.11817 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.98 MK 1.02 NL 0.99 OV 1.00 ! PT 0.94 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.01 MK 1.06 NL 1.03 OV 1.01 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.00 NL 0.93 OV 1.01 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 0.97 NL 0.93 OV 1.03 ! PT 0.94 SC 1.05 ! ! ! Fit before self-cal, rms=0.055333Jy sigma=1.188113 ! Fit after self-cal, rms=0.054882Jy sigma=1.178975 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.776 mas, bmaj=7.193 mas, bpa=-4.238 degrees ! Estimated noise=0.766028 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.000728597 Jy ! Component: 100 - total flux cleaned = -0.000638547 Jy ! Component: 150 - total flux cleaned = -0.000637414 Jy ! Component: 200 - total flux cleaned = -0.000637859 Jy ! Total flux subtracted in 200 components = -0.000637859 Jy ! Clean residual min=-0.004254 max=0.004202 Jy/beam ! Clean residual mean=-0.000022 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.140046 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.140046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054843Jy sigma=1.178068 ! Fit after self-cal, rms=0.054853Jy sigma=1.177821 ! 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.054853Jy sigma=1.177821 ! Fit after self-cal, rms=0.055207Jy sigma=1.172759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.776 mas, bmaj=7.183 mas, bpa=-4.211 degrees ! Estimated noise=0.766181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000225158 Jy ! Component: 100 - total flux cleaned = -0.000276764 Jy ! Component: 150 - total flux cleaned = -0.000277705 Jy ! Component: 200 - total flux cleaned = -0.00027767 Jy ! Total flux subtracted in 200 components = -0.00027767 Jy ! Clean residual min=-0.004277 max=0.003816 Jy/beam ! Clean residual mean=-0.000018 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.139768 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.139768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055184Jy sigma=1.172262 ! Fit after self-cal, rms=0.055198Jy sigma=1.172110 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.000101409 Jy ! Component: 100 - total flux cleaned = -0.000121066 Jy ! Component: 150 - total flux cleaned = -0.000121222 Jy ! Component: 200 - total flux cleaned = -0.000136345 Jy ! Total flux subtracted in 200 components = -0.000136345 Jy ! Clean residual min=-0.004279 max=0.003814 Jy/beam ! Clean residual mean=-0.000018 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.139632 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.139632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055186Jy sigma=1.171872 ! Fit after self-cal, rms=0.055180Jy sigma=1.171846 ! 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.055180Jy sigma=1.171846 ! Fit after self-cal, rms=0.055326Jy sigma=1.171874 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.777 mas, bmaj=7.183 mas, bpa=-4.192 degrees ! Estimated noise=0.767779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.57432e-05 Jy ! Component: 100 - total flux cleaned = 4.78211e-05 Jy ! Component: 150 - total flux cleaned = 4.81567e-05 Jy ! Component: 200 - total flux cleaned = 6.12916e-05 Jy ! Total flux subtracted in 200 components = 6.12916e-05 Jy ! Clean residual min=-0.004328 max=0.003776 Jy/beam ! Clean residual mean=-0.000017 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.139693 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.139693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055316Jy sigma=1.171690 ! Fit after self-cal, rms=0.055313Jy sigma=1.171664 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.71008e-05 Jy ! Component: 100 - total flux cleaned = -3.0723e-05 Jy ! Component: 150 - total flux cleaned = -3.13889e-05 Jy ! Component: 200 - total flux cleaned = -3.10768e-05 Jy ! Total flux subtracted in 200 components = -3.10768e-05 Jy ! Clean residual min=-0.004339 max=0.003756 Jy/beam ! Clean residual mean=-0.000017 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.139662 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 42 components and 0.139662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055306Jy sigma=1.171540 ! Fit after self-cal, rms=0.055304Jy sigma=1.171523 ! 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.055304Jy sigma=1.171523 ! Fit after self-cal, rms=0.055371Jy sigma=1.171516 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.597 mas, bmaj=13.73 mas, bpa=-5.079 degrees ! Estimated noise=1.02269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000830498 Jy ! Component: 100 - total flux cleaned = 0.000870986 Jy ! Component: 150 - total flux cleaned = 0.000907196 Jy ! Component: 200 - total flux cleaned = 0.000941386 Jy ! Total flux subtracted in 200 components = 0.000941386 Jy ! Clean residual min=-0.005100 max=0.004280 Jy/beam ! Clean residual mean=-0.000044 rms=0.001404 Jy/beam ! Combined flux in latest and established models = 0.140604 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.140604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055377Jy sigma=1.171662 ! Fit after self-cal, rms=0.055373Jy sigma=1.171598 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 = 9.54104e-05 Jy ! Component: 100 - total flux cleaned = 7.82623e-05 Jy ! Component: 150 - total flux cleaned = 7.7768e-05 Jy ! Component: 200 - total flux cleaned = 9.13768e-05 Jy ! Total flux subtracted in 200 components = 9.13768e-05 Jy ! Clean residual min=-0.005116 max=0.004240 Jy/beam ! Clean residual mean=-0.000044 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.140695 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.140695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055376Jy sigma=1.171709 ! Fit after self-cal, rms=0.055372Jy sigma=1.171627 ! 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.777 mas, bmaj=7.181 mas, bpa=-4.156 degrees ! Estimated noise=0.768883 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.777 x 7.181 at -4.156 degrees (North through East) ! Clean map min=-0.0041385 max=0.11763 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.383 mas, bmaj=6.311 mas, bpa=-2.808 degrees ! Estimated noise=1.00261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0868125 Jy ! Component: 100 - total flux cleaned = 0.110491 Jy ! Component: 150 - total flux cleaned = 0.122471 Jy ! Component: 200 - total flux cleaned = 0.129179 Jy ! Total flux subtracted in 200 components = 0.129179 Jy ! Clean residual min=-0.005607 max=0.004867 Jy/beam ! Clean residual mean=-0.000012 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.129179 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.129179 Jy ! Inverting map and beam ! Estimated beam: bmin=2.777 mas, bmaj=7.181 mas, bpa=-4.156 degrees ! Estimated noise=0.768883 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.00579565 Jy ! Component: 100 - total flux cleaned = 0.00820749 Jy ! Component: 150 - total flux cleaned = 0.0088721 Jy ! Component: 200 - total flux cleaned = 0.00938019 Jy ! Total flux subtracted in 200 components = 0.00938019 Jy ! Clean residual min=-0.004526 max=0.003715 Jy/beam ! Clean residual mean=-0.000019 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.138559 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 33 components and 0.138559 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.597 mas, bmaj=13.73 mas, bpa=-5.079 degrees ! Estimated noise=1.02269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201284 Jy ! Component: 100 - total flux cleaned = 0.00219634 Jy ! Component: 150 - total flux cleaned = 0.0022469 Jy ! Component: 200 - total flux cleaned = 0.00226719 Jy ! Total flux subtracted in 200 components = 0.00226719 Jy ! Clean residual min=-0.005025 max=0.004272 Jy/beam ! Clean residual mean=-0.000043 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.140826 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 = 2.31165e-06 Jy ! Component: 100 - total flux cleaned = 4.30979e-06 Jy ! Component: 150 - total flux cleaned = 1.71253e-05 Jy ! Component: 200 - total flux cleaned = 1.75754e-05 Jy ! Total flux subtracted in 200 components = 1.75754e-05 Jy ! Clean residual min=-0.005077 max=0.004202 Jy/beam ! Clean residual mean=-0.000043 rms=0.001380 Jy/beam ! Combined flux in latest and established models = 0.140844 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 50 components and 0.140844 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.777 mas, bmaj=7.181 mas, bpa=-4.156 degrees ! Estimated noise=0.768883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000658829 Jy ! Component: 100 - total flux cleaned = -0.000749519 Jy ! Component: 150 - total flux cleaned = -0.00078247 Jy ! Component: 200 - total flux cleaned = -0.000782319 Jy ! Total flux subtracted in 200 components = -0.000782319 Jy ! Clean residual min=-0.004331 max=0.003809 Jy/beam ! Clean residual mean=-0.000017 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.140061 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.140061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055414Jy sigma=1.172291 ! Fit after self-cal, rms=0.055407Jy sigma=1.172116 wmodel /scr/pima/bg219a_uvs/J2120+0533_S_map.mod ! Writing 60 model components to file: /scr/pima/bg219a_uvs/J2120+0533_S_map.mod wobs /scr/pima/bg219a_uvs/J2120+0533_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2120+0533_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2120+0533_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J2120+0533_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.000997134 Jy ! Component: 100 - total flux cleaned = -0.000942857 Jy ! Component: 150 - total flux cleaned = -0.000610168 Jy ! Component: 200 - total flux cleaned = -0.000560557 Jy ! Component: 250 - total flux cleaned = -0.000417503 Jy ! Component: 300 - total flux cleaned = -0.000239831 Jy ! Component: 350 - total flux cleaned = -7.5553e-05 Jy ! Component: 400 - total flux cleaned = 8.21426e-05 Jy ! Component: 450 - total flux cleaned = 0.000232316 Jy ! Component: 500 - total flux cleaned = 0.000302875 Jy ! Component: 550 - total flux cleaned = 0.000371171 Jy ! Component: 600 - total flux cleaned = 0.000437647 Jy ! Component: 650 - total flux cleaned = 0.000564702 Jy ! Component: 700 - total flux cleaned = 0.000655838 Jy ! Component: 750 - total flux cleaned = 0.000773897 Jy ! Component: 800 - total flux cleaned = 0.000888921 Jy ! Component: 850 - total flux cleaned = 0.00105512 Jy ! Component: 900 - total flux cleaned = 0.00113583 Jy ! Component: 950 - total flux cleaned = 0.00126634 Jy ! Component: 1000 - total flux cleaned = 0.00139349 Jy ! Component: 1050 - total flux cleaned = 0.00144336 Jy ! Component: 1100 - total flux cleaned = 0.0015646 Jy ! Component: 1150 - total flux cleaned = 0.00168234 Jy ! Component: 1200 - total flux cleaned = 0.00177413 Jy ! Component: 1250 - total flux cleaned = 0.00188643 Jy ! Component: 1300 - total flux cleaned = 0.00193049 Jy ! Component: 1350 - total flux cleaned = 0.00206068 Jy ! Component: 1400 - total flux cleaned = 0.00216619 Jy ! Component: 1450 - total flux cleaned = 0.00218694 Jy ! Component: 1500 - total flux cleaned = 0.00226812 Jy ! Component: 1550 - total flux cleaned = 0.00230722 Jy ! Component: 1600 - total flux cleaned = 0.00224791 Jy ! Component: 1650 - total flux cleaned = 0.00224782 Jy ! Component: 1700 - total flux cleaned = 0.00226628 Jy ! Component: 1750 - total flux cleaned = 0.00224766 Jy ! Component: 1800 - total flux cleaned = 0.00230228 Jy ! Component: 1850 - total flux cleaned = 0.0022843 Jy ! Component: 1900 - total flux cleaned = 0.00228423 Jy ! Component: 1950 - total flux cleaned = 0.00223252 Jy ! Component: 2000 - total flux cleaned = 0.00226647 Jy ! Component: 2050 - total flux cleaned = 0.00223275 Jy ! Component: 2100 - total flux cleaned = 0.00221636 Jy ! Component: 2150 - total flux cleaned = 0.002249 Jy ! Component: 2200 - total flux cleaned = 0.00226497 Jy ! Component: 2250 - total flux cleaned = 0.00224919 Jy ! Component: 2300 - total flux cleaned = 0.0022338 Jy ! Component: 2350 - total flux cleaned = 0.00221862 Jy ! Component: 2400 - total flux cleaned = 0.00218851 Jy ! Component: 2450 - total flux cleaned = 0.00218816 Jy ! Component: 2500 - total flux cleaned = 0.00212937 Jy ! Component: 2550 - total flux cleaned = 0.00208594 Jy ! Component: 2600 - total flux cleaned = 0.00207184 Jy ! Component: 2650 - total flux cleaned = 0.00208608 Jy ! Component: 2700 - total flux cleaned = 0.00205791 Jy ! Component: 2750 - total flux cleaned = 0.00203023 Jy ! Component: 2800 - total flux cleaned = 0.00203031 Jy ! Component: 2850 - total flux cleaned = 0.00205742 Jy ! Component: 2900 - total flux cleaned = 0.00209761 Jy ! Component: 2950 - total flux cleaned = 0.00211105 Jy ! Component: 3000 - total flux cleaned = 0.00220325 Jy ! Component: 3050 - total flux cleaned = 0.00225554 Jy ! Component: 3100 - total flux cleaned = 0.00233344 Jy ! Component: 3150 - total flux cleaned = 0.00239794 Jy ! Component: 3200 - total flux cleaned = 0.00248783 Jy ! Component: 3250 - total flux cleaned = 0.00256432 Jy ! Component: 3300 - total flux cleaned = 0.00264034 Jy ! Component: 3350 - total flux cleaned = 0.00270345 Jy ! Component: 3400 - total flux cleaned = 0.00275366 Jy ! Component: 3450 - total flux cleaned = 0.00282862 Jy ! Component: 3500 - total flux cleaned = 0.00289081 Jy ! Component: 3550 - total flux cleaned = 0.00296513 Jy ! Component: 3600 - total flux cleaned = 0.00305147 Jy ! Component: 3650 - total flux cleaned = 0.00308835 Jy ! Component: 3700 - total flux cleaned = 0.00317427 Jy ! Component: 3750 - total flux cleaned = 0.00323553 Jy ! Component: 3800 - total flux cleaned = 0.00332106 Jy ! Component: 3850 - total flux cleaned = 0.0034432 Jy ! Component: 3900 - total flux cleaned = 0.0035408 Jy ! Component: 3950 - total flux cleaned = 0.00366288 Jy ! Component: 4000 - total flux cleaned = 0.00373616 Jy ! Component: 4050 - total flux cleaned = 0.00382163 Jy ! Total flux subtracted in 4096 components = 0.00389495 Jy ! Clean residual min=-0.000711 max=0.000700 Jy/beam ! Clean residual mean=-0.000000 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.143956 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 299 components and 0.143956 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2120+0533_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.777 x 7.181 at -4.156 degrees (North through East) ! Clean map min=-0.0025408 max=0.11706 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2120+0533_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.117061 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209526 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.536968 0.536968 1.07394 2.14787 4.29574 8.59148 17.183 34.3659 68.7319 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.117 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 558.692 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2120+0533_S_uvs.log closed on Wed Apr 6 23:03:35 2016