! Started logfile: /scr/pima/bg219h_uvs/J2103-0933_S_uvs.log on Thu Apr 7 09:11:14 2016 obs /scr/pima/bg219h_uvs/J2103-0933_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2103-0933_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.595628 visibilities/baseline/integration-bin. ! Found source: J2103-0933 ! ! 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 5232 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/bg219h_uvs/J2103-0933_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 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006486Jy sigma=21.506262 ! Fit after self-cal, rms=0.919223Jy sigma=19.682793 ! 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.877 mas, bmaj=15.65 mas, bpa=-20.73 degrees ! Estimated noise=0.722911 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.063739 Jy ! Component: 100 - total flux cleaned = 0.0824684 Jy ! Total flux subtracted in 100 components = 0.0824684 Jy ! Clean residual min=-0.006129 max=0.008755 Jy/beam ! Clean residual mean=0.000006 rms=0.001905 Jy/beam ! Combined flux in latest and established models = 0.0824684 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0824684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067382Jy sigma=1.381853 ! Fit after self-cal, rms=0.065985Jy sigma=1.357523 ! 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.701 mas, bmaj=16.78 mas, bpa=-20.27 degrees ! Estimated noise=0.497253 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.010214 Jy ! Component: 100 - total flux cleaned = 0.0154699 Jy ! Component: 150 - total flux cleaned = 0.0172804 Jy ! Component: 200 - total flux cleaned = 0.0174636 Jy ! Total flux subtracted in 200 components = 0.0174636 Jy ! Clean residual min=-0.004662 max=0.005274 Jy/beam ! Clean residual mean=-0.000009 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.099932 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 35 components and 0.099932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064453Jy sigma=1.323673 ! Fit after self-cal, rms=0.064381Jy sigma=1.322433 ! 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.701 x 16.78 at -20.27 degrees (North through East) ! Clean map min=-0.0047919 max=0.084757 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.09 HN 1.01 KP 0.93 LA 1.14 ! MK 0.97 NL 0.96 OV 0.96 PT 0.95 ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 HN 0.98 KP 0.94 LA 1.09 ! MK 1.03 NL 1.01 OV 0.97 PT 0.92 ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 HN 1.08 KP 0.92 LA 1.14 ! MK 1.03 NL 0.93 OV 0.99 PT 0.99 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.064381Jy sigma=1.322433 ! Fit after self-cal, rms=0.064444Jy sigma=1.315601 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.715 mas, bmaj=16.8 mas, bpa=-20.23 degrees ! Estimated noise=0.489752 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 = -5.88741e-05 Jy ! Component: 100 - total flux cleaned = -0.000185036 Jy ! Component: 150 - total flux cleaned = -8.06194e-05 Jy ! Component: 200 - total flux cleaned = 9.18027e-06 Jy ! Total flux subtracted in 200 components = 9.18027e-06 Jy ! Clean residual min=-0.004722 max=0.004607 Jy/beam ! Clean residual mean=-0.000007 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.0999412 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0999412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064325Jy sigma=1.313029 ! Fit after self-cal, rms=0.064316Jy sigma=1.310841 ! 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.064316Jy sigma=1.310841 ! Fit after self-cal, rms=0.063635Jy sigma=1.307365 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.726 mas, bmaj=16.86 mas, bpa=-20.18 degrees ! Estimated noise=0.485402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000959591 Jy ! Component: 100 - total flux cleaned = -0.00113718 Jy ! Component: 150 - total flux cleaned = -0.00113724 Jy ! Component: 200 - total flux cleaned = -0.00113749 Jy ! Total flux subtracted in 200 components = -0.00113749 Jy ! Clean residual min=-0.004056 max=0.004149 Jy/beam ! Clean residual mean=-0.000005 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.0988037 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 72 components and 0.0988037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063578Jy sigma=1.306062 ! Fit after self-cal, rms=0.063576Jy sigma=1.305832 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.000112593 Jy ! Component: 100 - total flux cleaned = -0.000117013 Jy ! Component: 150 - total flux cleaned = -0.000116646 Jy ! Component: 200 - total flux cleaned = -0.000138611 Jy ! Total flux subtracted in 200 components = -0.000138611 Jy ! Clean residual min=-0.004095 max=0.004163 Jy/beam ! Clean residual mean=-0.000005 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.0986651 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 81 components and 0.0986651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063550Jy sigma=1.305334 ! Fit after self-cal, rms=0.063549Jy sigma=1.305218 ! 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.063549Jy sigma=1.305218 ! Fit after self-cal, rms=0.063534Jy sigma=1.305166 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.729 mas, bmaj=16.86 mas, bpa=-20.16 degrees ! Estimated noise=0.484882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195838 Jy ! Component: 100 - total flux cleaned = -0.000245527 Jy ! Component: 150 - total flux cleaned = -0.000265215 Jy ! Component: 200 - total flux cleaned = -0.000247674 Jy ! Total flux subtracted in 200 components = -0.000247674 Jy ! Clean residual min=-0.004048 max=0.004149 Jy/beam ! Clean residual mean=-0.000005 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.0984174 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.0984174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063515Jy sigma=1.304829 ! Fit after self-cal, rms=0.063516Jy sigma=1.304740 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.48614e-07 Jy ! Component: 100 - total flux cleaned = -7.82255e-05 Jy ! Component: 150 - total flux cleaned = -7.72451e-05 Jy ! Component: 200 - total flux cleaned = -0.000106584 Jy ! Total flux subtracted in 200 components = -0.000106584 Jy ! Clean residual min=-0.004042 max=0.004155 Jy/beam ! Clean residual mean=-0.000005 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.0983108 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.0983108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063502Jy sigma=1.304518 ! Fit after self-cal, rms=0.063502Jy sigma=1.304449 ! 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.063502Jy sigma=1.304449 ! Fit after self-cal, rms=0.063506Jy sigma=1.304446 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.505 mas, bmaj=19.63 mas, bpa=-15.12 degrees ! Estimated noise=0.57237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158855 Jy ! Component: 100 - total flux cleaned = 1.97335e-05 Jy ! Component: 150 - total flux cleaned = 2.05896e-05 Jy ! Component: 200 - total flux cleaned = 2.11617e-05 Jy ! Total flux subtracted in 200 components = 2.11617e-05 Jy ! Clean residual min=-0.004659 max=0.005509 Jy/beam ! Clean residual mean=-0.000009 rms=0.001691 Jy/beam ! Combined flux in latest and established models = 0.098332 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 100 components and 0.098332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063501Jy sigma=1.304430 ! Fit after self-cal, rms=0.063502Jy sigma=1.304350 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 = -3.98364e-06 Jy ! Component: 100 - total flux cleaned = -3.28157e-05 Jy ! Component: 150 - total flux cleaned = -4.45649e-05 Jy ! Component: 200 - total flux cleaned = -6.54183e-05 Jy ! Total flux subtracted in 200 components = -6.54183e-05 Jy ! Clean residual min=-0.004650 max=0.005510 Jy/beam ! Clean residual mean=-0.000009 rms=0.001688 Jy/beam ! Combined flux in latest and established models = 0.0982666 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.0982666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063501Jy sigma=1.304392 ! Fit after self-cal, rms=0.063502Jy sigma=1.304334 ! 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.73 mas, bmaj=16.86 mas, bpa=-20.16 degrees ! Estimated noise=0.484813 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.73 x 16.86 at -20.16 degrees (North through East) ! Clean map min=-0.0039819 max=0.083691 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.894 mas, bmaj=15.75 mas, bpa=-20.69 degrees ! Estimated noise=0.706914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0631463 Jy ! Component: 100 - total flux cleaned = 0.0824796 Jy ! Component: 150 - total flux cleaned = 0.0925965 Jy ! Component: 200 - total flux cleaned = 0.098614 Jy ! Total flux subtracted in 200 components = 0.098614 Jy ! Clean residual min=-0.004735 max=0.005724 Jy/beam ! Clean residual mean=0.000005 rms=0.001415 Jy/beam ! Combined flux in latest and established models = 0.098614 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.098614 Jy ! Inverting map and beam ! Estimated beam: bmin=3.73 mas, bmaj=16.86 mas, bpa=-20.16 degrees ! Estimated noise=0.484813 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.000233696 Jy ! Component: 100 - total flux cleaned = -5.24932e-05 Jy ! Component: 150 - total flux cleaned = -0.000202566 Jy ! Component: 200 - total flux cleaned = -0.000265809 Jy ! Total flux subtracted in 200 components = -0.000265809 Jy ! Clean residual min=-0.003962 max=0.004407 Jy/beam ! Clean residual mean=-0.000005 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.0983482 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.0983482 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.505 mas, bmaj=19.63 mas, bpa=-15.12 degrees ! Estimated noise=0.57237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000161228 Jy ! Component: 100 - total flux cleaned = -3.70641e-05 Jy ! Component: 150 - total flux cleaned = -3.90516e-05 Jy ! Component: 200 - total flux cleaned = -1.01679e-05 Jy ! Total flux subtracted in 200 components = -1.01679e-05 Jy ! Clean residual min=-0.004763 max=0.005780 Jy/beam ! Clean residual mean=-0.000008 rms=0.001705 Jy/beam ! Combined flux in latest and established models = 0.098338 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.06184e-07 Jy ! Component: 100 - total flux cleaned = 2.50698e-05 Jy ! Component: 150 - total flux cleaned = 2.52656e-05 Jy ! Component: 200 - total flux cleaned = 4.71019e-05 Jy ! Total flux subtracted in 200 components = 4.71019e-05 Jy ! Clean residual min=-0.004704 max=0.005658 Jy/beam ! Clean residual mean=-0.000008 rms=0.001698 Jy/beam ! Combined flux in latest and established models = 0.0983851 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 0.0983851 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.73 mas, bmaj=16.86 mas, bpa=-20.16 degrees ! Estimated noise=0.484813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287305 Jy ! Component: 100 - total flux cleaned = -2.96776e-06 Jy ! Component: 150 - total flux cleaned = -3.74181e-05 Jy ! Component: 200 - total flux cleaned = -6.80237e-05 Jy ! Total flux subtracted in 200 components = -6.80237e-05 Jy ! Clean residual min=-0.003993 max=0.004228 Jy/beam ! Clean residual mean=-0.000005 rms=0.001136 Jy/beam ! Combined flux in latest and established models = 0.0983171 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.0983171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063522Jy sigma=1.304823 ! Fit after self-cal, rms=0.063520Jy sigma=1.304694 wmodel /scr/pima/bg219h_uvs/J2103-0933_S_map.mod ! Writing 73 model components to file: /scr/pima/bg219h_uvs/J2103-0933_S_map.mod wobs /scr/pima/bg219h_uvs/J2103-0933_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J2103-0933_S_uvs.fits wwins /scr/pima/bg219h_uvs/J2103-0933_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J2103-0933_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.000321912 Jy ! Component: 100 - total flux cleaned = 0.000713111 Jy ! Component: 150 - total flux cleaned = 0.000772705 Jy ! Component: 200 - total flux cleaned = 0.000715051 Jy ! Component: 250 - total flux cleaned = 0.000714912 Jy ! Component: 300 - total flux cleaned = 0.000413518 Jy ! Component: 350 - total flux cleaned = 0.000170972 Jy ! Component: 400 - total flux cleaned = -0.000247061 Jy ! Component: 450 - total flux cleaned = -0.000514944 Jy ! Component: 500 - total flux cleaned = -0.000859362 Jy ! Component: 550 - total flux cleaned = -0.00110655 Jy ! Component: 600 - total flux cleaned = -0.00122654 Jy ! Component: 650 - total flux cleaned = -0.00138272 Jy ! Component: 700 - total flux cleaned = -0.0014579 Jy ! Component: 750 - total flux cleaned = -0.00149415 Jy ! Component: 800 - total flux cleaned = -0.00153038 Jy ! Component: 850 - total flux cleaned = -0.00156567 Jy ! Component: 900 - total flux cleaned = -0.00163338 Jy ! Component: 950 - total flux cleaned = -0.00166656 Jy ! Component: 1000 - total flux cleaned = -0.00173163 Jy ! Component: 1050 - total flux cleaned = -0.00179463 Jy ! Component: 1100 - total flux cleaned = -0.00191655 Jy ! Component: 1150 - total flux cleaned = -0.00194597 Jy ! Component: 1200 - total flux cleaned = -0.00203322 Jy ! Component: 1250 - total flux cleaned = -0.00211882 Jy ! Component: 1300 - total flux cleaned = -0.00220304 Jy ! Component: 1350 - total flux cleaned = -0.00225809 Jy ! Component: 1400 - total flux cleaned = -0.00231251 Jy ! Component: 1450 - total flux cleaned = -0.00239297 Jy ! Component: 1500 - total flux cleaned = -0.00247214 Jy ! Component: 1550 - total flux cleaned = -0.00262622 Jy ! Component: 1600 - total flux cleaned = -0.00262615 Jy ! Component: 1650 - total flux cleaned = -0.00267547 Jy ! Component: 1700 - total flux cleaned = -0.00279708 Jy ! Component: 1750 - total flux cleaned = -0.00286878 Jy ! Component: 1800 - total flux cleaned = -0.00294003 Jy ! Component: 1850 - total flux cleaned = -0.00314867 Jy ! Component: 1900 - total flux cleaned = -0.00312514 Jy ! Component: 1950 - total flux cleaned = -0.00323728 Jy ! Component: 2000 - total flux cleaned = -0.00334844 Jy ! Component: 2050 - total flux cleaned = -0.00358837 Jy ! Component: 2100 - total flux cleaned = -0.0036745 Jy ! Component: 2150 - total flux cleaned = -0.00384436 Jy ! Component: 2200 - total flux cleaned = -0.00401212 Jy ! Component: 2250 - total flux cleaned = -0.00419805 Jy ! Component: 2300 - total flux cleaned = -0.00438173 Jy ! Component: 2350 - total flux cleaned = -0.00456269 Jy ! Component: 2400 - total flux cleaned = -0.00470219 Jy ! Component: 2450 - total flux cleaned = -0.00485942 Jy ! Component: 2500 - total flux cleaned = -0.00497609 Jy ! Component: 2550 - total flux cleaned = -0.00512982 Jy ! Component: 2600 - total flux cleaned = -0.0053005 Jy ! Component: 2650 - total flux cleaned = -0.00537526 Jy ! Component: 2700 - total flux cleaned = -0.00552351 Jy ! Component: 2750 - total flux cleaned = -0.00561531 Jy ! Component: 2800 - total flux cleaned = -0.00570599 Jy ! Component: 2850 - total flux cleaned = -0.00577735 Jy ! Component: 2900 - total flux cleaned = -0.00583073 Jy ! Component: 2950 - total flux cleaned = -0.00593624 Jy ! Component: 3000 - total flux cleaned = -0.00600587 Jy ! Component: 3050 - total flux cleaned = -0.0060403 Jy ! Component: 3100 - total flux cleaned = -0.00612571 Jy ! Component: 3150 - total flux cleaned = -0.0062102 Jy ! Component: 3200 - total flux cleaned = -0.00627699 Jy ! Component: 3250 - total flux cleaned = -0.0063101 Jy ! Component: 3300 - total flux cleaned = -0.00632656 Jy ! Component: 3350 - total flux cleaned = -0.00632662 Jy ! Component: 3400 - total flux cleaned = -0.00642369 Jy ! Component: 3450 - total flux cleaned = -0.00650372 Jy ! Component: 3500 - total flux cleaned = -0.00656719 Jy ! Component: 3550 - total flux cleaned = -0.00661406 Jy ! Component: 3600 - total flux cleaned = -0.0066296 Jy ! Component: 3650 - total flux cleaned = -0.00666068 Jy ! Component: 3700 - total flux cleaned = -0.00670664 Jy ! Component: 3750 - total flux cleaned = -0.00675232 Jy ! Component: 3800 - total flux cleaned = -0.00679766 Jy ! Component: 3850 - total flux cleaned = -0.00682761 Jy ! Component: 3900 - total flux cleaned = -0.00682766 Jy ! Component: 3950 - total flux cleaned = -0.00685739 Jy ! Component: 4000 - total flux cleaned = -0.00687211 Jy ! Component: 4050 - total flux cleaned = -0.00688673 Jy ! Total flux subtracted in 4096 components = -0.00690143 Jy ! Clean residual min=-0.000784 max=0.000815 Jy/beam ! Clean residual mean=0.000005 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.0914157 Jy keep ! Adding 358 model components to the UV plane model. ! The established model now contains 431 components and 0.0914157 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J2103-0933_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.73 x 16.86 at -20.16 degrees (North through East) ! Clean map min=-0.002207 max=0.083658 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2103-0933_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0836581 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000302343 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08421 1.08421 2.16842 4.33684 8.67369 17.3474 34.6947 69.3895 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.083 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 276.698 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2103-0933_S_uvs.log closed on Thu Apr 7 09:11:18 2016