! Started logfile: /scr/pima/bg219e_uvs/J2041-2718_S_uvs.log on Thu Apr 7 06:53:22 2016 obs /scr/pima/bg219e_uvs/J2041-2718_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J2041-2718_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.798148 visibilities/baseline/integration-bin. ! Found source: J2041-2718 ! ! 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 6896 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/bg219e_uvs/J2041-2718_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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012612Jy sigma=17.544027 ! Fit after self-cal, rms=0.914270Jy sigma=15.834326 ! 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.971 mas, bmaj=14.4 mas, bpa=19.07 degrees ! Estimated noise=0.839496 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.0692206 Jy ! Component: 100 - total flux cleaned = 0.0843299 Jy ! Total flux subtracted in 100 components = 0.0843299 Jy ! Clean residual min=-0.004775 max=0.004869 Jy/beam ! Clean residual mean=-0.000012 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.0843299 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0843299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081239Jy sigma=1.326464 ! Fit after self-cal, rms=0.080299Jy sigma=1.312424 ! 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.768 mas, bmaj=15.59 mas, bpa=17.67 degrees ! Estimated noise=0.529056 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.00539456 Jy ! Component: 100 - total flux cleaned = 0.00761344 Jy ! Component: 150 - total flux cleaned = 0.00790073 Jy ! Component: 200 - total flux cleaned = 0.00790466 Jy ! Total flux subtracted in 200 components = 0.00790466 Jy ! Clean residual min=-0.002826 max=0.003006 Jy/beam ! Clean residual mean=0.000005 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.0922346 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 31 components and 0.0922346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079989Jy sigma=1.305975 ! Fit after self-cal, rms=0.080001Jy sigma=1.305910 ! 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.768 x 15.59 at 17.67 degrees (North through East) ! Clean map min=-0.0027449 max=0.090339 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.06 FD 1.02 HN 1.00 KP 1.00 ! LA 1.01 NL 0.95 OV 0.96 PT 1.00 ! SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.07 KP 0.97 ! LA 1.05 NL 1.10 OV 0.97 PT 0.97 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.98 HN 1.07 KP 0.99 ! LA 1.01 NL 0.99 OV 1.02 PT 1.01 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 0.98 KP 1.01 ! LA 1.07 NL 0.94 OV 0.97 PT 0.97 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.080001Jy sigma=1.305910 ! Fit after self-cal, rms=0.080513Jy sigma=1.303404 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.787 mas, bmaj=15.65 mas, bpa=17.64 degrees ! Estimated noise=0.527094 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.000814634 Jy ! Component: 100 - total flux cleaned = -0.00084415 Jy ! Component: 150 - total flux cleaned = -0.00089597 Jy ! Component: 200 - total flux cleaned = -0.000940735 Jy ! Total flux subtracted in 200 components = -0.000940735 Jy ! Clean residual min=-0.002821 max=0.002883 Jy/beam ! Clean residual mean=-0.000000 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.0912938 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.0912938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080489Jy sigma=1.303065 ! Fit after self-cal, rms=0.080537Jy sigma=1.302924 ! 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.080537Jy sigma=1.302924 ! Fit after self-cal, rms=0.080914Jy sigma=1.301326 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=15.68 mas, bpa=17.66 degrees ! Estimated noise=0.528944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000252947 Jy ! Component: 100 - total flux cleaned = -0.000252369 Jy ! Component: 150 - total flux cleaned = -0.000271901 Jy ! Component: 200 - total flux cleaned = -0.000288529 Jy ! Total flux subtracted in 200 components = -0.000288529 Jy ! Clean residual min=-0.002661 max=0.002799 Jy/beam ! Clean residual mean=0.000001 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.0910053 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0910053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080902Jy sigma=1.301181 ! Fit after self-cal, rms=0.080904Jy sigma=1.301149 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 = 2.69895e-05 Jy ! Component: 100 - total flux cleaned = 1.22101e-05 Jy ! Component: 150 - total flux cleaned = -1.65989e-05 Jy ! Component: 200 - total flux cleaned = -4.40956e-05 Jy ! Total flux subtracted in 200 components = -4.40956e-05 Jy ! Clean residual min=-0.002663 max=0.002819 Jy/beam ! Clean residual mean=0.000001 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0909612 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 53 components and 0.0909612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080897Jy sigma=1.301080 ! Fit after self-cal, rms=0.080896Jy sigma=1.301073 ! 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.080896Jy sigma=1.301073 ! Fit after self-cal, rms=0.081031Jy sigma=1.299816 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.794 mas, bmaj=15.71 mas, bpa=17.7 degrees ! Estimated noise=0.528525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308848 Jy ! Component: 100 - total flux cleaned = -0.00035214 Jy ! Component: 150 - total flux cleaned = -0.000392626 Jy ! Component: 200 - total flux cleaned = -0.000418257 Jy ! Total flux subtracted in 200 components = -0.000418257 Jy ! Clean residual min=-0.002743 max=0.002675 Jy/beam ! Clean residual mean=0.000003 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.0905429 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 64 components and 0.0905429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081025Jy sigma=1.299758 ! Fit after self-cal, rms=0.081031Jy sigma=1.299677 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 = 2.07267e-05 Jy ! Component: 100 - total flux cleaned = -5.9205e-06 Jy ! Component: 150 - total flux cleaned = -3.14683e-05 Jy ! Component: 200 - total flux cleaned = -5.52582e-05 Jy ! Total flux subtracted in 200 components = -5.52582e-05 Jy ! Clean residual min=-0.002739 max=0.002689 Jy/beam ! Clean residual mean=0.000003 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.0904877 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.0904877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081026Jy sigma=1.299628 ! Fit after self-cal, rms=0.081026Jy sigma=1.299622 ! 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.081026Jy sigma=1.299622 ! Fit after self-cal, rms=0.081005Jy sigma=1.299610 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.089 mas, bmaj=23.09 mas, bpa=5.989 degrees ! Estimated noise=0.596636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199047 Jy ! Component: 100 - total flux cleaned = -0.000240948 Jy ! Component: 150 - total flux cleaned = -0.000273588 Jy ! Component: 200 - total flux cleaned = -0.000280868 Jy ! Total flux subtracted in 200 components = -0.000280868 Jy ! Clean residual min=-0.002188 max=0.002730 Jy/beam ! Clean residual mean=0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0902068 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.0902068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081004Jy sigma=1.299629 ! Fit after self-cal, rms=0.081004Jy sigma=1.299620 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 = -8.02817e-06 Jy ! Component: 100 - total flux cleaned = -2.26289e-05 Jy ! Component: 150 - total flux cleaned = -1.06464e-05 Jy ! Component: 200 - total flux cleaned = -4.91704e-06 Jy ! Total flux subtracted in 200 components = -4.91704e-06 Jy ! Clean residual min=-0.002190 max=0.002742 Jy/beam ! Clean residual mean=0.000007 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.0902019 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.0902019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081004Jy sigma=1.299641 ! Fit after self-cal, rms=0.081003Jy sigma=1.299638 ! 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.793 mas, bmaj=15.72 mas, bpa=17.72 degrees ! Estimated noise=0.527939 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.793 x 15.72 at 17.72 degrees (North through East) ! Clean map min=-0.0026387 max=0.090622 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.988 mas, bmaj=14.48 mas, bpa=19.11 degrees ! Estimated noise=0.841727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0697886 Jy ! Component: 100 - total flux cleaned = 0.0850759 Jy ! Component: 150 - total flux cleaned = 0.0890905 Jy ! Component: 200 - total flux cleaned = 0.0901198 Jy ! Total flux subtracted in 200 components = 0.0901198 Jy ! Clean residual min=-0.003974 max=0.004405 Jy/beam ! Clean residual mean=-0.000005 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.0901198 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0901198 Jy ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=15.72 mas, bpa=17.72 degrees ! Estimated noise=0.527939 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.00091129 Jy ! Component: 100 - total flux cleaned = 0.000917172 Jy ! Component: 150 - total flux cleaned = 0.000919987 Jy ! Component: 200 - total flux cleaned = 0.000954611 Jy ! Total flux subtracted in 200 components = 0.000954611 Jy ! Clean residual min=-0.002723 max=0.002734 Jy/beam ! Clean residual mean=0.000003 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.0910744 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 43 components and 0.0910744 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.089 mas, bmaj=23.09 mas, bpa=5.989 degrees ! Estimated noise=0.596636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00012841 Jy ! Component: 100 - total flux cleaned = -0.000144087 Jy ! Component: 150 - total flux cleaned = -0.000213634 Jy ! Component: 200 - total flux cleaned = -0.000264069 Jy ! Total flux subtracted in 200 components = -0.000264069 Jy ! Clean residual min=-0.002200 max=0.002786 Jy/beam ! Clean residual mean=0.000008 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0908104 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 = -4.76559e-05 Jy ! Component: 100 - total flux cleaned = -9.24537e-05 Jy ! Component: 150 - total flux cleaned = -0.00013488 Jy ! Component: 200 - total flux cleaned = -0.000175647 Jy ! Total flux subtracted in 200 components = -0.000175647 Jy ! Clean residual min=-0.002179 max=0.002780 Jy/beam ! Clean residual mean=0.000008 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0906347 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 66 components and 0.0906347 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=15.72 mas, bpa=17.72 degrees ! Estimated noise=0.527939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.33219e-05 Jy ! Component: 100 - total flux cleaned = -5.53524e-05 Jy ! Component: 150 - total flux cleaned = -9.79222e-05 Jy ! Component: 200 - total flux cleaned = -0.000137117 Jy ! Total flux subtracted in 200 components = -0.000137117 Jy ! Clean residual min=-0.002701 max=0.002710 Jy/beam ! Clean residual mean=0.000003 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.0904976 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.0904976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081023Jy sigma=1.299911 ! Fit after self-cal, rms=0.081029Jy sigma=1.299871 wmodel /scr/pima/bg219e_uvs/J2041-2718_S_map.mod ! Writing 76 model components to file: /scr/pima/bg219e_uvs/J2041-2718_S_map.mod wobs /scr/pima/bg219e_uvs/J2041-2718_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J2041-2718_S_uvs.fits wwins /scr/pima/bg219e_uvs/J2041-2718_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J2041-2718_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.000181993 Jy ! Component: 100 - total flux cleaned = -0.000616436 Jy ! Component: 150 - total flux cleaned = -0.0010212 Jy ! Component: 200 - total flux cleaned = -0.00117539 Jy ! Component: 250 - total flux cleaned = -0.0013991 Jy ! Component: 300 - total flux cleaned = -0.0015072 Jy ! Component: 350 - total flux cleaned = -0.00150702 Jy ! Component: 400 - total flux cleaned = -0.00154052 Jy ! Component: 450 - total flux cleaned = -0.00144109 Jy ! Component: 500 - total flux cleaned = -0.00153818 Jy ! Component: 550 - total flux cleaned = -0.0015699 Jy ! Component: 600 - total flux cleaned = -0.00166273 Jy ! Component: 650 - total flux cleaned = -0.00169337 Jy ! Component: 700 - total flux cleaned = -0.00189997 Jy ! Component: 750 - total flux cleaned = -0.00192911 Jy ! Component: 800 - total flux cleaned = -0.00207106 Jy ! Component: 850 - total flux cleaned = -0.00218174 Jy ! Component: 900 - total flux cleaned = -0.00226354 Jy ! Component: 950 - total flux cleaned = -0.00237171 Jy ! Component: 1000 - total flux cleaned = -0.00253009 Jy ! Component: 1050 - total flux cleaned = -0.00263359 Jy ! Component: 1100 - total flux cleaned = -0.00273558 Jy ! Component: 1150 - total flux cleaned = -0.00276054 Jy ! Component: 1200 - total flux cleaned = -0.00278535 Jy ! Component: 1250 - total flux cleaned = -0.00288222 Jy ! Component: 1300 - total flux cleaned = -0.0027627 Jy ! Component: 1350 - total flux cleaned = -0.00285777 Jy ! Component: 1400 - total flux cleaned = -0.0028345 Jy ! Component: 1450 - total flux cleaned = -0.00278877 Jy ! Component: 1500 - total flux cleaned = -0.00285673 Jy ! Component: 1550 - total flux cleaned = -0.00281182 Jy ! Component: 1600 - total flux cleaned = -0.00276751 Jy ! Component: 1650 - total flux cleaned = -0.00268062 Jy ! Component: 1700 - total flux cleaned = -0.00259473 Jy ! Component: 1750 - total flux cleaned = -0.00248841 Jy ! Component: 1800 - total flux cleaned = -0.00244631 Jy ! Component: 1850 - total flux cleaned = -0.00238391 Jy ! Component: 1900 - total flux cleaned = -0.00232265 Jy ! Component: 1950 - total flux cleaned = -0.00224167 Jy ! Component: 2000 - total flux cleaned = -0.00218184 Jy ! Component: 2050 - total flux cleaned = -0.00208317 Jy ! Component: 2100 - total flux cleaned = -0.00206352 Jy ! Component: 2150 - total flux cleaned = -0.00204403 Jy ! Component: 2200 - total flux cleaned = -0.0019099 Jy ! Component: 2250 - total flux cleaned = -0.00183436 Jy ! Component: 2300 - total flux cleaned = -0.00185321 Jy ! Component: 2350 - total flux cleaned = -0.0017791 Jy ! Component: 2400 - total flux cleaned = -0.00166907 Jy ! Component: 2450 - total flux cleaned = -0.00163263 Jy ! Component: 2500 - total flux cleaned = -0.00157883 Jy ! Component: 2550 - total flux cleaned = -0.0015079 Jy ! Component: 2600 - total flux cleaned = -0.0014023 Jy ! Component: 2650 - total flux cleaned = -0.00128043 Jy ! Component: 2700 - total flux cleaned = -0.00126334 Jy ! Component: 2750 - total flux cleaned = -0.00116093 Jy ! Component: 2800 - total flux cleaned = -0.00117813 Jy ! Component: 2850 - total flux cleaned = -0.0011611 Jy ! Component: 2900 - total flux cleaned = -0.00107793 Jy ! Component: 2950 - total flux cleaned = -0.00111083 Jy ! Component: 3000 - total flux cleaned = -0.00106159 Jy ! Component: 3050 - total flux cleaned = -0.00101288 Jy ! Component: 3100 - total flux cleaned = -0.000948463 Jy ! Component: 3150 - total flux cleaned = -0.000932287 Jy ! Component: 3200 - total flux cleaned = -0.000821323 Jy ! Component: 3250 - total flux cleaned = -0.000805599 Jy ! Component: 3300 - total flux cleaned = -0.000805609 Jy ! Component: 3350 - total flux cleaned = -0.000712724 Jy ! Component: 3400 - total flux cleaned = -0.000682083 Jy ! Component: 3450 - total flux cleaned = -0.000682082 Jy ! Component: 3500 - total flux cleaned = -0.000651832 Jy ! Component: 3550 - total flux cleaned = -0.000636627 Jy ! Component: 3600 - total flux cleaned = -0.000577141 Jy ! Component: 3650 - total flux cleaned = -0.000577094 Jy ! Component: 3700 - total flux cleaned = -0.000576922 Jy ! Component: 3750 - total flux cleaned = -0.000533295 Jy ! Component: 3800 - total flux cleaned = -0.00051898 Jy ! Component: 3850 - total flux cleaned = -0.000561683 Jy ! Component: 3900 - total flux cleaned = -0.000561609 Jy ! Component: 3950 - total flux cleaned = -0.000477064 Jy ! Component: 4000 - total flux cleaned = -0.000491388 Jy ! Component: 4050 - total flux cleaned = -0.000519343 Jy ! Total flux subtracted in 4096 components = -0.000478126 Jy ! Clean residual min=-0.000777 max=0.000833 Jy/beam ! Clean residual mean=0.000003 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.0900195 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 356 components and 0.0900195 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J2041-2718_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.793 x 15.72 at 17.72 degrees (North through East) ! Clean map min=-0.002191 max=0.090596 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J2041-2718_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0905956 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000266404 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.882177 0.882177 1.76435 3.52871 7.05742 14.1148 28.2297 56.4593 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.09 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 340.067 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J2041-2718_S_uvs.log closed on Thu Apr 7 06:53:26 2016