! Started logfile: /scr/pima/rdv72_uvs/J2246-1206_X_uvs.log on Sat Oct 5 08:50:49 2013 obs /scr/pima/rdv72_uvs/J2246-1206_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J2246-1206_X_uva.fits ! AN table 1: 4 integrations on 28 of 28 possible baselines. ! AN table 2: 4 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.855469 visibilities/baseline/integration-bin. ! Found source: J2246-1206 ! ! 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 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 876 visibilities. select RR ! 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv72_uvs/J2246-1206_X] 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.200x0.200 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 4 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.839369Jy sigma=39.909575 ! Fit after self-cal, rms=0.911037Jy sigma=20.923678 ! 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=0.9589 mas, bmaj=2.052 mas, bpa=-3.228 degrees ! Estimated noise=2.11874 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 = 1.13819 Jy ! Component: 100 - total flux cleaned = 1.604 Jy ! Total flux subtracted in 100 components = 1.604 Jy ! Clean residual min=-0.150576 max=0.374573 Jy/beam ! Clean residual mean=0.000677 rms=0.050235 Jy/beam ! Combined flux in latest and established models = 1.604 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 1.604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.681309Jy sigma=13.995625 ! Fit after self-cal, rms=0.684176Jy sigma=13.974423 ! Inverting map ! Added new window around map position (0.4, 2.8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.335639 Jy ! Component: 100 - total flux cleaned = 0.517043 Jy ! Total flux subtracted in 100 components = 0.517043 Jy ! Clean residual min=-0.138678 max=0.155799 Jy/beam ! Clean residual mean=0.000636 rms=0.031136 Jy/beam ! Combined flux in latest and established models = 2.12104 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 2.12104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.552913Jy sigma=9.667691 ! Fit after self-cal, rms=0.544790Jy sigma=9.560678 ! 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=1.234 mas, bmaj=2.598 mas, bpa=-1.976 degrees ! Estimated noise=1.52223 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.121623 Jy ! Component: 100 - total flux cleaned = 0.180061 Jy ! Component: 150 - total flux cleaned = 0.196157 Jy ! Component: 200 - total flux cleaned = 0.19854 Jy ! Total flux subtracted in 200 components = 0.19854 Jy ! Clean residual min=-0.119603 max=0.110001 Jy/beam ! Clean residual mean=0.000664 rms=0.028116 Jy/beam ! Combined flux in latest and established models = 2.31958 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 36 components and 2.31958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.528914Jy sigma=8.778098 ! Fit after self-cal, rms=0.525274Jy sigma=8.727254 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.63 FD 0.82 KP 0.98 LA 0.98 ! NL 0.98 OV 1.13 PT 0.93 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.72 FD 0.85 KP 0.97 LA 0.99 ! MK 0.94 NL 1.05 OV 1.07 PT 1.00 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.63 FD 0.81 KP 0.94 LA 0.95 ! NL 0.96 OV 1.13 PT 0.98 SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.70 FD 0.85 KP 0.94 LA 0.99 ! MK 0.97 NL 1.05 OV 1.06 PT 1.05 ! SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.84 FD 0.82 KP 0.86 LA 1.01 ! NL 0.97 OV 1.20 PT 0.99 SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.82 FD 0.86 KP 0.87 LA 1.02 ! MK 0.96 NL 1.06 OV 1.11 PT 1.09 ! SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.75 FD 0.84 KP 0.92 LA 1.01 ! NL 1.04 OV 1.20 PT 0.99 SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.79 FD 0.90 KP 0.91 LA 1.09 ! MK 1.02 NL 1.12 OV 1.08 PT 1.07 ! SC 1.12 ! ! ! Fit before self-cal, rms=0.525274Jy sigma=8.727254 ! Fit after self-cal, rms=0.459380Jy sigma=6.549427 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.24 mas, bmaj=2.68 mas, bpa=-2.423 degrees ! Estimated noise=1.54405 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.0342385 Jy ! Component: 100 - total flux cleaned = -0.0407338 Jy ! Component: 150 - total flux cleaned = -0.0444325 Jy ! Component: 200 - total flux cleaned = -0.047706 Jy ! Total flux subtracted in 200 components = -0.047706 Jy ! Clean residual min=-0.032201 max=0.034830 Jy/beam ! Clean residual mean=-0.000055 rms=0.007714 Jy/beam ! Combined flux in latest and established models = 2.27188 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 2.27188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.448387Jy sigma=6.529771 ! Fit after self-cal, rms=0.448000Jy sigma=6.518381 ! 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.448000Jy sigma=6.518381 ! Fit after self-cal, rms=0.440961Jy sigma=6.491797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.239 mas, bmaj=2.688 mas, bpa=-1.937 degrees ! Estimated noise=1.52836 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0327927 Jy ! Component: 100 - total flux cleaned = -0.0352959 Jy ! Component: 150 - total flux cleaned = -0.03812 Jy ! Component: 200 - total flux cleaned = -0.0406285 Jy ! Total flux subtracted in 200 components = -0.0406285 Jy ! Clean residual min=-0.029830 max=0.030896 Jy/beam ! Clean residual mean=-0.000045 rms=0.007397 Jy/beam ! Combined flux in latest and established models = 2.23125 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 2.23125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.433327Jy sigma=6.490953 ! Fit after self-cal, rms=0.433262Jy sigma=6.488985 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.00233176 Jy ! Component: 100 - total flux cleaned = -0.00344481 Jy ! Component: 150 - total flux cleaned = -0.00394782 Jy ! Component: 200 - total flux cleaned = -0.00396539 Jy ! Total flux subtracted in 200 components = -0.00396539 Jy ! Clean residual min=-0.028887 max=0.029421 Jy/beam ! Clean residual mean=-0.000040 rms=0.007280 Jy/beam ! Combined flux in latest and established models = 2.22728 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 2.22728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.430328Jy sigma=6.482851 ! Fit after self-cal, rms=0.430433Jy sigma=6.481616 ! 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.430433Jy sigma=6.481616 ! Fit after self-cal, rms=0.424323Jy sigma=6.453783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.238 mas, bmaj=2.695 mas, bpa=-1.498 degrees ! Estimated noise=1.50943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0278991 Jy ! Component: 100 - total flux cleaned = -0.0343436 Jy ! Component: 150 - total flux cleaned = -0.0356151 Jy ! Component: 200 - total flux cleaned = -0.0371503 Jy ! Total flux subtracted in 200 components = -0.0371503 Jy ! Clean residual min=-0.027130 max=0.026594 Jy/beam ! Clean residual mean=-0.000037 rms=0.007087 Jy/beam ! Combined flux in latest and established models = 2.19013 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 2.19013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.419868Jy sigma=6.465758 ! Fit after self-cal, rms=0.419918Jy sigma=6.464839 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.00160997 Jy ! Component: 100 - total flux cleaned = -0.00124494 Jy ! Component: 150 - total flux cleaned = -0.00123888 Jy ! Component: 200 - total flux cleaned = -0.00122668 Jy ! Total flux subtracted in 200 components = -0.00122668 Jy ! Clean residual min=-0.026986 max=0.025802 Jy/beam ! Clean residual mean=-0.000036 rms=0.007035 Jy/beam ! Combined flux in latest and established models = 2.18891 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 2.18891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.418673Jy sigma=6.461044 ! Fit after self-cal, rms=0.418785Jy sigma=6.460315 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.418785Jy sigma=6.460315 ! Fit after self-cal, rms=0.414081Jy sigma=6.435484 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.971 mas, bmaj=5.648 mas, bpa=-13.03 degrees ! Estimated noise=1.5484 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0253677 Jy ! Component: 100 - total flux cleaned = -0.0347307 Jy ! Component: 150 - total flux cleaned = -0.0371167 Jy ! Component: 200 - total flux cleaned = -0.0375822 Jy ! Total flux subtracted in 200 components = -0.0375822 Jy ! Clean residual min=-0.026316 max=0.028121 Jy/beam ! Clean residual mean=-0.000042 rms=0.008861 Jy/beam ! Combined flux in latest and established models = 2.15132 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 76 components and 2.15133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.411852Jy sigma=6.456886 ! Fit after self-cal, rms=0.411758Jy sigma=6.456091 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.000728377 Jy ! Component: 100 - total flux cleaned = -0.000992172 Jy ! Component: 150 - total flux cleaned = -0.00122425 Jy ! Component: 200 - total flux cleaned = -0.00133415 Jy ! Total flux subtracted in 200 components = -0.00133415 Jy ! Clean residual min=-0.026100 max=0.028058 Jy/beam ! Clean residual mean=-0.000040 rms=0.008797 Jy/beam ! Combined flux in latest and established models = 2.14999 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 79 components and 2.14999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.411457Jy sigma=6.458368 ! Fit after self-cal, rms=0.411524Jy sigma=6.457610 ! 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=1.239 mas, bmaj=2.703 mas, bpa=-1.22 degrees ! Estimated noise=1.49041 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.239 x 2.703 at -1.22 degrees (North through East) ! Clean map min=-0.033155 max=1.2453 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.411524Jy sigma=6.457610 ! Fit after self-cal, rms=19.443239Jy sigma=1.992195 ! Inverting map and beam ! Estimated beam: bmin=1.24 mas, bmaj=2.708 mas, bpa=-1.705 degrees ! Estimated noise=1.49811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00285829 Jy ! Component: 100 - total flux cleaned = -0.00367368 Jy ! Component: 150 - total flux cleaned = -0.00368879 Jy ! Component: 200 - total flux cleaned = -0.00371 Jy ! Total flux subtracted in 200 components = -0.00371 Jy ! Clean residual min=-0.023795 max=0.028334 Jy/beam ! Clean residual mean=0.000004 rms=0.004857 Jy/beam ! Combined flux in latest and established models = 2.14628 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 2.14628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=19.442410Jy sigma=1.978798 ! Fit after self-cal, rms=19.442207Jy sigma=1.976771 ! Inverting map ! Added new window around map position (6, 3.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0242097 Jy ! Component: 100 - total flux cleaned = 0.0284564 Jy ! Component: 150 - total flux cleaned = 0.0318923 Jy ! Component: 200 - total flux cleaned = 0.0333209 Jy ! Total flux subtracted in 200 components = 0.0333209 Jy ! Clean residual min=-0.020159 max=0.017631 Jy/beam ! Clean residual mean=0.000028 rms=0.003766 Jy/beam ! Combined flux in latest and established models = 2.1796 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 92 components and 2.1796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=19.441967Jy sigma=1.873045 ! Fit after self-cal, rms=19.441824Jy sigma=1.870713 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=19.441824Jy sigma=1.870713 ! Fit after self-cal, rms=25.419882Jy sigma=1.859980 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=0.9639 mas, bmaj=2.13 mas, bpa=-3.006 degrees ! Estimated noise=2.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.14088 Jy ! Component: 100 - total flux cleaned = 1.59729 Jy ! Component: 150 - total flux cleaned = 1.84735 Jy ! Component: 200 - total flux cleaned = 1.9891 Jy ! Total flux subtracted in 200 components = 1.9891 Jy ! Clean residual min=-0.055572 max=0.079997 Jy/beam ! Clean residual mean=0.000024 rms=0.012908 Jy/beam ! Combined flux in latest and established models = 1.9891 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 19 model components to the UV plane model. ! The established model now contains 19 components and 1.9891 Jy ! Inverting map and beam ! Estimated beam: bmin=1.238 mas, bmaj=2.711 mas, bpa=-1.507 degrees ! Estimated noise=1.49795 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.0902355 Jy ! Component: 100 - total flux cleaned = 0.135758 Jy ! Component: 150 - total flux cleaned = 0.164168 Jy ! Component: 200 - total flux cleaned = 0.172894 Jy ! Total flux subtracted in 200 components = 0.172894 Jy ! Clean residual min=-0.025390 max=0.028019 Jy/beam ! Clean residual mean=-0.000007 rms=0.005368 Jy/beam ! Combined flux in latest and established models = 2.16199 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 2.16199 Jy ! Inverting map ! Added new window around map position (3, 1.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0151727 Jy ! Component: 100 - total flux cleaned = 0.0151496 Jy ! Component: 150 - total flux cleaned = 0.0129528 Jy ! Component: 200 - total flux cleaned = 0.0136105 Jy ! Total flux subtracted in 200 components = 0.0136105 Jy ! Clean residual min=-0.021004 max=0.020164 Jy/beam ! Clean residual mean=0.000006 rms=0.004449 Jy/beam ! Combined flux in latest and established models = 2.1756 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 2.1756 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.993 mas, bmaj=5.676 mas, bpa=-12.96 degrees ! Estimated noise=1.551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00625553 Jy ! Component: 100 - total flux cleaned = 0.00561995 Jy ! Component: 150 - total flux cleaned = 0.00503126 Jy ! Component: 200 - total flux cleaned = 0.00477165 Jy ! Total flux subtracted in 200 components = 0.00477165 Jy ! Clean residual min=-0.011683 max=0.013267 Jy/beam ! Clean residual mean=0.000021 rms=0.003391 Jy/beam ! Combined flux in latest and established models = 2.18038 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.000470355 Jy ! Component: 100 - total flux cleaned = -0.000699935 Jy ! Component: 150 - total flux cleaned = -0.00111577 Jy ! Component: 200 - total flux cleaned = -0.00131386 Jy ! Total flux subtracted in 200 components = -0.00131386 Jy ! Clean residual min=-0.011542 max=0.012904 Jy/beam ! Clean residual mean=0.000029 rms=0.003292 Jy/beam ! Combined flux in latest and established models = 2.17906 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 69 components and 2.17906 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.238 mas, bmaj=2.711 mas, bpa=-1.507 degrees ! Estimated noise=1.49795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00478045 Jy ! Component: 100 - total flux cleaned = -0.00479122 Jy ! Component: 150 - total flux cleaned = -0.00532889 Jy ! Component: 200 - total flux cleaned = -0.00533556 Jy ! Total flux subtracted in 200 components = -0.00533556 Jy ! Clean residual min=-0.018034 max=0.017937 Jy/beam ! Clean residual mean=0.000015 rms=0.003874 Jy/beam ! Combined flux in latest and established models = 2.17373 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 2.17373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=25.423595Jy sigma=1.889453 ! Fit after self-cal, rms=25.424089Jy sigma=1.877686 wmodel /scr/pima/rdv72_uvs/J2246-1206_X_map.mod ! Writing 75 model components to file: /scr/pima/rdv72_uvs/J2246-1206_X_map.mod wobs /scr/pima/rdv72_uvs/J2246-1206_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J2246-1206_X_uvs.fits wwins /scr/pima/rdv72_uvs/J2246-1206_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv72_uvs/J2246-1206_X_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.00340327 Jy ! Component: 100 - total flux cleaned = -0.00646215 Jy ! Component: 150 - total flux cleaned = -0.00848772 Jy ! Component: 200 - total flux cleaned = -0.01149 Jy ! Component: 250 - total flux cleaned = -0.0133007 Jy ! Component: 300 - total flux cleaned = -0.0155284 Jy ! Component: 350 - total flux cleaned = -0.0176683 Jy ! Component: 400 - total flux cleaned = -0.0195022 Jy ! Component: 450 - total flux cleaned = -0.021279 Jy ! Component: 500 - total flux cleaned = -0.0232045 Jy ! Component: 550 - total flux cleaned = -0.0250637 Jy ! Component: 600 - total flux cleaned = -0.0260678 Jy ! Component: 650 - total flux cleaned = -0.0262664 Jy ! Component: 700 - total flux cleaned = -0.0264544 Jy ! Component: 750 - total flux cleaned = -0.0260806 Jy ! Component: 800 - total flux cleaned = -0.0259 Jy ! Component: 850 - total flux cleaned = -0.0260797 Jy ! Component: 900 - total flux cleaned = -0.0264259 Jy ! Component: 950 - total flux cleaned = -0.0265936 Jy ! Component: 1000 - total flux cleaned = -0.0269235 Jy ! Component: 1050 - total flux cleaned = -0.0275638 Jy ! Component: 1100 - total flux cleaned = -0.0269319 Jy ! Component: 1150 - total flux cleaned = -0.027398 Jy ! Component: 1200 - total flux cleaned = -0.027702 Jy ! Component: 1250 - total flux cleaned = -0.0281504 Jy ! Component: 1300 - total flux cleaned = -0.0282934 Jy ! Component: 1350 - total flux cleaned = -0.0285822 Jy ! Component: 1400 - total flux cleaned = -0.0287243 Jy ! Component: 1450 - total flux cleaned = -0.0291422 Jy ! Component: 1500 - total flux cleaned = -0.0291422 Jy ! Component: 1550 - total flux cleaned = -0.0295511 Jy ! Component: 1600 - total flux cleaned = -0.030086 Jy ! Component: 1650 - total flux cleaned = -0.0303488 Jy ! Component: 1700 - total flux cleaned = -0.0307398 Jy ! Component: 1750 - total flux cleaned = -0.0315118 Jy ! Component: 1800 - total flux cleaned = -0.0321489 Jy ! Component: 1850 - total flux cleaned = -0.0327771 Jy ! Component: 1900 - total flux cleaned = -0.0335203 Jy ! Component: 1950 - total flux cleaned = -0.0341305 Jy ! Component: 2000 - total flux cleaned = -0.0346138 Jy ! Component: 2050 - total flux cleaned = -0.0349708 Jy ! Component: 2100 - total flux cleaned = -0.0354434 Jy ! Component: 2150 - total flux cleaned = -0.0360275 Jy ! Component: 2200 - total flux cleaned = -0.0360278 Jy ! Component: 2250 - total flux cleaned = -0.0365969 Jy ! Component: 2300 - total flux cleaned = -0.0364853 Jy ! Component: 2350 - total flux cleaned = -0.0370432 Jy ! Component: 2400 - total flux cleaned = -0.0371526 Jy ! Component: 2450 - total flux cleaned = -0.0373697 Jy ! Component: 2500 - total flux cleaned = -0.0376932 Jy ! Component: 2550 - total flux cleaned = -0.0379075 Jy ! Component: 2600 - total flux cleaned = -0.0381202 Jy ! Component: 2650 - total flux cleaned = -0.0387443 Jy ! Component: 2700 - total flux cleaned = -0.0388462 Jy ! Component: 2750 - total flux cleaned = -0.0385414 Jy ! Component: 2800 - total flux cleaned = -0.0388443 Jy ! Component: 2850 - total flux cleaned = -0.0390439 Jy ! Component: 2900 - total flux cleaned = -0.0390443 Jy ! Component: 2950 - total flux cleaned = -0.0392402 Jy ! Component: 3000 - total flux cleaned = -0.0392392 Jy ! Component: 3050 - total flux cleaned = -0.0391435 Jy ! Component: 3100 - total flux cleaned = -0.0390495 Jy ! Component: 3150 - total flux cleaned = -0.0389566 Jy ! Component: 3200 - total flux cleaned = -0.038957 Jy ! Component: 3250 - total flux cleaned = -0.0390485 Jy ! Component: 3300 - total flux cleaned = -0.0390483 Jy ! Component: 3350 - total flux cleaned = -0.0391392 Jy ! Component: 3400 - total flux cleaned = -0.0390491 Jy ! Component: 3450 - total flux cleaned = -0.0389594 Jy ! Component: 3500 - total flux cleaned = -0.0390465 Jy ! Component: 3550 - total flux cleaned = -0.0389594 Jy ! Component: 3600 - total flux cleaned = -0.0389591 Jy ! Component: 3650 - total flux cleaned = -0.0387876 Jy ! Component: 3700 - total flux cleaned = -0.0387024 Jy ! Component: 3750 - total flux cleaned = -0.0384481 Jy ! Component: 3800 - total flux cleaned = -0.0385325 Jy ! Component: 3850 - total flux cleaned = -0.0384499 Jy ! Component: 3900 - total flux cleaned = -0.0384502 Jy ! Component: 3950 - total flux cleaned = -0.0382046 Jy ! Component: 4000 - total flux cleaned = -0.0382044 Jy ! Component: 4050 - total flux cleaned = -0.0381246 Jy ! Total flux subtracted in 4096 components = -0.0382041 Jy ! Clean residual min=-0.004510 max=0.004611 Jy/beam ! Clean residual mean=0.000004 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 2.13552 Jy keep ! Adding 215 model components to the UV plane model. ! The established model now contains 290 components and 2.13552 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J2246-1206_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.238 x 2.711 at -1.507 degrees (North through East) ! Clean map min=-0.018986 max=1.2629 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J2246-1206_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.26288 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00133703 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.317615 0.317615 0.63523 1.27046 2.54092 5.08184 10.1637 20.3274 40.6548 81.3095 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.004 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.262 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J2246-1206_X_uvs.log closed on Sat Oct 5 08:50:54 2013