! Started logfile: /scr/pima/bg219a_uvs/J0015+3216_S_uvs.log on Wed Apr 6 22:38:50 2016 obs /scr/pima/bg219a_uvs/J0015+3216_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0015+3216_S_uva.fits ! AN table 1: 14 integrations on 6 of 6 possible baselines. ! AN table 2: 14 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0015+3216 ! ! 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 896 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/J0015+3216_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 8 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.016389Jy sigma=26.207577 ! Fit after self-cal, rms=0.872000Jy sigma=22.319461 ! 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.618 mas, bmaj=5.074 mas, bpa=-16.37 degrees ! Estimated noise=1.27356 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.097761 Jy ! Component: 100 - total flux cleaned = 0.121175 Jy ! Total flux subtracted in 100 components = 0.121175 Jy ! Clean residual min=-0.010761 max=0.011676 Jy/beam ! Clean residual mean=-0.000004 rms=0.003295 Jy/beam ! Combined flux in latest and established models = 0.121175 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.121175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058112Jy sigma=1.362170 ! Fit after self-cal, rms=0.058137Jy sigma=1.361803 ! 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=5.76 mas, bpa=-12.23 degrees ! Estimated noise=1.02142 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.0151105 Jy ! Component: 100 - total flux cleaned = 0.0230408 Jy ! Component: 150 - total flux cleaned = 0.0279204 Jy ! Component: 200 - total flux cleaned = 0.0307236 Jy ! Total flux subtracted in 200 components = 0.0307236 Jy ! Clean residual min=-0.011703 max=0.011337 Jy/beam ! Clean residual mean=-0.000001 rms=0.003550 Jy/beam ! Combined flux in latest and established models = 0.151899 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.151899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054481Jy sigma=1.246084 ! Fit after self-cal, rms=0.054564Jy sigma=1.245161 ! 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 5.76 at -12.23 degrees (North through East) ! Clean map min=-0.011446 max=0.12919 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: ! NL 1.04 OV 1.08 PT 1.11 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.00* MK 1.00* NL 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! NL 0.99 OV 0.99 PT 1.12 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.00* MK 1.00* NL 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! NL 0.99 OV 1.04 PT 1.14 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.89 MK 1.13 NL 1.01 PT 0.92 ! SC 1.18 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! NL 0.96 OV 0.99 PT 1.09 SC 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.93 MK 1.06 NL 0.91 PT 0.90 ! SC 1.10 ! ! ! Fit before self-cal, rms=0.054564Jy sigma=1.245161 ! Fit after self-cal, rms=0.054340Jy sigma=1.199962 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.088 mas, bmaj=5.685 mas, bpa=-11.37 degrees ! Estimated noise=1.02628 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.00298521 Jy ! Component: 100 - total flux cleaned = 0.00486543 Jy ! Component: 150 - total flux cleaned = 0.0056266 Jy ! Component: 200 - total flux cleaned = 0.00603503 Jy ! Total flux subtracted in 200 components = 0.00603503 Jy ! Clean residual min=-0.008905 max=0.009250 Jy/beam ! Clean residual mean=-0.000009 rms=0.002578 Jy/beam ! Combined flux in latest and established models = 0.157934 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.157934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054160Jy sigma=1.194067 ! Fit after self-cal, rms=0.054267Jy sigma=1.193462 ! 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.054267Jy sigma=1.193462 ! Fit after self-cal, rms=0.055320Jy sigma=1.184062 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=5.683 mas, bpa=-11.19 degrees ! Estimated noise=1.03897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186045 Jy ! Component: 100 - total flux cleaned = 0.00249975 Jy ! Component: 150 - total flux cleaned = 0.00268408 Jy ! Component: 200 - total flux cleaned = 0.00281808 Jy ! Total flux subtracted in 200 components = 0.00281808 Jy ! Clean residual min=-0.008539 max=0.009101 Jy/beam ! Clean residual mean=-0.000006 rms=0.002411 Jy/beam ! Combined flux in latest and established models = 0.160752 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.160752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055225Jy sigma=1.181961 ! Fit after self-cal, rms=0.055256Jy sigma=1.181771 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.000310242 Jy ! Component: 100 - total flux cleaned = 0.00045963 Jy ! Component: 150 - total flux cleaned = 0.00059859 Jy ! Component: 200 - total flux cleaned = 0.000729287 Jy ! Total flux subtracted in 200 components = 0.000729287 Jy ! Clean residual min=-0.008639 max=0.008902 Jy/beam ! Clean residual mean=-0.000006 rms=0.002395 Jy/beam ! Combined flux in latest and established models = 0.161481 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.161481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055220Jy sigma=1.181013 ! Fit after self-cal, rms=0.055214Jy sigma=1.180953 ! 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.055214Jy sigma=1.180953 ! Fit after self-cal, rms=0.055584Jy sigma=1.180436 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.106 mas, bmaj=5.684 mas, bpa=-11.22 degrees ! Estimated noise=1.04622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126807 Jy ! Component: 100 - total flux cleaned = 0.00182962 Jy ! Component: 150 - total flux cleaned = 0.0019328 Jy ! Component: 200 - total flux cleaned = 0.00198098 Jy ! Total flux subtracted in 200 components = 0.00198098 Jy ! Clean residual min=-0.008514 max=0.008822 Jy/beam ! Clean residual mean=-0.000006 rms=0.002379 Jy/beam ! Combined flux in latest and established models = 0.163462 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.163462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055550Jy sigma=1.179239 ! Fit after self-cal, rms=0.055553Jy sigma=1.179178 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.000107969 Jy ! Component: 100 - total flux cleaned = 0.000152201 Jy ! Component: 150 - total flux cleaned = 0.000194914 Jy ! Component: 200 - total flux cleaned = 0.000235813 Jy ! Total flux subtracted in 200 components = 0.000235813 Jy ! Clean residual min=-0.008574 max=0.008699 Jy/beam ! Clean residual mean=-0.000006 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.163698 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.163698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055537Jy sigma=1.178637 ! Fit after self-cal, rms=0.055533Jy sigma=1.178583 ! 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.055533Jy sigma=1.178583 ! Fit after self-cal, rms=0.055859Jy sigma=1.178284 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7 mas, bmaj=11.2 mas, bpa=-6.992 degrees ! Estimated noise=1.29123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321671 Jy ! Component: 100 - total flux cleaned = 0.00365758 Jy ! Component: 150 - total flux cleaned = 0.00378914 Jy ! Component: 200 - total flux cleaned = 0.00390334 Jy ! Total flux subtracted in 200 components = 0.00390334 Jy ! Clean residual min=-0.011836 max=0.011559 Jy/beam ! Clean residual mean=-0.000014 rms=0.004298 Jy/beam ! Combined flux in latest and established models = 0.167601 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 50 components and 0.167601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055908Jy sigma=1.178841 ! Fit after self-cal, rms=0.055799Jy sigma=1.176729 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.85576e-05 Jy ! Component: 100 - total flux cleaned = 0.000240466 Jy ! Component: 150 - total flux cleaned = 0.000372969 Jy ! Component: 200 - total flux cleaned = 0.000488957 Jy ! Total flux subtracted in 200 components = 0.000488957 Jy ! Clean residual min=-0.011600 max=0.011552 Jy/beam ! Clean residual mean=-0.000014 rms=0.004243 Jy/beam ! Combined flux in latest and established models = 0.16809 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 51 components and 0.16809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055848Jy sigma=1.178122 ! Fit after self-cal, rms=0.055776Jy sigma=1.176395 ! 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.107 mas, bmaj=5.68 mas, bpa=-11.19 degrees ! Estimated noise=1.0523 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.107 x 5.68 at -11.19 degrees (North through East) ! Clean map min=-0.0079777 max=0.12544 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.657 mas, bmaj=4.98 mas, bpa=-15.41 degrees ! Estimated noise=1.30819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100135 Jy ! Component: 100 - total flux cleaned = 0.124248 Jy ! Component: 150 - total flux cleaned = 0.136133 Jy ! Component: 200 - total flux cleaned = 0.143616 Jy ! Total flux subtracted in 200 components = 0.143616 Jy ! Clean residual min=-0.008082 max=0.008953 Jy/beam ! Clean residual mean=-0.000004 rms=0.002334 Jy/beam ! Combined flux in latest and established models = 0.143616 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.143616 Jy ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=5.68 mas, bpa=-11.19 degrees ! Estimated noise=1.0523 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.00786533 Jy ! Component: 100 - total flux cleaned = 0.0123368 Jy ! Component: 150 - total flux cleaned = 0.0152656 Jy ! Component: 200 - total flux cleaned = 0.0172362 Jy ! Total flux subtracted in 200 components = 0.0172362 Jy ! Clean residual min=-0.008514 max=0.008513 Jy/beam ! Clean residual mean=-0.000006 rms=0.002406 Jy/beam ! Combined flux in latest and established models = 0.160853 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 34 components and 0.160853 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 mas, bmaj=11.2 mas, bpa=-6.992 degrees ! Estimated noise=1.29123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00415846 Jy ! Component: 100 - total flux cleaned = 0.00506887 Jy ! Component: 150 - total flux cleaned = 0.00523139 Jy ! Component: 200 - total flux cleaned = 0.00532961 Jy ! Total flux subtracted in 200 components = 0.00532961 Jy ! Clean residual min=-0.011781 max=0.011387 Jy/beam ! Clean residual mean=-0.000014 rms=0.004262 Jy/beam ! Combined flux in latest and established models = 0.166182 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.000132051 Jy ! Component: 100 - total flux cleaned = 0.000251946 Jy ! Component: 150 - total flux cleaned = 0.00040417 Jy ! Component: 200 - total flux cleaned = 0.00054618 Jy ! Total flux subtracted in 200 components = 0.00054618 Jy ! Clean residual min=-0.011637 max=0.011331 Jy/beam ! Clean residual mean=-0.000014 rms=0.004225 Jy/beam ! Combined flux in latest and established models = 0.166728 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.166728 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=5.68 mas, bpa=-11.19 degrees ! Estimated noise=1.0523 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000826644 Jy ! Component: 100 - total flux cleaned = -0.000743179 Jy ! Component: 150 - total flux cleaned = -0.000674563 Jy ! Component: 200 - total flux cleaned = -0.000672297 Jy ! Total flux subtracted in 200 components = -0.000672297 Jy ! Clean residual min=-0.008653 max=0.008671 Jy/beam ! Clean residual mean=-0.000006 rms=0.002313 Jy/beam ! Combined flux in latest and established models = 0.166056 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.166056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055810Jy sigma=1.175967 ! Fit after self-cal, rms=0.055755Jy sigma=1.175463 wmodel /scr/pima/bg219a_uvs/J0015+3216_S_map.mod ! Writing 45 model components to file: /scr/pima/bg219a_uvs/J0015+3216_S_map.mod wobs /scr/pima/bg219a_uvs/J0015+3216_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0015+3216_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0015+3216_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0015+3216_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.000489866 Jy ! Component: 100 - total flux cleaned = 0.000495677 Jy ! Component: 150 - total flux cleaned = 0.000597546 Jy ! Component: 200 - total flux cleaned = 0.000694688 Jy ! Component: 250 - total flux cleaned = 0.000519683 Jy ! Component: 300 - total flux cleaned = 0.000439667 Jy ! Component: 350 - total flux cleaned = 0.000436962 Jy ! Component: 400 - total flux cleaned = 0.000758461 Jy ! Component: 450 - total flux cleaned = 0.00112718 Jy ! Component: 500 - total flux cleaned = 0.00164717 Jy ! Component: 550 - total flux cleaned = 0.00213643 Jy ! Component: 600 - total flux cleaned = 0.0025475 Jy ! Component: 650 - total flux cleaned = 0.00298489 Jy ! Component: 700 - total flux cleaned = 0.00330674 Jy ! Component: 750 - total flux cleaned = 0.00361458 Jy ! Component: 800 - total flux cleaned = 0.0038238 Jy ! Component: 850 - total flux cleaned = 0.0039448 Jy ! Component: 900 - total flux cleaned = 0.00394527 Jy ! Component: 950 - total flux cleaned = 0.00398344 Jy ! Component: 1000 - total flux cleaned = 0.00401938 Jy ! Component: 1050 - total flux cleaned = 0.00398435 Jy ! Component: 1100 - total flux cleaned = 0.00395025 Jy ! Component: 1150 - total flux cleaned = 0.00381823 Jy ! Component: 1200 - total flux cleaned = 0.00372166 Jy ! Component: 1250 - total flux cleaned = 0.00375311 Jy ! Component: 1300 - total flux cleaned = 0.003753 Jy ! Component: 1350 - total flux cleaned = 0.00381414 Jy ! Component: 1400 - total flux cleaned = 0.00387422 Jy ! Component: 1450 - total flux cleaned = 0.00393342 Jy ! Component: 1500 - total flux cleaned = 0.00402132 Jy ! Component: 1550 - total flux cleaned = 0.00413681 Jy ! Component: 1600 - total flux cleaned = 0.00422246 Jy ! Component: 1650 - total flux cleaned = 0.0043639 Jy ! Component: 1700 - total flux cleaned = 0.00450338 Jy ! Component: 1750 - total flux cleaned = 0.00466945 Jy ! Component: 1800 - total flux cleaned = 0.00477918 Jy ! Component: 1850 - total flux cleaned = 0.00488782 Jy ! Component: 1900 - total flux cleaned = 0.00496878 Jy ! Component: 1950 - total flux cleaned = 0.00510261 Jy ! Component: 2000 - total flux cleaned = 0.00518228 Jy ! Component: 2050 - total flux cleaned = 0.00534073 Jy ! Component: 2100 - total flux cleaned = 0.00549815 Jy ! Component: 2150 - total flux cleaned = 0.00565484 Jy ! Component: 2200 - total flux cleaned = 0.00581099 Jy ! Component: 2250 - total flux cleaned = 0.00617388 Jy ! Component: 2300 - total flux cleaned = 0.00659009 Jy ! Component: 2350 - total flux cleaned = 0.0070351 Jy ! Component: 2400 - total flux cleaned = 0.00745634 Jy ! Component: 2450 - total flux cleaned = 0.00790659 Jy ! Component: 2500 - total flux cleaned = 0.00833326 Jy ! Component: 2550 - total flux cleaned = 0.00873655 Jy ! Component: 2600 - total flux cleaned = 0.00914442 Jy ! Component: 2650 - total flux cleaned = 0.00952986 Jy ! Component: 2700 - total flux cleaned = 0.00986458 Jy ! Component: 2750 - total flux cleaned = 0.0102608 Jy ! Component: 2800 - total flux cleaned = 0.0107789 Jy ! Component: 2850 - total flux cleaned = 0.011219 Jy ! Component: 2900 - total flux cleaned = 0.0116966 Jy ! Component: 2950 - total flux cleaned = 0.0122135 Jy ! Component: 3000 - total flux cleaned = 0.0126472 Jy ! Component: 3050 - total flux cleaned = 0.0131831 Jy ! Component: 3100 - total flux cleaned = 0.0136969 Jy ! Component: 3150 - total flux cleaned = 0.0142538 Jy ! Component: 3200 - total flux cleaned = 0.0147886 Jy ! Component: 3250 - total flux cleaned = 0.0154707 Jy ! Component: 3300 - total flux cleaned = 0.0161341 Jy ! Component: 3350 - total flux cleaned = 0.0168854 Jy ! Component: 3400 - total flux cleaned = 0.0176181 Jy ! Component: 3450 - total flux cleaned = 0.0184072 Jy ! Component: 3500 - total flux cleaned = 0.0192555 Jy ! Component: 3550 - total flux cleaned = 0.0201263 Jy ! Component: 3600 - total flux cleaned = 0.0209793 Jy ! Component: 3650 - total flux cleaned = 0.0218549 Jy ! Component: 3700 - total flux cleaned = 0.0227963 Jy ! Component: 3750 - total flux cleaned = 0.0237179 Jy ! Component: 3800 - total flux cleaned = 0.0247092 Jy ! Component: 3850 - total flux cleaned = 0.0256818 Jy ! Component: 3900 - total flux cleaned = 0.0267282 Jy ! Component: 3950 - total flux cleaned = 0.0278035 Jy ! Component: 4000 - total flux cleaned = 0.0289087 Jy ! Component: 4050 - total flux cleaned = 0.0300447 Jy ! Total flux subtracted in 4096 components = 0.0311045 Jy ! Clean residual min=-0.003257 max=0.003773 Jy/beam ! Clean residual mean=-0.000084 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.19716 Jy keep ! Adding 209 model components to the UV plane model. ! The established model now contains 254 components and 0.19716 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0015+3216_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.107 x 5.68 at -11.19 degrees (North through East) ! Clean map min=-0.0031146 max=0.12778 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0015+3216_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.127782 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000605603 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.4218 1.4218 2.8436 5.6872 11.3744 22.7488 45.4976 90.9953 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.127 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 211 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0015+3216_S_uvs.log closed on Wed Apr 6 22:38:54 2016