! Started logfile: /scr/pima/bg219i_uvs/J2211-3707_S_uvs.log on Wed Apr 6 23:17:03 2016 obs /scr/pima/bg219i_uvs/J2211-3707_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J2211-3707_S_uva.fits ! AN table 1: 31 integrations on 21 of 21 possible baselines. ! AN table 2: 31 integrations on 28 of 28 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2211-3707 ! ! 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 6076 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219i_uvs/J2211-3707_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 21 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! A total of 24 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.021429Jy sigma=15.885759 ! Fit after self-cal, rms=0.836077Jy sigma=12.745727 ! 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.721 mas, bmaj=9.704 mas, bpa=-16.92 degrees ! Estimated noise=0.918016 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.128525 Jy ! Component: 100 - total flux cleaned = 0.161118 Jy ! Total flux subtracted in 100 components = 0.161118 Jy ! Clean residual min=-0.009188 max=0.021922 Jy/beam ! Clean residual mean=0.000047 rms=0.002931 Jy/beam ! Combined flux in latest and established models = 0.161118 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.161118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102279Jy sigma=1.471560 ! Fit after self-cal, rms=0.102227Jy sigma=1.470818 ! Inverting map ! Added new window around map position (-5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0212168 Jy ! Component: 100 - total flux cleaned = 0.0332669 Jy ! Total flux subtracted in 100 components = 0.0332669 Jy ! Clean residual min=-0.006934 max=0.011486 Jy/beam ! Clean residual mean=0.000029 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.194385 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 32 components and 0.194385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096348Jy sigma=1.366018 ! Fit after self-cal, rms=0.096163Jy sigma=1.361912 ! 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.392 mas, bmaj=11.76 mas, bpa=-14.71 degrees ! Estimated noise=0.634941 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.0126833 Jy ! Component: 100 - total flux cleaned = 0.0191021 Jy ! Component: 150 - total flux cleaned = 0.0226387 Jy ! Component: 200 - total flux cleaned = 0.0246468 Jy ! Total flux subtracted in 200 components = 0.0246468 Jy ! Clean residual min=-0.004191 max=0.005886 Jy/beam ! Clean residual mean=0.000009 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.219032 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 55 components and 0.219032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094679Jy sigma=1.334507 ! Fit after self-cal, rms=0.094644Jy sigma=1.333781 ! 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.392 x 11.76 at -14.71 degrees (North through East) ! Clean map min=-0.0041495 max=0.15341 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* ! NL 1.00* PT 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 HN 1.08 KP 0.98 LA 1.01 ! MK 1.00 NL 1.01 OV 0.96 PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 1.17 KP 1.02 LA 0.97 ! NL 0.99 PT 0.97 SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 HN 1.17 KP 1.00 LA 0.97 ! MK 1.07 NL 1.00 OV 0.93 PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 HN 1.15 KP 1.01 LA 1.00 ! MK 1.07 NL 0.97 OV 0.92 PT 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 HN 1.19 KP 1.01 LA 0.93 ! NL 0.99 PT 0.99 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 HN 1.07 KP 1.04 LA 0.98 ! MK 1.01 NL 1.04 OV 0.98 PT 0.99 ! ! ! Fit before self-cal, rms=0.094644Jy sigma=1.333781 ! Fit after self-cal, rms=0.097487Jy sigma=1.326339 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.448 mas, bmaj=11.78 mas, bpa=-14.57 degrees ! Estimated noise=0.637441 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.00214742 Jy ! Component: 100 - total flux cleaned = -0.00273744 Jy ! Component: 150 - total flux cleaned = -0.00298342 Jy ! Component: 200 - total flux cleaned = -0.00318469 Jy ! Total flux subtracted in 200 components = -0.00318469 Jy ! Clean residual min=-0.003941 max=0.004971 Jy/beam ! Clean residual mean=0.000023 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.215847 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 71 components and 0.215847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097404Jy sigma=1.325672 ! Fit after self-cal, rms=0.097451Jy sigma=1.325556 ! 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.097451Jy sigma=1.325556 ! Fit after self-cal, rms=0.097511Jy sigma=1.325208 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=11.8 mas, bpa=-14.56 degrees ! Estimated noise=0.634522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00165558 Jy ! Component: 100 - total flux cleaned = -0.0021643 Jy ! Component: 150 - total flux cleaned = -0.00235944 Jy ! Component: 200 - total flux cleaned = -0.00246977 Jy ! Total flux subtracted in 200 components = -0.00246977 Jy ! Clean residual min=-0.003949 max=0.004958 Jy/beam ! Clean residual mean=0.000023 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.213378 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 81 components and 0.213378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097457Jy sigma=1.324842 ! Fit after self-cal, rms=0.097465Jy sigma=1.324829 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 (-96, 36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00331883 Jy ! Component: 100 - total flux cleaned = 0.00303913 Jy ! Component: 150 - total flux cleaned = 0.00288942 Jy ! Component: 200 - total flux cleaned = 0.00275852 Jy ! Total flux subtracted in 200 components = 0.00275852 Jy ! Clean residual min=-0.003659 max=0.003360 Jy/beam ! Clean residual mean=0.000013 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.216136 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.216136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097200Jy sigma=1.321798 ! Fit after self-cal, rms=0.097186Jy sigma=1.321518 ! 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.097186Jy sigma=1.321518 ! Fit after self-cal, rms=0.096574Jy sigma=1.321100 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.465 mas, bmaj=11.81 mas, bpa=-14.54 degrees ! Estimated noise=0.630549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000477189 Jy ! Component: 100 - total flux cleaned = 0.000163616 Jy ! Component: 150 - total flux cleaned = -0.000174511 Jy ! Component: 200 - total flux cleaned = -0.000428805 Jy ! Total flux subtracted in 200 components = -0.000428805 Jy ! Clean residual min=-0.003534 max=0.003233 Jy/beam ! Clean residual mean=0.000012 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.215707 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 121 components and 0.215707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096483Jy sigma=1.320169 ! Fit after self-cal, rms=0.096486Jy sigma=1.320126 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.46521e-05 Jy ! Component: 100 - total flux cleaned = -0.000212549 Jy ! Component: 150 - total flux cleaned = -0.000377507 Jy ! Component: 200 - total flux cleaned = -0.000493957 Jy ! Total flux subtracted in 200 components = -0.000493957 Jy ! Clean residual min=-0.003470 max=0.003112 Jy/beam ! Clean residual mean=0.000012 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.215213 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 136 components and 0.215213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096442Jy sigma=1.319678 ! Fit after self-cal, rms=0.096446Jy sigma=1.319664 ! 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.096446Jy sigma=1.319664 ! Fit after self-cal, rms=0.095884Jy sigma=1.319536 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.736 mas, bmaj=28.36 mas, bpa=-6.666 degrees ! Estimated noise=0.745642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000956724 Jy ! Component: 100 - total flux cleaned = -0.000956849 Jy ! Component: 150 - total flux cleaned = -0.000996144 Jy ! Component: 200 - total flux cleaned = -0.000962569 Jy ! Total flux subtracted in 200 components = -0.000962569 Jy ! Clean residual min=-0.003999 max=0.003240 Jy/beam ! Clean residual mean=0.000027 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.214251 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 159 components and 0.214251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095850Jy sigma=1.319380 ! Fit after self-cal, rms=0.095858Jy sigma=1.319343 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.000113588 Jy ! Component: 100 - total flux cleaned = 0.000144922 Jy ! Component: 150 - total flux cleaned = 0.000173076 Jy ! Component: 200 - total flux cleaned = 0.000197815 Jy ! Total flux subtracted in 200 components = 0.000197815 Jy ! Clean residual min=-0.003982 max=0.003216 Jy/beam ! Clean residual mean=0.000026 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.214449 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 171 components and 0.214449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095844Jy sigma=1.319341 ! Fit after self-cal, rms=0.095853Jy sigma=1.319324 ! 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.467 mas, bmaj=11.83 mas, bpa=-14.52 degrees ! Estimated noise=0.627836 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.467 x 11.83 at -14.52 degrees (North through East) ! Clean map min=-0.0050346 max=0.15238 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.761 mas, bmaj=9.686 mas, bpa=-16.83 degrees ! Estimated noise=0.920798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128424 Jy ! Component: 100 - total flux cleaned = 0.162563 Jy ! Component: 150 - total flux cleaned = 0.178735 Jy ! Component: 200 - total flux cleaned = 0.188839 Jy ! Total flux subtracted in 200 components = 0.188839 Jy ! Clean residual min=-0.005815 max=0.006744 Jy/beam ! Clean residual mean=0.000024 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.188839 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.188839 Jy ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=11.83 mas, bpa=-14.52 degrees ! Estimated noise=0.627836 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103527 Jy ! Component: 100 - total flux cleaned = 0.0164626 Jy ! Component: 150 - total flux cleaned = 0.0205246 Jy ! Component: 200 - total flux cleaned = 0.021827 Jy ! Total flux subtracted in 200 components = 0.021827 Jy ! Clean residual min=-0.004411 max=0.004188 Jy/beam ! Clean residual mean=0.000017 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.210666 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 85 components and 0.210666 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.736 mas, bmaj=28.36 mas, bpa=-6.666 degrees ! Estimated noise=0.745642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185918 Jy ! Component: 100 - total flux cleaned = 0.00287379 Jy ! Component: 150 - total flux cleaned = 0.00352405 Jy ! Component: 200 - total flux cleaned = 0.00414311 Jy ! Total flux subtracted in 200 components = 0.00414311 Jy ! Clean residual min=-0.004209 max=0.003846 Jy/beam ! Clean residual mean=0.000033 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.214809 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.000524272 Jy ! Component: 100 - total flux cleaned = 0.000727615 Jy ! Component: 150 - total flux cleaned = 0.000869112 Jy ! Component: 200 - total flux cleaned = 0.00100333 Jy ! Total flux subtracted in 200 components = 0.00100333 Jy ! Clean residual min=-0.003915 max=0.003603 Jy/beam ! Clean residual mean=0.000031 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.215812 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 129 components and 0.215812 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=11.83 mas, bpa=-14.52 degrees ! Estimated noise=0.627836 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.81278e-05 Jy ! Component: 100 - total flux cleaned = -0.000100858 Jy ! Component: 150 - total flux cleaned = -4.95941e-05 Jy ! Component: 200 - total flux cleaned = -5.06007e-05 Jy ! Total flux subtracted in 200 components = -5.06007e-05 Jy ! Clean residual min=-0.003445 max=0.003257 Jy/beam ! Clean residual mean=0.000014 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.215762 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 151 components and 0.215762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095840Jy sigma=1.319081 ! Fit after self-cal, rms=0.095825Jy sigma=1.318844 wmodel /scr/pima/bg219i_uvs/J2211-3707_S_map.mod ! Writing 151 model components to file: /scr/pima/bg219i_uvs/J2211-3707_S_map.mod wobs /scr/pima/bg219i_uvs/J2211-3707_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J2211-3707_S_uvs.fits wwins /scr/pima/bg219i_uvs/J2211-3707_S_map.win ! wwins: Wrote 4 windows to /scr/pima/bg219i_uvs/J2211-3707_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.000312851 Jy ! Component: 100 - total flux cleaned = -0.000736805 Jy ! Component: 150 - total flux cleaned = -0.00108937 Jy ! Component: 200 - total flux cleaned = -0.00156936 Jy ! Component: 250 - total flux cleaned = -0.00211984 Jy ! Component: 300 - total flux cleaned = -0.00251686 Jy ! Component: 350 - total flux cleaned = -0.00277332 Jy ! Component: 400 - total flux cleaned = -0.00302052 Jy ! Component: 450 - total flux cleaned = -0.00318073 Jy ! Component: 500 - total flux cleaned = -0.00333561 Jy ! Component: 550 - total flux cleaned = -0.0034104 Jy ! Component: 600 - total flux cleaned = -0.0034472 Jy ! Component: 650 - total flux cleaned = -0.0034832 Jy ! Component: 700 - total flux cleaned = -0.00355248 Jy ! Component: 750 - total flux cleaned = -0.00358633 Jy ! Component: 800 - total flux cleaned = -0.00361952 Jy ! Component: 850 - total flux cleaned = -0.00361921 Jy ! Component: 900 - total flux cleaned = -0.00361928 Jy ! Component: 950 - total flux cleaned = -0.00358793 Jy ! Component: 1000 - total flux cleaned = -0.00361863 Jy ! Component: 1050 - total flux cleaned = -0.00358815 Jy ! Component: 1100 - total flux cleaned = -0.00358788 Jy ! Component: 1150 - total flux cleaned = -0.00361633 Jy ! Component: 1200 - total flux cleaned = -0.00364425 Jy ! Component: 1250 - total flux cleaned = -0.00364472 Jy ! Component: 1300 - total flux cleaned = -0.00375369 Jy ! Component: 1350 - total flux cleaned = -0.00386069 Jy ! Component: 1400 - total flux cleaned = -0.00396526 Jy ! Component: 1450 - total flux cleaned = -0.00406881 Jy ! Component: 1500 - total flux cleaned = -0.0042472 Jy ! Component: 1550 - total flux cleaned = -0.00434733 Jy ! Component: 1600 - total flux cleaned = -0.00444591 Jy ! Component: 1650 - total flux cleaned = -0.00456743 Jy ! Component: 1700 - total flux cleaned = -0.00463916 Jy ! Component: 1750 - total flux cleaned = -0.00475656 Jy ! Component: 1800 - total flux cleaned = -0.00489574 Jy ! Component: 1850 - total flux cleaned = -0.00503266 Jy ! Component: 1900 - total flux cleaned = -0.00512314 Jy ! Component: 1950 - total flux cleaned = -0.00530096 Jy ! Component: 2000 - total flux cleaned = -0.00545398 Jy ! Component: 2050 - total flux cleaned = -0.00556179 Jy ! Component: 2100 - total flux cleaned = -0.00564694 Jy ! Component: 2150 - total flux cleaned = -0.0057944 Jy ! Component: 2200 - total flux cleaned = -0.00591845 Jy ! Component: 2250 - total flux cleaned = -0.00600036 Jy ! Component: 2300 - total flux cleaned = -0.00612198 Jy ! Component: 2350 - total flux cleaned = -0.00628266 Jy ! Component: 2400 - total flux cleaned = -0.00634215 Jy ! Component: 2450 - total flux cleaned = -0.00653836 Jy ! Component: 2500 - total flux cleaned = -0.00667446 Jy ! Component: 2550 - total flux cleaned = -0.00682818 Jy ! Component: 2600 - total flux cleaned = -0.0068659 Jy ! Component: 2650 - total flux cleaned = -0.00694097 Jy ! Component: 2700 - total flux cleaned = -0.00707126 Jy ! Component: 2750 - total flux cleaned = -0.00714488 Jy ! Component: 2800 - total flux cleaned = -0.00719952 Jy ! Component: 2850 - total flux cleaned = -0.00728991 Jy ! Component: 2900 - total flux cleaned = -0.00736161 Jy ! Component: 2950 - total flux cleaned = -0.00736154 Jy ! Component: 3000 - total flux cleaned = -0.00748477 Jy ! Component: 3050 - total flux cleaned = -0.0075371 Jy ! Component: 3100 - total flux cleaned = -0.00760629 Jy ! Component: 3150 - total flux cleaned = -0.00760641 Jy ! Component: 3200 - total flux cleaned = -0.00765768 Jy ! Component: 3250 - total flux cleaned = -0.00764101 Jy ! Component: 3300 - total flux cleaned = -0.00772477 Jy ! Component: 3350 - total flux cleaned = -0.00779127 Jy ! Component: 3400 - total flux cleaned = -0.00779129 Jy ! Component: 3450 - total flux cleaned = -0.007824 Jy ! Component: 3500 - total flux cleaned = -0.00787274 Jy ! Component: 3550 - total flux cleaned = -0.00790507 Jy ! Component: 3600 - total flux cleaned = -0.00793722 Jy ! Component: 3650 - total flux cleaned = -0.00798499 Jy ! Component: 3700 - total flux cleaned = -0.00800084 Jy ! Component: 3750 - total flux cleaned = -0.00803222 Jy ! Component: 3800 - total flux cleaned = -0.00807896 Jy ! Component: 3850 - total flux cleaned = -0.00810995 Jy ! Component: 3900 - total flux cleaned = -0.00810986 Jy ! Component: 3950 - total flux cleaned = -0.00809473 Jy ! Component: 4000 - total flux cleaned = -0.00810981 Jy ! Component: 4050 - total flux cleaned = -0.00811005 Jy ! Total flux subtracted in 4096 components = -0.00812523 Jy ! Clean residual min=-0.000921 max=0.000970 Jy/beam ! Clean residual mean=-0.000004 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.207636 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 460 components and 0.207636 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J2211-3707_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.467 x 11.83 at -14.52 degrees (North through East) ! Clean map min=-0.0028633 max=0.15018 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J2211-3707_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.150182 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000289905 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.579108 0.579108 1.15822 2.31643 4.63287 9.26573 18.5315 37.0629 74.1259 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.15 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 518.037 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J2211-3707_S_uvs.log closed on Wed Apr 6 23:17:09 2016