! Started logfile: /scr/pima/bg219b_uvs/J0629+1527_S_uvs.log on Thu Apr 7 01:14:33 2016 obs /scr/pima/bg219b_uvs/J0629+1527_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0629+1527_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.869176 visibilities/baseline/integration-bin. ! Found source: J0629+1527 ! ! 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 54 lines of history. ! ! Reading 7760 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/bg219b_uvs/J0629+1527_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006071Jy sigma=23.701391 ! Fit after self-cal, rms=0.939845Jy sigma=22.159343 ! 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=3.48 mas, bmaj=7.936 mas, bpa=15.22 degrees ! Estimated noise=0.546142 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.0474642 Jy ! Component: 100 - total flux cleaned = 0.0578271 Jy ! Total flux subtracted in 100 components = 0.0578271 Jy ! Clean residual min=-0.003144 max=0.003731 Jy/beam ! Clean residual mean=-0.000009 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.0578271 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0578271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060728Jy sigma=1.327880 ! Fit after self-cal, rms=0.059454Jy sigma=1.301253 ! 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=4.261 mas, bmaj=8.944 mas, bpa=17.34 degrees ! Estimated noise=0.373336 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.00404671 Jy ! Component: 100 - total flux cleaned = 0.00508453 Jy ! Component: 150 - total flux cleaned = 0.00508408 Jy ! Component: 200 - total flux cleaned = 0.00508402 Jy ! Total flux subtracted in 200 components = 0.00508402 Jy ! Clean residual min=-0.002777 max=0.002924 Jy/beam ! Clean residual mean=-0.000014 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.0629111 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0629111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059143Jy sigma=1.296143 ! Fit after self-cal, rms=0.059138Jy sigma=1.295998 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.261 x 8.944 at 17.34 degrees (North through East) ! Clean map min=-0.002625 max=0.062835 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.90 HN 1.03 KP 0.96 ! LA 1.01 NL 0.96 OV 0.97 PT 1.19 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.059138Jy sigma=1.295998 ! Fit after self-cal, rms=0.058384Jy sigma=1.294049 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.243 mas, bmaj=8.938 mas, bpa=17.52 degrees ! Estimated noise=0.372383 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.000255388 Jy ! Component: 100 - total flux cleaned = 0.000228862 Jy ! Component: 150 - total flux cleaned = 0.00022925 Jy ! Component: 200 - total flux cleaned = 0.000228982 Jy ! Total flux subtracted in 200 components = 0.000228982 Jy ! Clean residual min=-0.002507 max=0.002620 Jy/beam ! Clean residual mean=-0.000012 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.0631401 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.0631401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058361Jy sigma=1.293598 ! Fit after self-cal, rms=0.058337Jy sigma=1.293365 ! 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.058337Jy sigma=1.293365 ! Fit after self-cal, rms=0.058545Jy sigma=1.293032 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.238 mas, bmaj=8.948 mas, bpa=17.56 degrees ! Estimated noise=0.37378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.7306e-05 Jy ! Component: 100 - total flux cleaned = 3.64967e-05 Jy ! Component: 150 - total flux cleaned = 3.61833e-05 Jy ! Component: 200 - total flux cleaned = 5.07083e-05 Jy ! Total flux subtracted in 200 components = 5.07083e-05 Jy ! Clean residual min=-0.002651 max=0.002702 Jy/beam ! Clean residual mean=-0.000012 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.0631908 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.0631908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058530Jy sigma=1.292829 ! Fit after self-cal, rms=0.058529Jy sigma=1.292774 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 = -2.02178e-05 Jy ! Component: 100 - total flux cleaned = -9.3932e-06 Jy ! Component: 150 - total flux cleaned = 1.95835e-06 Jy ! Component: 200 - total flux cleaned = 1.26891e-05 Jy ! Total flux subtracted in 200 components = 1.26891e-05 Jy ! Clean residual min=-0.002625 max=0.002735 Jy/beam ! Clean residual mean=-0.000012 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.0632035 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0632035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058522Jy sigma=1.292673 ! Fit after self-cal, rms=0.058520Jy sigma=1.292648 ! 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.058520Jy sigma=1.292648 ! Fit after self-cal, rms=0.058561Jy sigma=1.292635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.236 mas, bmaj=8.95 mas, bpa=17.59 degrees ! Estimated noise=0.374036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.86251e-05 Jy ! Component: 100 - total flux cleaned = 2.46608e-06 Jy ! Component: 150 - total flux cleaned = 2.12945e-05 Jy ! Component: 200 - total flux cleaned = 2.99642e-05 Jy ! Total flux subtracted in 200 components = 2.99642e-05 Jy ! Clean residual min=-0.002622 max=0.002761 Jy/beam ! Clean residual mean=-0.000012 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.0632335 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0632335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058556Jy sigma=1.292576 ! Fit after self-cal, rms=0.058556Jy sigma=1.292559 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 = -1.1668e-05 Jy ! Component: 100 - total flux cleaned = 5.79314e-06 Jy ! Component: 150 - total flux cleaned = 1.25495e-05 Jy ! Component: 200 - total flux cleaned = 1.88343e-05 Jy ! Total flux subtracted in 200 components = 1.88343e-05 Jy ! Clean residual min=-0.002605 max=0.002779 Jy/beam ! Clean residual mean=-0.000012 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0632523 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.0632523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058553Jy sigma=1.292523 ! Fit after self-cal, rms=0.058552Jy sigma=1.292510 ! 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.058552Jy sigma=1.292510 ! Fit after self-cal, rms=0.058562Jy sigma=1.292510 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.117 mas, bmaj=10.9 mas, bpa=3.513 degrees ! Estimated noise=0.4243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126428 Jy ! Component: 100 - total flux cleaned = -0.000126759 Jy ! Component: 150 - total flux cleaned = -0.000141496 Jy ! Component: 200 - total flux cleaned = -0.000155475 Jy ! Total flux subtracted in 200 components = -0.000155475 Jy ! Clean residual min=-0.003033 max=0.003322 Jy/beam ! Clean residual mean=-0.000021 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.0630968 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.0630968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058563Jy sigma=1.292505 ! Fit after self-cal, rms=0.058560Jy sigma=1.292473 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 = -1.26165e-05 Jy ! Component: 100 - total flux cleaned = -4.19719e-05 Jy ! Component: 150 - total flux cleaned = -4.83548e-05 Jy ! Component: 200 - total flux cleaned = -5.98294e-05 Jy ! Total flux subtracted in 200 components = -5.98294e-05 Jy ! Clean residual min=-0.003016 max=0.003312 Jy/beam ! Clean residual mean=-0.000021 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.063037 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.063037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058561Jy sigma=1.292497 ! Fit after self-cal, rms=0.058560Jy sigma=1.292484 ! 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=4.235 mas, bmaj=8.95 mas, bpa=17.61 degrees ! Estimated noise=0.374091 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.235 x 8.95 at 17.61 degrees (North through East) ! Clean map min=-0.0025449 max=0.063317 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=3.46 mas, bmaj=7.936 mas, bpa=15.55 degrees ! Estimated noise=0.547382 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0483452 Jy ! Component: 100 - total flux cleaned = 0.0589369 Jy ! Component: 150 - total flux cleaned = 0.0608749 Jy ! Component: 200 - total flux cleaned = 0.0612074 Jy ! Total flux subtracted in 200 components = 0.0612074 Jy ! Clean residual min=-0.003460 max=0.003328 Jy/beam ! Clean residual mean=-0.000010 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.0612074 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0612074 Jy ! Inverting map and beam ! Estimated beam: bmin=4.235 mas, bmaj=8.95 mas, bpa=17.61 degrees ! Estimated noise=0.374091 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.00127862 Jy ! Component: 100 - total flux cleaned = 0.00142401 Jy ! Component: 150 - total flux cleaned = 0.00156656 Jy ! Component: 200 - total flux cleaned = 0.00162798 Jy ! Total flux subtracted in 200 components = 0.00162798 Jy ! Clean residual min=-0.002539 max=0.002665 Jy/beam ! Clean residual mean=-0.000012 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0628354 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.0628354 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.117 mas, bmaj=10.9 mas, bpa=3.513 degrees ! Estimated noise=0.4243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000295367 Jy ! Component: 100 - total flux cleaned = 0.000312065 Jy ! Component: 150 - total flux cleaned = 0.000312563 Jy ! Component: 200 - total flux cleaned = 0.000285752 Jy ! Total flux subtracted in 200 components = 0.000285752 Jy ! Clean residual min=-0.003002 max=0.003340 Jy/beam ! Clean residual mean=-0.000021 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.0631211 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 = -3.70326e-05 Jy ! Component: 100 - total flux cleaned = -5.97589e-05 Jy ! Component: 150 - total flux cleaned = -8.10024e-05 Jy ! Component: 200 - total flux cleaned = -0.000100761 Jy ! Total flux subtracted in 200 components = -0.000100761 Jy ! Clean residual min=-0.003007 max=0.003321 Jy/beam ! Clean residual mean=-0.000021 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.0630203 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.0630203 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.235 mas, bmaj=8.95 mas, bpa=17.61 degrees ! Estimated noise=0.374091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.14186e-05 Jy ! Component: 100 - total flux cleaned = -2.54e-06 Jy ! Component: 150 - total flux cleaned = 1.35557e-05 Jy ! Component: 200 - total flux cleaned = 1.34031e-05 Jy ! Total flux subtracted in 200 components = 1.34031e-05 Jy ! Clean residual min=-0.002604 max=0.002704 Jy/beam ! Clean residual mean=-0.000012 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.0630338 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.0630337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058565Jy sigma=1.292640 ! Fit after self-cal, rms=0.058565Jy sigma=1.292599 wmodel /scr/pima/bg219b_uvs/J0629+1527_S_map.mod ! Writing 63 model components to file: /scr/pima/bg219b_uvs/J0629+1527_S_map.mod wobs /scr/pima/bg219b_uvs/J0629+1527_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0629+1527_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0629+1527_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J0629+1527_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.000745612 Jy ! Component: 100 - total flux cleaned = 0.00156536 Jy ! Component: 150 - total flux cleaned = 0.00219855 Jy ! Component: 200 - total flux cleaned = 0.00251638 Jy ! Component: 250 - total flux cleaned = 0.00274527 Jy ! Component: 300 - total flux cleaned = 0.00285629 Jy ! Component: 350 - total flux cleaned = 0.00296208 Jy ! Component: 400 - total flux cleaned = 0.00292747 Jy ! Component: 450 - total flux cleaned = 0.00286095 Jy ! Component: 500 - total flux cleaned = 0.002765 Jy ! Component: 550 - total flux cleaned = 0.00264089 Jy ! Component: 600 - total flux cleaned = 0.00258126 Jy ! Component: 650 - total flux cleaned = 0.00246386 Jy ! Component: 700 - total flux cleaned = 0.00246415 Jy ! Component: 750 - total flux cleaned = 0.00243687 Jy ! Component: 800 - total flux cleaned = 0.0023539 Jy ! Component: 850 - total flux cleaned = 0.00230013 Jy ! Component: 900 - total flux cleaned = 0.00219431 Jy ! Component: 950 - total flux cleaned = 0.00206533 Jy ! Component: 1000 - total flux cleaned = 0.00201456 Jy ! Component: 1050 - total flux cleaned = 0.00191528 Jy ! Component: 1100 - total flux cleaned = 0.00184155 Jy ! Component: 1150 - total flux cleaned = 0.00174649 Jy ! Component: 1200 - total flux cleaned = 0.00167687 Jy ! Component: 1250 - total flux cleaned = 0.00160768 Jy ! Component: 1300 - total flux cleaned = 0.00147286 Jy ! Component: 1350 - total flux cleaned = 0.00145138 Jy ! Component: 1400 - total flux cleaned = 0.00140784 Jy ! Component: 1450 - total flux cleaned = 0.00136514 Jy ! Component: 1500 - total flux cleaned = 0.00125971 Jy ! Component: 1550 - total flux cleaned = 0.0011774 Jy ! Component: 1600 - total flux cleaned = 0.00107624 Jy ! Component: 1650 - total flux cleaned = 0.000976955 Jy ! Component: 1700 - total flux cleaned = 0.000878546 Jy ! Component: 1750 - total flux cleaned = 0.000782045 Jy ! Component: 1800 - total flux cleaned = 0.000686522 Jy ! Component: 1850 - total flux cleaned = 0.000536951 Jy ! Component: 1900 - total flux cleaned = 0.000554873 Jy ! Component: 1950 - total flux cleaned = 0.000408526 Jy ! Component: 2000 - total flux cleaned = 0.000301018 Jy ! Component: 2050 - total flux cleaned = 0.000247995 Jy ! Component: 2100 - total flux cleaned = 0.000143474 Jy ! Component: 2150 - total flux cleaned = 0.000143428 Jy ! Component: 2200 - total flux cleaned = 0.000126327 Jy ! Component: 2250 - total flux cleaned = 0.000143085 Jy ! Component: 2300 - total flux cleaned = 7.66707e-05 Jy ! Component: 2350 - total flux cleaned = 6.00775e-05 Jy ! Component: 2400 - total flux cleaned = -2.10241e-05 Jy ! Component: 2450 - total flux cleaned = -6.88705e-05 Jy ! Component: 2500 - total flux cleaned = -0.000148025 Jy ! Component: 2550 - total flux cleaned = -0.000132331 Jy ! Component: 2600 - total flux cleaned = -0.000194183 Jy ! Component: 2650 - total flux cleaned = -0.00024008 Jy ! Component: 2700 - total flux cleaned = -0.000285823 Jy ! Component: 2750 - total flux cleaned = -0.000360794 Jy ! Component: 2800 - total flux cleaned = -0.000360755 Jy ! Component: 2850 - total flux cleaned = -0.000448707 Jy ! Component: 2900 - total flux cleaned = -0.000419725 Jy ! Component: 2950 - total flux cleaned = -0.000548906 Jy ! Component: 3000 - total flux cleaned = -0.00060532 Jy ! Component: 3050 - total flux cleaned = -0.000577081 Jy ! Component: 3100 - total flux cleaned = -0.000618942 Jy ! Component: 3150 - total flux cleaned = -0.000688028 Jy ! Component: 3200 - total flux cleaned = -0.000701588 Jy ! Component: 3250 - total flux cleaned = -0.000715159 Jy ! Component: 3300 - total flux cleaned = -0.000715356 Jy ! Component: 3350 - total flux cleaned = -0.000808389 Jy ! Component: 3400 - total flux cleaned = -0.000847789 Jy ! Component: 3450 - total flux cleaned = -0.000886673 Jy ! Component: 3500 - total flux cleaned = -0.000873614 Jy ! Component: 3550 - total flux cleaned = -0.000899351 Jy ! Component: 3600 - total flux cleaned = -0.00100068 Jy ! Component: 3650 - total flux cleaned = -0.00102566 Jy ! Component: 3700 - total flux cleaned = -0.00107551 Jy ! Component: 3750 - total flux cleaned = -0.00110029 Jy ! Component: 3800 - total flux cleaned = -0.00116169 Jy ! Component: 3850 - total flux cleaned = -0.00121028 Jy ! Component: 3900 - total flux cleaned = -0.00122241 Jy ! Component: 3950 - total flux cleaned = -0.00131846 Jy ! Component: 4000 - total flux cleaned = -0.00137795 Jy ! Component: 4050 - total flux cleaned = -0.00144889 Jy ! Total flux subtracted in 4096 components = -0.00153096 Jy ! Clean residual min=-0.000713 max=0.000643 Jy/beam ! Clean residual mean=-0.000004 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.0615028 Jy keep ! Adding 326 model components to the UV plane model. ! The established model now contains 389 components and 0.0615028 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0629+1527_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.235 x 8.95 at 17.61 degrees (North through East) ! Clean map min=-0.0020637 max=0.063174 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0629+1527_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0631738 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000230391 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.09408 1.09408 2.18816 4.37632 8.75264 17.5053 35.0105 70.0211 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.063 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 274.203 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0629+1527_S_uvs.log closed on Thu Apr 7 01:14:37 2016