! Started logfile: /scr/pima/br149ak_uvs/J0543+3557_X_uvs.log on Sat Feb 27 17:28:14 2016 obs /scr/pima/br149ak_uvs/J0543+3557_X_uva.fits ! Reading UV FITS file: /scr/pima/br149ak_uvs/J0543+3557_X_uva.fits ! AN table 1: 14 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0543+3557 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.10949e+09 1.28e+08 1 1.28e+08 ! 02 2 8.12349e+09 1.28e+08 1 1.28e+08 ! 03 3 8.16549e+09 1.28e+08 1 1.28e+08 ! 04 4 8.23549e+09 1.28e+08 1 1.28e+08 ! 05 5 8.31949e+09 1.28e+08 1 1.28e+08 ! 06 6 8.41749e+09 1.28e+08 1 1.28e+08 ! 07 7 8.55649e+09 1.28e+08 1 1.28e+08 ! 08 8 8.58349e+09 1.28e+08 1 1.28e+08 ! ! Polarization(s): RR ! ! Read 85 lines of history. ! ! Reading 672 visibilities. select rr, 1,2,3,4,6,7,8 ! Selecting polarization: RR, channels: 1..4 6..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: (none) ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/br149ak_uvs/J0543+3557_X] 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.200x0.200 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.002296Jy sigma=28.682659 ! Fit after self-cal, rms=0.980350Jy sigma=28.041085 ! 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=5.621 mas, bmaj=7.303 mas, bpa=33.92 degrees ! Estimated noise=1.77062 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0142262 Jy ! Component: 100 - total flux cleaned = 0.0159332 Jy ! Total flux subtracted in 100 components = 0.0159332 Jy ! Clean residual min=-0.001733 max=0.001751 Jy/beam ! Clean residual mean=-0.000010 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.0159332 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0159332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023539Jy sigma=0.662096 ! Fit after self-cal, rms=0.021407Jy sigma=0.597166 ! 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=6.432 mas, bmaj=7.357 mas, bpa=29.62 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.00297535 Jy ! Component: 100 - total flux cleaned = 0.00378997 Jy ! Component: 150 - total flux cleaned = 0.00419724 Jy ! Component: 200 - total flux cleaned = 0.00398917 Jy ! Total flux subtracted in 200 components = 0.00398917 Jy ! Clean residual min=-0.000820 max=0.000807 Jy/beam ! Clean residual mean=-0.000002 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0199224 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 82 components and 0.0199224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020210Jy sigma=0.562608 ! Fit after self-cal, rms=0.020059Jy sigma=0.560390 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.432 x 7.357 at 29.62 degrees (North through East) ! Clean map min=-0.001822 max=0.018469 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: ! FD 1.13 KP 1.05 LA 0.94 PT 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* KP 1.00* LA 1.00* PT 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.13 KP 1.09 LA 0.94 PT 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* KP 1.00* LA 1.00* PT 1.00* ! ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 0.96 LA 1.03 PT 0.96 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.19 LA 1.03 PT 0.94 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 0.90 LA 0.98 PT 1.07 ! ! ! Fit before self-cal, rms=0.020059Jy sigma=0.560390 ! Fit after self-cal, rms=0.020499Jy sigma=0.558324 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.471 mas, bmaj=7.356 mas, bpa=29.6 degrees ! Estimated noise=1.03295 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.000610952 Jy ! Component: 100 - total flux cleaned = -0.000980695 Jy ! Component: 150 - total flux cleaned = -0.00120684 Jy ! Component: 200 - total flux cleaned = -0.0012917 Jy ! Total flux subtracted in 200 components = -0.0012917 Jy ! Clean residual min=-0.000219 max=0.000218 Jy/beam ! Clean residual mean=-0.000001 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.0186307 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 162 components and 0.0186307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020431Jy sigma=0.557172 ! Fit after self-cal, rms=0.020412Jy sigma=0.555780 ! Inverting map ! Added new window around map position (16.4, 44.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00011093 Jy ! Component: 100 - total flux cleaned = 5.59263e-05 Jy ! Component: 150 - total flux cleaned = 0.000202844 Jy ! Component: 200 - total flux cleaned = 0.000300647 Jy ! Total flux subtracted in 200 components = 0.000300647 Jy ! Clean residual min=-0.000476 max=0.000340 Jy/beam ! Clean residual mean=-0.000001 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.0189313 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 218 components and 0.0189313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020377Jy sigma=0.555349 ! Fit after self-cal, rms=0.020369Jy sigma=0.555201 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020369Jy sigma=0.555201 ! Fit after self-cal, rms=0.020543Jy sigma=0.555004 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.443 mas, bmaj=7.352 mas, bpa=30.76 degrees ! Estimated noise=1.04165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000147289 Jy ! Component: 100 - total flux cleaned = 0.00028962 Jy ! Component: 150 - total flux cleaned = 0.000423028 Jy ! Component: 200 - total flux cleaned = 0.00052757 Jy ! Total flux subtracted in 200 components = 0.00052757 Jy ! Clean residual min=-0.000494 max=0.000353 Jy/beam ! Clean residual mean=-0.000001 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.0194589 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 270 components and 0.0194589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020525Jy sigma=0.554815 ! Fit after self-cal, rms=0.020525Jy sigma=0.554757 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 = 5.31456e-05 Jy ! Component: 100 - total flux cleaned = 0.00015603 Jy ! Component: 150 - total flux cleaned = 0.000263553 Jy ! Component: 200 - total flux cleaned = 0.000348536 Jy ! Total flux subtracted in 200 components = 0.000348536 Jy ! Clean residual min=-0.000411 max=0.000339 Jy/beam ! Clean residual mean=-0.000001 rms=0.000112 Jy/beam ! Combined flux in latest and established models = 0.0198074 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 323 components and 0.0198074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020518Jy sigma=0.554736 ! Fit after self-cal, rms=0.020515Jy sigma=0.554718 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020515Jy sigma=0.554718 ! Fit after self-cal, rms=0.020621Jy sigma=0.554637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.426 mas, bmaj=7.347 mas, bpa=31.79 degrees ! Estimated noise=1.04771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102622 Jy ! Component: 100 - total flux cleaned = 0.000198527 Jy ! Component: 150 - total flux cleaned = 0.00025539 Jy ! Component: 200 - total flux cleaned = 0.000306791 Jy ! Total flux subtracted in 200 components = 0.000306791 Jy ! Clean residual min=-0.000462 max=0.000354 Jy/beam ! Clean residual mean=-0.000002 rms=0.000110 Jy/beam ! Combined flux in latest and established models = 0.0201142 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 362 components and 0.0201142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020614Jy sigma=0.554578 ! Fit after self-cal, rms=0.020613Jy sigma=0.554565 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 = 7.71215e-05 Jy ! Component: 100 - total flux cleaned = 0.000132772 Jy ! Component: 150 - total flux cleaned = 0.000172065 Jy ! Component: 200 - total flux cleaned = 0.000211185 Jy ! Total flux subtracted in 200 components = 0.000211185 Jy ! Clean residual min=-0.000406 max=0.000331 Jy/beam ! Clean residual mean=-0.000001 rms=0.000102 Jy/beam ! Combined flux in latest and established models = 0.0203254 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 396 components and 0.0203254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020611Jy sigma=0.554564 ! Fit after self-cal, rms=0.020609Jy sigma=0.554558 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020609Jy sigma=0.554558 ! Fit after self-cal, rms=0.020682Jy sigma=0.554518 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.484 mas, bmaj=7.365 mas, bpa=32.01 degrees ! Estimated noise=1.05168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.49603e-05 Jy ! Component: 100 - total flux cleaned = 0.000138439 Jy ! Component: 150 - total flux cleaned = 0.000208866 Jy ! Component: 200 - total flux cleaned = 0.000266982 Jy ! Total flux subtracted in 200 components = 0.000266982 Jy ! Clean residual min=-0.000437 max=0.000344 Jy/beam ! Clean residual mean=-0.000002 rms=0.000104 Jy/beam ! Combined flux in latest and established models = 0.0205924 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 431 components and 0.0205924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020679Jy sigma=0.554488 ! Fit after self-cal, rms=0.020680Jy sigma=0.554482 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.79821e-05 Jy ! Component: 100 - total flux cleaned = 0.000128605 Jy ! Component: 150 - total flux cleaned = 0.000166958 Jy ! Component: 200 - total flux cleaned = 0.000200098 Jy ! Total flux subtracted in 200 components = 0.000200098 Jy ! Clean residual min=-0.000395 max=0.000331 Jy/beam ! Clean residual mean=-0.000001 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.0207925 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 482 components and 0.0207925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.020679Jy sigma=0.554473 ! Fit after self-cal, rms=0.020678Jy sigma=0.554470 ! 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=6.415 mas, bmaj=7.342 mas, bpa=32.53 degrees ! Estimated noise=1.05145 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.415 x 7.342 at 32.53 degrees (North through East) ! Clean map min=-0.0011452 max=0.018185 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=5.626 mas, bmaj=7.265 mas, bpa=34.89 degrees ! Estimated noise=1.82794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149173 Jy ! Component: 100 - total flux cleaned = 0.0181459 Jy ! Component: 150 - total flux cleaned = 0.0198271 Jy ! Component: 200 - total flux cleaned = 0.0209498 Jy ! Total flux subtracted in 200 components = 0.0209498 Jy ! Clean residual min=-0.004997 max=0.007982 Jy/beam ! Clean residual mean=-0.000029 rms=0.002040 Jy/beam ! Combined flux in latest and established models = 0.0209498 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 67 model components to the UV plane model. ! The established model now contains 67 components and 0.0209498 Jy ! Inverting map and beam ! Estimated beam: bmin=6.415 mas, bmaj=7.342 mas, bpa=32.53 degrees ! Estimated noise=1.05145 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.00129952 Jy ! Component: 100 - total flux cleaned = -0.000236306 Jy ! Component: 150 - total flux cleaned = 0.00145091 Jy ! Component: 200 - total flux cleaned = 0.00311783 Jy ! Total flux subtracted in 200 components = 0.00311783 Jy ! Clean residual min=-0.004731 max=0.006692 Jy/beam ! Clean residual mean=-0.000032 rms=0.002026 Jy/beam ! Combined flux in latest and established models = 0.0240676 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 119 components and 0.0240676 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.484 mas, bmaj=7.365 mas, bpa=32.01 degrees ! Estimated noise=1.05168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130692 Jy ! Component: 100 - total flux cleaned = 0.00265876 Jy ! Component: 150 - total flux cleaned = 0.00389825 Jy ! Component: 200 - total flux cleaned = 0.00516989 Jy ! Total flux subtracted in 200 components = 0.00516989 Jy ! Clean residual min=-0.003577 max=0.004512 Jy/beam ! Clean residual mean=-0.000029 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.0292375 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.00144273 Jy ! Component: 100 - total flux cleaned = 0.00275098 Jy ! Component: 150 - total flux cleaned = 0.00404327 Jy ! Component: 200 - total flux cleaned = 0.00526535 Jy ! Total flux subtracted in 200 components = 0.00526535 Jy ! Clean residual min=-0.003042 max=0.003934 Jy/beam ! Clean residual mean=-0.000020 rms=0.001342 Jy/beam ! Combined flux in latest and established models = 0.0345029 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 185 components and 0.0345029 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.415 mas, bmaj=7.342 mas, bpa=32.53 degrees ! Estimated noise=1.05145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107867 Jy ! Component: 100 - total flux cleaned = 0.00210128 Jy ! Component: 150 - total flux cleaned = 0.00307117 Jy ! Component: 200 - total flux cleaned = 0.00399112 Jy ! Total flux subtracted in 200 components = 0.00399112 Jy ! Clean residual min=-0.002562 max=0.003613 Jy/beam ! Clean residual mean=-0.000018 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.038494 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 195 components and 0.038494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.021796Jy sigma=0.585107 ! Fit after self-cal, rms=0.021013Jy sigma=0.562855 wmodel /scr/pima/br149ak_uvs/J0543+3557_X_map.mod ! Writing 195 model components to file: /scr/pima/br149ak_uvs/J0543+3557_X_map.mod wobs /scr/pima/br149ak_uvs/J0543+3557_X_uvs.fits ! Writing UV FITS file: /scr/pima/br149ak_uvs/J0543+3557_X_uvs.fits wwins /scr/pima/br149ak_uvs/J0543+3557_X_map.win ! wwins: Wrote 1 windows to /scr/pima/br149ak_uvs/J0543+3557_X_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.000170628 Jy ! Component: 100 - total flux cleaned = 8.79116e-05 Jy ! Component: 150 - total flux cleaned = 8.28236e-05 Jy ! Component: 200 - total flux cleaned = 0.000223247 Jy ! Component: 250 - total flux cleaned = 0.000312738 Jy ! Component: 300 - total flux cleaned = 0.000344941 Jy ! Component: 350 - total flux cleaned = 0.000360048 Jy ! Component: 400 - total flux cleaned = 0.000403069 Jy ! Component: 450 - total flux cleaned = 0.000443972 Jy ! Component: 500 - total flux cleaned = 0.00049561 Jy ! Component: 550 - total flux cleaned = 0.00061865 Jy ! Component: 600 - total flux cleaned = 0.000763571 Jy ! Component: 650 - total flux cleaned = 0.000871848 Jy ! Component: 700 - total flux cleaned = 0.00098101 Jy ! Component: 750 - total flux cleaned = 0.00111585 Jy ! Component: 800 - total flux cleaned = 0.00123988 Jy ! Component: 850 - total flux cleaned = 0.00136598 Jy ! Component: 900 - total flux cleaned = 0.00150781 Jy ! Component: 950 - total flux cleaned = 0.00162742 Jy ! Component: 1000 - total flux cleaned = 0.00176452 Jy ! Component: 1050 - total flux cleaned = 0.00190636 Jy ! Component: 1100 - total flux cleaned = 0.00203834 Jy ! Component: 1150 - total flux cleaned = 0.00218987 Jy ! Component: 1200 - total flux cleaned = 0.00234682 Jy ! Component: 1250 - total flux cleaned = 0.00254197 Jy ! Component: 1300 - total flux cleaned = 0.0027108 Jy ! Component: 1350 - total flux cleaned = 0.00286792 Jy ! Component: 1400 - total flux cleaned = 0.00301241 Jy ! Component: 1450 - total flux cleaned = 0.00321845 Jy ! Component: 1500 - total flux cleaned = 0.0033542 Jy ! Component: 1550 - total flux cleaned = 0.00357561 Jy ! Component: 1600 - total flux cleaned = 0.00378483 Jy ! Component: 1650 - total flux cleaned = 0.00400222 Jy ! Component: 1700 - total flux cleaned = 0.00422778 Jy ! Component: 1750 - total flux cleaned = 0.00446192 Jy ! Component: 1800 - total flux cleaned = 0.00468013 Jy ! Component: 1850 - total flux cleaned = 0.00493193 Jy ! Component: 1900 - total flux cleaned = 0.00519476 Jy ! Component: 1950 - total flux cleaned = 0.00541303 Jy ! Component: 2000 - total flux cleaned = 0.00566775 Jy ! Component: 2050 - total flux cleaned = 0.00593281 Jy ! Component: 2100 - total flux cleaned = 0.00620846 Jy ! Component: 2150 - total flux cleaned = 0.00649493 Jy ! Component: 2200 - total flux cleaned = 0.0067587 Jy ! Component: 2250 - total flux cleaned = 0.00706711 Jy ! Component: 2300 - total flux cleaned = 0.00738831 Jy ! Component: 2350 - total flux cleaned = 0.00776109 Jy ! Component: 2400 - total flux cleaned = 0.00807098 Jy ! Component: 2450 - total flux cleaned = 0.00835098 Jy ! Component: 2500 - total flux cleaned = 0.00880959 Jy ! Component: 2550 - total flux cleaned = 0.00915665 Jy ! Component: 2600 - total flux cleaned = 0.00960917 Jy ! Component: 2650 - total flux cleaned = 0.0100323 Jy ! Component: 2700 - total flux cleaned = 0.0104722 Jy ! Component: 2750 - total flux cleaned = 0.0108785 Jy ! Component: 2800 - total flux cleaned = 0.0114067 Jy ! Component: 2850 - total flux cleaned = 0.0119015 Jy ! Component: 2900 - total flux cleaned = 0.012473 Jy ! Component: 2950 - total flux cleaned = 0.0130078 Jy ! Component: 3000 - total flux cleaned = 0.0134387 Jy ! Component: 3050 - total flux cleaned = 0.0141438 Jy ! Component: 3100 - total flux cleaned = 0.0147453 Jy ! Component: 3150 - total flux cleaned = 0.0153711 Jy ! Component: 3200 - total flux cleaned = 0.0160951 Jy ! Component: 3250 - total flux cleaned = 0.0167717 Jy ! Component: 3300 - total flux cleaned = 0.0174746 Jy ! Component: 3350 - total flux cleaned = 0.0182029 Jy ! Component: 3400 - total flux cleaned = 0.0191317 Jy ! Component: 3450 - total flux cleaned = 0.019835 Jy ! Component: 3500 - total flux cleaned = 0.0207488 Jy ! Component: 3550 - total flux cleaned = 0.0216991 Jy ! Component: 3600 - total flux cleaned = 0.0226877 Jy ! Component: 3650 - total flux cleaned = 0.0235123 Jy ! Component: 3700 - total flux cleaned = 0.0246903 Jy ! Component: 3750 - total flux cleaned = 0.0257995 Jy ! Component: 3800 - total flux cleaned = 0.0270702 Jy ! Component: 3850 - total flux cleaned = 0.0282725 Jy ! Component: 3900 - total flux cleaned = 0.0295241 Jy ! Component: 3950 - total flux cleaned = 0.0309539 Jy ! Component: 4000 - total flux cleaned = 0.032307 Jy ! Component: 4050 - total flux cleaned = 0.0338577 Jy ! Total flux subtracted in 4096 components = 0.0351763 Jy ! Clean residual min=-0.007712 max=0.007819 Jy/beam ! Clean residual mean=0.000062 rms=0.002736 Jy/beam ! Combined flux in latest and established models = 0.0736703 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 334 components and 0.0736703 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/br149ak_uvs/J0543+3557_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.415 x 7.342 at 32.53 degrees (North through East) ! Clean map min=-0.012527 max=0.017891 Jy/beam ! Writing clean map to FITS file: /scr/pima/br149ak_uvs/J0543+3557_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0178912 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0029181 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -48.9308 48.9308 97.8617 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0087 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.017 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 6.131 quit ! Quitting program ! Log file /scr/pima/br149ak_uvs/J0543+3557_X_uvs.log closed on Sat Feb 27 17:28:18 2016