! Started logfile: /scr/pima/rdv72_uvs/J0002-2153_S_uvs.log on Sat Oct 5 08:43:10 2013 obs /scr/pima/rdv72_uvs/J0002-2153_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J0002-2153_S_uva.fits ! AN table 1: 24 integrations on 36 of 36 possible baselines. ! AN table 2: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.725823 visibilities/baseline/integration-bin. ! Found source: J0002-2153 ! ! 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 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5644 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv72_uvs/J0002-2153_S] 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 9 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 5 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.002199Jy sigma=0.682390 ! Fit after self-cal, rms=0.951644Jy sigma=0.647657 ! 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.93 mas, bmaj=4.347 mas, bpa=-43.27 degrees ! Estimated noise=28.8453 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.0433115 Jy ! Component: 100 - total flux cleaned = 0.0521464 Jy ! Total flux subtracted in 100 components = 0.0521464 Jy ! Clean residual min=-0.006997 max=0.007037 Jy/beam ! Clean residual mean=-0.000032 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 0.0521464 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0521464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078652Jy sigma=0.049758 ! Fit after self-cal, rms=0.076854Jy sigma=0.048481 ! 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.082 mas, bmaj=5.568 mas, bpa=-31.05 degrees ! Estimated noise=14.0888 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.00118469 Jy ! Component: 100 - total flux cleaned = 0.00100195 Jy ! Component: 150 - total flux cleaned = 0.00100187 Jy ! Component: 200 - total flux cleaned = 0.000924026 Jy ! Total flux subtracted in 200 components = 0.000924026 Jy ! Clean residual min=-0.004457 max=0.004310 Jy/beam ! Clean residual mean=-0.000071 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.0530704 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.0530704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076634Jy sigma=0.048354 ! Fit after self-cal, rms=0.076608Jy sigma=0.048351 ! 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 0.92 FD 1.03 KP 0.94 LA 1.06 ! MK 0.86 NL 0.92 OV 1.11 PT 1.12 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.30 FD 1.04 HO 0.63 KP 1.09 ! LA 1.00 MK 0.95 NL 1.01 OV 0.96 ! PT 0.97 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.78 FD 1.19 KP 1.02 LA 1.17 ! MK 0.90 NL 0.99 OV 0.96 PT 1.17 ! SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.26 FD 1.12 HO 0.85 KP 1.15 ! LA 0.84 MK 0.94 NL 1.05 OV 1.09 ! PT 0.93 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 1.34 KP 0.91 LA 0.92 ! MK 0.93 NL 1.00 OV 1.15 PT 1.32 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.23 FD 1.06 HO 0.63 KP 1.15 ! LA 0.78 MK 0.86 NL 1.09 OV 1.27 ! PT 0.99 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.03 KP 0.95 LA 0.77 ! MK 1.09 NL 1.10 OV 0.83 PT 0.99 ! SC 1.13 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.41 FD 1.18 HO 0.76 KP 1.04 ! LA 0.60 MK 1.31 NL 1.06 OV 0.99 ! PT 0.89 SC 0.88 ! ! ! Fit before self-cal, rms=0.076608Jy sigma=0.048351 ! Fit after self-cal, rms=0.069325Jy sigma=0.046886 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.869 mas, bmaj=5.411 mas, bpa=-36.37 degrees ! Estimated noise=13.6112 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.00112198 Jy ! Component: 100 - total flux cleaned = -0.00156197 Jy ! Component: 150 - total flux cleaned = -0.00170633 Jy ! Component: 200 - total flux cleaned = -0.00171834 Jy ! Total flux subtracted in 200 components = -0.00171834 Jy ! Clean residual min=-0.003749 max=0.004063 Jy/beam ! Clean residual mean=-0.000039 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.0513521 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.0513521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069294Jy sigma=0.046893 ! Fit after self-cal, rms=0.069645Jy sigma=0.046695 ! 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.069645Jy sigma=0.046695 ! Fit after self-cal, rms=0.069377Jy sigma=0.046657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.882 mas, bmaj=5.434 mas, bpa=-36.69 degrees ! Estimated noise=13.4326 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110259 Jy ! Component: 100 - total flux cleaned = -0.00153111 Jy ! Component: 150 - total flux cleaned = -0.00161428 Jy ! Component: 200 - total flux cleaned = -0.00164298 Jy ! Total flux subtracted in 200 components = -0.00164298 Jy ! Clean residual min=-0.003683 max=0.003756 Jy/beam ! Clean residual mean=-0.000039 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.0497091 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0497091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069345Jy sigma=0.046666 ! Fit after self-cal, rms=0.069424Jy sigma=0.046661 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.000140451 Jy ! Component: 100 - total flux cleaned = -0.000147729 Jy ! Component: 150 - total flux cleaned = -0.000161512 Jy ! Component: 200 - total flux cleaned = -0.000168197 Jy ! Total flux subtracted in 200 components = -0.000168197 Jy ! Clean residual min=-0.003639 max=0.003665 Jy/beam ! Clean residual mean=-0.000039 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.0495409 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 30 components and 0.0495409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069420Jy sigma=0.046662 ! Fit after self-cal, rms=0.069422Jy sigma=0.046662 ! 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.069422Jy sigma=0.046662 ! Fit after self-cal, rms=0.068530Jy sigma=0.046649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=5.475 mas, bpa=-36.53 degrees ! Estimated noise=13.2036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106204 Jy ! Component: 100 - total flux cleaned = -0.00146862 Jy ! Component: 150 - total flux cleaned = -0.0015395 Jy ! Component: 200 - total flux cleaned = -0.00156758 Jy ! Total flux subtracted in 200 components = -0.00156758 Jy ! Clean residual min=-0.003589 max=0.003607 Jy/beam ! Clean residual mean=-0.000038 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.0479733 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.0479733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068500Jy sigma=0.046658 ! Fit after self-cal, rms=0.068517Jy sigma=0.046658 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 = -2.84639e-05 Jy ! Component: 100 - total flux cleaned = -4.27307e-05 Jy ! Component: 150 - total flux cleaned = -5.57699e-05 Jy ! Component: 200 - total flux cleaned = -6.80607e-05 Jy ! Total flux subtracted in 200 components = -6.80607e-05 Jy ! Clean residual min=-0.003559 max=0.003590 Jy/beam ! Clean residual mean=-0.000038 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.0479052 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.0479052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068514Jy sigma=0.046658 ! Fit after self-cal, rms=0.068516Jy sigma=0.046658 ! 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.068516Jy sigma=0.046658 ! Fit after self-cal, rms=0.067599Jy sigma=0.046647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.281 mas, bmaj=19.47 mas, bpa=6.292 degrees ! Estimated noise=15.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128537 Jy ! Component: 100 - total flux cleaned = -0.00163631 Jy ! Component: 150 - total flux cleaned = -0.00164427 Jy ! Component: 200 - total flux cleaned = -0.00165137 Jy ! Total flux subtracted in 200 components = -0.00165137 Jy ! Clean residual min=-0.003991 max=0.004635 Jy/beam ! Clean residual mean=-0.000063 rms=0.001334 Jy/beam ! Combined flux in latest and established models = 0.0462539 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 36 components and 0.0462539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067576Jy sigma=0.046661 ! Fit after self-cal, rms=0.067581Jy sigma=0.046660 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.43227e-05 Jy ! Component: 100 - total flux cleaned = -4.02941e-05 Jy ! Component: 150 - total flux cleaned = -2.79348e-05 Jy ! Component: 200 - total flux cleaned = -2.20535e-05 Jy ! Total flux subtracted in 200 components = -2.20535e-05 Jy ! Clean residual min=-0.003989 max=0.004636 Jy/beam ! Clean residual mean=-0.000063 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.0462318 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 37 components and 0.0462318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067584Jy sigma=0.046663 ! Fit after self-cal, rms=0.067585Jy sigma=0.046663 ! 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.967 mas, bmaj=5.517 mas, bpa=-36.33 degrees ! Estimated noise=12.9744 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.967 x 5.517 at -36.33 degrees (North through East) ! Clean map min=-0.0032408 max=0.05094 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=1.803 mas, bmaj=4.433 mas, bpa=-46.01 degrees ! Estimated noise=26.2943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0418865 Jy ! Component: 100 - total flux cleaned = 0.0483251 Jy ! Component: 150 - total flux cleaned = 0.0476734 Jy ! Component: 200 - total flux cleaned = 0.0475159 Jy ! Total flux subtracted in 200 components = 0.0475159 Jy ! Clean residual min=-0.005503 max=0.005227 Jy/beam ! Clean residual mean=-0.000018 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.0475159 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0475159 Jy ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=5.517 mas, bpa=-36.33 degrees ! Estimated noise=12.9744 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.00093169 Jy ! Component: 100 - total flux cleaned = -0.00100127 Jy ! Component: 150 - total flux cleaned = -0.00106002 Jy ! Component: 200 - total flux cleaned = -0.00108626 Jy ! Total flux subtracted in 200 components = -0.00108626 Jy ! Clean residual min=-0.003483 max=0.003577 Jy/beam ! Clean residual mean=-0.000038 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.0464297 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.0464297 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=9.281 mas, bmaj=19.47 mas, bpa=6.292 degrees ! Estimated noise=15.162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.37058e-05 Jy ! Component: 100 - total flux cleaned = -8.35547e-05 Jy ! Component: 150 - total flux cleaned = -7.63148e-05 Jy ! Component: 200 - total flux cleaned = -6.96943e-05 Jy ! Total flux subtracted in 200 components = -6.96943e-05 Jy ! Clean residual min=-0.004054 max=0.004655 Jy/beam ! Clean residual mean=-0.000063 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.04636 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 = 6.64008e-06 Jy ! Component: 100 - total flux cleaned = 1.22413e-05 Jy ! Component: 150 - total flux cleaned = 1.24789e-05 Jy ! Component: 200 - total flux cleaned = 1.78067e-05 Jy ! Total flux subtracted in 200 components = 1.78067e-05 Jy ! Clean residual min=-0.004050 max=0.004653 Jy/beam ! Clean residual mean=-0.000063 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.0463778 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.0463778 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=5.517 mas, bpa=-36.33 degrees ! Estimated noise=12.9744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.58641e-05 Jy ! Component: 100 - total flux cleaned = 3.54083e-05 Jy ! Component: 150 - total flux cleaned = 3.60497e-05 Jy ! Component: 200 - total flux cleaned = 3.50661e-05 Jy ! Total flux subtracted in 200 components = 3.50661e-05 Jy ! Clean residual min=-0.003458 max=0.003555 Jy/beam ! Clean residual mean=-0.000038 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.0464128 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 26 components and 0.0464128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067598Jy sigma=0.046665 ! Fit after self-cal, rms=0.067595Jy sigma=0.046663 wmodel /scr/pima/rdv72_uvs/J0002-2153_S_map.mod ! Writing 26 model components to file: /scr/pima/rdv72_uvs/J0002-2153_S_map.mod wobs /scr/pima/rdv72_uvs/J0002-2153_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J0002-2153_S_uvs.fits wwins /scr/pima/rdv72_uvs/J0002-2153_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv72_uvs/J0002-2153_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.000694929 Jy ! Component: 100 - total flux cleaned = 0.00156003 Jy ! Component: 150 - total flux cleaned = 0.00198631 Jy ! Component: 200 - total flux cleaned = 0.00218801 Jy ! Component: 250 - total flux cleaned = 0.00247824 Jy ! Component: 300 - total flux cleaned = 0.00280237 Jy ! Component: 350 - total flux cleaned = 0.00302576 Jy ! Component: 400 - total flux cleaned = 0.00319786 Jy ! Component: 450 - total flux cleaned = 0.00328069 Jy ! Component: 500 - total flux cleaned = 0.00328112 Jy ! Component: 550 - total flux cleaned = 0.00335912 Jy ! Component: 600 - total flux cleaned = 0.00343343 Jy ! Component: 650 - total flux cleaned = 0.00339709 Jy ! Component: 700 - total flux cleaned = 0.00350259 Jy ! Component: 750 - total flux cleaned = 0.00350167 Jy ! Component: 800 - total flux cleaned = 0.00336781 Jy ! Component: 850 - total flux cleaned = 0.00340168 Jy ! Component: 900 - total flux cleaned = 0.00346641 Jy ! Component: 950 - total flux cleaned = 0.00349701 Jy ! Component: 1000 - total flux cleaned = 0.00352705 Jy ! Component: 1050 - total flux cleaned = 0.00361622 Jy ! Component: 1100 - total flux cleaned = 0.00355734 Jy ! Component: 1150 - total flux cleaned = 0.00364286 Jy ! Component: 1200 - total flux cleaned = 0.00369828 Jy ! Component: 1250 - total flux cleaned = 0.00375283 Jy ! Component: 1300 - total flux cleaned = 0.00377902 Jy ! Component: 1350 - total flux cleaned = 0.00372576 Jy ! Component: 1400 - total flux cleaned = 0.00370036 Jy ! Component: 1450 - total flux cleaned = 0.00377668 Jy ! Component: 1500 - total flux cleaned = 0.00385112 Jy ! Component: 1550 - total flux cleaned = 0.00380154 Jy ! Component: 1600 - total flux cleaned = 0.00375289 Jy ! Component: 1650 - total flux cleaned = 0.00372924 Jy ! Component: 1700 - total flux cleaned = 0.00377636 Jy ! Component: 1750 - total flux cleaned = 0.00375337 Jy ! Component: 1800 - total flux cleaned = 0.00379939 Jy ! Component: 1850 - total flux cleaned = 0.0037992 Jy ! Component: 1900 - total flux cleaned = 0.00384387 Jy ! Component: 1950 - total flux cleaned = 0.00384383 Jy ! Component: 2000 - total flux cleaned = 0.00382222 Jy ! Component: 2050 - total flux cleaned = 0.00375845 Jy ! Component: 2100 - total flux cleaned = 0.00377915 Jy ! Component: 2150 - total flux cleaned = 0.00371713 Jy ! Component: 2200 - total flux cleaned = 0.00363583 Jy ! Component: 2250 - total flux cleaned = 0.00367633 Jy ! Component: 2300 - total flux cleaned = 0.00363658 Jy ! Component: 2350 - total flux cleaned = 0.00361701 Jy ! Component: 2400 - total flux cleaned = 0.0035778 Jy ! Component: 2450 - total flux cleaned = 0.00351995 Jy ! Component: 2500 - total flux cleaned = 0.00344356 Jy ! Component: 2550 - total flux cleaned = 0.00342479 Jy ! Component: 2600 - total flux cleaned = 0.00335019 Jy ! Component: 2650 - total flux cleaned = 0.00333182 Jy ! Component: 2700 - total flux cleaned = 0.0032953 Jy ! Component: 2750 - total flux cleaned = 0.00325918 Jy ! Component: 2800 - total flux cleaned = 0.00329512 Jy ! Component: 2850 - total flux cleaned = 0.00324197 Jy ! Component: 2900 - total flux cleaned = 0.00322446 Jy ! Component: 2950 - total flux cleaned = 0.00315481 Jy ! Component: 3000 - total flux cleaned = 0.00318947 Jy ! Component: 3050 - total flux cleaned = 0.00315515 Jy ! Component: 3100 - total flux cleaned = 0.00317226 Jy ! Component: 3150 - total flux cleaned = 0.00310479 Jy ! Component: 3200 - total flux cleaned = 0.00307126 Jy ! Component: 3250 - total flux cleaned = 0.00307152 Jy ! Component: 3300 - total flux cleaned = 0.00312093 Jy ! Component: 3350 - total flux cleaned = 0.00307195 Jy ! Component: 3400 - total flux cleaned = 0.00305583 Jy ! Component: 3450 - total flux cleaned = 0.00305575 Jy ! Component: 3500 - total flux cleaned = 0.00302362 Jy ! Component: 3550 - total flux cleaned = 0.00299193 Jy ! Component: 3600 - total flux cleaned = 0.00297613 Jy ! Component: 3650 - total flux cleaned = 0.00288269 Jy ! Component: 3700 - total flux cleaned = 0.00291386 Jy ! Component: 3750 - total flux cleaned = 0.0028678 Jy ! Component: 3800 - total flux cleaned = 0.00283727 Jy ! Component: 3850 - total flux cleaned = 0.00270076 Jy ! Component: 3900 - total flux cleaned = 0.0027159 Jy ! Component: 3950 - total flux cleaned = 0.00271584 Jy ! Component: 4000 - total flux cleaned = 0.00268602 Jy ! Component: 4050 - total flux cleaned = 0.0026418 Jy ! Total flux subtracted in 4096 components = 0.00264158 Jy ! Clean residual min=-0.000928 max=0.001019 Jy/beam ! Clean residual mean=-0.000004 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.0490544 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 271 components and 0.0490544 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J0002-2153_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.967 x 5.517 at -36.33 degrees (North through East) ! Clean map min=-0.0019799 max=0.049007 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J0002-2153_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0490073 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250805 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.53531 1.53531 3.07062 6.14124 12.2825 24.565 49.1299 98.2598 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.049 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J0002-2153_S_uvs.log closed on Sat Oct 5 08:43:14 2013