! Started logfile: /scr/pima/bg219h_uvs/J0618-1418_S_uvs.log on Thu Apr 7 08:55:08 2016 obs /scr/pima/bg219h_uvs/J0618-1418_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0618-1418_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.74408 visibilities/baseline/integration-bin. ! Found source: J0618-1418 ! ! 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 6536 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/bg219h_uvs/J0618-1418_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 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009267Jy sigma=21.146419 ! Fit after self-cal, rms=0.926327Jy sigma=19.389712 ! 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.599 mas, bmaj=7.156 mas, bpa=0.3081 degrees ! Estimated noise=0.581271 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.0585247 Jy ! Component: 100 - total flux cleaned = 0.0723201 Jy ! Total flux subtracted in 100 components = 0.0723201 Jy ! Clean residual min=-0.005751 max=0.007352 Jy/beam ! Clean residual mean=-0.000001 rms=0.001414 Jy/beam ! Combined flux in latest and established models = 0.0723201 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0723201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070980Jy sigma=1.425256 ! Fit after self-cal, rms=0.070092Jy sigma=1.404317 ! 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.015 mas, bmaj=7.881 mas, bpa=1.556 degrees ! Estimated noise=0.445219 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.00736862 Jy ! Component: 100 - total flux cleaned = 0.0107987 Jy ! Component: 150 - total flux cleaned = 0.0118648 Jy ! Component: 200 - total flux cleaned = 0.0121875 Jy ! Total flux subtracted in 200 components = 0.0121875 Jy ! Clean residual min=-0.004291 max=0.006285 Jy/beam ! Clean residual mean=0.000004 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.0845077 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.0845077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069427Jy sigma=1.388127 ! Fit after self-cal, rms=0.069399Jy sigma=1.387203 ! 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.015 x 7.881 at 1.556 degrees (North through East) ! Clean map min=-0.0042637 max=0.077051 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* HN 1.00* KP 1.00* 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: ! BR 1.00* HN 1.00* KP 1.00* 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: ! BR 1.00* HN 1.00* KP 1.00* 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: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.069399Jy sigma=1.387203 ! Fit after self-cal, rms=0.069399Jy sigma=1.387203 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=7.881 mas, bpa=1.556 degrees ! Estimated noise=0.445219 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.000719318 Jy ! Component: 100 - total flux cleaned = 0.000957495 Jy ! Component: 150 - total flux cleaned = 0.00102145 Jy ! Component: 200 - total flux cleaned = 0.00107651 Jy ! Total flux subtracted in 200 components = 0.00107651 Jy ! Clean residual min=-0.004349 max=0.006121 Jy/beam ! Clean residual mean=0.000004 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.0855842 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 22 components and 0.0855842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069362Jy sigma=1.386375 ! Fit after self-cal, rms=0.069360Jy sigma=1.386305 ! 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.069360Jy sigma=1.386305 ! Fit after self-cal, rms=0.064721Jy sigma=1.395547 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=7.916 mas, bpa=1.963 degrees ! Estimated noise=0.411866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00469873 Jy ! Component: 100 - total flux cleaned = -0.00631216 Jy ! Component: 150 - total flux cleaned = -0.00721651 Jy ! Component: 200 - total flux cleaned = -0.00760275 Jy ! Total flux subtracted in 200 components = -0.00760275 Jy ! Clean residual min=-0.004521 max=0.005819 Jy/beam ! Clean residual mean=0.000001 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.0779814 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 37 components and 0.0779814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064400Jy sigma=1.388810 ! Fit after self-cal, rms=0.064418Jy sigma=1.388455 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 (68.5, 45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00561572 Jy ! Component: 100 - total flux cleaned = 0.00912082 Jy ! Component: 150 - total flux cleaned = 0.0114168 Jy ! Component: 200 - total flux cleaned = 0.0124217 Jy ! Total flux subtracted in 200 components = 0.0124217 Jy ! Clean residual min=-0.004167 max=0.004202 Jy/beam ! Clean residual mean=0.000002 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.0904031 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 75 components and 0.0904031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063848Jy sigma=1.374581 ! Fit after self-cal, rms=0.063763Jy sigma=1.372712 ! 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.063763Jy sigma=1.372712 ! Fit after self-cal, rms=0.062341Jy sigma=1.371229 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.939 mas, bpa=2.046 degrees ! Estimated noise=0.403068 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000143902 Jy ! Component: 100 - total flux cleaned = 0.000448822 Jy ! Component: 150 - total flux cleaned = 0.00119254 Jy ! Component: 200 - total flux cleaned = 0.00165171 Jy ! Total flux subtracted in 200 components = 0.00165171 Jy ! Clean residual min=-0.003520 max=0.003815 Jy/beam ! Clean residual mean=0.000003 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.0920548 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 93 components and 0.0920548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062136Jy sigma=1.366775 ! Fit after self-cal, rms=0.062119Jy sigma=1.366371 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.000825899 Jy ! Component: 100 - total flux cleaned = 0.000927154 Jy ! Component: 150 - total flux cleaned = 0.00106118 Jy ! Component: 200 - total flux cleaned = 0.00114072 Jy ! Total flux subtracted in 200 components = 0.00114072 Jy ! Clean residual min=-0.003417 max=0.003752 Jy/beam ! Clean residual mean=0.000003 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.0931955 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 105 components and 0.0931955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062047Jy sigma=1.364813 ! Fit after self-cal, rms=0.062036Jy sigma=1.364648 ! 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.062036Jy sigma=1.364648 ! Fit after self-cal, rms=0.061353Jy sigma=1.364206 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.82 mas, bmaj=13.49 mas, bpa=2.137 degrees ! Estimated noise=0.512646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.69342e-05 Jy ! Component: 100 - total flux cleaned = 9.25914e-05 Jy ! Component: 150 - total flux cleaned = 0.000147345 Jy ! Component: 200 - total flux cleaned = 0.000147645 Jy ! Total flux subtracted in 200 components = 0.000147645 Jy ! Clean residual min=-0.004287 max=0.004498 Jy/beam ! Clean residual mean=0.000004 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.0933432 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 127 components and 0.0933431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061317Jy sigma=1.363313 ! Fit after self-cal, rms=0.061304Jy sigma=1.363070 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.000232775 Jy ! Component: 100 - total flux cleaned = 0.000326692 Jy ! Component: 150 - total flux cleaned = 0.00032533 Jy ! Component: 200 - total flux cleaned = 0.000324375 Jy ! Total flux subtracted in 200 components = 0.000324375 Jy ! Clean residual min=-0.004270 max=0.004323 Jy/beam ! Clean residual mean=0.000004 rms=0.001224 Jy/beam ! Combined flux in latest and established models = 0.0936675 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 138 components and 0.0936675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061305Jy sigma=1.363080 ! Fit after self-cal, rms=0.061300Jy sigma=1.362959 ! 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.058 mas, bmaj=7.945 mas, bpa=2.114 degrees ! Estimated noise=0.398455 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.058 x 7.945 at 2.114 degrees (North through East) ! Clean map min=-0.0032678 max=0.066855 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.638 mas, bmaj=7.21 mas, bpa=0.8262 degrees ! Estimated noise=0.519395 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0523962 Jy ! Component: 100 - total flux cleaned = 0.0658841 Jy ! Component: 150 - total flux cleaned = 0.0730468 Jy ! Component: 200 - total flux cleaned = 0.0779094 Jy ! Total flux subtracted in 200 components = 0.0779094 Jy ! Clean residual min=-0.004201 max=0.004897 Jy/beam ! Clean residual mean=0.000002 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.0779094 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0779094 Jy ! Inverting map and beam ! Estimated beam: bmin=3.058 mas, bmaj=7.945 mas, bpa=2.114 degrees ! Estimated noise=0.398455 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.00459428 Jy ! Component: 100 - total flux cleaned = 0.00779171 Jy ! Component: 150 - total flux cleaned = 0.0102661 Jy ! Component: 200 - total flux cleaned = 0.0116222 Jy ! Total flux subtracted in 200 components = 0.0116222 Jy ! Clean residual min=-0.003517 max=0.003847 Jy/beam ! Clean residual mean=0.000003 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.0895316 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 61 components and 0.0895316 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.82 mas, bmaj=13.49 mas, bpa=2.137 degrees ! Estimated noise=0.512646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00317589 Jy ! Component: 100 - total flux cleaned = 0.00436967 Jy ! Component: 150 - total flux cleaned = 0.00450147 Jy ! Component: 200 - total flux cleaned = 0.0044462 Jy ! Total flux subtracted in 200 components = 0.0044462 Jy ! Clean residual min=-0.004637 max=0.004725 Jy/beam ! Clean residual mean=0.000005 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.0939778 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 = 1.19149e-06 Jy ! Component: 100 - total flux cleaned = 1.03749e-06 Jy ! Component: 150 - total flux cleaned = 7.98696e-07 Jy ! Component: 200 - total flux cleaned = -9.94864e-07 Jy ! Total flux subtracted in 200 components = -9.94864e-07 Jy ! Clean residual min=-0.004547 max=0.004541 Jy/beam ! Clean residual mean=0.000004 rms=0.001244 Jy/beam ! Combined flux in latest and established models = 0.0939768 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 77 components and 0.0939768 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.058 mas, bmaj=7.945 mas, bpa=2.114 degrees ! Estimated noise=0.398455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000515538 Jy ! Component: 100 - total flux cleaned = -0.000200872 Jy ! Component: 150 - total flux cleaned = 0.000102294 Jy ! Component: 200 - total flux cleaned = 0.000146824 Jy ! Total flux subtracted in 200 components = 0.000146824 Jy ! Clean residual min=-0.003158 max=0.003668 Jy/beam ! Clean residual mean=0.000003 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.0941237 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 89 components and 0.0941237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061354Jy sigma=1.364052 ! Fit after self-cal, rms=0.061345Jy sigma=1.363666 wmodel /scr/pima/bg219h_uvs/J0618-1418_S_map.mod ! Writing 89 model components to file: /scr/pima/bg219h_uvs/J0618-1418_S_map.mod wobs /scr/pima/bg219h_uvs/J0618-1418_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0618-1418_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0618-1418_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219h_uvs/J0618-1418_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.00145595 Jy ! Component: 100 - total flux cleaned = 0.00174366 Jy ! Component: 150 - total flux cleaned = 0.00216848 Jy ! Component: 200 - total flux cleaned = 0.00251817 Jy ! Component: 250 - total flux cleaned = 0.00289941 Jy ! Component: 300 - total flux cleaned = 0.00308261 Jy ! Component: 350 - total flux cleaned = 0.00330269 Jy ! Component: 400 - total flux cleaned = 0.00364153 Jy ! Component: 450 - total flux cleaned = 0.00384548 Jy ! Component: 500 - total flux cleaned = 0.00396418 Jy ! Component: 550 - total flux cleaned = 0.00415638 Jy ! Component: 600 - total flux cleaned = 0.00430498 Jy ! Component: 650 - total flux cleaned = 0.00448509 Jy ! Component: 700 - total flux cleaned = 0.00458939 Jy ! Component: 750 - total flux cleaned = 0.00458896 Jy ! Component: 800 - total flux cleaned = 0.00465601 Jy ! Component: 850 - total flux cleaned = 0.00475375 Jy ! Component: 900 - total flux cleaned = 0.0048169 Jy ! Component: 950 - total flux cleaned = 0.00478577 Jy ! Component: 1000 - total flux cleaned = 0.00481655 Jy ! Component: 1050 - total flux cleaned = 0.00481676 Jy ! Component: 1100 - total flux cleaned = 0.00493337 Jy ! Component: 1150 - total flux cleaned = 0.0049618 Jy ! Component: 1200 - total flux cleaned = 0.00496246 Jy ! Component: 1250 - total flux cleaned = 0.00501777 Jy ! Component: 1300 - total flux cleaned = 0.00504484 Jy ! Component: 1350 - total flux cleaned = 0.00501841 Jy ! Component: 1400 - total flux cleaned = 0.00496615 Jy ! Component: 1450 - total flux cleaned = 0.00483886 Jy ! Component: 1500 - total flux cleaned = 0.00483901 Jy ! Component: 1550 - total flux cleaned = 0.00474055 Jy ! Component: 1600 - total flux cleaned = 0.00471725 Jy ! Component: 1650 - total flux cleaned = 0.00471726 Jy ! Component: 1700 - total flux cleaned = 0.00474045 Jy ! Component: 1750 - total flux cleaned = 0.0046255 Jy ! Component: 1800 - total flux cleaned = 0.00460293 Jy ! Component: 1850 - total flux cleaned = 0.00453642 Jy ! Component: 1900 - total flux cleaned = 0.00458026 Jy ! Component: 1950 - total flux cleaned = 0.00453701 Jy ! Component: 2000 - total flux cleaned = 0.00457954 Jy ! Component: 2050 - total flux cleaned = 0.00462103 Jy ! Component: 2100 - total flux cleaned = 0.00457986 Jy ! Component: 2150 - total flux cleaned = 0.00462046 Jy ! Component: 2200 - total flux cleaned = 0.0047009 Jy ! Component: 2250 - total flux cleaned = 0.00470092 Jy ! Component: 2300 - total flux cleaned = 0.00479863 Jy ! Component: 2350 - total flux cleaned = 0.00491385 Jy ! Component: 2400 - total flux cleaned = 0.00493259 Jy ! Component: 2450 - total flux cleaned = 0.00504484 Jy ! Component: 2500 - total flux cleaned = 0.00506338 Jy ! Component: 2550 - total flux cleaned = 0.00517292 Jy ! Component: 2600 - total flux cleaned = 0.00526286 Jy ! Component: 2650 - total flux cleaned = 0.00535168 Jy ! Component: 2700 - total flux cleaned = 0.00542192 Jy ! Component: 2750 - total flux cleaned = 0.00552603 Jy ! Component: 2800 - total flux cleaned = 0.00557709 Jy ! Component: 2850 - total flux cleaned = 0.00571222 Jy ! Component: 2900 - total flux cleaned = 0.00577875 Jy ! Component: 2950 - total flux cleaned = 0.0058282 Jy ! Component: 3000 - total flux cleaned = 0.00590986 Jy ! Component: 3050 - total flux cleaned = 0.00597445 Jy ! Component: 3100 - total flux cleaned = 0.00603804 Jy ! Component: 3150 - total flux cleaned = 0.0061167 Jy ! Component: 3200 - total flux cleaned = 0.00616354 Jy ! Component: 3250 - total flux cleaned = 0.00624042 Jy ! Component: 3300 - total flux cleaned = 0.00627077 Jy ! Component: 3350 - total flux cleaned = 0.00631573 Jy ! Component: 3400 - total flux cleaned = 0.0063753 Jy ! Component: 3450 - total flux cleaned = 0.00643401 Jy ! Component: 3500 - total flux cleaned = 0.00646295 Jy ! Component: 3550 - total flux cleaned = 0.00652048 Jy ! Component: 3600 - total flux cleaned = 0.00654903 Jy ! Component: 3650 - total flux cleaned = 0.00660526 Jy ! Component: 3700 - total flux cleaned = 0.00660537 Jy ! Component: 3750 - total flux cleaned = 0.00666051 Jy ! Component: 3800 - total flux cleaned = 0.00667429 Jy ! Component: 3850 - total flux cleaned = 0.00672836 Jy ! Component: 3900 - total flux cleaned = 0.00675507 Jy ! Component: 3950 - total flux cleaned = 0.00674191 Jy ! Component: 4000 - total flux cleaned = 0.00668979 Jy ! Component: 4050 - total flux cleaned = 0.00669005 Jy ! Total flux subtracted in 4096 components = 0.0066901 Jy ! Clean residual min=-0.000745 max=0.000757 Jy/beam ! Clean residual mean=-0.000001 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.100814 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 366 components and 0.100814 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0618-1418_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.058 x 7.945 at 2.114 degrees (North through East) ! Clean map min=-0.0019864 max=0.06568 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0618-1418_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0656795 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000233158 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06498 1.06498 2.12996 4.25993 8.51986 17.0397 34.0794 68.1589 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.065 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 281.694 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0618-1418_S_uvs.log closed on Thu Apr 7 08:55:11 2016