! Started logfile: /scr/pima/bg219b_uvs/J0211-1558_S_uvs.log on Thu Apr 7 01:09:31 2016 obs /scr/pima/bg219b_uvs/J0211-1558_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0211-1558_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.799283 visibilities/baseline/integration-bin. ! Found source: J0211-1558 ! ! 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 8920 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/bg219b_uvs/J0211-1558_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005260Jy sigma=19.488809 ! Fit after self-cal, rms=0.905255Jy sigma=17.595192 ! 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.812 mas, bmaj=6.274 mas, bpa=-0.8829 degrees ! Estimated noise=0.678784 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.0756755 Jy ! Component: 100 - total flux cleaned = 0.0923615 Jy ! Total flux subtracted in 100 components = 0.0923615 Jy ! Clean residual min=-0.004784 max=0.005358 Jy/beam ! Clean residual mean=0.000013 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.0923615 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0923615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072694Jy sigma=1.345282 ! Fit after self-cal, rms=0.072120Jy sigma=1.336229 ! 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.737 mas, bmaj=8.124 mas, bpa=1.413 degrees ! Estimated noise=0.421671 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.00592898 Jy ! Component: 100 - total flux cleaned = 0.00772708 Jy ! Component: 150 - total flux cleaned = 0.00788065 Jy ! Component: 200 - total flux cleaned = 0.00781684 Jy ! Total flux subtracted in 200 components = 0.00781684 Jy ! Clean residual min=-0.003845 max=0.004037 Jy/beam ! Clean residual mean=0.000026 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.100178 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.100178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071661Jy sigma=1.326939 ! Fit after self-cal, rms=0.071674Jy sigma=1.326803 ! 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.737 x 8.124 at 1.413 degrees (North through East) ! Clean map min=-0.0037686 max=0.097382 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: ! BR 1.02 FD 0.96 HN 0.98 KP 0.96 ! LA 0.94 MK 0.95 NL 0.97 OV 0.96 ! PT 1.15 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 HN 0.96 KP 0.99 ! LA 0.95 MK 1.09 NL 0.97 OV 1.02 ! PT 1.11 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.91 HN 1.02 KP 1.05 ! LA 0.91 MK 1.04 NL 0.97 OV 0.97 ! PT 1.13 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.01 KP 1.03 ! LA 0.99 MK 0.94 NL 0.98 OV 0.95 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.071674Jy sigma=1.326803 ! Fit after self-cal, rms=0.070209Jy sigma=1.318238 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.719 mas, bmaj=8.107 mas, bpa=1.671 degrees ! Estimated noise=0.417203 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.000597791 Jy ! Component: 100 - total flux cleaned = -0.000708618 Jy ! Component: 150 - total flux cleaned = -0.000681292 Jy ! Component: 200 - total flux cleaned = -0.000680137 Jy ! Total flux subtracted in 200 components = -0.000680137 Jy ! Clean residual min=-0.003615 max=0.003611 Jy/beam ! Clean residual mean=0.000020 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.0994982 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.0994982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070179Jy sigma=1.317626 ! Fit after self-cal, rms=0.070194Jy sigma=1.317299 ! 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.070194Jy sigma=1.317299 ! Fit after self-cal, rms=0.070899Jy sigma=1.303921 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=8.141 mas, bpa=1.561 degrees ! Estimated noise=0.416577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012695 Jy ! Component: 100 - total flux cleaned = 0.000163271 Jy ! Component: 150 - total flux cleaned = 0.000179579 Jy ! Component: 200 - total flux cleaned = 0.00019495 Jy ! Total flux subtracted in 200 components = 0.00019495 Jy ! Clean residual min=-0.002291 max=0.002533 Jy/beam ! Clean residual mean=0.000001 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.0996931 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0996931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070890Jy sigma=1.303769 ! Fit after self-cal, rms=0.070938Jy sigma=1.303486 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 (2.5, -19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205989 Jy ! Component: 100 - total flux cleaned = 0.00252251 Jy ! Component: 150 - total flux cleaned = 0.00290657 Jy ! Component: 200 - total flux cleaned = 0.00309428 Jy ! Total flux subtracted in 200 components = 0.00309428 Jy ! Clean residual min=-0.002051 max=0.002039 Jy/beam ! Clean residual mean=0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.102787 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 58 components and 0.102787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070858Jy sigma=1.301821 ! Fit after self-cal, rms=0.070842Jy sigma=1.301550 ! 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.070842Jy sigma=1.301550 ! Fit after self-cal, rms=0.071052Jy sigma=1.301413 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.708 mas, bmaj=8.129 mas, bpa=1.481 degrees ! Estimated noise=0.416904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102061 Jy ! Component: 100 - total flux cleaned = 0.00133339 Jy ! Component: 150 - total flux cleaned = 0.00158104 Jy ! Component: 200 - total flux cleaned = 0.00164294 Jy ! Total flux subtracted in 200 components = 0.00164294 Jy ! Clean residual min=-0.002056 max=0.001913 Jy/beam ! Clean residual mean=-0.000000 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.10443 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.10443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071024Jy sigma=1.300899 ! Fit after self-cal, rms=0.071023Jy sigma=1.300823 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.000381809 Jy ! Component: 100 - total flux cleaned = 0.000440694 Jy ! Component: 150 - total flux cleaned = 0.000441959 Jy ! Component: 200 - total flux cleaned = 0.000457127 Jy ! Total flux subtracted in 200 components = 0.000457127 Jy ! Clean residual min=-0.002085 max=0.001890 Jy/beam ! Clean residual mean=-0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.104887 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.104887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071013Jy sigma=1.300665 ! Fit after self-cal, rms=0.071010Jy sigma=1.300647 ! 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.071010Jy sigma=1.300647 ! Fit after self-cal, rms=0.071114Jy sigma=1.300588 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.793 mas, bmaj=15.24 mas, bpa=3.217 degrees ! Estimated noise=0.496779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000397134 Jy ! Component: 100 - total flux cleaned = 0.000567958 Jy ! Component: 150 - total flux cleaned = 0.000699561 Jy ! Component: 200 - total flux cleaned = 0.000771214 Jy ! Total flux subtracted in 200 components = 0.000771214 Jy ! Clean residual min=-0.002094 max=0.002240 Jy/beam ! Clean residual mean=-0.000000 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.105659 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.105659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071109Jy sigma=1.300553 ! Fit after self-cal, rms=0.071108Jy sigma=1.300515 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.99444e-05 Jy ! Component: 100 - total flux cleaned = 0.000186251 Jy ! Component: 150 - total flux cleaned = 0.000241869 Jy ! Component: 200 - total flux cleaned = 0.000251578 Jy ! Total flux subtracted in 200 components = 0.000251578 Jy ! Clean residual min=-0.002056 max=0.002219 Jy/beam ! Clean residual mean=0.000000 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.10591 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.10591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071106Jy sigma=1.300516 ! Fit after self-cal, rms=0.071104Jy sigma=1.300495 ! 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.707 mas, bmaj=8.126 mas, bpa=1.467 degrees ! Estimated noise=0.417048 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.707 x 8.126 at 1.467 degrees (North through East) ! Clean map min=-0.0020274 max=0.096563 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.795 mas, bmaj=6.315 mas, bpa=-0.7489 degrees ! Estimated noise=0.666775 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0744667 Jy ! Component: 100 - total flux cleaned = 0.091039 Jy ! Component: 150 - total flux cleaned = 0.0972117 Jy ! Component: 200 - total flux cleaned = 0.0995922 Jy ! Total flux subtracted in 200 components = 0.0995922 Jy ! Clean residual min=-0.003156 max=0.003223 Jy/beam ! Clean residual mean=0.000000 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.0995922 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0995922 Jy ! Inverting map and beam ! Estimated beam: bmin=3.707 mas, bmaj=8.126 mas, bpa=1.467 degrees ! Estimated noise=0.417048 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.0029618 Jy ! Component: 100 - total flux cleaned = 0.00472629 Jy ! Component: 150 - total flux cleaned = 0.00530785 Jy ! Component: 200 - total flux cleaned = 0.00551971 Jy ! Total flux subtracted in 200 components = 0.00551971 Jy ! Clean residual min=-0.002169 max=0.001938 Jy/beam ! Clean residual mean=-0.000000 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.105112 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 43 components and 0.105112 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.793 mas, bmaj=15.24 mas, bpa=3.217 degrees ! Estimated noise=0.496779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000521184 Jy ! Component: 100 - total flux cleaned = 0.000723935 Jy ! Component: 150 - total flux cleaned = 0.000781423 Jy ! Component: 200 - total flux cleaned = 0.000853428 Jy ! Total flux subtracted in 200 components = 0.000853428 Jy ! Clean residual min=-0.002149 max=0.002161 Jy/beam ! Clean residual mean=0.000000 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.105965 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.0903e-05 Jy ! Component: 100 - total flux cleaned = 5.98061e-05 Jy ! Component: 150 - total flux cleaned = 0.000109733 Jy ! Component: 200 - total flux cleaned = 0.000124143 Jy ! Total flux subtracted in 200 components = 0.000124143 Jy ! Clean residual min=-0.002074 max=0.002203 Jy/beam ! Clean residual mean=0.000000 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.106089 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 65 components and 0.106089 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.707 mas, bmaj=8.126 mas, bpa=1.467 degrees ! Estimated noise=0.417048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399724 Jy ! Component: 100 - total flux cleaned = 0.000351378 Jy ! Component: 150 - total flux cleaned = 0.000330368 Jy ! Component: 200 - total flux cleaned = 0.000330877 Jy ! Total flux subtracted in 200 components = 0.000330877 Jy ! Clean residual min=-0.002115 max=0.001793 Jy/beam ! Clean residual mean=-0.000000 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.10642 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.10642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071113Jy sigma=1.300632 ! Fit after self-cal, rms=0.071107Jy sigma=1.300469 wmodel /scr/pima/bg219b_uvs/J0211-1558_S_map.mod ! Writing 77 model components to file: /scr/pima/bg219b_uvs/J0211-1558_S_map.mod wobs /scr/pima/bg219b_uvs/J0211-1558_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0211-1558_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0211-1558_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219b_uvs/J0211-1558_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.000198083 Jy ! Component: 100 - total flux cleaned = -0.000134782 Jy ! Component: 150 - total flux cleaned = -0.000134681 Jy ! Component: 200 - total flux cleaned = -0.000221469 Jy ! Component: 250 - total flux cleaned = -0.000305433 Jy ! Component: 300 - total flux cleaned = -0.000359118 Jy ! Component: 350 - total flux cleaned = -0.000411584 Jy ! Component: 400 - total flux cleaned = -0.000437894 Jy ! Component: 450 - total flux cleaned = -0.000512903 Jy ! Component: 500 - total flux cleaned = -0.000512759 Jy ! Component: 550 - total flux cleaned = -0.000513254 Jy ! Component: 600 - total flux cleaned = -0.000560583 Jy ! Component: 650 - total flux cleaned = -0.000652873 Jy ! Component: 700 - total flux cleaned = -0.000743346 Jy ! Component: 750 - total flux cleaned = -0.000876876 Jy ! Component: 800 - total flux cleaned = -0.00100755 Jy ! Component: 850 - total flux cleaned = -0.00113654 Jy ! Component: 900 - total flux cleaned = -0.00124225 Jy ! Component: 950 - total flux cleaned = -0.00130465 Jy ! Component: 1000 - total flux cleaned = -0.00138633 Jy ! Component: 1050 - total flux cleaned = -0.00142696 Jy ! Component: 1100 - total flux cleaned = -0.00158542 Jy ! Component: 1150 - total flux cleaned = -0.001624 Jy ! Component: 1200 - total flux cleaned = -0.00164332 Jy ! Component: 1250 - total flux cleaned = -0.00173829 Jy ! Component: 1300 - total flux cleaned = -0.0017943 Jy ! Component: 1350 - total flux cleaned = -0.00184942 Jy ! Component: 1400 - total flux cleaned = -0.00184958 Jy ! Component: 1450 - total flux cleaned = -0.00206483 Jy ! Component: 1500 - total flux cleaned = -0.00206426 Jy ! Component: 1550 - total flux cleaned = -0.00218669 Jy ! Component: 1600 - total flux cleaned = -0.00218664 Jy ! Component: 1650 - total flux cleaned = -0.00228938 Jy ! Component: 1700 - total flux cleaned = -0.00232336 Jy ! Component: 1750 - total flux cleaned = -0.00247366 Jy ! Component: 1800 - total flux cleaned = -0.00258885 Jy ! Component: 1850 - total flux cleaned = -0.00262124 Jy ! Component: 1900 - total flux cleaned = -0.00268584 Jy ! Component: 1950 - total flux cleaned = -0.00271791 Jy ! Component: 2000 - total flux cleaned = -0.00278123 Jy ! Component: 2050 - total flux cleaned = -0.00290691 Jy ! Component: 2100 - total flux cleaned = -0.00296922 Jy ! Component: 2150 - total flux cleaned = -0.00298456 Jy ! Component: 2200 - total flux cleaned = -0.00303015 Jy ! Component: 2250 - total flux cleaned = -0.00306058 Jy ! Component: 2300 - total flux cleaned = -0.00316529 Jy ! Component: 2350 - total flux cleaned = -0.00322454 Jy ! Component: 2400 - total flux cleaned = -0.00338593 Jy ! Component: 2450 - total flux cleaned = -0.00337125 Jy ! Component: 2500 - total flux cleaned = -0.00351551 Jy ! Component: 2550 - total flux cleaned = -0.00355847 Jy ! Component: 2600 - total flux cleaned = -0.00362956 Jy ! Component: 2650 - total flux cleaned = -0.00374214 Jy ! Component: 2700 - total flux cleaned = -0.00381201 Jy ! Component: 2750 - total flux cleaned = -0.00393657 Jy ! Component: 2800 - total flux cleaned = -0.00400527 Jy ! Component: 2850 - total flux cleaned = -0.00410047 Jy ! Component: 2900 - total flux cleaned = -0.0041814 Jy ! Component: 2950 - total flux cleaned = -0.00424838 Jy ! Component: 3000 - total flux cleaned = -0.00435463 Jy ! Component: 3050 - total flux cleaned = -0.00443367 Jy ! Component: 3100 - total flux cleaned = -0.00451204 Jy ! Component: 3150 - total flux cleaned = -0.00464177 Jy ! Component: 3200 - total flux cleaned = -0.00468033 Jy ! Component: 3250 - total flux cleaned = -0.00476957 Jy ! Component: 3300 - total flux cleaned = -0.00488368 Jy ! Component: 3350 - total flux cleaned = -0.0049844 Jy ! Component: 3400 - total flux cleaned = -0.00512151 Jy ! Component: 3450 - total flux cleaned = -0.00515858 Jy ! Component: 3500 - total flux cleaned = -0.00526917 Jy ! Component: 3550 - total flux cleaned = -0.00535466 Jy ! Component: 3600 - total flux cleaned = -0.00545156 Jy ! Component: 3650 - total flux cleaned = -0.00554799 Jy ! Component: 3700 - total flux cleaned = -0.0056555 Jy ! Component: 3750 - total flux cleaned = -0.00573853 Jy ! Component: 3800 - total flux cleaned = -0.00583276 Jy ! Component: 3850 - total flux cleaned = -0.00592626 Jy ! Component: 3900 - total flux cleaned = -0.00597258 Jy ! Component: 3950 - total flux cleaned = -0.00608785 Jy ! Component: 4000 - total flux cleaned = -0.0061222 Jy ! Component: 4050 - total flux cleaned = -0.00623607 Jy ! Total flux subtracted in 4096 components = -0.00632635 Jy ! Clean residual min=-0.000650 max=0.000850 Jy/beam ! Clean residual mean=-0.000001 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.100094 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 367 components and 0.100094 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0211-1558_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.707 x 8.126 at 1.467 degrees (North through East) ! Clean map min=-0.0019706 max=0.095716 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0211-1558_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0957164 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208899 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.654745 0.654745 1.30949 2.61898 5.23796 10.4759 20.9519 41.9037 83.8074 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 458.193 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0211-1558_S_uvs.log closed on Thu Apr 7 01:09:35 2016