! Started logfile: /scr/pima/rv100_uvs/J1147-3812_S_uvs.log on Mon Feb 29 13:27:20 2016 obs /scr/pima/rv100_uvs/J1147-3812_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J1147-3812_S_uva.fits ! AN table 1: 10 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.277778 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1147-3812 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 400 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/rv100_uvs/J1147-3812_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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.631486Jy sigma=8.525402 ! Fit after self-cal, rms=0.339697Jy sigma=1.747823 ! 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=1.916 mas, bmaj=4.695 mas, bpa=28.11 degrees ! Estimated noise=8.75928 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.93722 Jy ! Component: 100 - total flux cleaned = 1.1913 Jy ! Total flux subtracted in 100 components = 1.1913 Jy ! Clean residual min=-0.040430 max=0.086010 Jy/beam ! Clean residual mean=0.000548 rms=0.011734 Jy/beam ! Combined flux in latest and established models = 1.1913 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 1.1913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180677Jy sigma=0.922517 ! Fit after self-cal, rms=0.180622Jy sigma=0.922159 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0772477 Jy ! Component: 100 - total flux cleaned = 0.10821 Jy ! Total flux subtracted in 100 components = 0.10821 Jy ! Clean residual min=-0.026698 max=0.041563 Jy/beam ! Clean residual mean=0.000178 rms=0.007743 Jy/beam ! Combined flux in latest and established models = 1.29951 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 1.29951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138836Jy sigma=0.688317 ! Fit after self-cal, rms=0.138841Jy sigma=0.688077 ! 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.406 mas, bmaj=5.855 mas, bpa=24.9 degrees ! Estimated noise=7.18828 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.0331221 Jy ! Component: 100 - total flux cleaned = 0.0500893 Jy ! Component: 150 - total flux cleaned = 0.0589122 Jy ! Component: 200 - total flux cleaned = 0.0636031 Jy ! Total flux subtracted in 200 components = 0.0636031 Jy ! Clean residual min=-0.027581 max=0.040079 Jy/beam ! Clean residual mean=-0.000341 rms=0.008424 Jy/beam ! Combined flux in latest and established models = 1.36311 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 20 components and 1.36311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132034Jy sigma=0.642985 ! Fit after self-cal, rms=0.132045Jy sigma=0.642691 ! 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.406 x 5.855 at 24.9 degrees (North through East) ! Clean map min=-0.026754 max=1.2117 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. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.94 KP 0.95 LA 0.99 MK 1.00 ! NL 1.13 OV 0.98 PT 1.00 SC 0.98 ! WF 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 1.06 KP 0.95 LA 1.01 MK 1.00 ! NL 1.19 OV 0.96 PT 1.01 SC 0.97 ! WF 0.98 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 0.97 KP 0.97 LA 1.03 MK 1.01 ! NL 1.19 OV 0.96 PT 0.99 SC 0.98 ! WF 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HH 1.08 KP 0.97 LA 1.00 MK 0.99 ! NL 1.19 OV 0.99 PT 1.03 SC 1.00 ! WF 1.02 ! ! ! Fit before self-cal, rms=0.132045Jy sigma=0.642691 ! Fit after self-cal, rms=0.110784Jy sigma=0.508928 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.348 mas, bmaj=6.289 mas, bpa=26.36 degrees ! Estimated noise=7.46415 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.00589559 Jy ! Component: 100 - total flux cleaned = 0.0061125 Jy ! Component: 150 - total flux cleaned = 0.00629218 Jy ! Component: 200 - total flux cleaned = 0.00645238 Jy ! Total flux subtracted in 200 components = 0.00645238 Jy ! Clean residual min=-0.022673 max=0.023836 Jy/beam ! Clean residual mean=0.000072 rms=0.005278 Jy/beam ! Combined flux in latest and established models = 1.36957 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 28 components and 1.36957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109904Jy sigma=0.505487 ! Fit after self-cal, rms=0.110017Jy sigma=0.505375 ! 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.110017Jy sigma=0.505375 ! Fit after self-cal, rms=0.098582Jy sigma=0.441229 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.354 mas, bmaj=6.268 mas, bpa=26.37 degrees ! Estimated noise=7.46982 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00531492 Jy ! Component: 100 - total flux cleaned = 0.00545798 Jy ! Component: 150 - total flux cleaned = 0.00537051 Jy ! Component: 200 - total flux cleaned = 0.00520853 Jy ! Total flux subtracted in 200 components = 0.00520853 Jy ! Clean residual min=-0.018361 max=0.012825 Jy/beam ! Clean residual mean=-0.000148 rms=0.003493 Jy/beam ! Combined flux in latest and established models = 1.37477 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 1.37477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098197Jy sigma=0.439438 ! Fit after self-cal, rms=0.098304Jy sigma=0.439361 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.000173527 Jy ! Component: 100 - total flux cleaned = -0.000110844 Jy ! Component: 150 - total flux cleaned = -0.000223655 Jy ! Component: 200 - total flux cleaned = -0.000223268 Jy ! Total flux subtracted in 200 components = -0.000223268 Jy ! Clean residual min=-0.018470 max=0.012999 Jy/beam ! Clean residual mean=-0.000145 rms=0.003493 Jy/beam ! Combined flux in latest and established models = 1.37455 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 1.37455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098197Jy sigma=0.439103 ! Fit after self-cal, rms=0.098249Jy sigma=0.439071 ! 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.098249Jy sigma=0.439071 ! Fit after self-cal, rms=0.096194Jy sigma=0.424710 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.36 mas, bmaj=6.265 mas, bpa=26.26 degrees ! Estimated noise=7.47424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360956 Jy ! Component: 100 - total flux cleaned = 0.00400669 Jy ! Component: 150 - total flux cleaned = 0.00395521 Jy ! Component: 200 - total flux cleaned = 0.00390277 Jy ! Total flux subtracted in 200 components = 0.00390277 Jy ! Clean residual min=-0.015910 max=0.013002 Jy/beam ! Clean residual mean=-0.000021 rms=0.003231 Jy/beam ! Combined flux in latest and established models = 1.37845 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 38 components and 1.37845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096013Jy sigma=0.423997 ! Fit after self-cal, rms=0.096081Jy sigma=0.423969 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.000116599 Jy ! Component: 100 - total flux cleaned = -0.00012003 Jy ! Component: 150 - total flux cleaned = -0.000163431 Jy ! Component: 200 - total flux cleaned = -0.000164001 Jy ! Total flux subtracted in 200 components = -0.000164001 Jy ! Clean residual min=-0.015926 max=0.013026 Jy/beam ! Clean residual mean=-0.000019 rms=0.003229 Jy/beam ! Combined flux in latest and established models = 1.37829 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 1.37829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096024Jy sigma=0.423849 ! Fit after self-cal, rms=0.096059Jy sigma=0.423837 ! 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.096059Jy sigma=0.423837 ! Fit after self-cal, rms=0.095992Jy sigma=0.423529 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.424 mas, bmaj=24 mas, bpa=-1.24 degrees ! Estimated noise=10.1152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171944 Jy ! Component: 100 - total flux cleaned = 0.00171753 Jy ! Component: 150 - total flux cleaned = 0.00184885 Jy ! Component: 200 - total flux cleaned = 0.00195867 Jy ! Total flux subtracted in 200 components = 0.00195867 Jy ! Clean residual min=-0.013189 max=0.015537 Jy/beam ! Clean residual mean=-0.000002 rms=0.004151 Jy/beam ! Combined flux in latest and established models = 1.38025 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 41 components and 1.38025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096022Jy sigma=0.424684 ! Fit after self-cal, rms=0.096137Jy sigma=0.424182 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 = -1.20582e-05 Jy ! Component: 100 - total flux cleaned = -7.70842e-06 Jy ! Component: 150 - total flux cleaned = 8.25614e-05 Jy ! Component: 200 - total flux cleaned = 0.000166583 Jy ! Total flux subtracted in 200 components = 0.000166583 Jy ! Clean residual min=-0.013393 max=0.015921 Jy/beam ! Clean residual mean=-0.000007 rms=0.004158 Jy/beam ! Combined flux in latest and established models = 1.38042 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 41 components and 1.38042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096292Jy sigma=0.425535 ! Fit after self-cal, rms=0.096388Jy sigma=0.425325 ! 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.363 mas, bmaj=6.265 mas, bpa=26.19 degrees ! Estimated noise=7.47573 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.363 x 6.265 at 26.19 degrees (North through East) ! Clean map min=-0.014305 max=1.2141 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096388Jy sigma=0.425325 ! Fit after self-cal, rms=0.088854Jy sigma=0.385065 ! Inverting map and beam ! Estimated beam: bmin=2.366 mas, bmaj=6.265 mas, bpa=26.12 degrees ! Estimated noise=7.48062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015327 Jy ! Component: 100 - total flux cleaned = 0.00143921 Jy ! Component: 150 - total flux cleaned = 0.00152662 Jy ! Component: 200 - total flux cleaned = 0.00152523 Jy ! Total flux subtracted in 200 components = 0.00152523 Jy ! Clean residual min=-0.015096 max=0.013493 Jy/beam ! Clean residual mean=0.000004 rms=0.003239 Jy/beam ! Combined flux in latest and established models = 1.38194 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 1.38194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088680Jy sigma=0.383866 ! Fit after self-cal, rms=0.088608Jy sigma=0.383782 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.83212e-05 Jy ! Component: 100 - total flux cleaned = 9.54891e-05 Jy ! Component: 150 - total flux cleaned = 9.35932e-05 Jy ! Component: 200 - total flux cleaned = 9.66576e-05 Jy ! Total flux subtracted in 200 components = 9.66576e-05 Jy ! Clean residual min=-0.015117 max=0.013348 Jy/beam ! Clean residual mean=0.000003 rms=0.003223 Jy/beam ! Combined flux in latest and established models = 1.38204 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 1.38204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088513Jy sigma=0.383192 ! Fit after self-cal, rms=0.088491Jy sigma=0.383158 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088491Jy sigma=0.383158 ! Fit after self-cal, rms=0.088503Jy sigma=0.383086 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=1.846 mas, bmaj=5.265 mas, bpa=30 degrees ! Estimated noise=9.02194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.927857 Jy ! Component: 100 - total flux cleaned = 1.17906 Jy ! Component: 150 - total flux cleaned = 1.2574 Jy ! Component: 200 - total flux cleaned = 1.29918 Jy ! Total flux subtracted in 200 components = 1.29918 Jy ! Clean residual min=-0.021838 max=0.023115 Jy/beam ! Clean residual mean=0.000319 rms=0.005135 Jy/beam ! Combined flux in latest and established models = 1.29918 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 1.29918 Jy ! Inverting map and beam ! Estimated beam: bmin=2.366 mas, bmaj=6.265 mas, bpa=26.1 degrees ! Estimated noise=7.48102 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.0401915 Jy ! Component: 100 - total flux cleaned = 0.0612847 Jy ! Component: 150 - total flux cleaned = 0.0725136 Jy ! Component: 200 - total flux cleaned = 0.0785084 Jy ! Total flux subtracted in 200 components = 0.0785084 Jy ! Clean residual min=-0.014788 max=0.013253 Jy/beam ! Clean residual mean=0.000075 rms=0.003300 Jy/beam ! Combined flux in latest and established models = 1.37769 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 1.37769 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.416 mas, bmaj=23.99 mas, bpa=-1.254 degrees ! Estimated noise=10.1291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0043396 Jy ! Component: 100 - total flux cleaned = 0.00455443 Jy ! Component: 150 - total flux cleaned = 0.00455172 Jy ! Component: 200 - total flux cleaned = 0.00472604 Jy ! Total flux subtracted in 200 components = 0.00472604 Jy ! Clean residual min=-0.013523 max=0.015479 Jy/beam ! Clean residual mean=0.000031 rms=0.004272 Jy/beam ! Combined flux in latest and established models = 1.38241 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 = 3.55543e-06 Jy ! Component: 100 - total flux cleaned = 0.000141314 Jy ! Component: 150 - total flux cleaned = 0.000249912 Jy ! Component: 200 - total flux cleaned = 0.000251478 Jy ! Total flux subtracted in 200 components = 0.000251478 Jy ! Clean residual min=-0.013298 max=0.015649 Jy/beam ! Clean residual mean=0.000023 rms=0.004197 Jy/beam ! Combined flux in latest and established models = 1.38266 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 39 components and 1.38266 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.366 mas, bmaj=6.265 mas, bpa=26.1 degrees ! Estimated noise=7.48102 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000707048 Jy ! Component: 100 - total flux cleaned = 0.000610412 Jy ! Component: 150 - total flux cleaned = 0.00034177 Jy ! Component: 200 - total flux cleaned = 0.000342524 Jy ! Total flux subtracted in 200 components = 0.000342524 Jy ! Clean residual min=-0.015299 max=0.013535 Jy/beam ! Clean residual mean=0.000006 rms=0.003235 Jy/beam ! Combined flux in latest and established models = 1.38301 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 41 components and 1.38301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088580Jy sigma=0.383600 ! Fit after self-cal, rms=0.088710Jy sigma=0.383112 wmodel /scr/pima/rv100_uvs/J1147-3812_S_map.mod ! Writing 41 model components to file: /scr/pima/rv100_uvs/J1147-3812_S_map.mod wobs /scr/pima/rv100_uvs/J1147-3812_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J1147-3812_S_uvs.fits wwins /scr/pima/rv100_uvs/J1147-3812_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rv100_uvs/J1147-3812_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.00206022 Jy ! Component: 100 - total flux cleaned = -0.00160135 Jy ! Component: 150 - total flux cleaned = -0.00286941 Jy ! Component: 200 - total flux cleaned = -0.00346117 Jy ! Component: 250 - total flux cleaned = -0.00401321 Jy ! Component: 300 - total flux cleaned = -0.00401469 Jy ! Component: 350 - total flux cleaned = -0.00418223 Jy ! Component: 400 - total flux cleaned = -0.00402361 Jy ! Component: 450 - total flux cleaned = -0.00341309 Jy ! Component: 500 - total flux cleaned = -0.00282691 Jy ! Component: 550 - total flux cleaned = -0.00211116 Jy ! Component: 600 - total flux cleaned = -0.0016933 Jy ! Component: 650 - total flux cleaned = -0.00115121 Jy ! Component: 700 - total flux cleaned = -0.00062314 Jy ! Component: 750 - total flux cleaned = -0.000364964 Jy ! Component: 800 - total flux cleaned = 0.000259774 Jy ! Component: 850 - total flux cleaned = 0.000382161 Jy ! Component: 900 - total flux cleaned = 0.000741636 Jy ! Component: 950 - total flux cleaned = 0.000977151 Jy ! Component: 1000 - total flux cleaned = 0.00120799 Jy ! Component: 1050 - total flux cleaned = 0.00132128 Jy ! Component: 1100 - total flux cleaned = 0.00143273 Jy ! Component: 1150 - total flux cleaned = 0.00122149 Jy ! Component: 1200 - total flux cleaned = 0.00122088 Jy ! Component: 1250 - total flux cleaned = 0.000911496 Jy ! Component: 1300 - total flux cleaned = 0.000809063 Jy ! Component: 1350 - total flux cleaned = 0.000508532 Jy ! Component: 1400 - total flux cleaned = 0.000118628 Jy ! Component: 1450 - total flux cleaned = 2.28778e-05 Jy ! Component: 1500 - total flux cleaned = -0.000354392 Jy ! Component: 1550 - total flux cleaned = -0.000539481 Jy ! Component: 1600 - total flux cleaned = -0.000813031 Jy ! Component: 1650 - total flux cleaned = -0.00117099 Jy ! Component: 1700 - total flux cleaned = -0.00125974 Jy ! Component: 1750 - total flux cleaned = -0.00152041 Jy ! Component: 1800 - total flux cleaned = -0.00177655 Jy ! Component: 1850 - total flux cleaned = -0.00194376 Jy ! Component: 1900 - total flux cleaned = -0.0022724 Jy ! Component: 1950 - total flux cleaned = -0.00235292 Jy ! Component: 2000 - total flux cleaned = -0.00259286 Jy ! Component: 2050 - total flux cleaned = -0.00259381 Jy ! Component: 2100 - total flux cleaned = -0.00290469 Jy ! Component: 2150 - total flux cleaned = -0.00313331 Jy ! Component: 2200 - total flux cleaned = -0.00320857 Jy ! Component: 2250 - total flux cleaned = -0.00328364 Jy ! Component: 2300 - total flux cleaned = -0.00357909 Jy ! Component: 2350 - total flux cleaned = -0.00357894 Jy ! Component: 2400 - total flux cleaned = -0.0037954 Jy ! Component: 2450 - total flux cleaned = -0.00400845 Jy ! Component: 2500 - total flux cleaned = -0.00393825 Jy ! Component: 2550 - total flux cleaned = -0.0041467 Jy ! Component: 2600 - total flux cleaned = -0.00435259 Jy ! Component: 2650 - total flux cleaned = -0.00455548 Jy ! Component: 2700 - total flux cleaned = -0.00455591 Jy ! Component: 2750 - total flux cleaned = -0.00468863 Jy ! Component: 2800 - total flux cleaned = -0.00488527 Jy ! Component: 2850 - total flux cleaned = -0.00475568 Jy ! Component: 2900 - total flux cleaned = -0.00494859 Jy ! Component: 2950 - total flux cleaned = -0.00482126 Jy ! Component: 3000 - total flux cleaned = -0.00482098 Jy ! Component: 3050 - total flux cleaned = -0.00488299 Jy ! Component: 3100 - total flux cleaned = -0.00475961 Jy ! Component: 3150 - total flux cleaned = -0.00482084 Jy ! Component: 3200 - total flux cleaned = -0.00488106 Jy ! Component: 3250 - total flux cleaned = -0.00494181 Jy ! Component: 3300 - total flux cleaned = -0.00500118 Jy ! Component: 3350 - total flux cleaned = -0.00494244 Jy ! Component: 3400 - total flux cleaned = -0.00511808 Jy ! Component: 3450 - total flux cleaned = -0.00523445 Jy ! Component: 3500 - total flux cleaned = -0.005235 Jy ! Component: 3550 - total flux cleaned = -0.0055196 Jy ! Component: 3600 - total flux cleaned = -0.00552016 Jy ! Component: 3650 - total flux cleaned = -0.0055208 Jy ! Component: 3700 - total flux cleaned = -0.005632 Jy ! Component: 3750 - total flux cleaned = -0.00563197 Jy ! Component: 3800 - total flux cleaned = -0.00563169 Jy ! Component: 3850 - total flux cleaned = -0.00574027 Jy ! Component: 3900 - total flux cleaned = -0.00573996 Jy ! Component: 3950 - total flux cleaned = -0.0057398 Jy ! Component: 4000 - total flux cleaned = -0.00589861 Jy ! Component: 4050 - total flux cleaned = -0.00589865 Jy ! Total flux subtracted in 4096 components = -0.00589851 Jy ! Clean residual min=-0.003568 max=0.002997 Jy/beam ! Clean residual mean=0.000036 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 1.37711 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 301 components and 1.37711 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J1147-3812_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.366 x 6.265 at 26.1 degrees (North through East) ! Clean map min=-0.0087055 max=1.2076 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J1147-3812_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.20764 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00093148 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.231397 0.231397 0.462795 0.925589 1.85118 3.70236 7.40471 14.8094 29.6189 59.2377 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.207 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1296.47 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J1147-3812_S_uvs.log closed on Mon Feb 29 13:27:24 2016