! Started logfile: /scr/pima/bg219a_uvs/J1647+4950_S_uvs.log on Wed Apr 6 22:59:20 2016 obs /scr/pima/bg219a_uvs/J1647+4950_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1647+4950_S_uva.fits ! AN table 1: 48 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.658333 visibilities/baseline/integration-bin. ! Found source: J1647+4950 ! ! 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 1896 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/J1647+4950_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996164Jy sigma=26.849739 ! Fit after self-cal, rms=0.905386Jy sigma=24.149301 ! 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.402 mas, bmaj=13.64 mas, bpa=28.57 degrees ! Estimated noise=1.30777 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.0709879 Jy ! Component: 100 - total flux cleaned = 0.0895633 Jy ! Total flux subtracted in 100 components = 0.0895633 Jy ! Clean residual min=-0.008659 max=0.007873 Jy/beam ! Clean residual mean=0.000007 rms=0.002277 Jy/beam ! Combined flux in latest and established models = 0.0895633 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0895633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049966Jy sigma=1.268765 ! Fit after self-cal, rms=0.049918Jy sigma=1.266376 ! 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.28 mas, bmaj=11.66 mas, bpa=28.94 degrees ! Estimated noise=0.629258 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.0115146 Jy ! Component: 100 - total flux cleaned = 0.0167193 Jy ! Component: 150 - total flux cleaned = 0.0197386 Jy ! Component: 200 - total flux cleaned = 0.021616 Jy ! Total flux subtracted in 200 components = 0.021616 Jy ! Clean residual min=-0.002885 max=0.002874 Jy/beam ! Clean residual mean=-0.000017 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.111179 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 33 components and 0.111179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047663Jy sigma=1.191493 ! Fit after self-cal, rms=0.047685Jy sigma=1.189865 ! 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.28 x 11.66 at 28.94 degrees (North through East) ! Clean map min=-0.0027611 max=0.094651 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.03 MK 1.08 NL 1.01 OV 0.96 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.03 MK 1.02 NL 1.01 OV 0.99 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 0.97 NL 1.01 OV 0.98 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.04 MK 0.99 NL 1.01 OV 0.99 ! PT 0.92 SC 0.99 ! ! ! Fit before self-cal, rms=0.047685Jy sigma=1.189865 ! Fit after self-cal, rms=0.047914Jy sigma=1.183600 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=11.66 mas, bpa=28.96 degrees ! Estimated noise=0.624285 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.000517616 Jy ! Component: 100 - total flux cleaned = -0.000660524 Jy ! Component: 150 - total flux cleaned = -0.000801401 Jy ! Component: 200 - total flux cleaned = -0.000847314 Jy ! Total flux subtracted in 200 components = -0.000847314 Jy ! Clean residual min=-0.002010 max=0.002387 Jy/beam ! Clean residual mean=-0.000022 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.110332 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 54 components and 0.110332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047851Jy sigma=1.182209 ! Fit after self-cal, rms=0.047897Jy sigma=1.181753 ! 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.047897Jy sigma=1.181753 ! Fit after self-cal, rms=0.048074Jy sigma=1.178704 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.307 mas, bmaj=11.66 mas, bpa=28.94 degrees ! Estimated noise=0.625163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.30499e-05 Jy ! Component: 100 - total flux cleaned = -5.52061e-05 Jy ! Component: 150 - total flux cleaned = -0.000180552 Jy ! Component: 200 - total flux cleaned = -0.000293759 Jy ! Total flux subtracted in 200 components = -0.000293759 Jy ! Clean residual min=-0.001718 max=0.001825 Jy/beam ! Clean residual mean=-0.000011 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.110038 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 69 components and 0.110038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048048Jy sigma=1.178146 ! Fit after self-cal, rms=0.048064Jy sigma=1.177954 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.81765e-05 Jy ! Component: 100 - total flux cleaned = -0.000164134 Jy ! Component: 150 - total flux cleaned = -0.000247281 Jy ! Component: 200 - total flux cleaned = -0.00030649 Jy ! Total flux subtracted in 200 components = -0.00030649 Jy ! Clean residual min=-0.001685 max=0.001789 Jy/beam ! Clean residual mean=-0.000010 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.109732 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 79 components and 0.109732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048048Jy sigma=1.177652 ! Fit after self-cal, rms=0.048049Jy sigma=1.177583 ! 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.048049Jy sigma=1.177583 ! Fit after self-cal, rms=0.048053Jy sigma=1.177565 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=11.66 mas, bpa=28.93 degrees ! Estimated noise=0.624974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.06272e-05 Jy ! Component: 100 - total flux cleaned = -0.000136854 Jy ! Component: 150 - total flux cleaned = -0.000193718 Jy ! Component: 200 - total flux cleaned = -0.000283796 Jy ! Total flux subtracted in 200 components = -0.000283796 Jy ! Clean residual min=-0.001656 max=0.001767 Jy/beam ! Clean residual mean=-0.000008 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.109448 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.109448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048042Jy sigma=1.177352 ! Fit after self-cal, rms=0.048044Jy sigma=1.177308 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) ! Added new window around map position (86, -117). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116167 Jy ! Component: 100 - total flux cleaned = 0.00111351 Jy ! Component: 150 - total flux cleaned = 0.00103466 Jy ! Component: 200 - total flux cleaned = 0.000901554 Jy ! Total flux subtracted in 200 components = 0.000901554 Jy ! Clean residual min=-0.001369 max=0.001501 Jy/beam ! Clean residual mean=-0.000009 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.11035 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 103 components and 0.11035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047940Jy sigma=1.175114 ! Fit after self-cal, rms=0.047933Jy sigma=1.174955 ! 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.047933Jy sigma=1.174955 ! Fit after self-cal, rms=0.047856Jy sigma=1.174822 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.312 mas, bmaj=11.42 mas, bpa=27.44 degrees ! Estimated noise=0.72816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000398619 Jy ! Component: 100 - total flux cleaned = -0.000679971 Jy ! Component: 150 - total flux cleaned = -0.000852778 Jy ! Component: 200 - total flux cleaned = -0.000947124 Jy ! Total flux subtracted in 200 components = -0.000947124 Jy ! Clean residual min=-0.001092 max=0.001050 Jy/beam ! Clean residual mean=-0.000011 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.109402 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 122 components and 0.109402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047849Jy sigma=1.174555 ! Fit after self-cal, rms=0.047847Jy sigma=1.174506 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.000353347 Jy ! Component: 100 - total flux cleaned = -0.000444412 Jy ! Component: 150 - total flux cleaned = -0.000514547 Jy ! Component: 200 - total flux cleaned = -0.000580523 Jy ! Total flux subtracted in 200 components = -0.000580523 Jy ! Clean residual min=-0.001051 max=0.000968 Jy/beam ! Clean residual mean=-0.000007 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.108822 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 142 components and 0.108822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047844Jy sigma=1.174395 ! Fit after self-cal, rms=0.047844Jy sigma=1.174378 ! 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.306 mas, bmaj=11.64 mas, bpa=28.92 degrees ! Estimated noise=0.624345 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.306 x 11.64 at 28.92 degrees (North through East) ! Clean map min=-0.0012371 max=0.093972 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.424 mas, bmaj=13.61 mas, bpa=28.54 degrees ! Estimated noise=1.29093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0699011 Jy ! Component: 100 - total flux cleaned = 0.0880131 Jy ! Component: 150 - total flux cleaned = 0.0966446 Jy ! Component: 200 - total flux cleaned = 0.10137 Jy ! Total flux subtracted in 200 components = 0.10137 Jy ! Clean residual min=-0.005361 max=0.005156 Jy/beam ! Clean residual mean=0.000003 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.10137 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.10137 Jy ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=11.64 mas, bpa=28.92 degrees ! Estimated noise=0.624345 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.00572564 Jy ! Component: 100 - total flux cleaned = 0.00854987 Jy ! Component: 150 - total flux cleaned = 0.00920622 Jy ! Component: 200 - total flux cleaned = 0.00939834 Jy ! Total flux subtracted in 200 components = 0.00939834 Jy ! Clean residual min=-0.002072 max=0.001950 Jy/beam ! Clean residual mean=-0.000006 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.110769 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 58 components and 0.110769 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.312 mas, bmaj=11.42 mas, bpa=27.44 degrees ! Estimated noise=0.72816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.86184e-05 Jy ! Component: 100 - total flux cleaned = -0.000409385 Jy ! Component: 150 - total flux cleaned = -0.000807664 Jy ! Component: 200 - total flux cleaned = -0.00102803 Jy ! Total flux subtracted in 200 components = -0.00102803 Jy ! Clean residual min=-0.001447 max=0.001524 Jy/beam ! Clean residual mean=-0.000012 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.109741 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.00014312 Jy ! Component: 100 - total flux cleaned = -0.000276135 Jy ! Component: 150 - total flux cleaned = -0.000398679 Jy ! Component: 200 - total flux cleaned = -0.000490474 Jy ! Total flux subtracted in 200 components = -0.000490474 Jy ! Clean residual min=-0.001302 max=0.001296 Jy/beam ! Clean residual mean=-0.000011 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.10925 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 107 components and 0.10925 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=11.64 mas, bpa=28.92 degrees ! Estimated noise=0.624345 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.2975e-05 Jy ! Component: 100 - total flux cleaned = 7.34652e-05 Jy ! Component: 150 - total flux cleaned = 0.000142183 Jy ! Component: 200 - total flux cleaned = 0.000174496 Jy ! Total flux subtracted in 200 components = 0.000174496 Jy ! Clean residual min=-0.001391 max=0.001524 Jy/beam ! Clean residual mean=-0.000004 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.109425 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 131 components and 0.109425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047861Jy sigma=1.174873 ! Fit after self-cal, rms=0.047858Jy sigma=1.174650 wmodel /scr/pima/bg219a_uvs/J1647+4950_S_map.mod ! Writing 131 model components to file: /scr/pima/bg219a_uvs/J1647+4950_S_map.mod wobs /scr/pima/bg219a_uvs/J1647+4950_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1647+4950_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1647+4950_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J1647+4950_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.00027016 Jy ! Component: 100 - total flux cleaned = 0.000135744 Jy ! Component: 150 - total flux cleaned = 1.08946e-05 Jy ! Component: 200 - total flux cleaned = -0.000187555 Jy ! Component: 250 - total flux cleaned = -0.000320595 Jy ! Component: 300 - total flux cleaned = -0.000412054 Jy ! Component: 350 - total flux cleaned = -0.000518423 Jy ! Component: 400 - total flux cleaned = -0.000586907 Jy ! Component: 450 - total flux cleaned = -0.000702879 Jy ! Component: 500 - total flux cleaned = -0.000831388 Jy ! Component: 550 - total flux cleaned = -0.000940119 Jy ! Component: 600 - total flux cleaned = -0.00101569 Jy ! Component: 650 - total flux cleaned = -0.00104508 Jy ! Component: 700 - total flux cleaned = -0.00107388 Jy ! Component: 750 - total flux cleaned = -0.00108796 Jy ! Component: 800 - total flux cleaned = -0.00117008 Jy ! Component: 850 - total flux cleaned = -0.00117018 Jy ! Component: 900 - total flux cleaned = -0.00120974 Jy ! Component: 950 - total flux cleaned = -0.00126152 Jy ! Component: 1000 - total flux cleaned = -0.0013251 Jy ! Component: 1050 - total flux cleaned = -0.00138743 Jy ! Component: 1100 - total flux cleaned = -0.00143666 Jy ! Component: 1150 - total flux cleaned = -0.00146103 Jy ! Component: 1200 - total flux cleaned = -0.00147289 Jy ! Component: 1250 - total flux cleaned = -0.00141402 Jy ! Component: 1300 - total flux cleaned = -0.0013791 Jy ! Component: 1350 - total flux cleaned = -0.00137902 Jy ! Component: 1400 - total flux cleaned = -0.00134493 Jy ! Component: 1450 - total flux cleaned = -0.00136745 Jy ! Component: 1500 - total flux cleaned = -0.0013674 Jy ! Component: 1550 - total flux cleaned = -0.00138935 Jy ! Component: 1600 - total flux cleaned = -0.00143282 Jy ! Component: 1650 - total flux cleaned = -0.00141116 Jy ! Component: 1700 - total flux cleaned = -0.00141124 Jy ! Component: 1750 - total flux cleaned = -0.00142187 Jy ! Component: 1800 - total flux cleaned = -0.00143235 Jy ! Component: 1850 - total flux cleaned = -0.00144271 Jy ! Component: 1900 - total flux cleaned = -0.0014324 Jy ! Component: 1950 - total flux cleaned = -0.00144277 Jy ! Component: 2000 - total flux cleaned = -0.00144281 Jy ! Component: 2050 - total flux cleaned = -0.00139189 Jy ! Component: 2100 - total flux cleaned = -0.00139201 Jy ! Component: 2150 - total flux cleaned = -0.00134175 Jy ! Component: 2200 - total flux cleaned = -0.00136176 Jy ! Component: 2250 - total flux cleaned = -0.00138167 Jy ! Component: 2300 - total flux cleaned = -0.00134205 Jy ! Component: 2350 - total flux cleaned = -0.00135194 Jy ! Component: 2400 - total flux cleaned = -0.00134206 Jy ! Component: 2450 - total flux cleaned = -0.00129294 Jy ! Component: 2500 - total flux cleaned = -0.00131252 Jy ! Component: 2550 - total flux cleaned = -0.00127346 Jy ! Component: 2600 - total flux cleaned = -0.00131247 Jy ! Component: 2650 - total flux cleaned = -0.00132218 Jy ! Component: 2700 - total flux cleaned = -0.00128326 Jy ! Component: 2750 - total flux cleaned = -0.00129295 Jy ! Component: 2800 - total flux cleaned = -0.00129296 Jy ! Component: 2850 - total flux cleaned = -0.00129296 Jy ! Component: 2900 - total flux cleaned = -0.00129296 Jy ! Component: 2950 - total flux cleaned = -0.00129294 Jy ! Component: 3000 - total flux cleaned = -0.0012833 Jy ! Component: 3050 - total flux cleaned = -0.00127367 Jy ! Component: 3100 - total flux cleaned = -0.00126401 Jy ! Component: 3150 - total flux cleaned = -0.00126403 Jy ! Component: 3200 - total flux cleaned = -0.00124459 Jy ! Component: 3250 - total flux cleaned = -0.00123491 Jy ! Component: 3300 - total flux cleaned = -0.00123495 Jy ! Component: 3350 - total flux cleaned = -0.00120565 Jy ! Component: 3400 - total flux cleaned = -0.00119577 Jy ! Component: 3450 - total flux cleaned = -0.00119579 Jy ! Component: 3500 - total flux cleaned = -0.0011859 Jy ! Component: 3550 - total flux cleaned = -0.00119585 Jy ! Component: 3600 - total flux cleaned = -0.00119592 Jy ! Component: 3650 - total flux cleaned = -0.00117594 Jy ! Component: 3700 - total flux cleaned = -0.00117591 Jy ! Component: 3750 - total flux cleaned = -0.00118592 Jy ! Component: 3800 - total flux cleaned = -0.00116578 Jy ! Component: 3850 - total flux cleaned = -0.00118609 Jy ! Component: 3900 - total flux cleaned = -0.00117597 Jy ! Component: 3950 - total flux cleaned = -0.00116574 Jy ! Component: 4000 - total flux cleaned = -0.00116577 Jy ! Component: 4050 - total flux cleaned = -0.00118651 Jy ! Total flux subtracted in 4096 components = -0.00117612 Jy ! Clean residual min=-0.000653 max=0.000597 Jy/beam ! Clean residual mean=0.000003 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.108249 Jy keep ! Adding 213 model components to the UV plane model. ! The established model now contains 344 components and 0.108249 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1647+4950_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.306 x 11.64 at 28.92 degrees (North through East) ! Clean map min=-0.0014328 max=0.093425 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1647+4950_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0934253 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017086 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.548654 0.548654 1.09731 2.19461 4.38923 8.77846 17.5569 35.1138 70.2277 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.093 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 546.793 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1647+4950_S_uvs.log closed on Wed Apr 6 22:59:24 2016