! Started logfile: /scr/pima/bg219e_uvs/J1127-1857_S_uvs.log on Thu Apr 7 06:42:51 2016 obs /scr/pima/bg219e_uvs/J1127-1857_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1127-1857_S_uva.fits ! AN table 1: 7 integrations on 36 of 36 possible baselines. ! AN table 2: 7 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.879699 visibilities/baseline/integration-bin. ! Found source: J1127-1857 ! ! 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 1404 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/bg219e_uvs/J1127-1857_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 30 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 30 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 30 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 30 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.328502Jy sigma=25.017316 ! Fit after self-cal, rms=0.160691Jy sigma=3.156519 ! 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=3.224 mas, bmaj=9.329 mas, bpa=-1.572 degrees ! Estimated noise=1.70728 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.669195 Jy ! Component: 100 - total flux cleaned = 0.82034 Jy ! Total flux subtracted in 100 components = 0.82034 Jy ! Clean residual min=-0.021895 max=0.053064 Jy/beam ! Clean residual mean=-0.000052 rms=0.006640 Jy/beam ! Combined flux in latest and established models = 0.82034 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.82034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110612Jy sigma=1.917805 ! Fit after self-cal, rms=0.110600Jy sigma=1.917683 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.052811 Jy ! Component: 100 - total flux cleaned = 0.0782363 Jy ! Total flux subtracted in 100 components = 0.0782363 Jy ! Clean residual min=-0.012341 max=0.013079 Jy/beam ! Clean residual mean=-0.000019 rms=0.003415 Jy/beam ! Combined flux in latest and established models = 0.898576 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.898576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078891Jy sigma=1.355684 ! Fit after self-cal, rms=0.078864Jy sigma=1.355251 ! 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.829 mas, bmaj=10.91 mas, bpa=-5.164 degrees ! Estimated noise=1.28877 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.0148881 Jy ! Component: 100 - total flux cleaned = 0.0232855 Jy ! Component: 150 - total flux cleaned = 0.0274414 Jy ! Component: 200 - total flux cleaned = 0.0279117 Jy ! Total flux subtracted in 200 components = 0.0279117 Jy ! Clean residual min=-0.008352 max=0.009751 Jy/beam ! Clean residual mean=-0.000017 rms=0.002522 Jy/beam ! Combined flux in latest and established models = 0.926488 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.926488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075818Jy sigma=1.299174 ! Fit after self-cal, rms=0.075813Jy sigma=1.299041 ! 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.829 x 10.91 at -5.164 degrees (North through East) ! Clean map min=-0.0082099 max=0.85846 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: ! BR 0.99 FD 1.03 HN 1.03 KP 0.98 ! LA 1.03 NL 0.97 OV 0.99 PT 0.99 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.03 KP 0.97 LA 1.01 ! MK 1.00 OV 1.00 PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.06 HN 1.00 KP 1.01 ! LA 1.03 NL 0.99 OV 0.99 PT 0.97 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.00 KP 1.00 LA 1.00 ! MK 1.00 OV 1.02 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 0.95 KP 0.98 ! LA 1.00 NL 0.97 OV 0.98 PT 1.01 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.04 KP 0.97 LA 1.00 ! MK 1.03 OV 0.98 PT 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.08 HN 0.97 KP 0.88 ! LA 0.97 NL 0.97 OV 0.98 PT 1.00 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.03 KP 0.97 LA 1.00 ! MK 1.01 OV 0.98 PT 0.99 ! ! ! Fit before self-cal, rms=0.075813Jy sigma=1.299041 ! Fit after self-cal, rms=0.068203Jy sigma=1.173648 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.836 mas, bmaj=10.91 mas, bpa=-5.055 degrees ! Estimated noise=1.28729 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.001826 Jy ! Component: 100 - total flux cleaned = -0.00193911 Jy ! Component: 150 - total flux cleaned = -0.00209295 Jy ! Component: 200 - total flux cleaned = -0.00218532 Jy ! Total flux subtracted in 200 components = -0.00218532 Jy ! Clean residual min=-0.006386 max=0.006930 Jy/beam ! Clean residual mean=0.000016 rms=0.001670 Jy/beam ! Combined flux in latest and established models = 0.924303 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 42 components and 0.924303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068031Jy sigma=1.172794 ! Fit after self-cal, rms=0.068021Jy sigma=1.172642 ! 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.068021Jy sigma=1.172642 ! Fit after self-cal, rms=0.068026Jy sigma=1.172121 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.834 mas, bmaj=10.92 mas, bpa=-5.067 degrees ! Estimated noise=1.28632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00160271 Jy ! Component: 100 - total flux cleaned = -0.00175197 Jy ! Component: 150 - total flux cleaned = -0.00188395 Jy ! Component: 200 - total flux cleaned = -0.0020009 Jy ! Total flux subtracted in 200 components = -0.0020009 Jy ! Clean residual min=-0.006450 max=0.006854 Jy/beam ! Clean residual mean=0.000016 rms=0.001654 Jy/beam ! Combined flux in latest and established models = 0.922302 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.922302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067894Jy sigma=1.171638 ! Fit after self-cal, rms=0.067894Jy sigma=1.171557 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.000309695 Jy ! Component: 100 - total flux cleaned = -0.000344121 Jy ! Component: 150 - total flux cleaned = -0.000401971 Jy ! Component: 200 - total flux cleaned = -0.000484313 Jy ! Total flux subtracted in 200 components = -0.000484313 Jy ! Clean residual min=-0.006490 max=0.006817 Jy/beam ! Clean residual mean=0.000016 rms=0.001649 Jy/beam ! Combined flux in latest and established models = 0.921817 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.921818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067844Jy sigma=1.171320 ! Fit after self-cal, rms=0.067844Jy sigma=1.171254 ! 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.067844Jy sigma=1.171254 ! Fit after self-cal, rms=0.067849Jy sigma=1.170647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.832 mas, bmaj=10.92 mas, bpa=-5.067 degrees ! Estimated noise=1.28544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140765 Jy ! Component: 100 - total flux cleaned = -0.00156735 Jy ! Component: 150 - total flux cleaned = -0.00163612 Jy ! Component: 200 - total flux cleaned = -0.00176124 Jy ! Total flux subtracted in 200 components = -0.00176124 Jy ! Clean residual min=-0.006512 max=0.006748 Jy/beam ! Clean residual mean=0.000017 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.920056 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.920056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067755Jy sigma=1.170476 ! Fit after self-cal, rms=0.067757Jy sigma=1.170425 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.000241799 Jy ! Component: 100 - total flux cleaned = -0.00024255 Jy ! Component: 150 - total flux cleaned = -0.000291039 Jy ! Component: 200 - total flux cleaned = -0.000378956 Jy ! Total flux subtracted in 200 components = -0.000378956 Jy ! Clean residual min=-0.006539 max=0.006719 Jy/beam ! Clean residual mean=0.000016 rms=0.001638 Jy/beam ! Combined flux in latest and established models = 0.919677 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.919677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067723Jy sigma=1.170315 ! Fit after self-cal, rms=0.067724Jy sigma=1.170272 ! 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.067724Jy sigma=1.170272 ! Fit after self-cal, rms=0.067730Jy sigma=1.169847 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.989 mas, bmaj=17.87 mas, bpa=11.8 degrees ! Estimated noise=1.54714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121403 Jy ! Component: 100 - total flux cleaned = -0.00146002 Jy ! Component: 150 - total flux cleaned = -0.00154137 Jy ! Component: 200 - total flux cleaned = -0.00161666 Jy ! Total flux subtracted in 200 components = -0.00161666 Jy ! Clean residual min=-0.007268 max=0.007565 Jy/beam ! Clean residual mean=0.000031 rms=0.002117 Jy/beam ! Combined flux in latest and established models = 0.918061 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.918061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067676Jy sigma=1.169873 ! Fit after self-cal, rms=0.067677Jy sigma=1.169828 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.000238742 Jy ! Component: 100 - total flux cleaned = -0.000277179 Jy ! Component: 150 - total flux cleaned = -0.000292706 Jy ! Component: 200 - total flux cleaned = -0.000336339 Jy ! Total flux subtracted in 200 components = -0.000336339 Jy ! Clean residual min=-0.007273 max=0.007540 Jy/beam ! Clean residual mean=0.000031 rms=0.002115 Jy/beam ! Combined flux in latest and established models = 0.917724 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.917724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067659Jy sigma=1.169849 ! Fit after self-cal, rms=0.067661Jy sigma=1.169817 ! 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.83 mas, bmaj=10.92 mas, bpa=-5.066 degrees ! Estimated noise=1.28465 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.83 x 10.92 at -5.066 degrees (North through East) ! Clean map min=-0.0064195 max=0.86126 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.067661Jy sigma=1.169817 ! Fit after self-cal, rms=0.062569Jy sigma=1.060294 ! Inverting map and beam ! Estimated beam: bmin=3.832 mas, bmaj=10.92 mas, bpa=-5.056 degrees ! Estimated noise=1.28436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000281454 Jy ! Component: 100 - total flux cleaned = -0.000436725 Jy ! Component: 150 - total flux cleaned = -0.000494024 Jy ! Component: 200 - total flux cleaned = -0.000528948 Jy ! Total flux subtracted in 200 components = -0.000528948 Jy ! Clean residual min=-0.006055 max=0.006555 Jy/beam ! Clean residual mean=0.000019 rms=0.001587 Jy/beam ! Combined flux in latest and established models = 0.917195 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.917195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062546Jy sigma=1.060185 ! Fit after self-cal, rms=0.062548Jy sigma=1.060147 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.35613e-05 Jy ! Component: 100 - total flux cleaned = -5.8039e-05 Jy ! Component: 150 - total flux cleaned = -5.77242e-05 Jy ! Component: 200 - total flux cleaned = -5.67919e-05 Jy ! Total flux subtracted in 200 components = -5.67919e-05 Jy ! Clean residual min=-0.006060 max=0.006535 Jy/beam ! Clean residual mean=0.000019 rms=0.001585 Jy/beam ! Combined flux in latest and established models = 0.917138 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.917138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062538Jy sigma=1.060056 ! Fit after self-cal, rms=0.062540Jy sigma=1.060026 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062540Jy sigma=1.060026 ! Fit after self-cal, rms=0.062512Jy sigma=1.059945 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=3.226 mas, bmaj=9.332 mas, bpa=-1.392 degrees ! Estimated noise=1.69439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.66409 Jy ! Component: 100 - total flux cleaned = 0.813111 Jy ! Component: 150 - total flux cleaned = 0.865122 Jy ! Component: 200 - total flux cleaned = 0.890119 Jy ! Total flux subtracted in 200 components = 0.890119 Jy ! Clean residual min=-0.009501 max=0.012051 Jy/beam ! Clean residual mean=0.000003 rms=0.002378 Jy/beam ! Combined flux in latest and established models = 0.890119 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.890119 Jy ! Inverting map and beam ! Estimated beam: bmin=3.831 mas, bmaj=10.92 mas, bpa=-5.047 degrees ! Estimated noise=1.28368 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.0149347 Jy ! Component: 100 - total flux cleaned = 0.0219673 Jy ! Component: 150 - total flux cleaned = 0.0250968 Jy ! Component: 200 - total flux cleaned = 0.0255918 Jy ! Total flux subtracted in 200 components = 0.0255918 Jy ! Clean residual min=-0.006071 max=0.006799 Jy/beam ! Clean residual mean=0.000018 rms=0.001626 Jy/beam ! Combined flux in latest and established models = 0.91571 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.915711 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.991 mas, bmaj=17.87 mas, bpa=11.82 degrees ! Estimated noise=1.54546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100397 Jy ! Component: 100 - total flux cleaned = 0.00100489 Jy ! Component: 150 - total flux cleaned = 0.00100493 Jy ! Component: 200 - total flux cleaned = 0.000972083 Jy ! Total flux subtracted in 200 components = 0.000972083 Jy ! Clean residual min=-0.006879 max=0.008060 Jy/beam ! Clean residual mean=0.000035 rms=0.002091 Jy/beam ! Combined flux in latest and established models = 0.916683 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.24824e-05 Jy ! Component: 100 - total flux cleaned = -6.1335e-05 Jy ! Component: 150 - total flux cleaned = -8.80389e-05 Jy ! Component: 200 - total flux cleaned = -0.00011377 Jy ! Total flux subtracted in 200 components = -0.00011377 Jy ! Clean residual min=-0.006867 max=0.008020 Jy/beam ! Clean residual mean=0.000035 rms=0.002088 Jy/beam ! Combined flux in latest and established models = 0.916569 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.916569 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.831 mas, bmaj=10.92 mas, bpa=-5.047 degrees ! Estimated noise=1.28368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000342196 Jy ! Component: 100 - total flux cleaned = 0.000341893 Jy ! Component: 150 - total flux cleaned = 0.000253395 Jy ! Component: 200 - total flux cleaned = 0.000174779 Jy ! Total flux subtracted in 200 components = 0.000174779 Jy ! Clean residual min=-0.005992 max=0.006709 Jy/beam ! Clean residual mean=0.000020 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.916744 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.916744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062633Jy sigma=1.062085 ! Fit after self-cal, rms=0.062632Jy sigma=1.061859 wmodel /scr/pima/bg219e_uvs/J1127-1857_S_map.mod ! Writing 64 model components to file: /scr/pima/bg219e_uvs/J1127-1857_S_map.mod wobs /scr/pima/bg219e_uvs/J1127-1857_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1127-1857_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1127-1857_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J1127-1857_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.000666618 Jy ! Component: 100 - total flux cleaned = 0.000359037 Jy ! Component: 150 - total flux cleaned = 0.000814017 Jy ! Component: 200 - total flux cleaned = 0.000985274 Jy ! Component: 250 - total flux cleaned = 0.00146505 Jy ! Component: 300 - total flux cleaned = 0.00215169 Jy ! Component: 350 - total flux cleaned = 0.00266485 Jy ! Component: 400 - total flux cleaned = 0.0032269 Jy ! Component: 450 - total flux cleaned = 0.00363482 Jy ! Component: 500 - total flux cleaned = 0.00402945 Jy ! Component: 550 - total flux cleaned = 0.00434931 Jy ! Component: 600 - total flux cleaned = 0.00471899 Jy ! Component: 650 - total flux cleaned = 0.00501929 Jy ! Component: 700 - total flux cleaned = 0.00519241 Jy ! Component: 750 - total flux cleaned = 0.00541648 Jy ! Component: 800 - total flux cleaned = 0.00552661 Jy ! Component: 850 - total flux cleaned = 0.00558119 Jy ! Component: 900 - total flux cleaned = 0.00553123 Jy ! Component: 950 - total flux cleaned = 0.00578531 Jy ! Component: 1000 - total flux cleaned = 0.00588433 Jy ! Component: 1050 - total flux cleaned = 0.0059318 Jy ! Component: 1100 - total flux cleaned = 0.00607523 Jy ! Component: 1150 - total flux cleaned = 0.00630836 Jy ! Component: 1200 - total flux cleaned = 0.00653548 Jy ! Component: 1250 - total flux cleaned = 0.00675872 Jy ! Component: 1300 - total flux cleaned = 0.00697723 Jy ! Component: 1350 - total flux cleaned = 0.00723457 Jy ! Component: 1400 - total flux cleaned = 0.00744554 Jy ! Component: 1450 - total flux cleaned = 0.00761184 Jy ! Component: 1500 - total flux cleaned = 0.00785664 Jy ! Component: 1550 - total flux cleaned = 0.00797675 Jy ! Component: 1600 - total flux cleaned = 0.0081731 Jy ! Component: 1650 - total flux cleaned = 0.00817283 Jy ! Component: 1700 - total flux cleaned = 0.0084011 Jy ! Component: 1750 - total flux cleaned = 0.0084755 Jy ! Component: 1800 - total flux cleaned = 0.00866089 Jy ! Component: 1850 - total flux cleaned = 0.00884313 Jy ! Component: 1900 - total flux cleaned = 0.00902314 Jy ! Component: 1950 - total flux cleaned = 0.00920008 Jy ! Component: 2000 - total flux cleaned = 0.00933991 Jy ! Component: 2050 - total flux cleaned = 0.00937408 Jy ! Component: 2100 - total flux cleaned = 0.0095792 Jy ! Component: 2150 - total flux cleaned = 0.00984887 Jy ! Component: 2200 - total flux cleaned = 0.0100814 Jy ! Component: 2250 - total flux cleaned = 0.0102455 Jy ! Component: 2300 - total flux cleaned = 0.0103752 Jy ! Component: 2350 - total flux cleaned = 0.0105678 Jy ! Component: 2400 - total flux cleaned = 0.0105685 Jy ! Component: 2450 - total flux cleaned = 0.0107884 Jy ! Component: 2500 - total flux cleaned = 0.0108817 Jy ! Component: 2550 - total flux cleaned = 0.0109125 Jy ! Component: 2600 - total flux cleaned = 0.0111555 Jy ! Component: 2650 - total flux cleaned = 0.0112759 Jy ! Component: 2700 - total flux cleaned = 0.0113657 Jy ! Component: 2750 - total flux cleaned = 0.0115131 Jy ! Component: 2800 - total flux cleaned = 0.0117173 Jy ! Component: 2850 - total flux cleaned = 0.0117461 Jy ! Component: 2900 - total flux cleaned = 0.0118322 Jy ! Component: 2950 - total flux cleaned = 0.0118039 Jy ! Component: 3000 - total flux cleaned = 0.011973 Jy ! Component: 3050 - total flux cleaned = 0.0120846 Jy ! Component: 3100 - total flux cleaned = 0.0121123 Jy ! Component: 3150 - total flux cleaned = 0.0121947 Jy ! Component: 3200 - total flux cleaned = 0.0122492 Jy ! Component: 3250 - total flux cleaned = 0.0123575 Jy ! Component: 3300 - total flux cleaned = 0.0124646 Jy ! Component: 3350 - total flux cleaned = 0.0124645 Jy ! Component: 3400 - total flux cleaned = 0.0124906 Jy ! Component: 3450 - total flux cleaned = 0.0125425 Jy ! Component: 3500 - total flux cleaned = 0.0125946 Jy ! Component: 3550 - total flux cleaned = 0.012672 Jy ! Component: 3600 - total flux cleaned = 0.0127231 Jy ! Component: 3650 - total flux cleaned = 0.0127739 Jy ! Component: 3700 - total flux cleaned = 0.0127485 Jy ! Component: 3750 - total flux cleaned = 0.0128237 Jy ! Component: 3800 - total flux cleaned = 0.0128731 Jy ! Component: 3850 - total flux cleaned = 0.0128978 Jy ! Component: 3900 - total flux cleaned = 0.0129468 Jy ! Component: 3950 - total flux cleaned = 0.0129221 Jy ! Component: 4000 - total flux cleaned = 0.0130191 Jy ! Component: 4050 - total flux cleaned = 0.0130429 Jy ! Total flux subtracted in 4096 components = 0.0130907 Jy ! Clean residual min=-0.001777 max=0.001562 Jy/beam ! Clean residual mean=0.000013 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.929834 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 366 components and 0.929834 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1127-1857_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.831 x 10.92 at -5.047 degrees (North through East) ! Clean map min=-0.0032347 max=0.85922 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1127-1857_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.85922 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000433074 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.151209 0.151209 0.302418 0.604837 1.20967 2.41935 4.8387 9.67739 19.3548 38.7096 77.4191 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.859 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1984.01 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1127-1857_S_uvs.log closed on Thu Apr 7 06:42:55 2016