! Started logfile: /scr/pima/bg219a_uvs/J2225-1113_S_uvs.log on Wed Apr 6 23:04:22 2016 obs /scr/pima/bg219a_uvs/J2225-1113_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2225-1113_S_uva.fits ! AN table 1: 28 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J2225-1113 ! ! 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 1400 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/J2225-1113_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001579Jy sigma=21.791148 ! Fit after self-cal, rms=0.908896Jy sigma=19.753888 ! 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.649 mas, bmaj=7.057 mas, bpa=10.69 degrees ! Estimated noise=1.41177 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.0731739 Jy ! Component: 100 - total flux cleaned = 0.0900418 Jy ! Total flux subtracted in 100 components = 0.0900418 Jy ! Clean residual min=-0.006865 max=0.006915 Jy/beam ! Clean residual mean=0.000016 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 0.0900418 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0900418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058751Jy sigma=1.172317 ! Fit after self-cal, rms=0.058686Jy sigma=1.171021 ! 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.134 mas, bmaj=8.221 mas, bpa=8.101 degrees ! Estimated noise=0.957994 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.00568901 Jy ! Component: 100 - total flux cleaned = 0.00844908 Jy ! Component: 150 - total flux cleaned = 0.00996003 Jy ! Component: 200 - total flux cleaned = 0.0108346 Jy ! Total flux subtracted in 200 components = 0.0108346 Jy ! Clean residual min=-0.004381 max=0.004778 Jy/beam ! Clean residual mean=0.000007 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.100876 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 27 components and 0.100876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058230Jy sigma=1.157413 ! Fit after self-cal, rms=0.058275Jy sigma=1.157156 ! 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.134 x 8.221 at 8.101 degrees (North through East) ! Clean map min=-0.0042633 max=0.090948 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.96 MK 1.08 NL 1.02 OV 0.99 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.97 MK 0.92 NL 1.01 OV 1.05 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.06 MK 1.13 NL 1.08 OV 0.93 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.04 MK 0.93 NL 1.04 OV 0.94 ! PT 0.92 SC 1.04 ! ! ! Fit before self-cal, rms=0.058275Jy sigma=1.157156 ! Fit after self-cal, rms=0.059162Jy sigma=1.150175 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.138 mas, bmaj=8.258 mas, bpa=8.178 degrees ! Estimated noise=0.958121 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 = -9.39504e-05 Jy ! Component: 100 - total flux cleaned = -6.72947e-05 Jy ! Component: 150 - total flux cleaned = -2.31331e-05 Jy ! Component: 200 - total flux cleaned = 1.72561e-05 Jy ! Total flux subtracted in 200 components = 1.72561e-05 Jy ! Clean residual min=-0.003910 max=0.004897 Jy/beam ! Clean residual mean=0.000004 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.100894 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.100894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059139Jy sigma=1.149848 ! Fit after self-cal, rms=0.059213Jy sigma=1.149553 ! 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.059213Jy sigma=1.149553 ! Fit after self-cal, rms=0.059310Jy sigma=1.142038 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=8.257 mas, bpa=8.318 degrees ! Estimated noise=0.959975 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000137128 Jy ! Component: 100 - total flux cleaned = -0.000157517 Jy ! Component: 150 - total flux cleaned = -0.000176452 Jy ! Component: 200 - total flux cleaned = -0.000194681 Jy ! Total flux subtracted in 200 components = -0.000194681 Jy ! Clean residual min=-0.003692 max=0.004747 Jy/beam ! Clean residual mean=0.000006 rms=0.001069 Jy/beam ! Combined flux in latest and established models = 0.100699 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.100699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059295Jy sigma=1.141786 ! Fit after self-cal, rms=0.059321Jy sigma=1.141560 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 (-37, 119.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00402518 Jy ! Component: 100 - total flux cleaned = 0.00573669 Jy ! Component: 150 - total flux cleaned = 0.00638697 Jy ! Component: 200 - total flux cleaned = 0.00680799 Jy ! Total flux subtracted in 200 components = 0.00680799 Jy ! Clean residual min=-0.003307 max=0.003340 Jy/beam ! Clean residual mean=0.000003 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.107507 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.107507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059013Jy sigma=1.135326 ! Fit after self-cal, rms=0.058982Jy sigma=1.134793 ! 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.058982Jy sigma=1.134793 ! Fit after self-cal, rms=0.058815Jy sigma=1.134037 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=8.277 mas, bpa=8.31 degrees ! Estimated noise=0.953083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129297 Jy ! Component: 100 - total flux cleaned = 0.00157437 Jy ! Component: 150 - total flux cleaned = 0.00176049 Jy ! Component: 200 - total flux cleaned = 0.00198746 Jy ! Total flux subtracted in 200 components = 0.00198746 Jy ! Clean residual min=-0.002980 max=0.003068 Jy/beam ! Clean residual mean=0.000003 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.109494 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.109494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058731Jy sigma=1.132777 ! Fit after self-cal, rms=0.058736Jy sigma=1.132689 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.000338091 Jy ! Component: 100 - total flux cleaned = 0.000480694 Jy ! Component: 150 - total flux cleaned = 0.000585051 Jy ! Component: 200 - total flux cleaned = 0.000730044 Jy ! Total flux subtracted in 200 components = 0.000730044 Jy ! Clean residual min=-0.002922 max=0.002972 Jy/beam ! Clean residual mean=0.000003 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.110225 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 74 components and 0.110225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058705Jy sigma=1.132272 ! Fit after self-cal, rms=0.058703Jy sigma=1.132253 ! 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.058703Jy sigma=1.132253 ! Fit after self-cal, rms=0.058676Jy sigma=1.132089 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.674 mas, bmaj=18.76 mas, bpa=1.224 degrees ! Estimated noise=1.14074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000372098 Jy ! Component: 100 - total flux cleaned = 0.000504092 Jy ! Component: 150 - total flux cleaned = 0.000680677 Jy ! Component: 200 - total flux cleaned = 0.000783233 Jy ! Total flux subtracted in 200 components = 0.000783233 Jy ! Clean residual min=-0.002201 max=0.002638 Jy/beam ! Clean residual mean=0.000005 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.111008 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.111008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058669Jy sigma=1.131902 ! Fit after self-cal, rms=0.058671Jy sigma=1.131862 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.000172962 Jy ! Component: 100 - total flux cleaned = 0.000200072 Jy ! Component: 150 - total flux cleaned = 0.000199694 Jy ! Component: 200 - total flux cleaned = 0.000200005 Jy ! Total flux subtracted in 200 components = 0.000200005 Jy ! Clean residual min=-0.002205 max=0.002640 Jy/beam ! Clean residual mean=0.000005 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.111208 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.111208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058668Jy sigma=1.131819 ! Fit after self-cal, rms=0.058665Jy sigma=1.131808 ! 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.151 mas, bmaj=8.277 mas, bpa=8.263 degrees ! Estimated noise=0.952096 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 8.277 at 8.263 degrees (North through East) ! Clean map min=-0.0024857 max=0.090553 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.66 mas, bmaj=7.095 mas, bpa=10.85 degrees ! Estimated noise=1.40703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0728821 Jy ! Component: 100 - total flux cleaned = 0.0895388 Jy ! Component: 150 - total flux cleaned = 0.0957025 Jy ! Component: 200 - total flux cleaned = 0.0997542 Jy ! Total flux subtracted in 200 components = 0.0997542 Jy ! Clean residual min=-0.005874 max=0.005400 Jy/beam ! Clean residual mean=0.000006 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.0997543 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0997543 Jy ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=8.277 mas, bpa=8.263 degrees ! Estimated noise=0.952096 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.00410198 Jy ! Component: 100 - total flux cleaned = 0.0064718 Jy ! Component: 150 - total flux cleaned = 0.00776654 Jy ! Component: 200 - total flux cleaned = 0.00824917 Jy ! Total flux subtracted in 200 components = 0.00824917 Jy ! Clean residual min=-0.003550 max=0.002887 Jy/beam ! Clean residual mean=0.000004 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.108003 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 35 components and 0.108003 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.674 mas, bmaj=18.76 mas, bpa=1.224 degrees ! Estimated noise=1.14074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119637 Jy ! Component: 100 - total flux cleaned = 0.00173574 Jy ! Component: 150 - total flux cleaned = 0.00215246 Jy ! Component: 200 - total flux cleaned = 0.00237419 Jy ! Total flux subtracted in 200 components = 0.00237419 Jy ! Clean residual min=-0.002314 max=0.002659 Jy/beam ! Clean residual mean=0.000006 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.110378 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.429e-05 Jy ! Component: 100 - total flux cleaned = 7.08262e-05 Jy ! Component: 150 - total flux cleaned = 7.03085e-05 Jy ! Component: 200 - total flux cleaned = 9.2244e-05 Jy ! Total flux subtracted in 200 components = 9.2244e-05 Jy ! Clean residual min=-0.002208 max=0.002616 Jy/beam ! Clean residual mean=0.000006 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.11047 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 61 components and 0.11047 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=8.277 mas, bpa=8.263 degrees ! Estimated noise=0.952096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000198317 Jy ! Component: 100 - total flux cleaned = -0.000117214 Jy ! Component: 150 - total flux cleaned = -8.10757e-05 Jy ! Component: 200 - total flux cleaned = -4.75547e-05 Jy ! Total flux subtracted in 200 components = -4.75547e-05 Jy ! Clean residual min=-0.002986 max=0.002868 Jy/beam ! Clean residual mean=0.000003 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.110422 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.110422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058731Jy sigma=1.132950 ! Fit after self-cal, rms=0.058707Jy sigma=1.132635 wmodel /scr/pima/bg219a_uvs/J2225-1113_S_map.mod ! Writing 80 model components to file: /scr/pima/bg219a_uvs/J2225-1113_S_map.mod wobs /scr/pima/bg219a_uvs/J2225-1113_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2225-1113_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2225-1113_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J2225-1113_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.000150673 Jy ! Component: 100 - total flux cleaned = 0.000442738 Jy ! Component: 150 - total flux cleaned = 0.000579495 Jy ! Component: 200 - total flux cleaned = 0.000665032 Jy ! Component: 250 - total flux cleaned = 0.000745115 Jy ! Component: 300 - total flux cleaned = 0.000557728 Jy ! Component: 350 - total flux cleaned = 0.000303291 Jy ! Component: 400 - total flux cleaned = 2.19228e-05 Jy ! Component: 450 - total flux cleaned = -0.000249873 Jy ! Component: 500 - total flux cleaned = -0.000578698 Jy ! Component: 550 - total flux cleaned = -0.000833957 Jy ! Component: 600 - total flux cleaned = -0.00114486 Jy ! Component: 650 - total flux cleaned = -0.00141737 Jy ! Component: 700 - total flux cleaned = -0.00159557 Jy ! Component: 750 - total flux cleaned = -0.00179862 Jy ! Component: 800 - total flux cleaned = -0.0019122 Jy ! Component: 850 - total flux cleaned = -0.0019682 Jy ! Component: 900 - total flux cleaned = -0.00207882 Jy ! Component: 950 - total flux cleaned = -0.00221392 Jy ! Component: 1000 - total flux cleaned = -0.00229372 Jy ! Component: 1050 - total flux cleaned = -0.00237249 Jy ! Component: 1100 - total flux cleaned = -0.00247549 Jy ! Component: 1150 - total flux cleaned = -0.00255158 Jy ! Component: 1200 - total flux cleaned = -0.00257696 Jy ! Component: 1250 - total flux cleaned = -0.00267578 Jy ! Component: 1300 - total flux cleaned = -0.00279717 Jy ! Component: 1350 - total flux cleaned = -0.00286907 Jy ! Component: 1400 - total flux cleaned = -0.00301058 Jy ! Component: 1450 - total flux cleaned = -0.00308041 Jy ! Component: 1500 - total flux cleaned = -0.00319552 Jy ! Component: 1550 - total flux cleaned = -0.00326362 Jy ! Component: 1600 - total flux cleaned = -0.00335344 Jy ! Component: 1650 - total flux cleaned = -0.00344205 Jy ! Component: 1700 - total flux cleaned = -0.0034859 Jy ! Component: 1750 - total flux cleaned = -0.00361651 Jy ! Component: 1800 - total flux cleaned = -0.00370251 Jy ! Component: 1850 - total flux cleaned = -0.00378782 Jy ! Component: 1900 - total flux cleaned = -0.00389332 Jy ! Component: 1950 - total flux cleaned = -0.00395608 Jy ! Component: 2000 - total flux cleaned = -0.0040595 Jy ! Component: 2050 - total flux cleaned = -0.00414133 Jy ! Component: 2100 - total flux cleaned = -0.00420234 Jy ! Component: 2150 - total flux cleaned = -0.00432327 Jy ! Component: 2200 - total flux cleaned = -0.00444334 Jy ! Component: 2250 - total flux cleaned = -0.0045426 Jy ! Component: 2300 - total flux cleaned = -0.00466092 Jy ! Component: 2350 - total flux cleaned = -0.0047782 Jy ! Component: 2400 - total flux cleaned = -0.0048559 Jy ! Component: 2450 - total flux cleaned = -0.00497149 Jy ! Component: 2500 - total flux cleaned = -0.00506689 Jy ! Component: 2550 - total flux cleaned = -0.00516164 Jy ! Component: 2600 - total flux cleaned = -0.00523701 Jy ! Component: 2650 - total flux cleaned = -0.00531186 Jy ! Component: 2700 - total flux cleaned = -0.00536763 Jy ! Component: 2750 - total flux cleaned = -0.00545998 Jy ! Component: 2800 - total flux cleaned = -0.00551494 Jy ! Component: 2850 - total flux cleaned = -0.00547845 Jy ! Component: 2900 - total flux cleaned = -0.0054968 Jy ! Component: 2950 - total flux cleaned = -0.00556929 Jy ! Component: 3000 - total flux cleaned = -0.00555105 Jy ! Component: 3050 - total flux cleaned = -0.00555113 Jy ! Component: 3100 - total flux cleaned = -0.00553329 Jy ! Component: 3150 - total flux cleaned = -0.00555131 Jy ! Component: 3200 - total flux cleaned = -0.00556905 Jy ! Component: 3250 - total flux cleaned = -0.00553358 Jy ! Component: 3300 - total flux cleaned = -0.00555138 Jy ! Component: 3350 - total flux cleaned = -0.00553383 Jy ! Component: 3400 - total flux cleaned = -0.00556893 Jy ! Component: 3450 - total flux cleaned = -0.00555148 Jy ! Component: 3500 - total flux cleaned = -0.0055865 Jy ! Component: 3550 - total flux cleaned = -0.00553415 Jy ! Component: 3600 - total flux cleaned = -0.00551675 Jy ! Component: 3650 - total flux cleaned = -0.00551677 Jy ! Component: 3700 - total flux cleaned = -0.00555166 Jy ! Component: 3750 - total flux cleaned = -0.00555163 Jy ! Component: 3800 - total flux cleaned = -0.00555166 Jy ! Component: 3850 - total flux cleaned = -0.00563838 Jy ! Component: 3900 - total flux cleaned = -0.00570793 Jy ! Component: 3950 - total flux cleaned = -0.00579516 Jy ! Component: 4000 - total flux cleaned = -0.00582994 Jy ! Component: 4050 - total flux cleaned = -0.00590003 Jy ! Total flux subtracted in 4096 components = -0.00595276 Jy ! Clean residual min=-0.001154 max=0.001060 Jy/beam ! Clean residual mean=-0.000001 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.10447 Jy keep ! Adding 192 model components to the UV plane model. ! The established model now contains 271 components and 0.10447 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2225-1113_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.151 x 8.277 at 8.263 degrees (North through East) ! Clean map min=-0.0025478 max=0.092417 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2225-1113_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0924171 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000299246 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.971398 0.971398 1.9428 3.88559 7.77119 15.5424 31.0847 62.1695 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.092 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 308.833 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2225-1113_S_uvs.log closed on Wed Apr 6 23:04:26 2016