! Started logfile: /scr/pima/bg219a_uvs/J1748+0832_S_uvs.log on Wed Apr 6 23:00:54 2016 obs /scr/pima/bg219a_uvs/J1748+0832_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1748+0832_S_uva.fits ! AN table 1: 52 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.707692 visibilities/baseline/integration-bin. ! Found source: J1748+0832 ! ! 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 2208 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/J1748+0832_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006629Jy sigma=22.651165 ! Fit after self-cal, rms=0.931827Jy sigma=20.925365 ! 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.583 mas, bmaj=6.222 mas, bpa=-6.414 degrees ! Estimated noise=0.980892 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.0536917 Jy ! Component: 100 - total flux cleaned = 0.0678255 Jy ! Total flux subtracted in 100 components = 0.0678255 Jy ! Clean residual min=-0.010699 max=0.016966 Jy/beam ! Clean residual mean=0.000034 rms=0.003922 Jy/beam ! Combined flux in latest and established models = 0.0678255 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0678255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070459Jy sigma=1.543570 ! Fit after self-cal, rms=0.069720Jy sigma=1.529361 ! 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.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 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.0142126 Jy ! Component: 100 - total flux cleaned = 0.0227428 Jy ! Component: 150 - total flux cleaned = 0.0280671 Jy ! Component: 200 - total flux cleaned = 0.0313028 Jy ! Total flux subtracted in 200 components = 0.0313028 Jy ! Clean residual min=-0.013111 max=0.020442 Jy/beam ! Clean residual mean=0.000061 rms=0.005346 Jy/beam ! Combined flux in latest and established models = 0.0991283 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.0991283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067305Jy sigma=1.440168 ! Fit after self-cal, rms=0.067223Jy sigma=1.436742 ! 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.113 x 7.553 at -6.193 degrees (North through East) ! Clean map min=-0.012558 max=0.06773 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! 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: ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.067223Jy sigma=1.436742 ! Fit after self-cal, rms=0.067223Jy sigma=1.436742 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 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.00177569 Jy ! Component: 100 - total flux cleaned = 0.00239537 Jy ! Component: 150 - total flux cleaned = 0.00286743 Jy ! Component: 200 - total flux cleaned = 0.00322133 Jy ! Total flux subtracted in 200 components = 0.00322133 Jy ! Clean residual min=-0.012548 max=0.019949 Jy/beam ! Clean residual mean=0.000059 rms=0.005235 Jy/beam ! Combined flux in latest and established models = 0.10235 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 26 components and 0.10235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066988Jy sigma=1.429466 ! Fit after self-cal, rms=0.066981Jy sigma=1.429119 ! 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.066981Jy sigma=1.429119 ! Fit after self-cal, rms=0.066981Jy sigma=1.429119 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000261321 Jy ! Component: 100 - total flux cleaned = 0.000688748 Jy ! Component: 150 - total flux cleaned = 0.00100405 Jy ! Component: 200 - total flux cleaned = 0.00129751 Jy ! Total flux subtracted in 200 components = 0.00129751 Jy ! Clean residual min=-0.012384 max=0.019641 Jy/beam ! Clean residual mean=0.000057 rms=0.005168 Jy/beam ! Combined flux in latest and established models = 0.103647 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.103647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066817Jy sigma=1.424676 ! Fit after self-cal, rms=0.066816Jy sigma=1.424345 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.000258531 Jy ! Component: 100 - total flux cleaned = 0.000553065 Jy ! Component: 150 - total flux cleaned = 0.000756786 Jy ! Component: 200 - total flux cleaned = 0.000948298 Jy ! Total flux subtracted in 200 components = 0.000948298 Jy ! Clean residual min=-0.012293 max=0.019482 Jy/beam ! Clean residual mean=0.000056 rms=0.005115 Jy/beam ! Combined flux in latest and established models = 0.104595 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.104595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066685Jy sigma=1.420802 ! Fit after self-cal, rms=0.066604Jy sigma=1.419436 ! 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.066604Jy sigma=1.419436 ! Fit after self-cal, rms=0.066604Jy sigma=1.419436 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470744 Jy ! Component: 100 - total flux cleaned = 0.000678211 Jy ! Component: 150 - total flux cleaned = 0.000805019 Jy ! Component: 200 - total flux cleaned = 0.000918378 Jy ! Total flux subtracted in 200 components = 0.000918378 Jy ! Clean residual min=-0.012098 max=0.019349 Jy/beam ! Clean residual mean=0.000055 rms=0.005048 Jy/beam ! Combined flux in latest and established models = 0.105514 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.105514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066492Jy sigma=1.416234 ! Fit after self-cal, rms=0.066462Jy sigma=1.415705 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.000711497 Jy ! Component: 100 - total flux cleaned = 0.000704918 Jy ! Component: 150 - total flux cleaned = 0.000640581 Jy ! Component: 200 - total flux cleaned = 0.000694063 Jy ! Total flux subtracted in 200 components = 0.000694063 Jy ! Clean residual min=-0.012070 max=0.019144 Jy/beam ! Clean residual mean=0.000054 rms=0.005001 Jy/beam ! Combined flux in latest and established models = 0.106208 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.106208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066355Jy sigma=1.412663 ! Fit after self-cal, rms=0.066316Jy sigma=1.411991 ! 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.066316Jy sigma=1.411991 ! Fit after self-cal, rms=0.066316Jy sigma=1.411991 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.78 mas, bmaj=15.4 mas, bpa=-8.052 degrees ! Estimated noise=0.894757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104765 Jy ! Component: 100 - total flux cleaned = 0.0115989 Jy ! Component: 150 - total flux cleaned = 0.0125793 Jy ! Component: 200 - total flux cleaned = 0.0134306 Jy ! Total flux subtracted in 200 components = 0.0134306 Jy ! Clean residual min=-0.020394 max=0.026042 Jy/beam ! Clean residual mean=0.000099 rms=0.008372 Jy/beam ! Combined flux in latest and established models = 0.119639 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 39 components and 0.119639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067554Jy sigma=1.430658 ! Fit after self-cal, rms=0.067071Jy sigma=1.419514 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.00118387 Jy ! Component: 100 - total flux cleaned = 0.00199458 Jy ! Component: 150 - total flux cleaned = 0.00269772 Jy ! Component: 200 - total flux cleaned = 0.0031688 Jy ! Total flux subtracted in 200 components = 0.0031688 Jy ! Clean residual min=-0.019051 max=0.023409 Jy/beam ! Clean residual mean=0.000092 rms=0.007748 Jy/beam ! Combined flux in latest and established models = 0.122807 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 42 components and 0.122807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067930Jy sigma=1.435700 ! Fit after self-cal, rms=0.067210Jy sigma=1.416139 ! 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.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 7.553 at -6.193 degrees (North through East) ! Clean map min=-0.011985 max=0.053519 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.583 mas, bmaj=6.222 mas, bpa=-6.414 degrees ! Estimated noise=0.980892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0500573 Jy ! Component: 100 - total flux cleaned = 0.0692233 Jy ! Component: 150 - total flux cleaned = 0.0821823 Jy ! Component: 200 - total flux cleaned = 0.0892861 Jy ! Total flux subtracted in 200 components = 0.0892861 Jy ! Clean residual min=-0.013065 max=0.019548 Jy/beam ! Clean residual mean=0.000026 rms=0.003748 Jy/beam ! Combined flux in latest and established models = 0.0892861 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0892861 Jy ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 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.0107361 Jy ! Component: 100 - total flux cleaned = 0.0146124 Jy ! Component: 150 - total flux cleaned = 0.0158719 Jy ! Component: 200 - total flux cleaned = 0.0166404 Jy ! Total flux subtracted in 200 components = 0.0166404 Jy ! Clean residual min=-0.012478 max=0.019631 Jy/beam ! Clean residual mean=0.000055 rms=0.004820 Jy/beam ! Combined flux in latest and established models = 0.105926 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.105926 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.78 mas, bmaj=15.4 mas, bpa=-8.052 degrees ! Estimated noise=0.894757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131535 Jy ! Component: 100 - total flux cleaned = 0.0149144 Jy ! Component: 150 - total flux cleaned = 0.0159042 Jy ! Component: 200 - total flux cleaned = 0.0167753 Jy ! Total flux subtracted in 200 components = 0.0167753 Jy ! Clean residual min=-0.018637 max=0.023159 Jy/beam ! Clean residual mean=0.000092 rms=0.007707 Jy/beam ! Combined flux in latest and established models = 0.122702 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.000761454 Jy ! Component: 100 - total flux cleaned = 0.00142954 Jy ! Component: 150 - total flux cleaned = 0.00187341 Jy ! Component: 200 - total flux cleaned = 0.00240359 Jy ! Total flux subtracted in 200 components = 0.00240359 Jy ! Clean residual min=-0.017899 max=0.021561 Jy/beam ! Clean residual mean=0.000086 rms=0.007276 Jy/beam ! Combined flux in latest and established models = 0.125105 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 30 components and 0.125105 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=7.553 mas, bpa=-6.193 degrees ! Estimated noise=0.714936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00751889 Jy ! Component: 100 - total flux cleaned = -0.00780196 Jy ! Component: 150 - total flux cleaned = -0.00853216 Jy ! Component: 200 - total flux cleaned = -0.00871848 Jy ! Total flux subtracted in 200 components = -0.00871848 Jy ! Clean residual min=-0.010997 max=0.016631 Jy/beam ! Clean residual mean=0.000044 rms=0.004268 Jy/beam ! Combined flux in latest and established models = 0.116387 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 49 components and 0.116387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066083Jy sigma=1.390409 ! Fit after self-cal, rms=0.064819Jy sigma=1.363874 wmodel /scr/pima/bg219a_uvs/J1748+0832_S_map.mod ! Writing 49 model components to file: /scr/pima/bg219a_uvs/J1748+0832_S_map.mod wobs /scr/pima/bg219a_uvs/J1748+0832_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1748+0832_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1748+0832_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J1748+0832_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.00649214 Jy ! Component: 100 - total flux cleaned = 0.0117547 Jy ! Component: 150 - total flux cleaned = 0.0157953 Jy ! Component: 200 - total flux cleaned = 0.0194023 Jy ! Component: 250 - total flux cleaned = 0.0223864 Jy ! Component: 300 - total flux cleaned = 0.024707 Jy ! Component: 350 - total flux cleaned = 0.0267167 Jy ! Component: 400 - total flux cleaned = 0.0285724 Jy ! Component: 450 - total flux cleaned = 0.0298707 Jy ! Component: 500 - total flux cleaned = 0.0310775 Jy ! Component: 550 - total flux cleaned = 0.0315482 Jy ! Component: 600 - total flux cleaned = 0.0319941 Jy ! Component: 650 - total flux cleaned = 0.0324075 Jy ! Component: 700 - total flux cleaned = 0.0327977 Jy ! Component: 750 - total flux cleaned = 0.032946 Jy ! Component: 800 - total flux cleaned = 0.0331569 Jy ! Component: 850 - total flux cleaned = 0.0330885 Jy ! Component: 900 - total flux cleaned = 0.0331527 Jy ! Component: 950 - total flux cleaned = 0.0332143 Jy ! Component: 1000 - total flux cleaned = 0.0333925 Jy ! Component: 1050 - total flux cleaned = 0.0334461 Jy ! Component: 1100 - total flux cleaned = 0.0334464 Jy ! Component: 1150 - total flux cleaned = 0.0334984 Jy ! Component: 1200 - total flux cleaned = 0.0334975 Jy ! Component: 1250 - total flux cleaned = 0.0333514 Jy ! Component: 1300 - total flux cleaned = 0.0332575 Jy ! Component: 1350 - total flux cleaned = 0.0329844 Jy ! Component: 1400 - total flux cleaned = 0.0328078 Jy ! Component: 1450 - total flux cleaned = 0.0326361 Jy ! Component: 1500 - total flux cleaned = 0.0324687 Jy ! Component: 1550 - total flux cleaned = 0.0322654 Jy ! Component: 1600 - total flux cleaned = 0.0321071 Jy ! Component: 1650 - total flux cleaned = 0.0318373 Jy ! Component: 1700 - total flux cleaned = 0.0318756 Jy ! Component: 1750 - total flux cleaned = 0.0316896 Jy ! Component: 1800 - total flux cleaned = 0.03169 Jy ! Component: 1850 - total flux cleaned = 0.0315096 Jy ! Component: 1900 - total flux cleaned = 0.0314386 Jy ! Component: 1950 - total flux cleaned = 0.0313681 Jy ! Component: 2000 - total flux cleaned = 0.0312273 Jy ! Component: 2050 - total flux cleaned = 0.0311226 Jy ! Component: 2100 - total flux cleaned = 0.0310177 Jy ! Component: 2150 - total flux cleaned = 0.0309829 Jy ! Component: 2200 - total flux cleaned = 0.0308438 Jy ! Component: 2250 - total flux cleaned = 0.03074 Jy ! Component: 2300 - total flux cleaned = 0.0306362 Jy ! Component: 2350 - total flux cleaned = 0.0305324 Jy ! Component: 2400 - total flux cleaned = 0.030532 Jy ! Component: 2450 - total flux cleaned = 0.0306017 Jy ! Component: 2500 - total flux cleaned = 0.0306022 Jy ! Component: 2550 - total flux cleaned = 0.0306372 Jy ! Component: 2600 - total flux cleaned = 0.030708 Jy ! Component: 2650 - total flux cleaned = 0.0307082 Jy ! Component: 2700 - total flux cleaned = 0.030744 Jy ! Component: 2750 - total flux cleaned = 0.03078 Jy ! Component: 2800 - total flux cleaned = 0.0307436 Jy ! Component: 2850 - total flux cleaned = 0.0307801 Jy ! Component: 2900 - total flux cleaned = 0.0307431 Jy ! Component: 2950 - total flux cleaned = 0.0307048 Jy ! Component: 3000 - total flux cleaned = 0.0307806 Jy ! Component: 3050 - total flux cleaned = 0.030742 Jy ! Component: 3100 - total flux cleaned = 0.0307029 Jy ! Component: 3150 - total flux cleaned = 0.0306243 Jy ! Component: 3200 - total flux cleaned = 0.0306241 Jy ! Component: 3250 - total flux cleaned = 0.0305033 Jy ! Component: 3300 - total flux cleaned = 0.0305438 Jy ! Component: 3350 - total flux cleaned = 0.0304619 Jy ! Component: 3400 - total flux cleaned = 0.0303785 Jy ! Component: 3450 - total flux cleaned = 0.0303363 Jy ! Component: 3500 - total flux cleaned = 0.0302506 Jy ! Component: 3550 - total flux cleaned = 0.0302503 Jy ! Component: 3600 - total flux cleaned = 0.0302066 Jy ! Component: 3650 - total flux cleaned = 0.0301631 Jy ! Component: 3700 - total flux cleaned = 0.0301632 Jy ! Component: 3750 - total flux cleaned = 0.0301635 Jy ! Component: 3800 - total flux cleaned = 0.0301178 Jy ! Component: 3850 - total flux cleaned = 0.0300713 Jy ! Component: 3900 - total flux cleaned = 0.0301187 Jy ! Component: 3950 - total flux cleaned = 0.0301194 Jy ! Component: 4000 - total flux cleaned = 0.0300709 Jy ! Component: 4050 - total flux cleaned = 0.0301196 Jy ! Total flux subtracted in 4096 components = 0.0301196 Jy ! Clean residual min=-0.002956 max=0.003047 Jy/beam ! Clean residual mean=0.000007 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.146506 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 345 components and 0.146506 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1748+0832_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 7.553 at -6.193 degrees (North through East) ! Clean map min=-0.0043288 max=0.054371 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1748+0832_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0543715 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000884463 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.88011 4.88011 9.76023 19.5205 39.0409 78.0818 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.054 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 61.473 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1748+0832_S_uvs.log closed on Wed Apr 6 23:00:58 2016