! Started logfile: /scr/pima/bg219a_uvs/J0335-0709_S_uvs.log on Wed Apr 6 22:43:32 2016 obs /scr/pima/bg219a_uvs/J0335-0709_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0335-0709_S_uva.fits ! AN table 1: 86 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.612403 visibilities/baseline/integration-bin. ! Found source: J0335-0709 ! ! 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 3160 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/J0335-0709_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 202 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 202 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 202 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 202 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011334Jy sigma=18.698330 ! Fit after self-cal, rms=0.932189Jy sigma=17.332874 ! 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.583 mas, bmaj=7.647 mas, bpa=-10.2 degrees ! Estimated noise=1.26607 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.0548786 Jy ! Component: 100 - total flux cleaned = 0.0670611 Jy ! Total flux subtracted in 100 components = 0.0670611 Jy ! Clean residual min=-0.005396 max=0.005458 Jy/beam ! Clean residual mean=0.000004 rms=0.001443 Jy/beam ! Combined flux in latest and established models = 0.0670611 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0670611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111602Jy sigma=1.055141 ! Fit after self-cal, rms=0.110879Jy sigma=1.040724 ! 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.285 mas, bmaj=9.061 mas, bpa=-9.585 degrees ! Estimated noise=0.749873 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.00598764 Jy ! Component: 100 - total flux cleaned = 0.00869895 Jy ! Component: 150 - total flux cleaned = 0.0101373 Jy ! Component: 200 - total flux cleaned = 0.0109393 Jy ! Total flux subtracted in 200 components = 0.0109393 Jy ! Clean residual min=-0.003294 max=0.003726 Jy/beam ! Clean residual mean=-0.000001 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0780004 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 31 components and 0.0780004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110404Jy sigma=1.031754 ! Fit after self-cal, rms=0.110464Jy sigma=1.031523 ! 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.285 x 9.061 at -9.585 degrees (North through East) ! Clean map min=-0.003169 max=0.071809 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.05 NL 0.95 OV 1.08 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.97 NL 1.06 OV 1.04 ! PT 0.98 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.08 MK 0.97 NL 1.04 OV 0.91 ! PT 1.04 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.04 MK 1.03 NL 0.95 OV 0.99 ! PT 0.95 SC 0.95 ! ! ! Fit before self-cal, rms=0.110464Jy sigma=1.031523 ! Fit after self-cal, rms=0.108784Jy sigma=1.027664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=9.08 mas, bpa=-9.693 degrees ! Estimated noise=0.755914 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.00095081 Jy ! Component: 100 - total flux cleaned = 0.00132677 Jy ! Component: 150 - total flux cleaned = 0.00140356 Jy ! Component: 200 - total flux cleaned = 0.00147056 Jy ! Total flux subtracted in 200 components = 0.00147056 Jy ! Clean residual min=-0.002985 max=0.003801 Jy/beam ! Clean residual mean=-0.000002 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.079471 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.079471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108751Jy sigma=1.027635 ! Fit after self-cal, rms=0.108879Jy sigma=1.027354 ! 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.108879Jy sigma=1.027354 ! Fit after self-cal, rms=0.109413Jy sigma=1.024507 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=9.062 mas, bpa=-9.548 degrees ! Estimated noise=0.76923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124161 Jy ! Component: 100 - total flux cleaned = 0.00184258 Jy ! Component: 150 - total flux cleaned = 0.00192058 Jy ! Component: 200 - total flux cleaned = 0.00198788 Jy ! Total flux subtracted in 200 components = 0.00198788 Jy ! Clean residual min=-0.002947 max=0.003793 Jy/beam ! Clean residual mean=-0.000005 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0814589 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.0814589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109369Jy sigma=1.024413 ! Fit after self-cal, rms=0.109383Jy sigma=1.024291 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-85.5, 18). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325846 Jy ! Component: 100 - total flux cleaned = 0.00373202 Jy ! Component: 150 - total flux cleaned = 0.00394031 Jy ! Component: 200 - total flux cleaned = 0.00411513 Jy ! Total flux subtracted in 200 components = 0.00411513 Jy ! Clean residual min=-0.002423 max=0.002797 Jy/beam ! Clean residual mean=0.000002 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.085574 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 62 components and 0.085574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109253Jy sigma=1.021181 ! Fit after self-cal, rms=0.109148Jy sigma=1.020795 ! 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.109148Jy sigma=1.020795 ! Fit after self-cal, rms=0.109407Jy sigma=1.020523 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.28 mas, bmaj=9.058 mas, bpa=-9.521 degrees ! Estimated noise=0.775526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129136 Jy ! Component: 100 - total flux cleaned = 0.00153004 Jy ! Component: 150 - total flux cleaned = 0.00173667 Jy ! Component: 200 - total flux cleaned = 0.00188728 Jy ! Total flux subtracted in 200 components = 0.00188728 Jy ! Clean residual min=-0.002376 max=0.002802 Jy/beam ! Clean residual mean=0.000004 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.0874613 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 74 components and 0.0874613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109337Jy sigma=1.019753 ! Fit after self-cal, rms=0.109309Jy sigma=1.019689 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.000173226 Jy ! Component: 100 - total flux cleaned = 0.000315684 Jy ! Component: 150 - total flux cleaned = 0.000449625 Jy ! Component: 200 - total flux cleaned = 0.000606292 Jy ! Total flux subtracted in 200 components = 0.000606292 Jy ! Clean residual min=-0.002322 max=0.002799 Jy/beam ! Clean residual mean=0.000004 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0880676 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.0880676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109278Jy sigma=1.019265 ! Fit after self-cal, rms=0.109271Jy sigma=1.019242 ! 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.109271Jy sigma=1.019242 ! Fit after self-cal, rms=0.109566Jy sigma=1.019031 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.536 mas, bmaj=20.03 mas, bpa=-13.53 degrees ! Estimated noise=0.987768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100346 Jy ! Component: 100 - total flux cleaned = 0.00125311 Jy ! Component: 150 - total flux cleaned = 0.00137002 Jy ! Component: 200 - total flux cleaned = 0.00144649 Jy ! Total flux subtracted in 200 components = 0.00144649 Jy ! Clean residual min=-0.002322 max=0.003110 Jy/beam ! Clean residual mean=0.000010 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.0895141 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 105 components and 0.0895141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109521Jy sigma=1.018994 ! Fit after self-cal, rms=0.109512Jy sigma=1.018951 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.40648e-05 Jy ! Component: 100 - total flux cleaned = 3.40068e-05 Jy ! Component: 150 - total flux cleaned = 7.37334e-05 Jy ! Component: 200 - total flux cleaned = 0.000128724 Jy ! Total flux subtracted in 200 components = 0.000128724 Jy ! Clean residual min=-0.002299 max=0.003070 Jy/beam ! Clean residual mean=0.000010 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.0896428 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.0896428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109505Jy sigma=1.018942 ! Fit after self-cal, rms=0.109503Jy sigma=1.018927 ! 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.279 mas, bmaj=9.058 mas, bpa=-9.532 degrees ! Estimated noise=0.783506 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.279 x 9.058 at -9.532 degrees (North through East) ! Clean map min=-0.002995 max=0.074209 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.58 mas, bmaj=7.629 mas, bpa=-9.845 degrees ! Estimated noise=1.32754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0577178 Jy ! Component: 100 - total flux cleaned = 0.0707272 Jy ! Component: 150 - total flux cleaned = 0.0759459 Jy ! Component: 200 - total flux cleaned = 0.0785143 Jy ! Total flux subtracted in 200 components = 0.0785143 Jy ! Clean residual min=-0.004694 max=0.004763 Jy/beam ! Clean residual mean=0.000005 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.0785143 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0785143 Jy ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=9.058 mas, bpa=-9.532 degrees ! Estimated noise=0.783506 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.00478494 Jy ! Component: 100 - total flux cleaned = 0.00759604 Jy ! Component: 150 - total flux cleaned = 0.00885672 Jy ! Component: 200 - total flux cleaned = 0.0092622 Jy ! Total flux subtracted in 200 components = 0.0092622 Jy ! Clean residual min=-0.002596 max=0.002719 Jy/beam ! Clean residual mean=0.000004 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.0877765 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 59 components and 0.0877765 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.536 mas, bmaj=20.03 mas, bpa=-13.53 degrees ! Estimated noise=0.987768 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000570998 Jy ! Component: 100 - total flux cleaned = 0.000839032 Jy ! Component: 150 - total flux cleaned = 0.00106073 Jy ! Component: 200 - total flux cleaned = 0.00121145 Jy ! Total flux subtracted in 200 components = 0.00121145 Jy ! Clean residual min=-0.002478 max=0.003256 Jy/beam ! Clean residual mean=0.000009 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.0889879 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.000130857 Jy ! Component: 100 - total flux cleaned = 0.000219135 Jy ! Component: 150 - total flux cleaned = 0.000323728 Jy ! Component: 200 - total flux cleaned = 0.000416627 Jy ! Total flux subtracted in 200 components = 0.000416627 Jy ! Clean residual min=-0.002365 max=0.003155 Jy/beam ! Clean residual mean=0.000009 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.0894046 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 103 components and 0.0894046 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=9.058 mas, bpa=-9.532 degrees ! Estimated noise=0.783506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000248245 Jy ! Component: 100 - total flux cleaned = 0.000151282 Jy ! Component: 150 - total flux cleaned = 0.000149472 Jy ! Component: 200 - total flux cleaned = 0.000224293 Jy ! Total flux subtracted in 200 components = 0.000224293 Jy ! Clean residual min=-0.002294 max=0.002914 Jy/beam ! Clean residual mean=0.000006 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0896289 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 114 components and 0.0896289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109515Jy sigma=1.019224 ! Fit after self-cal, rms=0.109474Jy sigma=1.019142 wmodel /scr/pima/bg219a_uvs/J0335-0709_S_map.mod ! Writing 114 model components to file: /scr/pima/bg219a_uvs/J0335-0709_S_map.mod wobs /scr/pima/bg219a_uvs/J0335-0709_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0335-0709_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0335-0709_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J0335-0709_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.00123684 Jy ! Component: 100 - total flux cleaned = 0.00231793 Jy ! Component: 150 - total flux cleaned = 0.00295221 Jy ! Component: 200 - total flux cleaned = 0.00335789 Jy ! Component: 250 - total flux cleaned = 0.00346173 Jy ! Component: 300 - total flux cleaned = 0.0033975 Jy ! Component: 350 - total flux cleaned = 0.00346034 Jy ! Component: 400 - total flux cleaned = 0.00340139 Jy ! Component: 450 - total flux cleaned = 0.00346065 Jy ! Component: 500 - total flux cleaned = 0.00354594 Jy ! Component: 550 - total flux cleaned = 0.00365585 Jy ! Component: 600 - total flux cleaned = 0.00365537 Jy ! Component: 650 - total flux cleaned = 0.00370823 Jy ! Component: 700 - total flux cleaned = 0.00376033 Jy ! Component: 750 - total flux cleaned = 0.0038363 Jy ! Component: 800 - total flux cleaned = 0.00383632 Jy ! Component: 850 - total flux cleaned = 0.00388544 Jy ! Component: 900 - total flux cleaned = 0.00390944 Jy ! Component: 950 - total flux cleaned = 0.00388531 Jy ! Component: 1000 - total flux cleaned = 0.0039565 Jy ! Component: 1050 - total flux cleaned = 0.00397989 Jy ! Component: 1100 - total flux cleaned = 0.00404925 Jy ! Component: 1150 - total flux cleaned = 0.00409511 Jy ! Component: 1200 - total flux cleaned = 0.00416303 Jy ! Component: 1250 - total flux cleaned = 0.00416294 Jy ! Component: 1300 - total flux cleaned = 0.00420746 Jy ! Component: 1350 - total flux cleaned = 0.0041853 Jy ! Component: 1400 - total flux cleaned = 0.00420717 Jy ! Component: 1450 - total flux cleaned = 0.00418552 Jy ! Component: 1500 - total flux cleaned = 0.00414243 Jy ! Component: 1550 - total flux cleaned = 0.00418561 Jy ! Component: 1600 - total flux cleaned = 0.00416434 Jy ! Component: 1650 - total flux cleaned = 0.0041431 Jy ! Component: 1700 - total flux cleaned = 0.00414312 Jy ! Component: 1750 - total flux cleaned = 0.00412209 Jy ! Component: 1800 - total flux cleaned = 0.00416409 Jy ! Component: 1850 - total flux cleaned = 0.00414321 Jy ! Component: 1900 - total flux cleaned = 0.00414331 Jy ! Component: 1950 - total flux cleaned = 0.00412249 Jy ! Component: 2000 - total flux cleaned = 0.00405991 Jy ! Component: 2050 - total flux cleaned = 0.00401829 Jy ! Component: 2100 - total flux cleaned = 0.00397661 Jy ! Component: 2150 - total flux cleaned = 0.00393496 Jy ! Component: 2200 - total flux cleaned = 0.00391404 Jy ! Component: 2250 - total flux cleaned = 0.00387237 Jy ! Component: 2300 - total flux cleaned = 0.00389339 Jy ! Component: 2350 - total flux cleaned = 0.00389342 Jy ! Component: 2400 - total flux cleaned = 0.00387237 Jy ! Component: 2450 - total flux cleaned = 0.00387233 Jy ! Component: 2500 - total flux cleaned = 0.00387228 Jy ! Component: 2550 - total flux cleaned = 0.00389342 Jy ! Component: 2600 - total flux cleaned = 0.00387216 Jy ! Component: 2650 - total flux cleaned = 0.0038933 Jy ! Component: 2700 - total flux cleaned = 0.0038934 Jy ! Component: 2750 - total flux cleaned = 0.00389332 Jy ! Component: 2800 - total flux cleaned = 0.0038718 Jy ! Component: 2850 - total flux cleaned = 0.00395818 Jy ! Component: 2900 - total flux cleaned = 0.00393648 Jy ! Component: 2950 - total flux cleaned = 0.00393639 Jy ! Component: 3000 - total flux cleaned = 0.00395822 Jy ! Component: 3050 - total flux cleaned = 0.00398021 Jy ! Component: 3100 - total flux cleaned = 0.00400237 Jy ! Component: 3150 - total flux cleaned = 0.00400234 Jy ! Component: 3200 - total flux cleaned = 0.00402493 Jy ! Component: 3250 - total flux cleaned = 0.00402476 Jy ! Component: 3300 - total flux cleaned = 0.00402475 Jy ! Component: 3350 - total flux cleaned = 0.00404763 Jy ! Component: 3400 - total flux cleaned = 0.00404755 Jy ! Component: 3450 - total flux cleaned = 0.0040475 Jy ! Component: 3500 - total flux cleaned = 0.00402405 Jy ! Component: 3550 - total flux cleaned = 0.00404772 Jy ! Component: 3600 - total flux cleaned = 0.00402355 Jy ! Component: 3650 - total flux cleaned = 0.00402346 Jy ! Component: 3700 - total flux cleaned = 0.00402358 Jy ! Component: 3750 - total flux cleaned = 0.00402381 Jy ! Component: 3800 - total flux cleaned = 0.00399875 Jy ! Component: 3850 - total flux cleaned = 0.00399864 Jy ! Component: 3900 - total flux cleaned = 0.00399872 Jy ! Component: 3950 - total flux cleaned = 0.00397256 Jy ! Component: 4000 - total flux cleaned = 0.00394583 Jy ! Component: 4050 - total flux cleaned = 0.00394575 Jy ! Total flux subtracted in 4096 components = 0.00397296 Jy ! Clean residual min=-0.001642 max=0.001567 Jy/beam ! Clean residual mean=0.000012 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0936018 Jy keep ! Adding 203 model components to the UV plane model. ! The established model now contains 317 components and 0.0936018 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0335-0709_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.279 x 9.058 at -9.532 degrees (North through East) ! Clean map min=-0.0034694 max=0.075187 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0335-0709_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.075187 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00051627 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.05994 2.05994 4.11989 8.23977 16.4795 32.9591 65.9182 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.075 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 145.635 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0335-0709_S_uvs.log closed on Wed Apr 6 22:43:36 2016