! Started logfile: /scr/pima/bg219a_uvs/J2353-2743_S_uvs.log on Wed Apr 6 23:05:49 2016 obs /scr/pima/bg219a_uvs/J2353-2743_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2353-2743_S_uva.fits ! AN table 1: 52 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2353-2743 ! ! 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 3120 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/J2353-2743_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002184Jy sigma=19.698534 ! Fit after self-cal, rms=0.945130Jy sigma=18.593462 ! 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.113 mas, bmaj=5.777 mas, bpa=0.3512 degrees ! Estimated noise=1.12925 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.0448034 Jy ! Component: 100 - total flux cleaned = 0.0546764 Jy ! Total flux subtracted in 100 components = 0.0546764 Jy ! Clean residual min=-0.005865 max=0.006343 Jy/beam ! Clean residual mean=-0.000022 rms=0.001630 Jy/beam ! Combined flux in latest and established models = 0.0546764 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0546764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064471Jy sigma=1.189976 ! Fit after self-cal, rms=0.063377Jy sigma=1.172544 ! 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=2.603 mas, bmaj=6.659 mas, bpa=-2.088 degrees ! Estimated noise=0.67971 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.00376324 Jy ! Component: 100 - total flux cleaned = 0.00460485 Jy ! Component: 150 - total flux cleaned = 0.00469082 Jy ! Component: 200 - total flux cleaned = 0.00472115 Jy ! Total flux subtracted in 200 components = 0.00472115 Jy ! Clean residual min=-0.003173 max=0.003672 Jy/beam ! Clean residual mean=0.000007 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.0593975 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.0593975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063152Jy sigma=1.168762 ! Fit after self-cal, rms=0.063115Jy sigma=1.168185 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.603 x 6.659 at -2.088 degrees (North through East) ! Clean map min=-0.0030614 max=0.057881 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.92 MK 1.06 NL 1.00 OV 1.04 ! PT 1.07 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 1.06 NL 0.96 OV 1.04 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.05 MK 1.02 NL 0.94 OV 1.04 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.96 NL 0.88 OV 0.99 ! PT 0.99 SC 0.96 ! ! ! Fit before self-cal, rms=0.063115Jy sigma=1.168185 ! Fit after self-cal, rms=0.062477Jy sigma=1.165136 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.601 mas, bmaj=6.634 mas, bpa=-1.802 degrees ! Estimated noise=0.675257 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 = 5.56789e-05 Jy ! Component: 100 - total flux cleaned = 0.000129399 Jy ! Component: 150 - total flux cleaned = 0.000176071 Jy ! Component: 200 - total flux cleaned = 0.000203777 Jy ! Total flux subtracted in 200 components = 0.000203777 Jy ! Clean residual min=-0.002760 max=0.003216 Jy/beam ! Clean residual mean=-0.000005 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.0596013 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.0596013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062464Jy sigma=1.165010 ! Fit after self-cal, rms=0.062464Jy sigma=1.164696 ! 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.062464Jy sigma=1.164696 ! Fit after self-cal, rms=0.062792Jy sigma=1.162143 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.601 mas, bmaj=6.634 mas, bpa=-1.551 degrees ! Estimated noise=0.677859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000155653 Jy ! Component: 100 - total flux cleaned = 0.000224662 Jy ! Component: 150 - total flux cleaned = 0.000238987 Jy ! Component: 200 - total flux cleaned = 0.000227172 Jy ! Total flux subtracted in 200 components = 0.000227172 Jy ! Clean residual min=-0.002777 max=0.003135 Jy/beam ! Clean residual mean=-0.000010 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.0598285 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 24 components and 0.0598285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062781Jy sigma=1.162033 ! Fit after self-cal, rms=0.062777Jy sigma=1.160942 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.000133775 Jy ! Component: 100 - total flux cleaned = 0.000163357 Jy ! Component: 150 - total flux cleaned = 0.000163699 Jy ! Component: 200 - total flux cleaned = 0.000153768 Jy ! Total flux subtracted in 200 components = 0.000153768 Jy ! Clean residual min=-0.002772 max=0.003032 Jy/beam ! Clean residual mean=-0.000009 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.0599822 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.0599822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062770Jy sigma=1.160871 ! Fit after self-cal, rms=0.062770Jy sigma=1.160849 ! 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.062770Jy sigma=1.160849 ! Fit after self-cal, rms=0.062882Jy sigma=1.160616 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.597 mas, bmaj=6.637 mas, bpa=-1.472 degrees ! Estimated noise=0.677416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000121267 Jy ! Component: 100 - total flux cleaned = 0.000122602 Jy ! Component: 150 - total flux cleaned = 0.000122074 Jy ! Component: 200 - total flux cleaned = 0.000121853 Jy ! Total flux subtracted in 200 components = 0.000121853 Jy ! Clean residual min=-0.002754 max=0.003001 Jy/beam ! Clean residual mean=-0.000010 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.0601041 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.0601041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062875Jy sigma=1.160540 ! Fit after self-cal, rms=0.062893Jy sigma=1.160492 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.83668e-05 Jy ! Component: 100 - total flux cleaned = 4.74636e-05 Jy ! Component: 150 - total flux cleaned = 3.73606e-05 Jy ! Component: 200 - total flux cleaned = 2.83506e-05 Jy ! Total flux subtracted in 200 components = 2.83506e-05 Jy ! Clean residual min=-0.002740 max=0.003003 Jy/beam ! Clean residual mean=-0.000009 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.0601324 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0601324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062888Jy sigma=1.160449 ! Fit after self-cal, rms=0.062889Jy sigma=1.160438 ! 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.062889Jy sigma=1.160438 ! Fit after self-cal, rms=0.062887Jy sigma=1.160412 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.026 mas, bmaj=19.33 mas, bpa=0.1285 degrees ! Estimated noise=0.93822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000681509 Jy ! Component: 100 - total flux cleaned = 0.000684985 Jy ! Component: 150 - total flux cleaned = 0.000686589 Jy ! Component: 200 - total flux cleaned = 0.000685303 Jy ! Total flux subtracted in 200 components = 0.000685303 Jy ! Clean residual min=-0.003031 max=0.003512 Jy/beam ! Clean residual mean=-0.000016 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.0608177 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 35 components and 0.0608177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062911Jy sigma=1.160769 ! Fit after self-cal, rms=0.062890Jy sigma=1.160512 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.000104868 Jy ! Component: 100 - total flux cleaned = 0.000103196 Jy ! Component: 150 - total flux cleaned = 0.000101485 Jy ! Component: 200 - total flux cleaned = 8.56615e-05 Jy ! Total flux subtracted in 200 components = 8.56615e-05 Jy ! Clean residual min=-0.003010 max=0.003477 Jy/beam ! Clean residual mean=-0.000015 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.0609034 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 36 components and 0.0609034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062922Jy sigma=1.161070 ! Fit after self-cal, rms=0.062900Jy sigma=1.160909 ! 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=2.594 mas, bmaj=6.639 mas, bpa=-1.425 degrees ! Estimated noise=0.677388 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.594 x 6.639 at -1.425 degrees (North through East) ! Clean map min=-0.0024785 max=0.057515 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.099 mas, bmaj=5.784 mas, bpa=1.028 degrees ! Estimated noise=1.11325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0451453 Jy ! Component: 100 - total flux cleaned = 0.055931 Jy ! Component: 150 - total flux cleaned = 0.0575985 Jy ! Component: 200 - total flux cleaned = 0.0583403 Jy ! Total flux subtracted in 200 components = 0.0583403 Jy ! Clean residual min=-0.004928 max=0.005987 Jy/beam ! Clean residual mean=-0.000022 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.0583403 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0583403 Jy ! Inverting map and beam ! Estimated beam: bmin=2.594 mas, bmaj=6.639 mas, bpa=-1.425 degrees ! Estimated noise=0.677388 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.00142511 Jy ! Component: 100 - total flux cleaned = 0.00185135 Jy ! Component: 150 - total flux cleaned = 0.00189263 Jy ! Component: 200 - total flux cleaned = 0.00192773 Jy ! Total flux subtracted in 200 components = 0.00192773 Jy ! Clean residual min=-0.002847 max=0.003037 Jy/beam ! Clean residual mean=-0.000010 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.060268 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.060268 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.026 mas, bmaj=19.33 mas, bpa=0.1285 degrees ! Estimated noise=0.93822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000698105 Jy ! Component: 100 - total flux cleaned = 0.000696532 Jy ! Component: 150 - total flux cleaned = 0.000695206 Jy ! Component: 200 - total flux cleaned = 0.000693574 Jy ! Total flux subtracted in 200 components = 0.000693574 Jy ! Clean residual min=-0.002998 max=0.003505 Jy/beam ! Clean residual mean=-0.000014 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.0609616 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.73731e-05 Jy ! Component: 100 - total flux cleaned = -1.7281e-05 Jy ! Component: 150 - total flux cleaned = -2.86605e-05 Jy ! Component: 200 - total flux cleaned = -2.88632e-05 Jy ! Total flux subtracted in 200 components = -2.88632e-05 Jy ! Clean residual min=-0.002992 max=0.003486 Jy/beam ! Clean residual mean=-0.000015 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.0609327 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 26 components and 0.0609327 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.594 mas, bmaj=6.639 mas, bpa=-1.425 degrees ! Estimated noise=0.677388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000637998 Jy ! Component: 100 - total flux cleaned = -0.000572216 Jy ! Component: 150 - total flux cleaned = -0.000547599 Jy ! Component: 200 - total flux cleaned = -0.000548563 Jy ! Total flux subtracted in 200 components = -0.000548563 Jy ! Clean residual min=-0.002816 max=0.003058 Jy/beam ! Clean residual mean=-0.000009 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0603842 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 40 components and 0.0603842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062876Jy sigma=1.160559 ! Fit after self-cal, rms=0.062881Jy sigma=1.160473 wmodel /scr/pima/bg219a_uvs/J2353-2743_S_map.mod ! Writing 40 model components to file: /scr/pima/bg219a_uvs/J2353-2743_S_map.mod wobs /scr/pima/bg219a_uvs/J2353-2743_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2353-2743_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2353-2743_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J2353-2743_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.000883447 Jy ! Component: 100 - total flux cleaned = 0.00130677 Jy ! Component: 150 - total flux cleaned = 0.00165067 Jy ! Component: 200 - total flux cleaned = 0.00201608 Jy ! Component: 250 - total flux cleaned = 0.00224732 Jy ! Component: 300 - total flux cleaned = 0.0024676 Jy ! Component: 350 - total flux cleaned = 0.00250272 Jy ! Component: 400 - total flux cleaned = 0.00267451 Jy ! Component: 450 - total flux cleaned = 0.00283874 Jy ! Component: 500 - total flux cleaned = 0.00290312 Jy ! Component: 550 - total flux cleaned = 0.00305741 Jy ! Component: 600 - total flux cleaned = 0.00317606 Jy ! Component: 650 - total flux cleaned = 0.00320637 Jy ! Component: 700 - total flux cleaned = 0.00331975 Jy ! Component: 750 - total flux cleaned = 0.00345657 Jy ! Component: 800 - total flux cleaned = 0.00356263 Jy ! Component: 850 - total flux cleaned = 0.00361408 Jy ! Component: 900 - total flux cleaned = 0.00363878 Jy ! Component: 950 - total flux cleaned = 0.00368875 Jy ! Component: 1000 - total flux cleaned = 0.00383145 Jy ! Component: 1050 - total flux cleaned = 0.00383076 Jy ! Component: 1100 - total flux cleaned = 0.00380795 Jy ! Component: 1150 - total flux cleaned = 0.00382962 Jy ! Component: 1200 - total flux cleaned = 0.00385142 Jy ! Component: 1250 - total flux cleaned = 0.00383057 Jy ! Component: 1300 - total flux cleaned = 0.00383106 Jy ! Component: 1350 - total flux cleaned = 0.00379044 Jy ! Component: 1400 - total flux cleaned = 0.00377042 Jy ! Component: 1450 - total flux cleaned = 0.00378988 Jy ! Component: 1500 - total flux cleaned = 0.00375048 Jy ! Component: 1550 - total flux cleaned = 0.00373093 Jy ! Component: 1600 - total flux cleaned = 0.00371241 Jy ! Component: 1650 - total flux cleaned = 0.0037495 Jy ! Component: 1700 - total flux cleaned = 0.00373183 Jy ! Component: 1750 - total flux cleaned = 0.00375007 Jy ! Component: 1800 - total flux cleaned = 0.00376783 Jy ! Component: 1850 - total flux cleaned = 0.00375055 Jy ! Component: 1900 - total flux cleaned = 0.00371643 Jy ! Component: 1950 - total flux cleaned = 0.0036826 Jy ! Component: 2000 - total flux cleaned = 0.0036161 Jy ! Component: 2050 - total flux cleaned = 0.00356737 Jy ! Component: 2100 - total flux cleaned = 0.0035514 Jy ! Component: 2150 - total flux cleaned = 0.00351946 Jy ! Component: 2200 - total flux cleaned = 0.00348806 Jy ! Component: 2250 - total flux cleaned = 0.00345695 Jy ! Component: 2300 - total flux cleaned = 0.00338044 Jy ! Component: 2350 - total flux cleaned = 0.00333537 Jy ! Component: 2400 - total flux cleaned = 0.0033505 Jy ! Component: 2450 - total flux cleaned = 0.0032765 Jy ! Component: 2500 - total flux cleaned = 0.00320321 Jy ! Component: 2550 - total flux cleaned = 0.00311604 Jy ! Component: 2600 - total flux cleaned = 0.00302979 Jy ! Component: 2650 - total flux cleaned = 0.00293044 Jy ! Component: 2700 - total flux cleaned = 0.00287419 Jy ! Component: 2750 - total flux cleaned = 0.00279039 Jy ! Component: 2800 - total flux cleaned = 0.00273501 Jy ! Component: 2850 - total flux cleaned = 0.00268024 Jy ! Component: 2900 - total flux cleaned = 0.00265315 Jy ! Component: 2950 - total flux cleaned = 0.00255865 Jy ! Component: 3000 - total flux cleaned = 0.00253179 Jy ! Component: 3050 - total flux cleaned = 0.00245206 Jy ! Component: 3100 - total flux cleaned = 0.0023992 Jy ! Component: 3150 - total flux cleaned = 0.00229441 Jy ! Component: 3200 - total flux cleaned = 0.0022814 Jy ! Component: 3250 - total flux cleaned = 0.00222964 Jy ! Component: 3300 - total flux cleaned = 0.00216541 Jy ! Component: 3350 - total flux cleaned = 0.00212705 Jy ! Component: 3400 - total flux cleaned = 0.00205104 Jy ! Component: 3450 - total flux cleaned = 0.00201326 Jy ! Component: 3500 - total flux cleaned = 0.00195063 Jy ! Component: 3550 - total flux cleaned = 0.0019134 Jy ! Component: 3600 - total flux cleaned = 0.00192574 Jy ! Component: 3650 - total flux cleaned = 0.00190096 Jy ! Component: 3700 - total flux cleaned = 0.00182731 Jy ! Component: 3750 - total flux cleaned = 0.00179074 Jy ! Component: 3800 - total flux cleaned = 0.00176647 Jy ! Component: 3850 - total flux cleaned = 0.00169376 Jy ! Component: 3900 - total flux cleaned = 0.00168169 Jy ! Component: 3950 - total flux cleaned = 0.00163367 Jy ! Component: 4000 - total flux cleaned = 0.00160976 Jy ! Component: 4050 - total flux cleaned = 0.00156202 Jy ! Total flux subtracted in 4096 components = 0.00152628 Jy ! Clean residual min=-0.000712 max=0.000714 Jy/beam ! Clean residual mean=-0.000000 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.0619104 Jy keep ! Adding 226 model components to the UV plane model. ! The established model now contains 266 components and 0.0619105 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2353-2743_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.594 x 6.639 at -1.425 degrees (North through East) ! Clean map min=-0.0017116 max=0.057397 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2353-2743_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0573974 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184842 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.966118 0.966118 1.93224 3.86447 7.72895 15.4579 30.9158 61.8316 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.057 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 310.52 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2353-2743_S_uvs.log closed on Wed Apr 6 23:05:53 2016