! Started logfile: /scr/pima/bg219a_uvs/J2156+8337_S_uvs.log on Wed Apr 6 23:03:49 2016 obs /scr/pima/bg219a_uvs/J2156+8337_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2156+8337_S_uva.fits ! AN table 1: 52 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.736264 visibilities/baseline/integration-bin. ! Found source: J2156+8337 ! ! 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 3216 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/J2156+8337_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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995418Jy sigma=22.557443 ! Fit after self-cal, rms=0.868479Jy sigma=19.515005 ! 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.698 mas, bmaj=10.18 mas, bpa=-48.92 degrees ! Estimated noise=0.850614 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.0971393 Jy ! Component: 100 - total flux cleaned = 0.134201 Jy ! Total flux subtracted in 100 components = 0.134201 Jy ! Clean residual min=-0.011756 max=0.016983 Jy/beam ! Clean residual mean=-0.000154 rms=0.003119 Jy/beam ! Combined flux in latest and established models = 0.134201 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.134201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072498Jy sigma=1.571249 ! Fit after self-cal, rms=0.072301Jy sigma=1.564196 ! 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.138 mas, bmaj=11.57 mas, bpa=-49.37 degrees ! Estimated noise=0.59464 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.0279704 Jy ! Component: 100 - total flux cleaned = 0.0419181 Jy ! Component: 150 - total flux cleaned = 0.0497843 Jy ! Component: 200 - total flux cleaned = 0.0554765 Jy ! Total flux subtracted in 200 components = 0.0554765 Jy ! Clean residual min=-0.007885 max=0.012368 Jy/beam ! Clean residual mean=-0.000147 rms=0.002632 Jy/beam ! Combined flux in latest and established models = 0.189678 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 50 components and 0.189678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061375Jy sigma=1.296484 ! Fit after self-cal, rms=0.061405Jy sigma=1.294491 ! 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.138 x 11.57 at -49.37 degrees (North through East) ! Clean map min=-0.0076505 max=0.13363 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: ! FD 0.92 LA 0.92 MK 1.00 NL 0.97 ! OV 1.06 PT 0.96 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 LA 0.96 MK 1.01 NL 0.98 ! OV 1.06 PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 LA 0.95 MK 1.04 NL 0.96 ! OV 1.05 PT 1.05 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 LA 0.93 MK 0.99 NL 1.01 ! OV 1.05 PT 0.99 SC 1.07 ! ! ! Fit before self-cal, rms=0.061405Jy sigma=1.294491 ! Fit after self-cal, rms=0.059519Jy sigma=1.272434 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.164 mas, bmaj=11.6 mas, bpa=-49.36 degrees ! Estimated noise=0.586067 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 (-19, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104909 Jy ! Component: 100 - total flux cleaned = 0.0160304 Jy ! Component: 150 - total flux cleaned = 0.0201844 Jy ! Component: 200 - total flux cleaned = 0.0235653 Jy ! Total flux subtracted in 200 components = 0.0235653 Jy ! Clean residual min=-0.005003 max=0.004923 Jy/beam ! Clean residual mean=-0.000056 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.213243 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 101 components and 0.213243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057432Jy sigma=1.221984 ! Fit after self-cal, rms=0.057249Jy sigma=1.217482 ! 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.057249Jy sigma=1.217482 ! Fit after self-cal, rms=0.056318Jy sigma=1.206340 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=11.55 mas, bpa=-49.32 degrees ! Estimated noise=0.577037 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342264 Jy ! Component: 100 - total flux cleaned = 0.00563851 Jy ! Component: 150 - total flux cleaned = 0.00695193 Jy ! Component: 200 - total flux cleaned = 0.00796023 Jy ! Total flux subtracted in 200 components = 0.00796023 Jy ! Clean residual min=-0.003600 max=0.003095 Jy/beam ! Clean residual mean=-0.000035 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.221203 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 131 components and 0.221203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055995Jy sigma=1.200054 ! Fit after self-cal, rms=0.055971Jy sigma=1.199171 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.00164824 Jy ! Component: 100 - total flux cleaned = 0.00251642 Jy ! Component: 150 - total flux cleaned = 0.00326555 Jy ! Component: 200 - total flux cleaned = 0.00380284 Jy ! Total flux subtracted in 200 components = 0.00380284 Jy ! Clean residual min=-0.003191 max=0.002916 Jy/beam ! Clean residual mean=-0.000028 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.225006 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 154 components and 0.225006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055849Jy sigma=1.196918 ! Fit after self-cal, rms=0.055833Jy sigma=1.196654 ! 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.055833Jy sigma=1.196654 ! Fit after self-cal, rms=0.055494Jy sigma=1.195958 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=11.55 mas, bpa=-49.33 degrees ! Estimated noise=0.574606 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158975 Jy ! Component: 100 - total flux cleaned = 0.0027339 Jy ! Component: 150 - total flux cleaned = 0.00324276 Jy ! Component: 200 - total flux cleaned = 0.00355789 Jy ! Total flux subtracted in 200 components = 0.00355789 Jy ! Clean residual min=-0.002825 max=0.002773 Jy/beam ! Clean residual mean=-0.000021 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.228564 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 174 components and 0.228564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055411Jy sigma=1.194406 ! Fit after self-cal, rms=0.055400Jy sigma=1.194202 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.000982707 Jy ! Component: 100 - total flux cleaned = 0.00136322 Jy ! Component: 150 - total flux cleaned = 0.00155118 Jy ! Component: 200 - total flux cleaned = 0.00175187 Jy ! Total flux subtracted in 200 components = 0.00175187 Jy ! Clean residual min=-0.002571 max=0.002695 Jy/beam ! Clean residual mean=-0.000018 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.230316 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 196 components and 0.230316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055357Jy sigma=1.193381 ! Fit after self-cal, rms=0.055352Jy sigma=1.193295 ! 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.055352Jy sigma=1.193295 ! Fit after self-cal, rms=0.055237Jy sigma=1.193101 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.732 mas, bmaj=19.48 mas, bpa=-55.7 degrees ! Estimated noise=0.712748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140346 Jy ! Component: 100 - total flux cleaned = 0.0021231 Jy ! Component: 150 - total flux cleaned = 0.00236191 Jy ! Component: 200 - total flux cleaned = 0.00254912 Jy ! Total flux subtracted in 200 components = 0.00254912 Jy ! Clean residual min=-0.003014 max=0.002092 Jy/beam ! Clean residual mean=-0.000031 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.232865 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 246 components and 0.232865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055209Jy sigma=1.192596 ! Fit after self-cal, rms=0.055200Jy sigma=1.192438 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.000725015 Jy ! Component: 100 - total flux cleaned = 0.000991962 Jy ! Component: 150 - total flux cleaned = 0.00112439 Jy ! Component: 200 - total flux cleaned = 0.00120876 Jy ! Total flux subtracted in 200 components = 0.00120876 Jy ! Clean residual min=-0.002799 max=0.001983 Jy/beam ! Clean residual mean=-0.000026 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.234074 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 283 components and 0.234074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055187Jy sigma=1.192176 ! Fit after self-cal, rms=0.055184Jy sigma=1.192114 ! 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.167 mas, bmaj=11.55 mas, bpa=-49.34 degrees ! Estimated noise=0.573918 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 11.55 at -49.34 degrees (North through East) ! Clean map min=-0.00226 max=0.13141 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.716 mas, bmaj=10.17 mas, bpa=-48.82 degrees ! Estimated noise=0.830989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0946558 Jy ! Component: 100 - total flux cleaned = 0.130702 Jy ! Component: 150 - total flux cleaned = 0.14907 Jy ! Component: 200 - total flux cleaned = 0.161059 Jy ! Total flux subtracted in 200 components = 0.161059 Jy ! Clean residual min=-0.007019 max=0.007603 Jy/beam ! Clean residual mean=-0.000092 rms=0.001804 Jy/beam ! Combined flux in latest and established models = 0.161059 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.161059 Jy ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=11.55 mas, bpa=-49.34 degrees ! Estimated noise=0.573918 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.0127295 Jy ! Component: 100 - total flux cleaned = 0.0215688 Jy ! Component: 150 - total flux cleaned = 0.0283997 Jy ! Component: 200 - total flux cleaned = 0.0339278 Jy ! Total flux subtracted in 200 components = 0.0339278 Jy ! Clean residual min=-0.004698 max=0.004189 Jy/beam ! Clean residual mean=-0.000095 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.194987 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 72 components and 0.194987 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=6.732 mas, bmaj=19.48 mas, bpa=-55.7 degrees ! Estimated noise=0.712748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00828604 Jy ! Component: 100 - total flux cleaned = 0.0144096 Jy ! Component: 150 - total flux cleaned = 0.0191745 Jy ! Component: 200 - total flux cleaned = 0.0229333 Jy ! Total flux subtracted in 200 components = 0.0229333 Jy ! Clean residual min=-0.004055 max=0.002891 Jy/beam ! Clean residual mean=-0.000102 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.21792 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.00298586 Jy ! Component: 100 - total flux cleaned = 0.00537123 Jy ! Component: 150 - total flux cleaned = 0.00729009 Jy ! Component: 200 - total flux cleaned = 0.00885348 Jy ! Total flux subtracted in 200 components = 0.00885348 Jy ! Clean residual min=-0.003283 max=0.002085 Jy/beam ! Clean residual mean=-0.000061 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.226774 Jy ! Adding 145 model components to the UV plane model. ! The established model now contains 214 components and 0.226774 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=11.55 mas, bpa=-49.34 degrees ! Estimated noise=0.573918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182916 Jy ! Component: 100 - total flux cleaned = 0.00283971 Jy ! Component: 150 - total flux cleaned = 0.00351185 Jy ! Component: 200 - total flux cleaned = 0.00394031 Jy ! Total flux subtracted in 200 components = 0.00394031 Jy ! Clean residual min=-0.002504 max=0.002456 Jy/beam ! Clean residual mean=-0.000019 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.230714 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 239 components and 0.230714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055289Jy sigma=1.193642 ! Fit after self-cal, rms=0.055265Jy sigma=1.193346 wmodel /scr/pima/bg219a_uvs/J2156+8337_S_map.mod ! Writing 239 model components to file: /scr/pima/bg219a_uvs/J2156+8337_S_map.mod wobs /scr/pima/bg219a_uvs/J2156+8337_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2156+8337_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2156+8337_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J2156+8337_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.000513226 Jy ! Component: 100 - total flux cleaned = -0.000278305 Jy ! Component: 150 - total flux cleaned = -9.49599e-05 Jy ! Component: 200 - total flux cleaned = 8.03853e-06 Jy ! Component: 250 - total flux cleaned = 7.4048e-05 Jy ! Component: 300 - total flux cleaned = 0.000135675 Jy ! Component: 350 - total flux cleaned = 0.000277879 Jy ! Component: 400 - total flux cleaned = 0.000331855 Jy ! Component: 450 - total flux cleaned = 0.000332079 Jy ! Component: 500 - total flux cleaned = 0.000358315 Jy ! Component: 550 - total flux cleaned = 0.000358905 Jy ! Component: 600 - total flux cleaned = 0.00033585 Jy ! Component: 650 - total flux cleaned = 0.000336235 Jy ! Component: 700 - total flux cleaned = 0.000270685 Jy ! Component: 750 - total flux cleaned = 0.000250111 Jy ! Component: 800 - total flux cleaned = 0.000250726 Jy ! Component: 850 - total flux cleaned = 0.00018994 Jy ! Component: 900 - total flux cleaned = 0.000150222 Jy ! Component: 950 - total flux cleaned = 9.20625e-05 Jy ! Component: 1000 - total flux cleaned = -2.82601e-06 Jy ! Component: 1050 - total flux cleaned = -7.71827e-05 Jy ! Component: 1100 - total flux cleaned = -0.000150418 Jy ! Component: 1150 - total flux cleaned = -0.000240936 Jy ! Component: 1200 - total flux cleaned = -0.00032974 Jy ! Component: 1250 - total flux cleaned = -0.000417061 Jy ! Component: 1300 - total flux cleaned = -0.000451339 Jy ! Component: 1350 - total flux cleaned = -0.000502388 Jy ! Component: 1400 - total flux cleaned = -0.000535797 Jy ! Component: 1450 - total flux cleaned = -0.000552154 Jy ! Component: 1500 - total flux cleaned = -0.000536197 Jy ! Component: 1550 - total flux cleaned = -0.000599991 Jy ! Component: 1600 - total flux cleaned = -0.000568523 Jy ! Component: 1650 - total flux cleaned = -0.000646356 Jy ! Component: 1700 - total flux cleaned = -0.000630894 Jy ! Component: 1750 - total flux cleaned = -0.000646248 Jy ! Component: 1800 - total flux cleaned = -0.000661244 Jy ! Component: 1850 - total flux cleaned = -0.000705506 Jy ! Component: 1900 - total flux cleaned = -0.000720405 Jy ! Component: 1950 - total flux cleaned = -0.000749449 Jy ! Component: 2000 - total flux cleaned = -0.000763778 Jy ! Component: 2050 - total flux cleaned = -0.000721448 Jy ! Component: 2100 - total flux cleaned = -0.000735391 Jy ! Component: 2150 - total flux cleaned = -0.000735473 Jy ! Component: 2200 - total flux cleaned = -0.00069423 Jy ! Component: 2250 - total flux cleaned = -0.000694458 Jy ! Component: 2300 - total flux cleaned = -0.000667706 Jy ! Component: 2350 - total flux cleaned = -0.00065426 Jy ! Component: 2400 - total flux cleaned = -0.000667508 Jy ! Component: 2450 - total flux cleaned = -0.000641178 Jy ! Component: 2500 - total flux cleaned = -0.000615131 Jy ! Component: 2550 - total flux cleaned = -0.000640904 Jy ! Component: 2600 - total flux cleaned = -0.000653796 Jy ! Component: 2650 - total flux cleaned = -0.000666654 Jy ! Component: 2700 - total flux cleaned = -0.000691829 Jy ! Component: 2750 - total flux cleaned = -0.000716846 Jy ! Component: 2800 - total flux cleaned = -0.000704263 Jy ! Component: 2850 - total flux cleaned = -0.00070417 Jy ! Component: 2900 - total flux cleaned = -0.00071655 Jy ! Component: 2950 - total flux cleaned = -0.000716587 Jy ! Component: 3000 - total flux cleaned = -0.000728788 Jy ! Component: 3050 - total flux cleaned = -0.000716747 Jy ! Component: 3100 - total flux cleaned = -0.000704739 Jy ! Component: 3150 - total flux cleaned = -0.000680773 Jy ! Component: 3200 - total flux cleaned = -0.000692748 Jy ! Component: 3250 - total flux cleaned = -0.000669161 Jy ! Component: 3300 - total flux cleaned = -0.000680899 Jy ! Component: 3350 - total flux cleaned = -0.000645744 Jy ! Component: 3400 - total flux cleaned = -0.000657487 Jy ! Component: 3450 - total flux cleaned = -0.000657492 Jy ! Component: 3500 - total flux cleaned = -0.000669019 Jy ! Component: 3550 - total flux cleaned = -0.000623177 Jy ! Component: 3600 - total flux cleaned = -0.000611802 Jy ! Component: 3650 - total flux cleaned = -0.00063455 Jy ! Component: 3700 - total flux cleaned = -0.000600646 Jy ! Component: 3750 - total flux cleaned = -0.000600683 Jy ! Component: 3800 - total flux cleaned = -0.000600718 Jy ! Component: 3850 - total flux cleaned = -0.000634198 Jy ! Component: 3900 - total flux cleaned = -0.000611961 Jy ! Component: 3950 - total flux cleaned = -0.000589845 Jy ! Component: 4000 - total flux cleaned = -0.000645054 Jy ! Component: 4050 - total flux cleaned = -0.000622975 Jy ! Total flux subtracted in 4096 components = -0.000622963 Jy ! Clean residual min=-0.000613 max=0.000669 Jy/beam ! Clean residual mean=-0.000009 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.230091 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 484 components and 0.230091 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2156+8337_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 11.55 at -49.34 degrees (North through East) ! Clean map min=-0.0011829 max=0.13215 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2156+8337_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.132152 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187258 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.425096 0.425096 0.850192 1.70038 3.40077 6.80153 13.6031 27.2061 54.4123 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.132 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 705.723 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2156+8337_S_uvs.log closed on Wed Apr 6 23:03:53 2016