! Started logfile: /scr/pima/bg219a_uvs/J0800-2302_S_uvs.log on Wed Apr 6 22:48:49 2016 obs /scr/pima/bg219a_uvs/J0800-2302_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0800-2302_S_uva.fits ! AN table 1: 52 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.6 visibilities/baseline/integration-bin. ! Found source: J0800-2302 ! ! 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 49 lines of history. ! ! Reading 1872 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/bg219a_uvs/J0800-2302_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007020Jy sigma=22.256376 ! Fit after self-cal, rms=0.928055Jy sigma=20.477597 ! 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.908 mas, bmaj=6.935 mas, bpa=4.585 degrees ! Estimated noise=1.04507 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.0525399 Jy ! Component: 100 - total flux cleaned = 0.0673806 Jy ! Total flux subtracted in 100 components = 0.0673806 Jy ! Clean residual min=-0.006331 max=0.007877 Jy/beam ! Clean residual mean=-0.000056 rms=0.001975 Jy/beam ! Combined flux in latest and established models = 0.0673806 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0673806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058407Jy sigma=1.224316 ! Fit after self-cal, rms=0.058120Jy sigma=1.214657 ! 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.403 mas, bmaj=8.109 mas, bpa=2.284 degrees ! Estimated noise=0.783378 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.0135138 Jy ! Component: 100 - total flux cleaned = 0.0203385 Jy ! Component: 150 - total flux cleaned = 0.0239159 Jy ! Component: 200 - total flux cleaned = 0.0258808 Jy ! Total flux subtracted in 200 components = 0.0258808 Jy ! Clean residual min=-0.003959 max=0.003754 Jy/beam ! Clean residual mean=-0.000018 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.0932614 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 56 components and 0.0932614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055244Jy sigma=1.144526 ! Fit after self-cal, rms=0.055281Jy sigma=1.142727 ! 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.403 x 8.109 at 2.284 degrees (North through East) ! Clean map min=-0.0038707 max=0.073072 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: ! LA 0.95 MK 1.06 NL 1.03 OV 1.05 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 0.97 NL 0.92 OV 1.09 ! PT 1.00 SC 1.13 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.07 NL 0.98 OV 1.03 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.90 MK 0.94 NL 1.07 OV 1.19 ! PT 0.95 SC 0.99 ! ! ! Fit before self-cal, rms=0.055281Jy sigma=1.142727 ! Fit after self-cal, rms=0.054673Jy sigma=1.134795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=8.154 mas, bpa=2.395 degrees ! Estimated noise=0.775547 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.000473381 Jy ! Component: 100 - total flux cleaned = 0.000493527 Jy ! Component: 150 - total flux cleaned = 0.000478898 Jy ! Component: 200 - total flux cleaned = 0.000465215 Jy ! Total flux subtracted in 200 components = 0.000465215 Jy ! Clean residual min=-0.003233 max=0.003078 Jy/beam ! Clean residual mean=0.000018 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.0937266 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 63 components and 0.0937266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054658Jy sigma=1.134633 ! Fit after self-cal, rms=0.054730Jy sigma=1.134083 ! 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.054730Jy sigma=1.134083 ! Fit after self-cal, rms=0.054869Jy sigma=1.130771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=8.144 mas, bpa=2.195 degrees ! Estimated noise=0.773407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000463853 Jy ! Component: 100 - total flux cleaned = 0.000512542 Jy ! Component: 150 - total flux cleaned = 0.000525925 Jy ! Component: 200 - total flux cleaned = 0.000537375 Jy ! Total flux subtracted in 200 components = 0.000537375 Jy ! Clean residual min=-0.003022 max=0.002716 Jy/beam ! Clean residual mean=0.000007 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.094264 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 69 components and 0.094264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054856Jy sigma=1.130662 ! Fit after self-cal, rms=0.054903Jy sigma=1.130441 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.87472e-06 Jy ! Component: 100 - total flux cleaned = 1.77223e-05 Jy ! Component: 150 - total flux cleaned = 7.81133e-06 Jy ! Component: 200 - total flux cleaned = -8.1232e-07 Jy ! Total flux subtracted in 200 components = -8.1232e-07 Jy ! Clean residual min=-0.003046 max=0.002770 Jy/beam ! Clean residual mean=0.000007 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.0942632 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.0942632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054897Jy sigma=1.130395 ! Fit after self-cal, rms=0.054895Jy sigma=1.130387 ! 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.054895Jy sigma=1.130387 ! Fit after self-cal, rms=0.054743Jy sigma=1.130275 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=8.123 mas, bpa=2.089 degrees ! Estimated noise=0.770896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000428783 Jy ! Component: 100 - total flux cleaned = 0.000455119 Jy ! Component: 150 - total flux cleaned = 0.00046672 Jy ! Component: 200 - total flux cleaned = 0.000476804 Jy ! Total flux subtracted in 200 components = 0.000476804 Jy ! Clean residual min=-0.002994 max=0.002736 Jy/beam ! Clean residual mean=0.000006 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.09474 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.09474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054732Jy sigma=1.130208 ! Fit after self-cal, rms=0.054739Jy sigma=1.130194 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 = 4.12969e-06 Jy ! Component: 100 - total flux cleaned = 4.80447e-06 Jy ! Component: 150 - total flux cleaned = -3.37137e-06 Jy ! Component: 200 - total flux cleaned = -3.19073e-06 Jy ! Total flux subtracted in 200 components = -3.19073e-06 Jy ! Clean residual min=-0.003016 max=0.002744 Jy/beam ! Clean residual mean=0.000006 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.0947368 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 73 components and 0.0947368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054735Jy sigma=1.130163 ! Fit after self-cal, rms=0.054732Jy sigma=1.130157 ! 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.054732Jy sigma=1.130157 ! Fit after self-cal, rms=0.054505Jy sigma=1.130091 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.061 mas, bmaj=18.76 mas, bpa=0.415 degrees ! Estimated noise=0.978792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339637 Jy ! Component: 100 - total flux cleaned = 0.000349704 Jy ! Component: 150 - total flux cleaned = 0.000365047 Jy ! Component: 200 - total flux cleaned = 0.000385804 Jy ! Total flux subtracted in 200 components = 0.000385804 Jy ! Clean residual min=-0.002118 max=0.002429 Jy/beam ! Clean residual mean=0.000013 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.0951226 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 75 components and 0.0951226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054509Jy sigma=1.130135 ! Fit after self-cal, rms=0.054504Jy sigma=1.130076 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.92779e-05 Jy ! Component: 100 - total flux cleaned = -1.95564e-05 Jy ! Component: 150 - total flux cleaned = -1.86871e-05 Jy ! Component: 200 - total flux cleaned = -2.51267e-07 Jy ! Total flux subtracted in 200 components = -2.51267e-07 Jy ! Clean residual min=-0.002101 max=0.002427 Jy/beam ! Clean residual mean=0.000013 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.0951224 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 75 components and 0.0951224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054509Jy sigma=1.130135 ! Fit after self-cal, rms=0.054503Jy sigma=1.130065 ! 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.369 mas, bmaj=8.101 mas, bpa=2.021 degrees ! Estimated noise=0.768342 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.369 x 8.101 at 2.021 degrees (North through East) ! Clean map min=-0.0027793 max=0.072146 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.874 mas, bmaj=6.928 mas, bpa=4.674 degrees ! Estimated noise=1.02339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0513144 Jy ! Component: 100 - total flux cleaned = 0.0665909 Jy ! Component: 150 - total flux cleaned = 0.0759674 Jy ! Component: 200 - total flux cleaned = 0.0822186 Jy ! Total flux subtracted in 200 components = 0.0822186 Jy ! Clean residual min=-0.004790 max=0.004135 Jy/beam ! Clean residual mean=-0.000025 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.0822186 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0822186 Jy ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=8.101 mas, bpa=2.021 degrees ! Estimated noise=0.768342 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.00616618 Jy ! Component: 100 - total flux cleaned = 0.00929395 Jy ! Component: 150 - total flux cleaned = 0.0109194 Jy ! Component: 200 - total flux cleaned = 0.0118104 Jy ! Total flux subtracted in 200 components = 0.0118104 Jy ! Clean residual min=-0.003119 max=0.002571 Jy/beam ! Clean residual mean=0.000001 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.094029 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 48 components and 0.094029 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.061 mas, bmaj=18.76 mas, bpa=0.415 degrees ! Estimated noise=0.978792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000884178 Jy ! Component: 100 - total flux cleaned = 0.000967031 Jy ! Component: 150 - total flux cleaned = 0.000983561 Jy ! Component: 200 - total flux cleaned = 0.00100476 Jy ! Total flux subtracted in 200 components = 0.00100476 Jy ! Clean residual min=-0.002083 max=0.002457 Jy/beam ! Clean residual mean=0.000012 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.0950338 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 = 1.25454e-05 Jy ! Component: 100 - total flux cleaned = 2.88831e-05 Jy ! Component: 150 - total flux cleaned = 3.82729e-05 Jy ! Component: 200 - total flux cleaned = 4.66227e-05 Jy ! Total flux subtracted in 200 components = 4.66227e-05 Jy ! Clean residual min=-0.002040 max=0.002464 Jy/beam ! Clean residual mean=0.000013 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0950804 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 50 components and 0.0950804 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=8.101 mas, bpa=2.021 degrees ! Estimated noise=0.768342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.81335e-05 Jy ! Component: 100 - total flux cleaned = -5.74305e-05 Jy ! Component: 150 - total flux cleaned = -2.69365e-05 Jy ! Component: 200 - total flux cleaned = -3.46397e-05 Jy ! Total flux subtracted in 200 components = -3.46397e-05 Jy ! Clean residual min=-0.002988 max=0.002674 Jy/beam ! Clean residual mean=0.000006 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.0950458 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.0950458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054500Jy sigma=1.130102 ! Fit after self-cal, rms=0.054482Jy sigma=1.130049 wmodel /scr/pima/bg219a_uvs/J0800-2302_S_map.mod ! Writing 58 model components to file: /scr/pima/bg219a_uvs/J0800-2302_S_map.mod wobs /scr/pima/bg219a_uvs/J0800-2302_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0800-2302_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0800-2302_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0800-2302_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.000381076 Jy ! Component: 100 - total flux cleaned = -0.00017457 Jy ! Component: 150 - total flux cleaned = 1.54177e-05 Jy ! Component: 200 - total flux cleaned = 4.87267e-05 Jy ! Component: 250 - total flux cleaned = 8.03778e-05 Jy ! Component: 300 - total flux cleaned = 0.000110805 Jy ! Component: 350 - total flux cleaned = 0.000193842 Jy ! Component: 400 - total flux cleaned = 0.000247256 Jy ! Component: 450 - total flux cleaned = 0.000369955 Jy ! Component: 500 - total flux cleaned = 0.000463904 Jy ! Component: 550 - total flux cleaned = 0.000532188 Jy ! Component: 600 - total flux cleaned = 0.000467808 Jy ! Component: 650 - total flux cleaned = 0.000467592 Jy ! Component: 700 - total flux cleaned = 0.000467751 Jy ! Component: 750 - total flux cleaned = 0.000448078 Jy ! Component: 800 - total flux cleaned = 0.000467052 Jy ! Component: 850 - total flux cleaned = 0.000429987 Jy ! Component: 900 - total flux cleaned = 0.000393671 Jy ! Component: 950 - total flux cleaned = 0.000393701 Jy ! Component: 1000 - total flux cleaned = 0.000463761 Jy ! Component: 1050 - total flux cleaned = 0.000463873 Jy ! Component: 1100 - total flux cleaned = 0.000481059 Jy ! Component: 1150 - total flux cleaned = 0.000464285 Jy ! Component: 1200 - total flux cleaned = 0.000431354 Jy ! Component: 1250 - total flux cleaned = 0.000414967 Jy ! Component: 1300 - total flux cleaned = 0.000350509 Jy ! Component: 1350 - total flux cleaned = 0.000302321 Jy ! Component: 1400 - total flux cleaned = 0.000238509 Jy ! Component: 1450 - total flux cleaned = 0.000190805 Jy ! Component: 1500 - total flux cleaned = 0.000222685 Jy ! Component: 1550 - total flux cleaned = 0.000190885 Jy ! Component: 1600 - total flux cleaned = 0.000175059 Jy ! Component: 1650 - total flux cleaned = 0.000159189 Jy ! Component: 1700 - total flux cleaned = 0.000143318 Jy ! Component: 1750 - total flux cleaned = 0.000143359 Jy ! Component: 1800 - total flux cleaned = 9.55368e-05 Jy ! Component: 1850 - total flux cleaned = 0.00011148 Jy ! Component: 1900 - total flux cleaned = 0.000159512 Jy ! Component: 1950 - total flux cleaned = 0.000191649 Jy ! Component: 2000 - total flux cleaned = 0.000191714 Jy ! Component: 2050 - total flux cleaned = 0.000207902 Jy ! Component: 2100 - total flux cleaned = 0.000240577 Jy ! Component: 2150 - total flux cleaned = 0.000207587 Jy ! Component: 2200 - total flux cleaned = 0.000240753 Jy ! Component: 2250 - total flux cleaned = 0.000274046 Jy ! Component: 2300 - total flux cleaned = 0.000290813 Jy ! Component: 2350 - total flux cleaned = 0.000307828 Jy ! Component: 2400 - total flux cleaned = 0.000325127 Jy ! Component: 2450 - total flux cleaned = 0.00037728 Jy ! Component: 2500 - total flux cleaned = 0.000412408 Jy ! Component: 2550 - total flux cleaned = 0.000447986 Jy ! Component: 2600 - total flux cleaned = 0.000501451 Jy ! Component: 2650 - total flux cleaned = 0.000537249 Jy ! Component: 2700 - total flux cleaned = 0.000592063 Jy ! Component: 2750 - total flux cleaned = 0.000591963 Jy ! Component: 2800 - total flux cleaned = 0.00061038 Jy ! Component: 2850 - total flux cleaned = 0.000667003 Jy ! Component: 2900 - total flux cleaned = 0.000724721 Jy ! Component: 2950 - total flux cleaned = 0.0007444 Jy ! Component: 3000 - total flux cleaned = 0.000823295 Jy ! Component: 3050 - total flux cleaned = 0.000843292 Jy ! Component: 3100 - total flux cleaned = 0.000944501 Jy ! Component: 3150 - total flux cleaned = 0.00100605 Jy ! Component: 3200 - total flux cleaned = 0.00111024 Jy ! Component: 3250 - total flux cleaned = 0.00119497 Jy ! Component: 3300 - total flux cleaned = 0.00130277 Jy ! Component: 3350 - total flux cleaned = 0.0013684 Jy ! Component: 3400 - total flux cleaned = 0.00150183 Jy ! Component: 3450 - total flux cleaned = 0.00159222 Jy ! Component: 3500 - total flux cleaned = 0.00163811 Jy ! Component: 3550 - total flux cleaned = 0.0017779 Jy ! Component: 3600 - total flux cleaned = 0.0018251 Jy ! Component: 3650 - total flux cleaned = 0.00189699 Jy ! Component: 3700 - total flux cleaned = 0.00197022 Jy ! Component: 3750 - total flux cleaned = 0.00206958 Jy ! Component: 3800 - total flux cleaned = 0.00212039 Jy ! Component: 3850 - total flux cleaned = 0.00219791 Jy ! Component: 3900 - total flux cleaned = 0.00225034 Jy ! Component: 3950 - total flux cleaned = 0.00230358 Jy ! Component: 4000 - total flux cleaned = 0.00241205 Jy ! Component: 4050 - total flux cleaned = 0.00249523 Jy ! Total flux subtracted in 4096 components = 0.00257999 Jy ! Clean residual min=-0.001626 max=0.001681 Jy/beam ! Clean residual mean=0.000024 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0976257 Jy keep ! Adding 219 model components to the UV plane model. ! The established model now contains 277 components and 0.0976258 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0800-2302_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.369 x 8.101 at 2.021 degrees (North through East) ! Clean map min=-0.0024187 max=0.071415 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0800-2302_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0714151 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000574469 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.41323 2.41323 4.82645 9.6529 19.3058 38.6116 77.2232 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.071 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 124.314 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0800-2302_S_uvs.log closed on Wed Apr 6 22:48:53 2016