! Started logfile: /scr/pima/bg219a_uvs/J0751-3331_S_uvs.log on Wed Apr 6 22:48:45 2016 obs /scr/pima/bg219a_uvs/J0751-3331_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0751-3331_S_uva.fits ! AN table 1: 56 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J0751-3331 ! ! 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 2688 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/J0751-3331_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005423Jy sigma=19.051396 ! Fit after self-cal, rms=0.899835Jy sigma=17.016687 ! 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.595 mas, bmaj=6.763 mas, bpa=0.9383 degrees ! Estimated noise=1.16841 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.0733089 Jy ! Component: 100 - total flux cleaned = 0.0976736 Jy ! Total flux subtracted in 100 components = 0.0976736 Jy ! Clean residual min=-0.008568 max=0.012349 Jy/beam ! Clean residual mean=-0.000239 rms=0.002881 Jy/beam ! Combined flux in latest and established models = 0.0976736 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0976736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069895Jy sigma=1.278994 ! Fit after self-cal, rms=0.069792Jy sigma=1.275804 ! 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.072 mas, bmaj=8.106 mas, bpa=1.702 degrees ! Estimated noise=0.729689 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.0196113 Jy ! Component: 100 - total flux cleaned = 0.0292889 Jy ! Component: 150 - total flux cleaned = 0.0342434 Jy ! Component: 200 - total flux cleaned = 0.0369496 Jy ! Total flux subtracted in 200 components = 0.0369496 Jy ! Clean residual min=-0.003780 max=0.004434 Jy/beam ! Clean residual mean=-0.000061 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.134623 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 43 components and 0.134623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064965Jy sigma=1.165953 ! Fit after self-cal, rms=0.064958Jy sigma=1.163963 ! 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.072 x 8.106 at 1.702 degrees (North through East) ! Clean map min=-0.0037327 max=0.10224 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.93 MK 1.04 NL 1.06 OV 1.03 ! PT 0.93 SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.98 MK 0.93 NL 1.02 OV 1.05 ! PT 0.98 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.01 MK 1.00 NL 0.97 OV 1.00 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.93 MK 1.05 NL 1.02 OV 1.04 ! PT 0.97 SC 0.94 ! ! ! Fit before self-cal, rms=0.064958Jy sigma=1.163963 ! Fit after self-cal, rms=0.064960Jy sigma=1.157577 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=8.141 mas, bpa=1.644 degrees ! Estimated noise=0.724481 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 = 4.58121e-05 Jy ! Component: 100 - total flux cleaned = 0.0001094 Jy ! Component: 150 - total flux cleaned = 0.000167133 Jy ! Component: 200 - total flux cleaned = 0.000195501 Jy ! Total flux subtracted in 200 components = 0.000195501 Jy ! Clean residual min=-0.003108 max=0.003774 Jy/beam ! Clean residual mean=0.000017 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.134819 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.134819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064930Jy sigma=1.157117 ! Fit after self-cal, rms=0.064985Jy sigma=1.156847 ! 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.064985Jy sigma=1.156847 ! Fit after self-cal, rms=0.065198Jy sigma=1.154779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.153 mas, bpa=1.69 degrees ! Estimated noise=0.72615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.4796e-05 Jy ! Component: 100 - total flux cleaned = 0.000119268 Jy ! Component: 150 - total flux cleaned = 0.000168395 Jy ! Component: 200 - total flux cleaned = 0.000214013 Jy ! Total flux subtracted in 200 components = 0.000214013 Jy ! Clean residual min=-0.002843 max=0.003540 Jy/beam ! Clean residual mean=0.000008 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.135033 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.135033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065175Jy sigma=1.154445 ! Fit after self-cal, rms=0.065180Jy sigma=1.154374 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.45708e-05 Jy ! Component: 100 - total flux cleaned = 1.25349e-05 Jy ! Component: 150 - total flux cleaned = 5.5025e-05 Jy ! Component: 200 - total flux cleaned = 9.38325e-05 Jy ! Total flux subtracted in 200 components = 9.38325e-05 Jy ! Clean residual min=-0.002816 max=0.003462 Jy/beam ! Clean residual mean=0.000009 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.135126 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.135126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065165Jy sigma=1.154137 ! Fit after self-cal, rms=0.065162Jy sigma=1.154100 ! 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.065162Jy sigma=1.154100 ! Fit after self-cal, rms=0.065189Jy sigma=1.153497 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.165 mas, bpa=1.676 degrees ! Estimated noise=0.724762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000267855 Jy ! Component: 100 - total flux cleaned = -0.00024543 Jy ! Component: 150 - total flux cleaned = -0.000204239 Jy ! Component: 200 - total flux cleaned = -0.000166184 Jy ! Total flux subtracted in 200 components = -0.000166184 Jy ! Clean residual min=-0.002642 max=0.003294 Jy/beam ! Clean residual mean=0.000006 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.13496 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.13496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065173Jy sigma=1.153274 ! Fit after self-cal, rms=0.065179Jy sigma=1.153214 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.09519e-05 Jy ! Component: 100 - total flux cleaned = -1.27201e-05 Jy ! Component: 150 - total flux cleaned = 2.09589e-05 Jy ! Component: 200 - total flux cleaned = 5.18007e-05 Jy ! Total flux subtracted in 200 components = 5.18007e-05 Jy ! Clean residual min=-0.002647 max=0.003202 Jy/beam ! Clean residual mean=0.000006 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.135012 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.135012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065169Jy sigma=1.153057 ! Fit after self-cal, rms=0.065166Jy sigma=1.153026 ! 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.065166Jy sigma=1.153026 ! Fit after self-cal, rms=0.065062Jy sigma=1.152996 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.158 mas, bmaj=23.4 mas, bpa=-0.9518 degrees ! Estimated noise=0.921344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212782 Jy ! Component: 100 - total flux cleaned = 0.000208041 Jy ! Component: 150 - total flux cleaned = 0.000206424 Jy ! Component: 200 - total flux cleaned = 0.000205713 Jy ! Total flux subtracted in 200 components = 0.000205713 Jy ! Clean residual min=-0.002668 max=0.003683 Jy/beam ! Clean residual mean=0.000019 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.135218 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.135218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065069Jy sigma=1.153156 ! Fit after self-cal, rms=0.065059Jy sigma=1.153025 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.18341e-05 Jy ! Component: 100 - total flux cleaned = -2.83937e-05 Jy ! Component: 150 - total flux cleaned = -2.91718e-05 Jy ! Component: 200 - total flux cleaned = -2.90592e-05 Jy ! Total flux subtracted in 200 components = -2.90592e-05 Jy ! Clean residual min=-0.002647 max=0.003681 Jy/beam ! Clean residual mean=0.000019 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.135189 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.135189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065061Jy sigma=1.153085 ! Fit after self-cal, rms=0.065051Jy sigma=1.152943 ! 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.09 mas, bmaj=8.175 mas, bpa=1.663 degrees ! Estimated noise=0.723221 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.09 x 8.175 at 1.663 degrees (North through East) ! Clean map min=-0.0025885 max=0.1014 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.611 mas, bmaj=6.817 mas, bpa=1.215 degrees ! Estimated noise=1.16599 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0724533 Jy ! Component: 100 - total flux cleaned = 0.0978821 Jy ! Component: 150 - total flux cleaned = 0.11288 Jy ! Component: 200 - total flux cleaned = 0.121914 Jy ! Total flux subtracted in 200 components = 0.121914 Jy ! Clean residual min=-0.005255 max=0.006593 Jy/beam ! Clean residual mean=-0.000066 rms=0.001416 Jy/beam ! Combined flux in latest and established models = 0.121914 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.121914 Jy ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.175 mas, bpa=1.663 degrees ! Estimated noise=0.723221 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.00688863 Jy ! Component: 100 - total flux cleaned = 0.0101149 Jy ! Component: 150 - total flux cleaned = 0.01149 Jy ! Component: 200 - total flux cleaned = 0.0117251 Jy ! Total flux subtracted in 200 components = 0.0117251 Jy ! Clean residual min=-0.002941 max=0.003056 Jy/beam ! Clean residual mean=-0.000003 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.13364 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.13364 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.158 mas, bmaj=23.4 mas, bpa=-0.9518 degrees ! Estimated noise=0.921344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011924 Jy ! Component: 100 - total flux cleaned = 0.0011926 Jy ! Component: 150 - total flux cleaned = 0.00118933 Jy ! Component: 200 - total flux cleaned = 0.00118764 Jy ! Total flux subtracted in 200 components = 0.00118764 Jy ! Clean residual min=-0.002823 max=0.003627 Jy/beam ! Clean residual mean=0.000012 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.134827 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 = 2.76206e-05 Jy ! Component: 100 - total flux cleaned = 5.3773e-05 Jy ! Component: 150 - total flux cleaned = 6.63653e-05 Jy ! Component: 200 - total flux cleaned = 9.08498e-05 Jy ! Total flux subtracted in 200 components = 9.08498e-05 Jy ! Clean residual min=-0.002809 max=0.003630 Jy/beam ! Clean residual mean=0.000014 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.134918 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 43 components and 0.134918 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=8.175 mas, bpa=1.663 degrees ! Estimated noise=0.723221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000438491 Jy ! Component: 100 - total flux cleaned = -0.000353733 Jy ! Component: 150 - total flux cleaned = -0.000319872 Jy ! Component: 200 - total flux cleaned = -0.000258286 Jy ! Total flux subtracted in 200 components = -0.000258286 Jy ! Clean residual min=-0.002794 max=0.003015 Jy/beam ! Clean residual mean=0.000005 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.13466 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.13466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065076Jy sigma=1.153152 ! Fit after self-cal, rms=0.065078Jy sigma=1.152982 wmodel /scr/pima/bg219a_uvs/J0751-3331_S_map.mod ! Writing 54 model components to file: /scr/pima/bg219a_uvs/J0751-3331_S_map.mod wobs /scr/pima/bg219a_uvs/J0751-3331_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0751-3331_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0751-3331_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0751-3331_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.000691332 Jy ! Component: 100 - total flux cleaned = 0.00129979 Jy ! Component: 150 - total flux cleaned = 0.00177656 Jy ! Component: 200 - total flux cleaned = 0.00206122 Jy ! Component: 250 - total flux cleaned = 0.00229159 Jy ! Component: 300 - total flux cleaned = 0.00251122 Jy ! Component: 350 - total flux cleaned = 0.0026157 Jy ! Component: 400 - total flux cleaned = 0.00258363 Jy ! Component: 450 - total flux cleaned = 0.00264627 Jy ! Component: 500 - total flux cleaned = 0.00258625 Jy ! Component: 550 - total flux cleaned = 0.00261495 Jy ! Component: 600 - total flux cleaned = 0.00272472 Jy ! Component: 650 - total flux cleaned = 0.00280414 Jy ! Component: 700 - total flux cleaned = 0.00288126 Jy ! Component: 750 - total flux cleaned = 0.00293115 Jy ! Component: 800 - total flux cleaned = 0.00302565 Jy ! Component: 850 - total flux cleaned = 0.00295614 Jy ! Component: 900 - total flux cleaned = 0.00295644 Jy ! Component: 950 - total flux cleaned = 0.00289118 Jy ! Component: 1000 - total flux cleaned = 0.00280673 Jy ! Component: 1050 - total flux cleaned = 0.00278584 Jy ! Component: 1100 - total flux cleaned = 0.0027058 Jy ! Component: 1150 - total flux cleaned = 0.0027054 Jy ! Component: 1200 - total flux cleaned = 0.00268653 Jy ! Component: 1250 - total flux cleaned = 0.00276049 Jy ! Component: 1300 - total flux cleaned = 0.00281454 Jy ! Component: 1350 - total flux cleaned = 0.00290302 Jy ! Component: 1400 - total flux cleaned = 0.00298952 Jy ! Component: 1450 - total flux cleaned = 0.00298972 Jy ! Component: 1500 - total flux cleaned = 0.0030899 Jy ! Component: 1550 - total flux cleaned = 0.00312266 Jy ! Component: 1600 - total flux cleaned = 0.00310664 Jy ! Component: 1650 - total flux cleaned = 0.0031386 Jy ! Component: 1700 - total flux cleaned = 0.00316998 Jy ! Component: 1750 - total flux cleaned = 0.00317028 Jy ! Component: 1800 - total flux cleaned = 0.00318561 Jy ! Component: 1850 - total flux cleaned = 0.00321553 Jy ! Component: 1900 - total flux cleaned = 0.00321555 Jy ! Component: 1950 - total flux cleaned = 0.00323011 Jy ! Component: 2000 - total flux cleaned = 0.00321604 Jy ! Component: 2050 - total flux cleaned = 0.00324436 Jy ! Component: 2100 - total flux cleaned = 0.00324424 Jy ! Component: 2150 - total flux cleaned = 0.00324442 Jy ! Component: 2200 - total flux cleaned = 0.00328563 Jy ! Component: 2250 - total flux cleaned = 0.00331268 Jy ! Component: 2300 - total flux cleaned = 0.00333969 Jy ! Component: 2350 - total flux cleaned = 0.00337977 Jy ! Component: 2400 - total flux cleaned = 0.00340633 Jy ! Component: 2450 - total flux cleaned = 0.00343264 Jy ! Component: 2500 - total flux cleaned = 0.00348494 Jy ! Component: 2550 - total flux cleaned = 0.0035109 Jy ! Component: 2600 - total flux cleaned = 0.00357563 Jy ! Component: 2650 - total flux cleaned = 0.00361427 Jy ! Component: 2700 - total flux cleaned = 0.00365278 Jy ! Component: 2750 - total flux cleaned = 0.00367841 Jy ! Component: 2800 - total flux cleaned = 0.00371666 Jy ! Component: 2850 - total flux cleaned = 0.00375482 Jy ! Component: 2900 - total flux cleaned = 0.00376759 Jy ! Component: 2950 - total flux cleaned = 0.00381822 Jy ! Component: 3000 - total flux cleaned = 0.00384364 Jy ! Component: 3050 - total flux cleaned = 0.00381829 Jy ! Component: 3100 - total flux cleaned = 0.00383098 Jy ! Component: 3150 - total flux cleaned = 0.003831 Jy ! Component: 3200 - total flux cleaned = 0.00383094 Jy ! Component: 3250 - total flux cleaned = 0.00380558 Jy ! Component: 3300 - total flux cleaned = 0.00378018 Jy ! Component: 3350 - total flux cleaned = 0.00376727 Jy ! Component: 3400 - total flux cleaned = 0.0037545 Jy ! Component: 3450 - total flux cleaned = 0.00374175 Jy ! Component: 3500 - total flux cleaned = 0.00371593 Jy ! Component: 3550 - total flux cleaned = 0.00368998 Jy ! Component: 3600 - total flux cleaned = 0.00365086 Jy ! Component: 3650 - total flux cleaned = 0.00362462 Jy ! Component: 3700 - total flux cleaned = 0.00362462 Jy ! Component: 3750 - total flux cleaned = 0.00357142 Jy ! Component: 3800 - total flux cleaned = 0.00354461 Jy ! Component: 3850 - total flux cleaned = 0.00353115 Jy ! Component: 3900 - total flux cleaned = 0.00349047 Jy ! Component: 3950 - total flux cleaned = 0.0034769 Jy ! Component: 4000 - total flux cleaned = 0.00343563 Jy ! Component: 4050 - total flux cleaned = 0.00338011 Jy ! Total flux subtracted in 4096 components = 0.00336611 Jy ! Clean residual min=-0.000812 max=0.000845 Jy/beam ! Clean residual mean=0.000007 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.138026 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 302 components and 0.138026 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0751-3331_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.09 x 8.175 at 1.663 degrees (North through East) ! Clean map min=-0.0014343 max=0.10013 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0751-3331_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100135 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203722 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.610345 0.610345 1.22069 2.44138 4.88276 9.76552 19.531 39.0621 78.1242 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.1 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 491.525 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0751-3331_S_uvs.log closed on Wed Apr 6 22:48:49 2016