! Started logfile: /scr/pima/bg219i_uvs/J1254+1141_S_uvs.log on Wed Apr 6 23:02:56 2016 obs /scr/pima/bg219i_uvs/J1254+1141_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1254+1141_S_uva.fits ! AN table 1: 7 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1254+1141 ! ! 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 54 lines of history. ! ! Reading 588 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/bg219i_uvs/J1254+1141_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.190268Jy sigma=21.912859 ! Fit after self-cal, rms=0.605135Jy sigma=13.357674 ! 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.656 mas, bmaj=10.51 mas, bpa=-15.92 degrees ! Estimated noise=1.9355 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.31923 Jy ! Component: 100 - total flux cleaned = 0.477724 Jy ! Total flux subtracted in 100 components = 0.477724 Jy ! Clean residual min=-0.033093 max=0.072866 Jy/beam ! Clean residual mean=-0.001028 rms=0.014538 Jy/beam ! Combined flux in latest and established models = 0.477724 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.477724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193941Jy sigma=3.310513 ! Fit after self-cal, rms=0.193259Jy sigma=3.294849 ! 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.166 mas, bmaj=11.28 mas, bpa=-15.1 degrees ! Estimated noise=1.75063 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.12133 Jy ! Component: 100 - total flux cleaned = 0.185622 Jy ! Component: 150 - total flux cleaned = 0.222842 Jy ! Component: 200 - total flux cleaned = 0.245752 Jy ! Total flux subtracted in 200 components = 0.245752 Jy ! Clean residual min=-0.018691 max=0.023880 Jy/beam ! Clean residual mean=-0.000614 rms=0.006320 Jy/beam ! Combined flux in latest and established models = 0.723476 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 90 components and 0.723476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078757Jy sigma=1.359425 ! Fit after self-cal, rms=0.078492Jy sigma=1.353216 ! 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.166 x 11.28 at -15.1 degrees (North through East) ! Clean map min=-0.017959 max=0.39032 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.00* KP 1.00* LA 1.00* MK 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.94 LA 0.91 MK 1.20 ! OV 1.02 PT 0.95 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* KP 1.00* LA 1.00* MK 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 KP 0.96 LA 0.92 MK 0.87 ! OV 1.02 PT 0.96 SC 1.05 ! ! ! Fit before self-cal, rms=0.078492Jy sigma=1.353216 ! Fit after self-cal, rms=0.071488Jy sigma=1.245727 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=11.36 mas, bpa=-15.28 degrees ! Estimated noise=1.7379 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.00742738 Jy ! Component: 100 - total flux cleaned = 0.0115405 Jy ! Component: 150 - total flux cleaned = 0.0139339 Jy ! Component: 200 - total flux cleaned = 0.0144965 Jy ! Total flux subtracted in 200 components = 0.0144965 Jy ! Clean residual min=-0.013800 max=0.019723 Jy/beam ! Clean residual mean=-0.000263 rms=0.004266 Jy/beam ! Combined flux in latest and established models = 0.737973 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 98 components and 0.737973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070593Jy sigma=1.232108 ! Fit after self-cal, rms=0.070565Jy sigma=1.230913 ! 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.070565Jy sigma=1.230913 ! Fit after self-cal, rms=0.070600Jy sigma=1.226931 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.19 mas, bmaj=11.34 mas, bpa=-15.17 degrees ! Estimated noise=1.75654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00448929 Jy ! Component: 100 - total flux cleaned = 0.00688563 Jy ! Component: 150 - total flux cleaned = 0.00740527 Jy ! Component: 200 - total flux cleaned = 0.00794124 Jy ! Total flux subtracted in 200 components = 0.00794124 Jy ! Clean residual min=-0.013855 max=0.019732 Jy/beam ! Clean residual mean=-0.000258 rms=0.004310 Jy/beam ! Combined flux in latest and established models = 0.745914 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 102 components and 0.745914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070241Jy sigma=1.221858 ! Fit after self-cal, rms=0.070237Jy sigma=1.221509 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 (-20, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01687 Jy ! Component: 100 - total flux cleaned = 0.0189688 Jy ! Component: 150 - total flux cleaned = 0.0216471 Jy ! Component: 200 - total flux cleaned = 0.0231973 Jy ! Total flux subtracted in 200 components = 0.0231973 Jy ! Clean residual min=-0.010467 max=0.011390 Jy/beam ! Clean residual mean=-0.000117 rms=0.002960 Jy/beam ! Combined flux in latest and established models = 0.769111 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 136 components and 0.769111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064582Jy sigma=1.145888 ! Fit after self-cal, rms=0.064329Jy sigma=1.141244 ! 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.064329Jy sigma=1.141244 ! Fit after self-cal, rms=0.063600Jy sigma=1.113639 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=11.32 mas, bpa=-14.93 degrees ! Estimated noise=1.77918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00388964 Jy ! Component: 100 - total flux cleaned = 0.00496672 Jy ! Component: 150 - total flux cleaned = 0.00519909 Jy ! Component: 200 - total flux cleaned = 0.00529752 Jy ! Total flux subtracted in 200 components = 0.00529752 Jy ! Clean residual min=-0.009368 max=0.010147 Jy/beam ! Clean residual mean=-0.000009 rms=0.002480 Jy/beam ! Combined flux in latest and established models = 0.774409 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 153 components and 0.774409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062946Jy sigma=1.105770 ! Fit after self-cal, rms=0.062903Jy sigma=1.105220 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.00178729 Jy ! Component: 100 - total flux cleaned = 0.00160396 Jy ! Component: 150 - total flux cleaned = 0.00143289 Jy ! Component: 200 - total flux cleaned = 0.00127369 Jy ! Total flux subtracted in 200 components = 0.00127369 Jy ! Clean residual min=-0.009010 max=0.009896 Jy/beam ! Clean residual mean=0.000001 rms=0.002385 Jy/beam ! Combined flux in latest and established models = 0.775683 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 162 components and 0.775683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062634Jy sigma=1.101908 ! Fit after self-cal, rms=0.062609Jy sigma=1.101715 ! 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.062609Jy sigma=1.101715 ! Fit after self-cal, rms=0.061930Jy sigma=1.101123 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.989 mas, bmaj=19.07 mas, bpa=6.274 degrees ! Estimated noise=2.36792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00297802 Jy ! Component: 100 - total flux cleaned = 0.00286968 Jy ! Component: 150 - total flux cleaned = 0.00269335 Jy ! Component: 200 - total flux cleaned = 0.00228559 Jy ! Total flux subtracted in 200 components = 0.00228559 Jy ! Clean residual min=-0.006633 max=0.012468 Jy/beam ! Clean residual mean=0.000015 rms=0.003357 Jy/beam ! Combined flux in latest and established models = 0.777968 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 173 components and 0.777968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061796Jy sigma=1.100377 ! Fit after self-cal, rms=0.061765Jy sigma=1.099743 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.00059961 Jy ! Component: 100 - total flux cleaned = 0.000277766 Jy ! Component: 150 - total flux cleaned = -2.18744e-05 Jy ! Component: 200 - total flux cleaned = -0.00030138 Jy ! Total flux subtracted in 200 components = -0.00030138 Jy ! Clean residual min=-0.006625 max=0.012110 Jy/beam ! Clean residual mean=0.000023 rms=0.003237 Jy/beam ! Combined flux in latest and established models = 0.777667 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 181 components and 0.777667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061693Jy sigma=1.099576 ! Fit after self-cal, rms=0.061683Jy sigma=1.099282 ! 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.204 mas, bmaj=11.34 mas, bpa=-15.11 degrees ! Estimated noise=1.75838 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.204 x 11.34 at -15.11 degrees (North through East) ! Clean map min=-0.015637 max=0.38241 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.676 mas, bmaj=10.51 mas, bpa=-15.96 degrees ! Estimated noise=1.96094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.322333 Jy ! Component: 100 - total flux cleaned = 0.480034 Jy ! Component: 150 - total flux cleaned = 0.559665 Jy ! Component: 200 - total flux cleaned = 0.609605 Jy ! Total flux subtracted in 200 components = 0.609605 Jy ! Clean residual min=-0.018762 max=0.032410 Jy/beam ! Clean residual mean=-0.000546 rms=0.007148 Jy/beam ! Combined flux in latest and established models = 0.609605 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.609605 Jy ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=11.34 mas, bpa=-15.11 degrees ! Estimated noise=1.75838 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) ! Added new window around map position (89.5, -42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0546291 Jy ! Component: 100 - total flux cleaned = 0.0862162 Jy ! Component: 150 - total flux cleaned = 0.107624 Jy ! Component: 200 - total flux cleaned = 0.123087 Jy ! Total flux subtracted in 200 components = 0.123087 Jy ! Clean residual min=-0.012881 max=0.013670 Jy/beam ! Clean residual mean=-0.000322 rms=0.003813 Jy/beam ! Combined flux in latest and established models = 0.732693 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 117 components and 0.732693 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.989 mas, bmaj=19.07 mas, bpa=6.274 degrees ! Estimated noise=2.36792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0192739 Jy ! Component: 100 - total flux cleaned = 0.0303231 Jy ! Component: 150 - total flux cleaned = 0.0343973 Jy ! Component: 200 - total flux cleaned = 0.0362672 Jy ! Total flux subtracted in 200 components = 0.0362672 Jy ! Clean residual min=-0.009420 max=0.012349 Jy/beam ! Clean residual mean=-0.000175 rms=0.003951 Jy/beam ! Combined flux in latest and established models = 0.76896 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.00130394 Jy ! Component: 100 - total flux cleaned = 0.00239506 Jy ! Component: 150 - total flux cleaned = 0.002928 Jy ! Component: 200 - total flux cleaned = 0.00352626 Jy ! Total flux subtracted in 200 components = 0.00352626 Jy ! Clean residual min=-0.007462 max=0.012315 Jy/beam ! Clean residual mean=-0.000101 rms=0.003614 Jy/beam ! Combined flux in latest and established models = 0.772487 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 197 components and 0.772486 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=11.34 mas, bpa=-15.11 degrees ! Estimated noise=1.75838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173164 Jy ! Component: 100 - total flux cleaned = 0.00139138 Jy ! Component: 150 - total flux cleaned = 0.000965886 Jy ! Component: 200 - total flux cleaned = 0.000312549 Jy ! Total flux subtracted in 200 components = 0.000312549 Jy ! Clean residual min=-0.007078 max=0.009659 Jy/beam ! Clean residual mean=-0.000047 rms=0.002290 Jy/beam ! Combined flux in latest and established models = 0.772799 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 220 components and 0.772799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061856Jy sigma=1.100856 ! Fit after self-cal, rms=0.061381Jy sigma=1.093363 wmodel /scr/pima/bg219i_uvs/J1254+1141_S_map.mod ! Writing 220 model components to file: /scr/pima/bg219i_uvs/J1254+1141_S_map.mod wobs /scr/pima/bg219i_uvs/J1254+1141_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J1254+1141_S_uvs.fits wwins /scr/pima/bg219i_uvs/J1254+1141_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219i_uvs/J1254+1141_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.00353216 Jy ! Component: 100 - total flux cleaned = 0.00487035 Jy ! Component: 150 - total flux cleaned = 0.00550197 Jy ! Component: 200 - total flux cleaned = 0.005691 Jy ! Component: 250 - total flux cleaned = 0.00569666 Jy ! Component: 300 - total flux cleaned = 0.0058555 Jy ! Component: 350 - total flux cleaned = 0.0060015 Jy ! Component: 400 - total flux cleaned = 0.00599896 Jy ! Component: 450 - total flux cleaned = 0.00586853 Jy ! Component: 500 - total flux cleaned = 0.00580455 Jy ! Component: 550 - total flux cleaned = 0.00562323 Jy ! Component: 600 - total flux cleaned = 0.00545211 Jy ! Component: 650 - total flux cleaned = 0.00534183 Jy ! Component: 700 - total flux cleaned = 0.00539127 Jy ! Component: 750 - total flux cleaned = 0.0053399 Jy ! Component: 800 - total flux cleaned = 0.00548324 Jy ! Component: 850 - total flux cleaned = 0.00552863 Jy ! Component: 900 - total flux cleaned = 0.00548377 Jy ! Component: 950 - total flux cleaned = 0.00552731 Jy ! Component: 1000 - total flux cleaned = 0.0055684 Jy ! Component: 1050 - total flux cleaned = 0.00540153 Jy ! Component: 1100 - total flux cleaned = 0.00531967 Jy ! Component: 1150 - total flux cleaned = 0.00524018 Jy ! Component: 1200 - total flux cleaned = 0.00512454 Jy ! Component: 1250 - total flux cleaned = 0.00508556 Jy ! Component: 1300 - total flux cleaned = 0.00486357 Jy ! Component: 1350 - total flux cleaned = 0.00475495 Jy ! Component: 1400 - total flux cleaned = 0.0047911 Jy ! Component: 1450 - total flux cleaned = 0.00486093 Jy ! Component: 1500 - total flux cleaned = 0.00486043 Jy ! Component: 1550 - total flux cleaned = 0.00492779 Jy ! Component: 1600 - total flux cleaned = 0.00512788 Jy ! Component: 1650 - total flux cleaned = 0.00512809 Jy ! Component: 1700 - total flux cleaned = 0.00522606 Jy ! Component: 1750 - total flux cleaned = 0.00532289 Jy ! Component: 1800 - total flux cleaned = 0.00545067 Jy ! Component: 1850 - total flux cleaned = 0.00554593 Jy ! Component: 1900 - total flux cleaned = 0.00564065 Jy ! Component: 1950 - total flux cleaned = 0.00576552 Jy ! Component: 2000 - total flux cleaned = 0.00579689 Jy ! Component: 2050 - total flux cleaned = 0.00592067 Jy ! Component: 2100 - total flux cleaned = 0.00598252 Jy ! Component: 2150 - total flux cleaned = 0.00604404 Jy ! Component: 2200 - total flux cleaned = 0.0061362 Jy ! Component: 2250 - total flux cleaned = 0.00619787 Jy ! Component: 2300 - total flux cleaned = 0.00632099 Jy ! Component: 2350 - total flux cleaned = 0.00644449 Jy ! Component: 2400 - total flux cleaned = 0.00647571 Jy ! Component: 2450 - total flux cleaned = 0.00656958 Jy ! Component: 2500 - total flux cleaned = 0.00666458 Jy ! Component: 2550 - total flux cleaned = 0.00672813 Jy ! Component: 2600 - total flux cleaned = 0.00685727 Jy ! Component: 2650 - total flux cleaned = 0.00692227 Jy ! Component: 2700 - total flux cleaned = 0.0070543 Jy ! Component: 2750 - total flux cleaned = 0.00718785 Jy ! Component: 2800 - total flux cleaned = 0.00725541 Jy ! Component: 2850 - total flux cleaned = 0.00735803 Jy ! Component: 2900 - total flux cleaned = 0.00746222 Jy ! Component: 2950 - total flux cleaned = 0.00756771 Jy ! Component: 3000 - total flux cleaned = 0.00771002 Jy ! Component: 3050 - total flux cleaned = 0.00781869 Jy ! Component: 3100 - total flux cleaned = 0.00800213 Jy ! Component: 3150 - total flux cleaned = 0.00815119 Jy ! Component: 3200 - total flux cleaned = 0.00826416 Jy ! Component: 3250 - total flux cleaned = 0.00841674 Jy ! Component: 3300 - total flux cleaned = 0.00861127 Jy ! Component: 3350 - total flux cleaned = 0.00876885 Jy ! Component: 3400 - total flux cleaned = 0.00896927 Jy ! Component: 3450 - total flux cleaned = 0.0091329 Jy ! Component: 3500 - total flux cleaned = 0.00925654 Jy ! Component: 3550 - total flux cleaned = 0.0094669 Jy ! Component: 3600 - total flux cleaned = 0.00955286 Jy ! Component: 3650 - total flux cleaned = 0.00968395 Jy ! Component: 3700 - total flux cleaned = 0.00986118 Jy ! Component: 3750 - total flux cleaned = 0.00999676 Jy ! Component: 3800 - total flux cleaned = 0.0101811 Jy ! Component: 3850 - total flux cleaned = 0.010322 Jy ! Component: 3900 - total flux cleaned = 0.0105616 Jy ! Component: 3950 - total flux cleaned = 0.0107582 Jy ! Component: 4000 - total flux cleaned = 0.0109085 Jy ! Component: 4050 - total flux cleaned = 0.0111118 Jy ! Total flux subtracted in 4096 components = 0.0112669 Jy ! Clean residual min=-0.002821 max=0.003371 Jy/beam ! Clean residual mean=0.000036 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.784066 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 495 components and 0.784066 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J1254+1141_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.204 x 11.34 at -15.11 degrees (North through East) ! Clean map min=-0.0085172 max=0.37583 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1254+1141_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.375833 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000895362 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.714702 0.714702 1.4294 2.85881 5.71761 11.4352 22.8704 45.7409 91.4818 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.375 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 419.755 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1254+1141_S_uvs.log closed on Wed Apr 6 23:03:00 2016