! Started logfile: /scr/pima/bg219e_uvs/J0520-0240_S_uvs.log on Thu Apr 7 06:36:40 2016 obs /scr/pima/bg219e_uvs/J0520-0240_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0520-0240_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.554762 visibilities/baseline/integration-bin. ! Found source: J0520-0240 ! ! 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 3728 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/bg219e_uvs/J0520-0240_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003141Jy sigma=21.381208 ! Fit after self-cal, rms=0.931130Jy sigma=19.987335 ! 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=6.994 mas, bmaj=12.93 mas, bpa=-5.081 degrees ! Estimated noise=0.866107 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.0497434 Jy ! Component: 100 - total flux cleaned = 0.0665383 Jy ! Total flux subtracted in 100 components = 0.0665383 Jy ! Clean residual min=-0.007906 max=0.009896 Jy/beam ! Clean residual mean=0.000020 rms=0.002923 Jy/beam ! Combined flux in latest and established models = 0.0665383 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.0665383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076828Jy sigma=1.510384 ! Fit after self-cal, rms=0.075316Jy sigma=1.486287 ! 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=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 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.0184452 Jy ! Component: 100 - total flux cleaned = 0.0303912 Jy ! Component: 150 - total flux cleaned = 0.0388252 Jy ! Component: 200 - total flux cleaned = 0.0449085 Jy ! Total flux subtracted in 200 components = 0.0449085 Jy ! Clean residual min=-0.007009 max=0.008943 Jy/beam ! Clean residual mean=0.000009 rms=0.002813 Jy/beam ! Combined flux in latest and established models = 0.111447 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 97 components and 0.111447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070518Jy sigma=1.342967 ! Fit after self-cal, rms=0.069930Jy sigma=1.334896 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.848 x 14.48 at -4.483 degrees (North through East) ! Clean map min=-0.0070644 max=0.066689 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* ! ! ! 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* ! ! ! 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* ! ! ! Correcting IF 4. ! 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* ! ! ! Fit before self-cal, rms=0.069930Jy sigma=1.334896 ! Fit after self-cal, rms=0.069930Jy sigma=1.334896 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 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.00557958 Jy ! Component: 100 - total flux cleaned = 0.00939812 Jy ! Component: 150 - total flux cleaned = 0.0121683 Jy ! Component: 200 - total flux cleaned = 0.0136878 Jy ! Total flux subtracted in 200 components = 0.0136878 Jy ! Clean residual min=-0.006519 max=0.008053 Jy/beam ! Clean residual mean=0.000002 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.125135 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.125135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069547Jy sigma=1.318249 ! Fit after self-cal, rms=0.069515Jy sigma=1.317343 ! 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.069515Jy sigma=1.317343 ! Fit after self-cal, rms=0.069515Jy sigma=1.317343 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118608 Jy ! Component: 100 - total flux cleaned = 0.00180733 Jy ! Component: 150 - total flux cleaned = 0.00228958 Jy ! Component: 200 - total flux cleaned = 0.00266914 Jy ! Total flux subtracted in 200 components = 0.00266914 Jy ! Clean residual min=-0.006457 max=0.007664 Jy/beam ! Clean residual mean=0.000001 rms=0.002391 Jy/beam ! Combined flux in latest and established models = 0.127804 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 121 components and 0.127804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069395Jy sigma=1.313597 ! Fit after self-cal, rms=0.069381Jy sigma=1.313105 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.000661582 Jy ! Component: 100 - total flux cleaned = 0.00111887 Jy ! Component: 150 - total flux cleaned = 0.00146416 Jy ! Component: 200 - total flux cleaned = 0.00178481 Jy ! Total flux subtracted in 200 components = 0.00178481 Jy ! Clean residual min=-0.006582 max=0.007454 Jy/beam ! Clean residual mean=0.000001 rms=0.002334 Jy/beam ! Combined flux in latest and established models = 0.129588 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 135 components and 0.129589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069287Jy sigma=1.310548 ! Fit after self-cal, rms=0.069286Jy sigma=1.310223 ! 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.069286Jy sigma=1.310223 ! Fit after self-cal, rms=0.069286Jy sigma=1.310223 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000428935 Jy ! Component: 100 - total flux cleaned = 0.00071611 Jy ! Component: 150 - total flux cleaned = 0.000966215 Jy ! Component: 200 - total flux cleaned = 0.00115415 Jy ! Total flux subtracted in 200 components = 0.00115415 Jy ! Clean residual min=-0.006664 max=0.007364 Jy/beam ! Clean residual mean=0.000001 rms=0.002294 Jy/beam ! Combined flux in latest and established models = 0.130743 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 150 components and 0.130743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069214Jy sigma=1.308356 ! Fit after self-cal, rms=0.069217Jy sigma=1.308083 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.00044712 Jy ! Component: 100 - total flux cleaned = 0.000593724 Jy ! Component: 150 - total flux cleaned = 0.000771623 Jy ! Component: 200 - total flux cleaned = 0.000977814 Jy ! Total flux subtracted in 200 components = 0.000977814 Jy ! Clean residual min=-0.006732 max=0.007291 Jy/beam ! Clean residual mean=0.000000 rms=0.002263 Jy/beam ! Combined flux in latest and established models = 0.13172 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 164 components and 0.13172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069160Jy sigma=1.306593 ! Fit after self-cal, rms=0.069163Jy sigma=1.306351 ! 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.069163Jy sigma=1.306351 ! Fit after self-cal, rms=0.069163Jy sigma=1.306351 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.57 mas, bmaj=15.96 mas, bpa=8.782 degrees ! Estimated noise=0.624698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148282 Jy ! Component: 100 - total flux cleaned = 0.00188744 Jy ! Component: 150 - total flux cleaned = 0.00214506 Jy ! Component: 200 - total flux cleaned = 0.00238666 Jy ! Total flux subtracted in 200 components = 0.00238666 Jy ! Clean residual min=-0.007509 max=0.008470 Jy/beam ! Clean residual mean=-0.000001 rms=0.002616 Jy/beam ! Combined flux in latest and established models = 0.134107 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 167 components and 0.134107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069173Jy sigma=1.304583 ! Fit after self-cal, rms=0.069164Jy sigma=1.304346 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.000324705 Jy ! Component: 100 - total flux cleaned = 0.000589919 Jy ! Component: 150 - total flux cleaned = 0.000834337 Jy ! Component: 200 - total flux cleaned = 0.00102406 Jy ! Total flux subtracted in 200 components = 0.00102406 Jy ! Clean residual min=-0.007483 max=0.008344 Jy/beam ! Clean residual mean=-0.000002 rms=0.002578 Jy/beam ! Combined flux in latest and established models = 0.135131 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 174 components and 0.135131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069162Jy sigma=1.303433 ! Fit after self-cal, rms=0.069159Jy sigma=1.303257 ! 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=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.848 x 14.48 at -4.483 degrees (North through East) ! Clean map min=-0.0067326 max=0.0603 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=6.994 mas, bmaj=12.93 mas, bpa=-5.081 degrees ! Estimated noise=0.866107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0496846 Jy ! Component: 100 - total flux cleaned = 0.0691773 Jy ! Component: 150 - total flux cleaned = 0.082258 Jy ! Component: 200 - total flux cleaned = 0.0918656 Jy ! Total flux subtracted in 200 components = 0.0918656 Jy ! Clean residual min=-0.006854 max=0.007733 Jy/beam ! Clean residual mean=0.000013 rms=0.002366 Jy/beam ! Combined flux in latest and established models = 0.0918656 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 71 model components to the UV plane model. ! The established model now contains 71 components and 0.0918656 Jy ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 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.0124862 Jy ! Component: 100 - total flux cleaned = 0.0206395 Jy ! Component: 150 - total flux cleaned = 0.0264144 Jy ! Component: 200 - total flux cleaned = 0.0305895 Jy ! Total flux subtracted in 200 components = 0.0305895 Jy ! Clean residual min=-0.006866 max=0.008164 Jy/beam ! Clean residual mean=0.000006 rms=0.002474 Jy/beam ! Combined flux in latest and established models = 0.122455 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 106 components and 0.122455 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=10.57 mas, bmaj=15.96 mas, bpa=8.782 degrees ! Estimated noise=0.624698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00443074 Jy ! Component: 100 - total flux cleaned = 0.00728199 Jy ! Component: 150 - total flux cleaned = 0.00885536 Jy ! Component: 200 - total flux cleaned = 0.00947622 Jy ! Total flux subtracted in 200 components = 0.00947622 Jy ! Clean residual min=-0.007269 max=0.008544 Jy/beam ! Clean residual mean=0.000000 rms=0.002679 Jy/beam ! Combined flux in latest and established models = 0.131931 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.000227271 Jy ! Component: 100 - total flux cleaned = 0.000502214 Jy ! Component: 150 - total flux cleaned = 0.000820139 Jy ! Component: 200 - total flux cleaned = 0.0010241 Jy ! Total flux subtracted in 200 components = 0.0010241 Jy ! Clean residual min=-0.007308 max=0.008512 Jy/beam ! Clean residual mean=0.000000 rms=0.002643 Jy/beam ! Combined flux in latest and established models = 0.132955 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 126 components and 0.132955 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.848 mas, bmaj=14.48 mas, bpa=-4.483 degrees ! Estimated noise=0.60244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102817 Jy ! Component: 100 - total flux cleaned = -0.000163688 Jy ! Component: 150 - total flux cleaned = -0.000106835 Jy ! Component: 200 - total flux cleaned = -1.2867e-05 Jy ! Total flux subtracted in 200 components = -1.2867e-05 Jy ! Clean residual min=-0.006627 max=0.007798 Jy/beam ! Clean residual mean=0.000001 rms=0.002224 Jy/beam ! Combined flux in latest and established models = 0.132943 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 135 components and 0.132943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069207Jy sigma=1.305069 ! Fit after self-cal, rms=0.069230Jy sigma=1.304163 wmodel /scr/pima/bg219e_uvs/J0520-0240_S_map.mod ! Writing 135 model components to file: /scr/pima/bg219e_uvs/J0520-0240_S_map.mod wobs /scr/pima/bg219e_uvs/J0520-0240_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J0520-0240_S_uvs.fits wwins /scr/pima/bg219e_uvs/J0520-0240_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J0520-0240_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.00252073 Jy ! Component: 100 - total flux cleaned = 0.00308297 Jy ! Component: 150 - total flux cleaned = 0.00369489 Jy ! Component: 200 - total flux cleaned = 0.00407531 Jy ! Component: 250 - total flux cleaned = 0.00416127 Jy ! Component: 300 - total flux cleaned = 0.00441368 Jy ! Component: 350 - total flux cleaned = 0.00473002 Jy ! Component: 400 - total flux cleaned = 0.00495255 Jy ! Component: 450 - total flux cleaned = 0.00516414 Jy ! Component: 500 - total flux cleaned = 0.00543322 Jy ! Component: 550 - total flux cleaned = 0.00556258 Jy ! Component: 600 - total flux cleaned = 0.00556263 Jy ! Component: 650 - total flux cleaned = 0.00532825 Jy ! Component: 700 - total flux cleaned = 0.00532825 Jy ! Component: 750 - total flux cleaned = 0.00521823 Jy ! Component: 800 - total flux cleaned = 0.00511301 Jy ! Component: 850 - total flux cleaned = 0.00506255 Jy ! Component: 900 - total flux cleaned = 0.0049649 Jy ! Component: 950 - total flux cleaned = 0.00487088 Jy ! Component: 1000 - total flux cleaned = 0.00487126 Jy ! Component: 1050 - total flux cleaned = 0.00482748 Jy ! Component: 1100 - total flux cleaned = 0.00474206 Jy ! Component: 1150 - total flux cleaned = 0.00478433 Jy ! Component: 1200 - total flux cleaned = 0.0047025 Jy ! Component: 1250 - total flux cleaned = 0.00470238 Jy ! Component: 1300 - total flux cleaned = 0.0047018 Jy ! Component: 1350 - total flux cleaned = 0.00455178 Jy ! Component: 1400 - total flux cleaned = 0.00451572 Jy ! Component: 1450 - total flux cleaned = 0.00447966 Jy ! Component: 1500 - total flux cleaned = 0.00440898 Jy ! Component: 1550 - total flux cleaned = 0.00440853 Jy ! Component: 1600 - total flux cleaned = 0.00430791 Jy ! Component: 1650 - total flux cleaned = 0.00434113 Jy ! Component: 1700 - total flux cleaned = 0.00430852 Jy ! Component: 1750 - total flux cleaned = 0.00430808 Jy ! Component: 1800 - total flux cleaned = 0.00424564 Jy ! Component: 1850 - total flux cleaned = 0.00415427 Jy ! Component: 1900 - total flux cleaned = 0.00412495 Jy ! Component: 1950 - total flux cleaned = 0.00406675 Jy ! Component: 2000 - total flux cleaned = 0.00395144 Jy ! Component: 2050 - total flux cleaned = 0.00386635 Jy ! Component: 2100 - total flux cleaned = 0.00375402 Jy ! Component: 2150 - total flux cleaned = 0.00367103 Jy ! Component: 2200 - total flux cleaned = 0.00356133 Jy ! Component: 2250 - total flux cleaned = 0.00345349 Jy ! Component: 2300 - total flux cleaned = 0.00342672 Jy ! Component: 2350 - total flux cleaned = 0.00329467 Jy ! Component: 2400 - total flux cleaned = 0.00321649 Jy ! Component: 2450 - total flux cleaned = 0.0031135 Jy ! Component: 2500 - total flux cleaned = 0.00303724 Jy ! Component: 2550 - total flux cleaned = 0.00296192 Jy ! Component: 2600 - total flux cleaned = 0.00288747 Jy ! Component: 2650 - total flux cleaned = 0.0028629 Jy ! Component: 2700 - total flux cleaned = 0.00281428 Jy ! Component: 2750 - total flux cleaned = 0.00276635 Jy ! Component: 2800 - total flux cleaned = 0.00276666 Jy ! Component: 2850 - total flux cleaned = 0.00267253 Jy ! Component: 2900 - total flux cleaned = 0.00255572 Jy ! Component: 2950 - total flux cleaned = 0.00248621 Jy ! Component: 3000 - total flux cleaned = 0.0024168 Jy ! Component: 3050 - total flux cleaned = 0.00227896 Jy ! Component: 3100 - total flux cleaned = 0.00218751 Jy ! Component: 3150 - total flux cleaned = 0.00207365 Jy ! Component: 3200 - total flux cleaned = 0.00196045 Jy ! Component: 3250 - total flux cleaned = 0.00187041 Jy ! Component: 3300 - total flux cleaned = 0.001803 Jy ! Component: 3350 - total flux cleaned = 0.00171358 Jy ! Component: 3400 - total flux cleaned = 0.00166899 Jy ! Component: 3450 - total flux cleaned = 0.00158023 Jy ! Component: 3500 - total flux cleaned = 0.00153599 Jy ! Component: 3550 - total flux cleaned = 0.00149191 Jy ! Component: 3600 - total flux cleaned = 0.00140381 Jy ! Component: 3650 - total flux cleaned = 0.00135999 Jy ! Component: 3700 - total flux cleaned = 0.00131605 Jy ! Component: 3750 - total flux cleaned = 0.00129419 Jy ! Component: 3800 - total flux cleaned = 0.00125038 Jy ! Component: 3850 - total flux cleaned = 0.00120674 Jy ! Component: 3900 - total flux cleaned = 0.00116303 Jy ! Component: 3950 - total flux cleaned = 0.00118475 Jy ! Component: 4000 - total flux cleaned = 0.00116293 Jy ! Component: 4050 - total flux cleaned = 0.00107593 Jy ! Total flux subtracted in 4096 components = 0.00107593 Jy ! Clean residual min=-0.001378 max=0.001306 Jy/beam ! Clean residual mean=-0.000014 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.134019 Jy keep ! Adding 433 model components to the UV plane model. ! The established model now contains 568 components and 0.134019 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J0520-0240_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.848 x 14.48 at -4.483 degrees (North through East) ! Clean map min=-0.0039 max=0.060316 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0520-0240_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0603157 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000437061 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.17386 2.17386 4.34773 8.69546 17.3909 34.7818 69.5637 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.06 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 138.003 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0520-0240_S_uvs.log closed on Thu Apr 7 06:36:44 2016