! Started logfile: /scr/pima/bg219b_uvs/J1534-3805_S_uvs.log on Thu Apr 7 01:26:21 2016 obs /scr/pima/bg219b_uvs/J1534-3805_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J1534-3805_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! AN table 2: 30 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.850182 visibilities/baseline/integration-bin. ! Found source: J1534-3805 ! ! 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 7468 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/J1534-3805_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 27 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.011980Jy sigma=15.673578 ! Fit after self-cal, rms=0.893743Jy sigma=13.739665 ! 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.323 mas, bmaj=6.588 mas, bpa=-5.523 degrees ! Estimated noise=0.93995 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.0810697 Jy ! Component: 100 - total flux cleaned = 0.10296 Jy ! Total flux subtracted in 100 components = 0.10296 Jy ! Clean residual min=-0.006990 max=0.011893 Jy/beam ! Clean residual mean=-0.000086 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 0.10296 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.10296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094940Jy sigma=1.365912 ! Fit after self-cal, rms=0.094688Jy sigma=1.362935 ! Inverting map ! Added new window around map position (-3, -8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119775 Jy ! Component: 100 - total flux cleaned = 0.019175 Jy ! Total flux subtracted in 100 components = 0.019175 Jy ! Clean residual min=-0.005578 max=0.007260 Jy/beam ! Clean residual mean=-0.000052 rms=0.001526 Jy/beam ! Combined flux in latest and established models = 0.122135 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.122135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092729Jy sigma=1.320921 ! Fit after self-cal, rms=0.092696Jy sigma=1.319704 ! 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.93 mas, bmaj=7.997 mas, bpa=-3.973 degrees ! Estimated noise=0.574476 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 (4, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00899088 Jy ! Component: 100 - total flux cleaned = 0.0143411 Jy ! Component: 150 - total flux cleaned = 0.0177896 Jy ! Component: 200 - total flux cleaned = 0.0200693 Jy ! Total flux subtracted in 200 components = 0.0200693 Jy ! Clean residual min=-0.004033 max=0.003188 Jy/beam ! Clean residual mean=-0.000035 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.142205 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 82 components and 0.142205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091905Jy sigma=1.302062 ! Fit after self-cal, rms=0.091899Jy sigma=1.301429 ! 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.93 x 7.997 at -3.973 degrees (North through East) ! Clean map min=-0.0039105 max=0.10274 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* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 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 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 1.17 KP 1.01 LA 0.95 ! MK 1.05 NL 1.01 OV 0.96 PT 0.96 ! SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.09 KP 0.97 LA 0.93 ! MK 1.11 NL 1.19 OV 0.99 PT 0.98 ! SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 0.98 KP 1.01 LA 0.91 ! MK 1.06 NL 0.94 OV 0.92 PT 0.96 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 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: ! FD 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* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.02 KP 1.00 LA 1.01 ! MK 1.06 NL 1.19 OV 0.93 PT 0.93 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.091899Jy sigma=1.301429 ! Fit after self-cal, rms=0.093456Jy sigma=1.297309 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=8.012 mas, bpa=-3.747 degrees ! Estimated noise=0.577037 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.000975645 Jy ! Component: 100 - total flux cleaned = 0.00113303 Jy ! Component: 150 - total flux cleaned = 0.00128984 Jy ! Component: 200 - total flux cleaned = 0.00139603 Jy ! Total flux subtracted in 200 components = 0.00139603 Jy ! Clean residual min=-0.003529 max=0.002880 Jy/beam ! Clean residual mean=-0.000013 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.143601 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 95 components and 0.143601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093423Jy sigma=1.296825 ! Fit after self-cal, rms=0.093468Jy sigma=1.296542 ! 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.093468Jy sigma=1.296542 ! Fit after self-cal, rms=0.094449Jy sigma=1.294877 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.963 mas, bmaj=8.013 mas, bpa=-3.701 degrees ! Estimated noise=0.577664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000523205 Jy ! Component: 100 - total flux cleaned = -0.000666516 Jy ! Component: 150 - total flux cleaned = -0.000741249 Jy ! Component: 200 - total flux cleaned = -0.000741077 Jy ! Total flux subtracted in 200 components = -0.000741077 Jy ! Clean residual min=-0.003477 max=0.002957 Jy/beam ! Clean residual mean=-0.000019 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.14286 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.14286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094428Jy sigma=1.294690 ! Fit after self-cal, rms=0.094468Jy sigma=1.294589 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.39291e-05 Jy ! Component: 100 - total flux cleaned = 3.1475e-05 Jy ! Component: 150 - total flux cleaned = 5.20019e-05 Jy ! Component: 200 - total flux cleaned = 5.26099e-05 Jy ! Total flux subtracted in 200 components = 5.26099e-05 Jy ! Clean residual min=-0.003456 max=0.002952 Jy/beam ! Clean residual mean=-0.000018 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.142912 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 113 components and 0.142912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094457Jy sigma=1.294471 ! Fit after self-cal, rms=0.094459Jy sigma=1.294452 ! 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.094459Jy sigma=1.294452 ! Fit after self-cal, rms=0.094679Jy sigma=1.294418 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=8.022 mas, bpa=-3.716 degrees ! Estimated noise=0.577762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000403337 Jy ! Component: 100 - total flux cleaned = -0.000423798 Jy ! Component: 150 - total flux cleaned = -0.000424182 Jy ! Component: 200 - total flux cleaned = -0.000440504 Jy ! Total flux subtracted in 200 components = -0.000440504 Jy ! Clean residual min=-0.003432 max=0.002954 Jy/beam ! Clean residual mean=-0.000019 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.142472 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 117 components and 0.142472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094668Jy sigma=1.294331 ! Fit after self-cal, rms=0.094673Jy sigma=1.294316 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.51436e-05 Jy ! Component: 100 - total flux cleaned = 1.53155e-05 Jy ! Component: 150 - total flux cleaned = 3.08704e-05 Jy ! Component: 200 - total flux cleaned = 1.64171e-05 Jy ! Total flux subtracted in 200 components = 1.64171e-05 Jy ! Clean residual min=-0.003434 max=0.002939 Jy/beam ! Clean residual mean=-0.000019 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.142488 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 120 components and 0.142488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094667Jy sigma=1.294248 ! Fit after self-cal, rms=0.094668Jy sigma=1.294241 ! 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.094668Jy sigma=1.294241 ! Fit after self-cal, rms=0.094822Jy sigma=1.294225 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.101 mas, bmaj=27.07 mas, bpa=-0.5938 degrees ! Estimated noise=0.736095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399652 Jy ! Component: 100 - total flux cleaned = 0.000318691 Jy ! Component: 150 - total flux cleaned = 0.000285344 Jy ! Component: 200 - total flux cleaned = 0.000298094 Jy ! Total flux subtracted in 200 components = 0.000298094 Jy ! Clean residual min=-0.004315 max=0.003167 Jy/beam ! Clean residual mean=-0.000033 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.142786 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 131 components and 0.142786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094822Jy sigma=1.294254 ! Fit after self-cal, rms=0.094825Jy sigma=1.294232 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 = 6.35448e-05 Jy ! Component: 100 - total flux cleaned = 2.83065e-05 Jy ! Component: 150 - total flux cleaned = 3.77556e-05 Jy ! Component: 200 - total flux cleaned = 4.7195e-05 Jy ! Total flux subtracted in 200 components = 4.7195e-05 Jy ! Clean residual min=-0.004368 max=0.003087 Jy/beam ! Clean residual mean=-0.000032 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.142833 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 139 components and 0.142833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094827Jy sigma=1.294293 ! Fit after self-cal, rms=0.094827Jy sigma=1.294289 ! 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.973 mas, bmaj=8.03 mas, bpa=-3.735 degrees ! Estimated noise=0.577955 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 8.03 at -3.735 degrees (North through East) ! Clean map min=-0.0034896 max=0.10297 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.35 mas, bmaj=6.565 mas, bpa=-5.272 degrees ! Estimated noise=0.961191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0820594 Jy ! Component: 100 - total flux cleaned = 0.105731 Jy ! Component: 150 - total flux cleaned = 0.117824 Jy ! Component: 200 - total flux cleaned = 0.125332 Jy ! Total flux subtracted in 200 components = 0.125332 Jy ! Clean residual min=-0.005488 max=0.005853 Jy/beam ! Clean residual mean=-0.000036 rms=0.001415 Jy/beam ! Combined flux in latest and established models = 0.125332 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.125332 Jy ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=8.03 mas, bpa=-3.735 degrees ! Estimated noise=0.577955 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.00710666 Jy ! Component: 100 - total flux cleaned = 0.0107463 Jy ! Component: 150 - total flux cleaned = 0.0130469 Jy ! Component: 200 - total flux cleaned = 0.014323 Jy ! Total flux subtracted in 200 components = 0.014323 Jy ! Clean residual min=-0.003833 max=0.003169 Jy/beam ! Clean residual mean=-0.000029 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.139655 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 69 components and 0.139655 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=8.101 mas, bmaj=27.07 mas, bpa=-0.5938 degrees ! Estimated noise=0.736095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187242 Jy ! Component: 100 - total flux cleaned = 0.00247107 Jy ! Component: 150 - total flux cleaned = 0.00266071 Jy ! Component: 200 - total flux cleaned = 0.00281692 Jy ! Total flux subtracted in 200 components = 0.00281692 Jy ! Clean residual min=-0.004478 max=0.003273 Jy/beam ! Clean residual mean=-0.000035 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.142472 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.000149659 Jy ! Component: 100 - total flux cleaned = 0.00025564 Jy ! Component: 150 - total flux cleaned = 0.000315753 Jy ! Component: 200 - total flux cleaned = 0.000341614 Jy ! Total flux subtracted in 200 components = 0.000341614 Jy ! Clean residual min=-0.004455 max=0.003109 Jy/beam ! Clean residual mean=-0.000032 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.142813 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 75 components and 0.142813 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=8.03 mas, bpa=-3.735 degrees ! Estimated noise=0.577955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000171996 Jy ! Component: 100 - total flux cleaned = -0.00028435 Jy ! Component: 150 - total flux cleaned = -0.00034961 Jy ! Component: 200 - total flux cleaned = -0.000406127 Jy ! Total flux subtracted in 200 components = -0.000406127 Jy ! Clean residual min=-0.003688 max=0.002977 Jy/beam ! Clean residual mean=-0.000018 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.142407 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 88 components and 0.142407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094854Jy sigma=1.294600 ! Fit after self-cal, rms=0.094842Jy sigma=1.294507 wmodel /scr/pima/bg219b_uvs/J1534-3805_S_map.mod ! Writing 88 model components to file: /scr/pima/bg219b_uvs/J1534-3805_S_map.mod wobs /scr/pima/bg219b_uvs/J1534-3805_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J1534-3805_S_uvs.fits wwins /scr/pima/bg219b_uvs/J1534-3805_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219b_uvs/J1534-3805_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.000907286 Jy ! Component: 100 - total flux cleaned = -0.000711224 Jy ! Component: 150 - total flux cleaned = -0.000803283 Jy ! Component: 200 - total flux cleaned = -0.000716374 Jy ! Component: 250 - total flux cleaned = -0.000717558 Jy ! Component: 300 - total flux cleaned = -0.000797635 Jy ! Component: 350 - total flux cleaned = -0.000836361 Jy ! Component: 400 - total flux cleaned = -0.0010253 Jy ! Component: 450 - total flux cleaned = -0.00117216 Jy ! Component: 500 - total flux cleaned = -0.00127958 Jy ! Component: 550 - total flux cleaned = -0.00138391 Jy ! Component: 600 - total flux cleaned = -0.00141732 Jy ! Component: 650 - total flux cleaned = -0.00148356 Jy ! Component: 700 - total flux cleaned = -0.001516 Jy ! Component: 750 - total flux cleaned = -0.00158021 Jy ! Component: 800 - total flux cleaned = -0.00164249 Jy ! Component: 850 - total flux cleaned = -0.0016121 Jy ! Component: 900 - total flux cleaned = -0.00155305 Jy ! Component: 950 - total flux cleaned = -0.00161173 Jy ! Component: 1000 - total flux cleaned = -0.00166857 Jy ! Component: 1050 - total flux cleaned = -0.00175274 Jy ! Component: 1100 - total flux cleaned = -0.00177992 Jy ! Component: 1150 - total flux cleaned = -0.00183379 Jy ! Component: 1200 - total flux cleaned = -0.00188686 Jy ! Component: 1250 - total flux cleaned = -0.00199217 Jy ! Component: 1300 - total flux cleaned = -0.00204378 Jy ! Component: 1350 - total flux cleaned = -0.00209507 Jy ! Component: 1400 - total flux cleaned = -0.00217074 Jy ! Component: 1450 - total flux cleaned = -0.00222027 Jy ! Component: 1500 - total flux cleaned = -0.00229389 Jy ! Component: 1550 - total flux cleaned = -0.00229425 Jy ! Component: 1600 - total flux cleaned = -0.00239025 Jy ! Component: 1650 - total flux cleaned = -0.00255543 Jy ! Component: 1700 - total flux cleaned = -0.00255512 Jy ! Component: 1750 - total flux cleaned = -0.00264786 Jy ! Component: 1800 - total flux cleaned = -0.00276189 Jy ! Component: 1850 - total flux cleaned = -0.00280699 Jy ! Component: 1900 - total flux cleaned = -0.00289628 Jy ! Component: 1950 - total flux cleaned = -0.00298449 Jy ! Component: 2000 - total flux cleaned = -0.00300649 Jy ! Component: 2050 - total flux cleaned = -0.00309281 Jy ! Component: 2100 - total flux cleaned = -0.00309257 Jy ! Component: 2150 - total flux cleaned = -0.0031563 Jy ! Component: 2200 - total flux cleaned = -0.00317713 Jy ! Component: 2250 - total flux cleaned = -0.00319776 Jy ! Component: 2300 - total flux cleaned = -0.00330047 Jy ! Component: 2350 - total flux cleaned = -0.00336128 Jy ! Component: 2400 - total flux cleaned = -0.00334094 Jy ! Component: 2450 - total flux cleaned = -0.00334096 Jy ! Component: 2500 - total flux cleaned = -0.00332099 Jy ! Component: 2550 - total flux cleaned = -0.00339925 Jy ! Component: 2600 - total flux cleaned = -0.00339909 Jy ! Component: 2650 - total flux cleaned = -0.00339893 Jy ! Component: 2700 - total flux cleaned = -0.00339913 Jy ! Component: 2750 - total flux cleaned = -0.00345587 Jy ! Component: 2800 - total flux cleaned = -0.00343693 Jy ! Component: 2850 - total flux cleaned = -0.00352997 Jy ! Component: 2900 - total flux cleaned = -0.00349307 Jy ! Component: 2950 - total flux cleaned = -0.00352998 Jy ! Component: 3000 - total flux cleaned = -0.0035483 Jy ! Component: 3050 - total flux cleaned = -0.00360261 Jy ! Component: 3100 - total flux cleaned = -0.00369208 Jy ! Component: 3150 - total flux cleaned = -0.00379849 Jy ! Component: 3200 - total flux cleaned = -0.00386866 Jy ! Component: 3250 - total flux cleaned = -0.003921 Jy ! Component: 3300 - total flux cleaned = -0.00395556 Jy ! Component: 3350 - total flux cleaned = -0.00404152 Jy ! Component: 3400 - total flux cleaned = -0.00416101 Jy ! Component: 3450 - total flux cleaned = -0.00426263 Jy ! Component: 3500 - total flux cleaned = -0.00429623 Jy ! Component: 3550 - total flux cleaned = -0.00437978 Jy ! Component: 3600 - total flux cleaned = -0.00444616 Jy ! Component: 3650 - total flux cleaned = -0.00451203 Jy ! Component: 3700 - total flux cleaned = -0.0045773 Jy ! Component: 3750 - total flux cleaned = -0.00470737 Jy ! Component: 3800 - total flux cleaned = -0.00475562 Jy ! Component: 3850 - total flux cleaned = -0.00481966 Jy ! Component: 3900 - total flux cleaned = -0.00486751 Jy ! Component: 3950 - total flux cleaned = -0.00494666 Jy ! Component: 4000 - total flux cleaned = -0.0049938 Jy ! Component: 4050 - total flux cleaned = -0.0050564 Jy ! Total flux subtracted in 4096 components = -0.00510307 Jy ! Clean residual min=-0.000935 max=0.000918 Jy/beam ! Clean residual mean=-0.000009 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.137304 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 344 components and 0.137304 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J1534-3805_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 8.03 at -3.735 degrees (North through East) ! Clean map min=-0.0025087 max=0.10302 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J1534-3805_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103021 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000279627 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.814279 0.814279 1.62856 3.25712 6.51423 13.0285 26.0569 52.1139 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.103 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 368.424 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J1534-3805_S_uvs.log closed on Thu Apr 7 01:26:25 2016