! Started logfile: /scr/pima/bg219i_uvs/J2005-3723_S_uvs.log on Wed Apr 6 23:12:36 2016 obs /scr/pima/bg219i_uvs/J2005-3723_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J2005-3723_S_uva.fits ! AN table 1: 7 integrations on 28 of 28 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2005-3723 ! ! 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 54 lines of history. ! ! Reading 784 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/bg219i_uvs/J2005-3723_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.085714Jy sigma=14.459971 ! Fit after self-cal, rms=0.556328Jy sigma=7.543838 ! 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.204 mas, bmaj=6.667 mas, bpa=0.4857 degrees ! Estimated noise=2.45487 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.338687 Jy ! Component: 100 - total flux cleaned = 0.417699 Jy ! Total flux subtracted in 100 components = 0.417699 Jy ! Clean residual min=-0.020345 max=0.031810 Jy/beam ! Clean residual mean=-0.000516 rms=0.006253 Jy/beam ! Combined flux in latest and established models = 0.417699 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.417699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106029Jy sigma=1.391901 ! Fit after self-cal, rms=0.105974Jy sigma=1.391729 ! 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.678 mas, bmaj=7.554 mas, bpa=-1.483 degrees ! Estimated noise=2.08846 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.0415483 Jy ! Component: 100 - total flux cleaned = 0.0596342 Jy ! Component: 150 - total flux cleaned = 0.0682586 Jy ! Component: 200 - total flux cleaned = 0.0725278 Jy ! Total flux subtracted in 200 components = 0.0725278 Jy ! Clean residual min=-0.012751 max=0.019756 Jy/beam ! Clean residual mean=-0.000263 rms=0.003990 Jy/beam ! Combined flux in latest and established models = 0.490227 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 30 components and 0.490227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091598Jy sigma=1.169503 ! Fit after self-cal, rms=0.091456Jy sigma=1.168960 ! 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.678 x 7.554 at -1.483 degrees (North through East) ! Clean map min=-0.01205 max=0.44722 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: ! BR 1.02 FD 1.00 KP 0.96 LA 0.98 ! MK 1.01 NL 1.17 PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 KP 0.93 LA 0.96 ! MK 0.99 NL 1.11 PT 0.92 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 KP 0.95 LA 0.99 ! MK 0.96 NL 1.17 PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 KP 0.96 LA 0.93 ! MK 1.04 NL 1.17 PT 0.98 SC 1.01 ! ! ! Fit before self-cal, rms=0.091456Jy sigma=1.168960 ! Fit after self-cal, rms=0.087183Jy sigma=1.072561 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.685 mas, bmaj=7.561 mas, bpa=-1.421 degrees ! Estimated noise=2.08691 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.000994062 Jy ! Component: 100 - total flux cleaned = 0.000866272 Jy ! Component: 150 - total flux cleaned = 0.000865132 Jy ! Component: 200 - total flux cleaned = 0.000862 Jy ! Total flux subtracted in 200 components = 0.000862 Jy ! Clean residual min=-0.007251 max=0.007487 Jy/beam ! Clean residual mean=0.000021 rms=0.001831 Jy/beam ! Combined flux in latest and established models = 0.491089 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.491089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087149Jy sigma=1.071915 ! Fit after self-cal, rms=0.087242Jy sigma=1.071686 ! 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.087242Jy sigma=1.071686 ! Fit after self-cal, rms=0.087309Jy sigma=1.071583 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.682 mas, bmaj=7.557 mas, bpa=-1.453 degrees ! Estimated noise=2.08655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000868609 Jy ! Component: 100 - total flux cleaned = 0.000936884 Jy ! Component: 150 - total flux cleaned = 0.000935043 Jy ! Component: 200 - total flux cleaned = 0.00093628 Jy ! Total flux subtracted in 200 components = 0.00093628 Jy ! Clean residual min=-0.007251 max=0.007428 Jy/beam ! Clean residual mean=0.000022 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.492025 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.492025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087276Jy sigma=1.071281 ! Fit after self-cal, rms=0.087272Jy sigma=1.071272 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.22648e-05 Jy ! Component: 100 - total flux cleaned = 3.30747e-05 Jy ! Component: 150 - total flux cleaned = 7.6155e-06 Jy ! Component: 200 - total flux cleaned = -1.73035e-05 Jy ! Total flux subtracted in 200 components = -1.73035e-05 Jy ! Clean residual min=-0.007263 max=0.007371 Jy/beam ! Clean residual mean=0.000022 rms=0.001816 Jy/beam ! Combined flux in latest and established models = 0.492008 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.492008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087263Jy sigma=1.071015 ! Fit after self-cal, rms=0.087263Jy sigma=1.071008 ! 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.087263Jy sigma=1.071008 ! Fit after self-cal, rms=0.087309Jy sigma=1.070865 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.678 mas, bmaj=7.552 mas, bpa=-1.49 degrees ! Estimated noise=2.08575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000877075 Jy ! Component: 100 - total flux cleaned = 0.000998563 Jy ! Component: 150 - total flux cleaned = 0.00105195 Jy ! Component: 200 - total flux cleaned = 0.00102639 Jy ! Total flux subtracted in 200 components = 0.00102639 Jy ! Clean residual min=-0.007249 max=0.007338 Jy/beam ! Clean residual mean=0.000022 rms=0.001812 Jy/beam ! Combined flux in latest and established models = 0.493035 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.493035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087274Jy sigma=1.070737 ! Fit after self-cal, rms=0.087276Jy sigma=1.070730 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.00921e-06 Jy ! Component: 100 - total flux cleaned = -2.49909e-05 Jy ! Component: 150 - total flux cleaned = -2.54119e-05 Jy ! Component: 200 - total flux cleaned = -4.78837e-05 Jy ! Total flux subtracted in 200 components = -4.78837e-05 Jy ! Clean residual min=-0.007256 max=0.007307 Jy/beam ! Clean residual mean=0.000021 rms=0.001809 Jy/beam ! Combined flux in latest and established models = 0.492987 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.492987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087266Jy sigma=1.070548 ! Fit after self-cal, rms=0.087269Jy sigma=1.070540 ! 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.087269Jy sigma=1.070540 ! Fit after self-cal, rms=0.087312Jy sigma=1.070391 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.638 mas, bmaj=25.01 mas, bpa=5.671 degrees ! Estimated noise=2.98141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000831585 Jy ! Component: 100 - total flux cleaned = 0.000791005 Jy ! Component: 150 - total flux cleaned = 0.000771193 Jy ! Component: 200 - total flux cleaned = 0.000734464 Jy ! Total flux subtracted in 200 components = 0.000734464 Jy ! Clean residual min=-0.006134 max=0.006867 Jy/beam ! Clean residual mean=0.000049 rms=0.001949 Jy/beam ! Combined flux in latest and established models = 0.493721 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 42 components and 0.493721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087282Jy sigma=1.070605 ! Fit after self-cal, rms=0.087288Jy sigma=1.070594 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.85989e-06 Jy ! Component: 100 - total flux cleaned = -1.59758e-05 Jy ! Component: 150 - total flux cleaned = -4.99683e-05 Jy ! Component: 200 - total flux cleaned = -6.61098e-05 Jy ! Total flux subtracted in 200 components = -6.61098e-05 Jy ! Clean residual min=-0.006138 max=0.006834 Jy/beam ! Clean residual mean=0.000048 rms=0.001945 Jy/beam ! Combined flux in latest and established models = 0.493655 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 42 components and 0.493655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087285Jy sigma=1.070927 ! Fit after self-cal, rms=0.087285Jy sigma=1.070924 ! 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.674 mas, bmaj=7.547 mas, bpa=-1.528 degrees ! Estimated noise=2.08482 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.674 x 7.547 at -1.528 degrees (North through East) ! Clean map min=-0.0069422 max=0.44547 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.201 mas, bmaj=6.662 mas, bpa=0.5288 degrees ! Estimated noise=2.47202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.341003 Jy ! Component: 100 - total flux cleaned = 0.421096 Jy ! Component: 150 - total flux cleaned = 0.455688 Jy ! Component: 200 - total flux cleaned = 0.473598 Jy ! Total flux subtracted in 200 components = 0.473598 Jy ! Clean residual min=-0.011197 max=0.011114 Jy/beam ! Clean residual mean=-0.000065 rms=0.002836 Jy/beam ! Combined flux in latest and established models = 0.473598 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.473598 Jy ! Inverting map and beam ! Estimated beam: bmin=2.674 mas, bmaj=7.547 mas, bpa=-1.528 degrees ! Estimated noise=2.08482 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) ! Added new window around map position (2, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114302 Jy ! Component: 100 - total flux cleaned = 0.0171543 Jy ! Component: 150 - total flux cleaned = 0.0193024 Jy ! Component: 200 - total flux cleaned = 0.0197888 Jy ! Total flux subtracted in 200 components = 0.0197888 Jy ! Clean residual min=-0.007479 max=0.006955 Jy/beam ! Clean residual mean=0.000018 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.493387 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 37 components and 0.493387 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=8.638 mas, bmaj=25.01 mas, bpa=5.671 degrees ! Estimated noise=2.98141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000239568 Jy ! Component: 100 - total flux cleaned = 0.000171633 Jy ! Component: 150 - total flux cleaned = -3.74861e-05 Jy ! Component: 200 - total flux cleaned = -0.000172384 Jy ! Total flux subtracted in 200 components = -0.000172384 Jy ! Clean residual min=-0.006380 max=0.006955 Jy/beam ! Clean residual mean=0.000040 rms=0.001956 Jy/beam ! Combined flux in latest and established models = 0.493215 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.000159218 Jy ! Component: 100 - total flux cleaned = -0.000264691 Jy ! Component: 150 - total flux cleaned = -0.000359917 Jy ! Component: 200 - total flux cleaned = -0.000447352 Jy ! Total flux subtracted in 200 components = -0.000447352 Jy ! Clean residual min=-0.006445 max=0.006689 Jy/beam ! Clean residual mean=0.000034 rms=0.001928 Jy/beam ! Combined flux in latest and established models = 0.492767 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.492767 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.674 mas, bmaj=7.547 mas, bpa=-1.528 degrees ! Estimated noise=2.08482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000718517 Jy ! Component: 100 - total flux cleaned = 0.000447015 Jy ! Component: 150 - total flux cleaned = 0.000299086 Jy ! Component: 200 - total flux cleaned = 0.000235667 Jy ! Total flux subtracted in 200 components = 0.000235667 Jy ! Clean residual min=-0.007270 max=0.006720 Jy/beam ! Clean residual mean=0.000014 rms=0.001747 Jy/beam ! Combined flux in latest and established models = 0.493003 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.493003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087041Jy sigma=1.066754 ! Fit after self-cal, rms=0.087029Jy sigma=1.066602 wmodel /scr/pima/bg219i_uvs/J2005-3723_S_map.mod ! Writing 60 model components to file: /scr/pima/bg219i_uvs/J2005-3723_S_map.mod wobs /scr/pima/bg219i_uvs/J2005-3723_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J2005-3723_S_uvs.fits wwins /scr/pima/bg219i_uvs/J2005-3723_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219i_uvs/J2005-3723_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.00253658 Jy ! Component: 100 - total flux cleaned = -0.00392307 Jy ! Component: 150 - total flux cleaned = -0.00531283 Jy ! Component: 200 - total flux cleaned = -0.00652234 Jy ! Component: 250 - total flux cleaned = -0.00776161 Jy ! Component: 300 - total flux cleaned = -0.00875489 Jy ! Component: 350 - total flux cleaned = -0.00969994 Jy ! Component: 400 - total flux cleaned = -0.0102785 Jy ! Component: 450 - total flux cleaned = -0.0106761 Jy ! Component: 500 - total flux cleaned = -0.0112142 Jy ! Component: 550 - total flux cleaned = -0.0117339 Jy ! Component: 600 - total flux cleaned = -0.0120944 Jy ! Component: 650 - total flux cleaned = -0.0123732 Jy ! Component: 700 - total flux cleaned = -0.0125767 Jy ! Component: 750 - total flux cleaned = -0.0129722 Jy ! Component: 800 - total flux cleaned = -0.0132922 Jy ! Component: 850 - total flux cleaned = -0.0137276 Jy ! Component: 900 - total flux cleaned = -0.0140922 Jy ! Component: 950 - total flux cleaned = -0.0145074 Jy ! Component: 1000 - total flux cleaned = -0.0149704 Jy ! Component: 1050 - total flux cleaned = -0.0151962 Jy ! Component: 1100 - total flux cleaned = -0.0153632 Jy ! Component: 1150 - total flux cleaned = -0.0154175 Jy ! Component: 1200 - total flux cleaned = -0.0154182 Jy ! Component: 1250 - total flux cleaned = -0.0154702 Jy ! Component: 1300 - total flux cleaned = -0.0155212 Jy ! Component: 1350 - total flux cleaned = -0.0155719 Jy ! Component: 1400 - total flux cleaned = -0.015622 Jy ! Component: 1450 - total flux cleaned = -0.0157208 Jy ! Component: 1500 - total flux cleaned = -0.0156233 Jy ! Component: 1550 - total flux cleaned = -0.0156234 Jy ! Component: 1600 - total flux cleaned = -0.0155289 Jy ! Component: 1650 - total flux cleaned = -0.0155289 Jy ! Component: 1700 - total flux cleaned = -0.0154363 Jy ! Component: 1750 - total flux cleaned = -0.0154365 Jy ! Component: 1800 - total flux cleaned = -0.0152564 Jy ! Component: 1850 - total flux cleaned = -0.0153013 Jy ! Component: 1900 - total flux cleaned = -0.0152569 Jy ! Component: 1950 - total flux cleaned = -0.0152568 Jy ! Component: 2000 - total flux cleaned = -0.0150406 Jy ! Component: 2050 - total flux cleaned = -0.0149552 Jy ! Component: 2100 - total flux cleaned = -0.0147435 Jy ! Component: 2150 - total flux cleaned = -0.0146595 Jy ! Component: 2200 - total flux cleaned = -0.0144923 Jy ! Component: 2250 - total flux cleaned = -0.0143677 Jy ! Component: 2300 - total flux cleaned = -0.0142442 Jy ! Component: 2350 - total flux cleaned = -0.0141211 Jy ! Component: 2400 - total flux cleaned = -0.0139575 Jy ! Component: 2450 - total flux cleaned = -0.0138353 Jy ! Component: 2500 - total flux cleaned = -0.0137134 Jy ! Component: 2550 - total flux cleaned = -0.0135103 Jy ! Component: 2600 - total flux cleaned = -0.013348 Jy ! Component: 2650 - total flux cleaned = -0.0132261 Jy ! Component: 2700 - total flux cleaned = -0.013104 Jy ! Component: 2750 - total flux cleaned = -0.0130223 Jy ! Component: 2800 - total flux cleaned = -0.0129403 Jy ! Component: 2850 - total flux cleaned = -0.0127755 Jy ! Component: 2900 - total flux cleaned = -0.0126925 Jy ! Component: 2950 - total flux cleaned = -0.0126923 Jy ! Component: 3000 - total flux cleaned = -0.0126925 Jy ! Component: 3050 - total flux cleaned = -0.0126922 Jy ! Component: 3100 - total flux cleaned = -0.0127358 Jy ! Component: 3150 - total flux cleaned = -0.0126923 Jy ! Component: 3200 - total flux cleaned = -0.0126922 Jy ! Component: 3250 - total flux cleaned = -0.0126925 Jy ! Component: 3300 - total flux cleaned = -0.0126925 Jy ! Component: 3350 - total flux cleaned = -0.0126004 Jy ! Component: 3400 - total flux cleaned = -0.0126001 Jy ! Component: 3450 - total flux cleaned = -0.0125522 Jy ! Component: 3500 - total flux cleaned = -0.0125042 Jy ! Component: 3550 - total flux cleaned = -0.0123571 Jy ! Component: 3600 - total flux cleaned = -0.0123068 Jy ! Component: 3650 - total flux cleaned = -0.0122045 Jy ! Component: 3700 - total flux cleaned = -0.0121521 Jy ! Component: 3750 - total flux cleaned = -0.0119947 Jy ! Component: 3800 - total flux cleaned = -0.0118874 Jy ! Component: 3850 - total flux cleaned = -0.0117785 Jy ! Component: 3900 - total flux cleaned = -0.0116681 Jy ! Component: 3950 - total flux cleaned = -0.0114988 Jy ! Component: 4000 - total flux cleaned = -0.0114413 Jy ! Component: 4050 - total flux cleaned = -0.0112661 Jy ! Total flux subtracted in 4096 components = -0.0111463 Jy ! Clean residual min=-0.003403 max=0.003651 Jy/beam ! Clean residual mean=-0.000026 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.481857 Jy keep ! Adding 212 model components to the UV plane model. ! The established model now contains 272 components and 0.481857 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J2005-3723_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.674 x 7.547 at -1.528 degrees (North through East) ! Clean map min=-0.011432 max=0.44385 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J2005-3723_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.44385 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000902427 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.609954 0.609954 1.21991 2.43981 4.87963 9.75926 19.5185 39.037 78.0741 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.443 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 491.84 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J2005-3723_S_uvs.log closed on Wed Apr 6 23:12:41 2016