! Started logfile: /scr/pima/bg219a_uvs/J0013-0423_S_uvs.log on Sun Apr 3 20:18:21 2016 obs /scr/pima/bg219a_uvs/J0013-0423_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0013-0423_S_uva.fits ! AN table 1: 28 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.846939 visibilities/baseline/integration-bin. ! Found source: J0013-0423 ! ! 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 1992 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/J0013-0423_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011293Jy sigma=22.227622 ! Fit after self-cal, rms=0.923256Jy sigma=20.316120 ! 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.653 mas, bmaj=6.253 mas, bpa=-1.179 degrees ! Estimated noise=1.02207 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.059653 Jy ! Component: 100 - total flux cleaned = 0.0739102 Jy ! Total flux subtracted in 100 components = 0.0739102 Jy ! Clean residual min=-0.006628 max=0.006054 Jy/beam ! Clean residual mean=-0.000004 rms=0.001574 Jy/beam ! Combined flux in latest and established models = 0.0739102 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0739102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079416Jy sigma=1.289694 ! Fit after self-cal, rms=0.079020Jy sigma=1.277114 ! 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.061 mas, bmaj=6.965 mas, bpa=-2.148 degrees ! Estimated noise=0.824949 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.00668095 Jy ! Component: 100 - total flux cleaned = 0.00988927 Jy ! Component: 150 - total flux cleaned = 0.0115076 Jy ! Component: 200 - total flux cleaned = 0.0120748 Jy ! Total flux subtracted in 200 components = 0.0120748 Jy ! Clean residual min=-0.005434 max=0.004650 Jy/beam ! Clean residual mean=-0.000006 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.085985 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.085985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078088Jy sigma=1.266894 ! Fit after self-cal, rms=0.078104Jy sigma=1.266196 ! 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.061 x 6.965 at -2.148 degrees (North through East) ! Clean map min=-0.0053857 max=0.077266 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.08 LA 1.01 MK 1.05 NL 1.12 ! OV 1.05 PT 1.01 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 LA 0.97 MK 0.95 NL 1.04 ! OV 1.05 PT 1.06 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* LA 1.00* MK 1.00* NL 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 LA 0.99 MK 1.03 NL 0.90 ! OV 0.98 PT 0.99 SC 0.92 ! ! ! Fit before self-cal, rms=0.078104Jy sigma=1.266196 ! Fit after self-cal, rms=0.080649Jy sigma=1.259619 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=6.938 mas, bpa=-1.983 degrees ! Estimated noise=0.842034 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.00225967 Jy ! Component: 100 - total flux cleaned = 0.00252546 Jy ! Component: 150 - total flux cleaned = 0.00273129 Jy ! Component: 200 - total flux cleaned = 0.00289331 Jy ! Total flux subtracted in 200 components = 0.00289331 Jy ! Clean residual min=-0.005370 max=0.004500 Jy/beam ! Clean residual mean=-0.000006 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.0888783 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.0888783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080432Jy sigma=1.259100 ! Fit after self-cal, rms=0.080445Jy sigma=1.258567 ! 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.080445Jy sigma=1.258567 ! Fit after self-cal, rms=0.081473Jy sigma=1.253837 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=6.932 mas, bpa=-1.895 degrees ! Estimated noise=0.863696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210294 Jy ! Component: 100 - total flux cleaned = 0.00229258 Jy ! Component: 150 - total flux cleaned = 0.00248018 Jy ! Component: 200 - total flux cleaned = 0.00262699 Jy ! Total flux subtracted in 200 components = 0.00262699 Jy ! Clean residual min=-0.005564 max=0.004882 Jy/beam ! Clean residual mean=-0.000009 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.0915053 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.0915053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081288Jy sigma=1.253401 ! Fit after self-cal, rms=0.081292Jy sigma=1.253154 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 = -6.45478e-05 Jy ! Component: 100 - total flux cleaned = -5.9769e-05 Jy ! Component: 150 - total flux cleaned = -3.72021e-05 Jy ! Component: 200 - total flux cleaned = -5.66069e-05 Jy ! Total flux subtracted in 200 components = -5.66069e-05 Jy ! Clean residual min=-0.005567 max=0.004923 Jy/beam ! Clean residual mean=-0.000009 rms=0.001273 Jy/beam ! Combined flux in latest and established models = 0.0914487 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.0914487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081246Jy sigma=1.253016 ! Fit after self-cal, rms=0.081245Jy sigma=1.252893 ! 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.081245Jy sigma=1.252893 ! Fit after self-cal, rms=0.082072Jy sigma=1.252146 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=6.926 mas, bpa=-1.897 degrees ! Estimated noise=0.879852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150643 Jy ! Component: 100 - total flux cleaned = 0.0016433 Jy ! Component: 150 - total flux cleaned = 0.0017806 Jy ! Component: 200 - total flux cleaned = 0.00186883 Jy ! Total flux subtracted in 200 components = 0.00186883 Jy ! Clean residual min=-0.005617 max=0.005020 Jy/beam ! Clean residual mean=-0.000009 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.0933176 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.0933175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081957Jy sigma=1.252128 ! Fit after self-cal, rms=0.081957Jy sigma=1.252061 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 = -4.68852e-05 Jy ! Component: 100 - total flux cleaned = -0.00010807 Jy ! Component: 150 - total flux cleaned = -0.000108696 Jy ! Component: 200 - total flux cleaned = -0.000108484 Jy ! Total flux subtracted in 200 components = -0.000108484 Jy ! Clean residual min=-0.005613 max=0.005035 Jy/beam ! Clean residual mean=-0.000009 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.0932091 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.0932091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081929Jy sigma=1.252001 ! Fit after self-cal, rms=0.081930Jy sigma=1.251944 ! 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.081930Jy sigma=1.251944 ! Fit after self-cal, rms=0.082529Jy sigma=1.251596 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.204 mas, bmaj=13.65 mas, bpa=4.983 degrees ! Estimated noise=1.15989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000825721 Jy ! Component: 100 - total flux cleaned = 0.000830748 Jy ! Component: 150 - total flux cleaned = 0.000801511 Jy ! Component: 200 - total flux cleaned = 0.000742245 Jy ! Total flux subtracted in 200 components = 0.000742245 Jy ! Clean residual min=-0.006626 max=0.005047 Jy/beam ! Clean residual mean=-0.000021 rms=0.001907 Jy/beam ! Combined flux in latest and established models = 0.0939513 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.0939513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082441Jy sigma=1.251940 ! Fit after self-cal, rms=0.082440Jy sigma=1.251834 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.00016078 Jy ! Component: 100 - total flux cleaned = -0.000251113 Jy ! Component: 150 - total flux cleaned = -0.000306744 Jy ! Component: 200 - total flux cleaned = -0.000358626 Jy ! Total flux subtracted in 200 components = -0.000358626 Jy ! Clean residual min=-0.006608 max=0.005028 Jy/beam ! Clean residual mean=-0.000021 rms=0.001902 Jy/beam ! Combined flux in latest and established models = 0.0935927 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.0935927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082412Jy sigma=1.252097 ! Fit after self-cal, rms=0.082416Jy sigma=1.251991 ! 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.02 mas, bmaj=6.923 mas, bpa=-1.912 degrees ! Estimated noise=0.890931 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.02 x 6.923 at -1.912 degrees (North through East) ! Clean map min=-0.0054223 max=0.084465 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.624 mas, bmaj=6.248 mas, bpa=-0.8113 degrees ! Estimated noise=1.09671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0641117 Jy ! Component: 100 - total flux cleaned = 0.0809075 Jy ! Component: 150 - total flux cleaned = 0.0883593 Jy ! Component: 200 - total flux cleaned = 0.0908804 Jy ! Total flux subtracted in 200 components = 0.0908804 Jy ! Clean residual min=-0.006544 max=0.005409 Jy/beam ! Clean residual mean=-0.000004 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.0908805 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0908805 Jy ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=6.923 mas, bpa=-1.912 degrees ! Estimated noise=0.890931 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.00162434 Jy ! Component: 100 - total flux cleaned = 0.00201063 Jy ! Component: 150 - total flux cleaned = 0.00239743 Jy ! Component: 200 - total flux cleaned = 0.00269982 Jy ! Total flux subtracted in 200 components = 0.00269982 Jy ! Clean residual min=-0.005760 max=0.005300 Jy/beam ! Clean residual mean=-0.000009 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.0935803 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 21 components and 0.0935803 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.204 mas, bmaj=13.65 mas, bpa=4.983 degrees ! Estimated noise=1.15989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000288939 Jy ! Component: 100 - total flux cleaned = 0.0002893 Jy ! Component: 150 - total flux cleaned = 0.000255354 Jy ! Component: 200 - total flux cleaned = 0.000157425 Jy ! Total flux subtracted in 200 components = 0.000157425 Jy ! Clean residual min=-0.006595 max=0.005131 Jy/beam ! Clean residual mean=-0.000021 rms=0.001914 Jy/beam ! Combined flux in latest and established models = 0.0937377 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 = -6.30215e-05 Jy ! Component: 100 - total flux cleaned = -0.0001228 Jy ! Component: 150 - total flux cleaned = -0.000181055 Jy ! Component: 200 - total flux cleaned = -0.000237688 Jy ! Total flux subtracted in 200 components = -0.000237688 Jy ! Clean residual min=-0.006565 max=0.005098 Jy/beam ! Clean residual mean=-0.000021 rms=0.001903 Jy/beam ! Combined flux in latest and established models = 0.0935 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.0935 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=6.923 mas, bpa=-1.912 degrees ! Estimated noise=0.890931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.7791e-05 Jy ! Component: 100 - total flux cleaned = 0.000111501 Jy ! Component: 150 - total flux cleaned = 0.000131629 Jy ! Component: 200 - total flux cleaned = 0.000150717 Jy ! Total flux subtracted in 200 components = 0.000150717 Jy ! Clean residual min=-0.005579 max=0.005194 Jy/beam ! Clean residual mean=-0.000009 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.0936508 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.0936507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082426Jy sigma=1.252518 ! Fit after self-cal, rms=0.082426Jy sigma=1.252288 wmodel /scr/pima/bg219a_uvs/J0013-0423_S_map.mod ! Writing 43 model components to file: /scr/pima/bg219a_uvs/J0013-0423_S_map.mod wobs /scr/pima/bg219a_uvs/J0013-0423_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0013-0423_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0013-0423_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0013-0423_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.00118275 Jy ! Component: 100 - total flux cleaned = -0.00268481 Jy ! Component: 150 - total flux cleaned = -0.00383178 Jy ! Component: 200 - total flux cleaned = -0.00475248 Jy ! Component: 250 - total flux cleaned = -0.005409 Jy ! Component: 300 - total flux cleaned = -0.00575705 Jy ! Component: 350 - total flux cleaned = -0.00595766 Jy ! Component: 400 - total flux cleaned = -0.00595856 Jy ! Component: 450 - total flux cleaned = -0.00602061 Jy ! Component: 500 - total flux cleaned = -0.00602132 Jy ! Component: 550 - total flux cleaned = -0.00613781 Jy ! Component: 600 - total flux cleaned = -0.00630496 Jy ! Component: 650 - total flux cleaned = -0.00635739 Jy ! Component: 700 - total flux cleaned = -0.00624977 Jy ! Component: 750 - total flux cleaned = -0.00609715 Jy ! Component: 800 - total flux cleaned = -0.00594862 Jy ! Component: 850 - total flux cleaned = -0.00590045 Jy ! Component: 900 - total flux cleaned = -0.00580432 Jy ! Component: 950 - total flux cleaned = -0.00561744 Jy ! Component: 1000 - total flux cleaned = -0.00552535 Jy ! Component: 1050 - total flux cleaned = -0.00539028 Jy ! Component: 1100 - total flux cleaned = -0.00525808 Jy ! Component: 1150 - total flux cleaned = -0.00508633 Jy ! Component: 1200 - total flux cleaned = -0.00495979 Jy ! Component: 1250 - total flux cleaned = -0.00483598 Jy ! Component: 1300 - total flux cleaned = -0.00483601 Jy ! Component: 1350 - total flux cleaned = -0.0046386 Jy ! Component: 1400 - total flux cleaned = -0.00467715 Jy ! Component: 1450 - total flux cleaned = -0.00448542 Jy ! Component: 1500 - total flux cleaned = -0.00444748 Jy ! Component: 1550 - total flux cleaned = -0.00437269 Jy ! Component: 1600 - total flux cleaned = -0.00433594 Jy ! Component: 1650 - total flux cleaned = -0.00419243 Jy ! Component: 1700 - total flux cleaned = -0.00415724 Jy ! Component: 1750 - total flux cleaned = -0.00415754 Jy ! Component: 1800 - total flux cleaned = -0.00422629 Jy ! Component: 1850 - total flux cleaned = -0.00415856 Jy ! Component: 1900 - total flux cleaned = -0.00402478 Jy ! Component: 1950 - total flux cleaned = -0.0040241 Jy ! Component: 2000 - total flux cleaned = -0.0039914 Jy ! Component: 2050 - total flux cleaned = -0.00408742 Jy ! Component: 2100 - total flux cleaned = -0.00396006 Jy ! Component: 2150 - total flux cleaned = -0.00402218 Jy ! Component: 2200 - total flux cleaned = -0.00389794 Jy ! Component: 2250 - total flux cleaned = -0.0038058 Jy ! Component: 2300 - total flux cleaned = -0.00374508 Jy ! Component: 2350 - total flux cleaned = -0.00362524 Jy ! Component: 2400 - total flux cleaned = -0.0034479 Jy ! Component: 2450 - total flux cleaned = -0.00341869 Jy ! Component: 2500 - total flux cleaned = -0.00315833 Jy ! Component: 2550 - total flux cleaned = -0.00307245 Jy ! Component: 2600 - total flux cleaned = -0.00301586 Jy ! Component: 2650 - total flux cleaned = -0.00281952 Jy ! Component: 2700 - total flux cleaned = -0.00276386 Jy ! Component: 2750 - total flux cleaned = -0.00270825 Jy ! Component: 2800 - total flux cleaned = -0.00248995 Jy ! Component: 2850 - total flux cleaned = -0.00230121 Jy ! Component: 2900 - total flux cleaned = -0.00222108 Jy ! Component: 2950 - total flux cleaned = -0.00206167 Jy ! Component: 3000 - total flux cleaned = -0.00200865 Jy ! Component: 3050 - total flux cleaned = -0.00174791 Jy ! Component: 3100 - total flux cleaned = -0.00159274 Jy ! Component: 3150 - total flux cleaned = -0.00149036 Jy ! Component: 3200 - total flux cleaned = -0.00128724 Jy ! Component: 3250 - total flux cleaned = -0.00111126 Jy ! Component: 3300 - total flux cleaned = -0.00106118 Jy ! Component: 3350 - total flux cleaned = -0.000813171 Jy ! Component: 3400 - total flux cleaned = -0.000616409 Jy ! Component: 3450 - total flux cleaned = -0.000494427 Jy ! Component: 3500 - total flux cleaned = -0.000301026 Jy ! Component: 3550 - total flux cleaned = -6.08707e-05 Jy ! Component: 3600 - total flux cleaned = 5.81151e-05 Jy ! Component: 3650 - total flux cleaned = 0.00031837 Jy ! Component: 3700 - total flux cleaned = 0.000482455 Jy ! Component: 3750 - total flux cleaned = 0.000645554 Jy ! Component: 3800 - total flux cleaned = 0.000854018 Jy ! Component: 3850 - total flux cleaned = 0.00106078 Jy ! Component: 3900 - total flux cleaned = 0.00122067 Jy ! Component: 3950 - total flux cleaned = 0.00142475 Jy ! Component: 4000 - total flux cleaned = 0.00155973 Jy ! Component: 4050 - total flux cleaned = 0.00169395 Jy ! Total flux subtracted in 4096 components = 0.00182709 Jy ! Clean residual min=-0.001208 max=0.001203 Jy/beam ! Clean residual mean=-0.000008 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0954778 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 325 components and 0.0954779 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0013-0423_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.02 x 6.923 at -1.912 degrees (North through East) ! Clean map min=-0.0040661 max=0.084936 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0013-0423_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0849358 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000424953 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.50097 1.50097 3.00193 6.00387 12.0077 24.0155 48.031 96.0619 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.084 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 199.871 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0013-0423_S_uvs.log closed on Sun Apr 3 20:18:26 2016