! Started logfile: /scr/pima/bg219e_uvs/J0010-3027_S_uvs.log on Thu Apr 7 06:30:22 2016 obs /scr/pima/bg219e_uvs/J0010-3027_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0010-3027_S_uva.fits ! AN table 1: 29 integrations on 28 of 28 possible baselines. ! AN table 2: 29 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.873153 visibilities/baseline/integration-bin. ! Found source: J0010-3027 ! ! 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 5672 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/J0010-3027_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 11 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.046310Jy sigma=16.951843 ! Fit after self-cal, rms=0.713286Jy sigma=11.413895 ! 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.087 mas, bmaj=11.96 mas, bpa=21.61 degrees ! Estimated noise=0.933639 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.224588 Jy ! Component: 100 - total flux cleaned = 0.276158 Jy ! Total flux subtracted in 100 components = 0.276158 Jy ! Clean residual min=-0.009277 max=0.018713 Jy/beam ! Clean residual mean=-0.000073 rms=0.002810 Jy/beam ! Combined flux in latest and established models = 0.276159 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.276159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099406Jy sigma=1.470666 ! Fit after self-cal, rms=0.099409Jy sigma=1.470489 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195967 Jy ! Component: 100 - total flux cleaned = 0.0308831 Jy ! Total flux subtracted in 100 components = 0.0308831 Jy ! Clean residual min=-0.006916 max=0.007391 Jy/beam ! Clean residual mean=-0.000030 rms=0.001863 Jy/beam ! Combined flux in latest and established models = 0.307042 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.307042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094414Jy sigma=1.372871 ! Fit after self-cal, rms=0.094419Jy sigma=1.372466 ! 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.136 mas, bmaj=14.72 mas, bpa=18.3 degrees ! Estimated noise=0.612641 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.00995821 Jy ! Component: 100 - total flux cleaned = 0.0152677 Jy ! Component: 150 - total flux cleaned = 0.0183474 Jy ! Component: 200 - total flux cleaned = 0.020185 Jy ! Total flux subtracted in 200 components = 0.020185 Jy ! Clean residual min=-0.005808 max=0.006631 Jy/beam ! Clean residual mean=-0.000018 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.327227 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 65 components and 0.327227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093383Jy sigma=1.353426 ! Fit after self-cal, rms=0.093373Jy sigma=1.352964 ! 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.136 x 14.72 at 18.3 degrees (North through East) ! Clean map min=-0.00585 max=0.28818 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 0.99 HN 1.05 LA 1.00 ! NL 0.97 OV 1.01 PT 1.01 SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 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.04 FD 0.97 HN 1.08 LA 1.01 ! NL 0.97 OV 0.99 PT 0.98 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.92 FD 1.01 KP 1.00 LA 0.99 ! NL 1.03 OV 1.00 PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.13 LA 1.03 ! NL 0.96 OV 1.01 PT 0.98 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.02 KP 1.00 LA 0.98 ! NL 1.06 OV 0.99 PT 0.98 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.05 LA 1.04 ! NL 0.93 OV 1.02 PT 1.02 SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.093373Jy sigma=1.352964 ! Fit after self-cal, rms=0.094024Jy sigma=1.342343 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.16 mas, bmaj=14.87 mas, bpa=18.49 degrees ! Estimated noise=0.615279 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.000844787 Jy ! Component: 100 - total flux cleaned = -0.00058988 Jy ! Component: 150 - total flux cleaned = -0.000547859 Jy ! Component: 200 - total flux cleaned = -0.000549042 Jy ! Total flux subtracted in 200 components = -0.000549042 Jy ! Clean residual min=-0.005391 max=0.006426 Jy/beam ! Clean residual mean=-0.000012 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.326678 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.326678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093949Jy sigma=1.341358 ! Fit after self-cal, rms=0.093965Jy sigma=1.341165 ! 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.093965Jy sigma=1.341165 ! Fit after self-cal, rms=0.094268Jy sigma=1.341068 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=14.9 mas, bpa=18.51 degrees ! Estimated noise=0.616443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117869 Jy ! Component: 100 - total flux cleaned = -0.000116119 Jy ! Component: 150 - total flux cleaned = -0.000113853 Jy ! Component: 200 - total flux cleaned = -7.83649e-05 Jy ! Total flux subtracted in 200 components = -7.83649e-05 Jy ! Clean residual min=-0.005438 max=0.006260 Jy/beam ! Clean residual mean=-0.000012 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.326599 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.326599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094222Jy sigma=1.340453 ! Fit after self-cal, rms=0.094220Jy sigma=1.340399 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 (-56.5, 106.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00547572 Jy ! Component: 100 - total flux cleaned = 0.00680614 Jy ! Component: 150 - total flux cleaned = 0.00708746 Jy ! Component: 200 - total flux cleaned = 0.00746547 Jy ! Total flux subtracted in 200 components = 0.00746547 Jy ! Clean residual min=-0.004985 max=0.004344 Jy/beam ! Clean residual mean=0.000003 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.334065 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 114 components and 0.334065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093840Jy sigma=1.334295 ! Fit after self-cal, rms=0.093812Jy sigma=1.333818 ! 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.093812Jy sigma=1.333818 ! Fit after self-cal, rms=0.094053Jy sigma=1.333491 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.162 mas, bmaj=14.91 mas, bpa=18.55 degrees ! Estimated noise=0.616711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187014 Jy ! Component: 100 - total flux cleaned = 0.00206717 Jy ! Component: 150 - total flux cleaned = 0.0023491 Jy ! Component: 200 - total flux cleaned = 0.00249973 Jy ! Total flux subtracted in 200 components = 0.00249973 Jy ! Clean residual min=-0.004878 max=0.003876 Jy/beam ! Clean residual mean=0.000004 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.336564 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 140 components and 0.336564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093948Jy sigma=1.332240 ! Fit after self-cal, rms=0.093952Jy sigma=1.332177 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.000433758 Jy ! Component: 100 - total flux cleaned = 0.000434463 Jy ! Component: 150 - total flux cleaned = 0.000515054 Jy ! Component: 200 - total flux cleaned = 0.000514435 Jy ! Total flux subtracted in 200 components = 0.000514435 Jy ! Clean residual min=-0.004850 max=0.003774 Jy/beam ! Clean residual mean=0.000005 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.337079 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 153 components and 0.337079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093907Jy sigma=1.331737 ! Fit after self-cal, rms=0.093908Jy sigma=1.331713 ! 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.093908Jy sigma=1.331713 ! Fit after self-cal, rms=0.093965Jy sigma=1.331610 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.459 mas, bmaj=24.44 mas, bpa=9.373 degrees ! Estimated noise=0.682634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147462 Jy ! Component: 100 - total flux cleaned = 0.00176079 Jy ! Component: 150 - total flux cleaned = 0.00184024 Jy ! Component: 200 - total flux cleaned = 0.00183794 Jy ! Total flux subtracted in 200 components = 0.00183794 Jy ! Clean residual min=-0.004274 max=0.003805 Jy/beam ! Clean residual mean=0.000009 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.338917 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 183 components and 0.338917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093953Jy sigma=1.331379 ! Fit after self-cal, rms=0.093956Jy sigma=1.331301 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.0001613 Jy ! Component: 100 - total flux cleaned = 0.000128128 Jy ! Component: 150 - total flux cleaned = 9.76467e-05 Jy ! Component: 200 - total flux cleaned = 3.97497e-05 Jy ! Total flux subtracted in 200 components = 3.97497e-05 Jy ! Clean residual min=-0.004189 max=0.003688 Jy/beam ! Clean residual mean=0.000009 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.338956 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 192 components and 0.338956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093952Jy sigma=1.331160 ! Fit after self-cal, rms=0.093953Jy sigma=1.331127 ! 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.162 mas, bmaj=14.91 mas, bpa=18.56 degrees ! Estimated noise=0.616675 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.162 x 14.91 at 18.56 degrees (North through East) ! Clean map min=-0.004534 max=0.28913 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.094 mas, bmaj=12.12 mas, bpa=21.83 degrees ! Estimated noise=0.944488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227035 Jy ! Component: 100 - total flux cleaned = 0.278122 Jy ! Component: 150 - total flux cleaned = 0.296741 Jy ! Component: 200 - total flux cleaned = 0.307353 Jy ! Total flux subtracted in 200 components = 0.307353 Jy ! Clean residual min=-0.005794 max=0.006060 Jy/beam ! Clean residual mean=-0.000034 rms=0.001679 Jy/beam ! Combined flux in latest and established models = 0.307353 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.307353 Jy ! Inverting map and beam ! Estimated beam: bmin=4.162 mas, bmaj=14.91 mas, bpa=18.56 degrees ! Estimated noise=0.616675 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.00983209 Jy ! Component: 100 - total flux cleaned = 0.0158896 Jy ! Component: 150 - total flux cleaned = 0.0201693 Jy ! Component: 200 - total flux cleaned = 0.0227002 Jy ! Total flux subtracted in 200 components = 0.0227002 Jy ! Clean residual min=-0.004628 max=0.004628 Jy/beam ! Clean residual mean=-0.000010 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.330053 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 71 components and 0.330053 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.459 mas, bmaj=24.44 mas, bpa=9.373 degrees ! Estimated noise=0.682634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357906 Jy ! Component: 100 - total flux cleaned = 0.00449798 Jy ! Component: 150 - total flux cleaned = 0.00493448 Jy ! Component: 200 - total flux cleaned = 0.00524434 Jy ! Total flux subtracted in 200 components = 0.00524434 Jy ! Clean residual min=-0.004012 max=0.004240 Jy/beam ! Clean residual mean=-0.000001 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.335297 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.000335244 Jy ! Component: 100 - total flux cleaned = 0.00058711 Jy ! Component: 150 - total flux cleaned = 0.000861047 Jy ! Component: 200 - total flux cleaned = 0.00110745 Jy ! Total flux subtracted in 200 components = 0.00110745 Jy ! Clean residual min=-0.003940 max=0.003830 Jy/beam ! Clean residual mean=0.000003 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.336405 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 108 components and 0.336405 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.162 mas, bmaj=14.91 mas, bpa=18.56 degrees ! Estimated noise=0.616675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000132222 Jy ! Component: 100 - total flux cleaned = 0.000126362 Jy ! Component: 150 - total flux cleaned = 0.000521559 Jy ! Component: 200 - total flux cleaned = 0.000819425 Jy ! Total flux subtracted in 200 components = 0.000819425 Jy ! Clean residual min=-0.004343 max=0.003464 Jy/beam ! Clean residual mean=0.000004 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.337224 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 127 components and 0.337224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093972Jy sigma=1.331251 ! Fit after self-cal, rms=0.093957Jy sigma=1.330959 wmodel /scr/pima/bg219e_uvs/J0010-3027_S_map.mod ! Writing 127 model components to file: /scr/pima/bg219e_uvs/J0010-3027_S_map.mod wobs /scr/pima/bg219e_uvs/J0010-3027_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J0010-3027_S_uvs.fits wwins /scr/pima/bg219e_uvs/J0010-3027_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219e_uvs/J0010-3027_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.00163833 Jy ! Component: 100 - total flux cleaned = -0.00170834 Jy ! Component: 150 - total flux cleaned = -0.00135504 Jy ! Component: 200 - total flux cleaned = -0.00113211 Jy ! Component: 250 - total flux cleaned = -0.00113202 Jy ! Component: 300 - total flux cleaned = -0.00103266 Jy ! Component: 350 - total flux cleaned = -0.000985507 Jy ! Component: 400 - total flux cleaned = -0.000985192 Jy ! Component: 450 - total flux cleaned = -0.0010298 Jy ! Component: 500 - total flux cleaned = -0.00111641 Jy ! Component: 550 - total flux cleaned = -0.00107245 Jy ! Component: 600 - total flux cleaned = -0.00119656 Jy ! Component: 650 - total flux cleaned = -0.00123615 Jy ! Component: 700 - total flux cleaned = -0.0011162 Jy ! Component: 750 - total flux cleaned = -0.0010774 Jy ! Component: 800 - total flux cleaned = -0.00115463 Jy ! Component: 850 - total flux cleaned = -0.0011546 Jy ! Component: 900 - total flux cleaned = -0.00126542 Jy ! Component: 950 - total flux cleaned = -0.00126485 Jy ! Component: 1000 - total flux cleaned = -0.00133596 Jy ! Component: 1050 - total flux cleaned = -0.00137096 Jy ! Component: 1100 - total flux cleaned = -0.00144001 Jy ! Component: 1150 - total flux cleaned = -0.00144032 Jy ! Component: 1200 - total flux cleaned = -0.00147406 Jy ! Component: 1250 - total flux cleaned = -0.00144099 Jy ! Component: 1300 - total flux cleaned = -0.0014735 Jy ! Component: 1350 - total flux cleaned = -0.0013445 Jy ! Component: 1400 - total flux cleaned = -0.00128089 Jy ! Component: 1450 - total flux cleaned = -0.00118721 Jy ! Component: 1500 - total flux cleaned = -0.00118741 Jy ! Component: 1550 - total flux cleaned = -0.00115685 Jy ! Component: 1600 - total flux cleaned = -0.00100608 Jy ! Component: 1650 - total flux cleaned = -0.00100619 Jy ! Component: 1700 - total flux cleaned = -0.00115286 Jy ! Component: 1750 - total flux cleaned = -0.00112394 Jy ! Component: 1800 - total flux cleaned = -0.00123867 Jy ! Component: 1850 - total flux cleaned = -0.00126694 Jy ! Component: 1900 - total flux cleaned = -0.00126651 Jy ! Component: 1950 - total flux cleaned = -0.00132143 Jy ! Component: 2000 - total flux cleaned = -0.00134851 Jy ! Component: 2050 - total flux cleaned = -0.0013752 Jy ! Component: 2100 - total flux cleaned = -0.00137543 Jy ! Component: 2150 - total flux cleaned = -0.00134933 Jy ! Component: 2200 - total flux cleaned = -0.00142869 Jy ! Component: 2250 - total flux cleaned = -0.00155834 Jy ! Component: 2300 - total flux cleaned = -0.00155785 Jy ! Component: 2350 - total flux cleaned = -0.00155776 Jy ! Component: 2400 - total flux cleaned = -0.00165849 Jy ! Component: 2450 - total flux cleaned = -0.00168339 Jy ! Component: 2500 - total flux cleaned = -0.00183156 Jy ! Component: 2550 - total flux cleaned = -0.00188002 Jy ! Component: 2600 - total flux cleaned = -0.00188009 Jy ! Component: 2650 - total flux cleaned = -0.00199988 Jy ! Component: 2700 - total flux cleaned = -0.00209502 Jy ! Component: 2750 - total flux cleaned = -0.00214194 Jy ! Component: 2800 - total flux cleaned = -0.00214171 Jy ! Component: 2850 - total flux cleaned = -0.00218759 Jy ! Component: 2900 - total flux cleaned = -0.00227871 Jy ! Component: 2950 - total flux cleaned = -0.00232397 Jy ! Component: 3000 - total flux cleaned = -0.00232384 Jy ! Component: 3050 - total flux cleaned = -0.00232403 Jy ! Component: 3100 - total flux cleaned = -0.0023901 Jy ! Component: 3150 - total flux cleaned = -0.00241202 Jy ! Component: 3200 - total flux cleaned = -0.00241213 Jy ! Component: 3250 - total flux cleaned = -0.00245511 Jy ! Component: 3300 - total flux cleaned = -0.00256122 Jy ! Component: 3350 - total flux cleaned = -0.00260335 Jy ! Component: 3400 - total flux cleaned = -0.00264532 Jy ! Component: 3450 - total flux cleaned = -0.00266631 Jy ! Component: 3500 - total flux cleaned = -0.00281045 Jy ! Component: 3550 - total flux cleaned = -0.002892 Jy ! Component: 3600 - total flux cleaned = -0.00301345 Jy ! Component: 3650 - total flux cleaned = -0.00303338 Jy ! Component: 3700 - total flux cleaned = -0.00315309 Jy ! Component: 3750 - total flux cleaned = -0.0032124 Jy ! Component: 3800 - total flux cleaned = -0.00331094 Jy ! Component: 3850 - total flux cleaned = -0.00334994 Jy ! Component: 3900 - total flux cleaned = -0.00344722 Jy ! Component: 3950 - total flux cleaned = -0.00350494 Jy ! Component: 4000 - total flux cleaned = -0.00356259 Jy ! Component: 4050 - total flux cleaned = -0.00369593 Jy ! Total flux subtracted in 4096 components = -0.00375277 Jy ! Clean residual min=-0.001253 max=0.001317 Jy/beam ! Clean residual mean=0.000004 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.333471 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 394 components and 0.333472 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J0010-3027_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.162 x 14.91 at 18.56 degrees (North through East) ! Clean map min=-0.0037701 max=0.2903 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0010-3027_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.290299 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000376061 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.388629 0.388629 0.777257 1.55451 3.10903 6.21806 12.4361 24.8722 49.7445 99.4889 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.29 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 771.945 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0010-3027_S_uvs.log closed on Thu Apr 7 06:30:26 2016