! Started logfile: /scr/pima/bg219g_uvs/J1006+1713_S_uvs.log on Thu Apr 7 07:13:44 2016 obs /scr/pima/bg219g_uvs/J1006+1713_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1006+1713_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.845878 visibilities/baseline/integration-bin. ! Found source: J1006+1713 ! ! 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 3776 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/bg219g_uvs/J1006+1713_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003322Jy sigma=22.445930 ! Fit after self-cal, rms=0.935273Jy sigma=20.945500 ! 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.907 mas, bmaj=8.329 mas, bpa=-27.16 degrees ! Estimated noise=0.817279 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.0468712 Jy ! Component: 100 - total flux cleaned = 0.0668638 Jy ! Total flux subtracted in 100 components = 0.0668638 Jy ! Clean residual min=-0.009705 max=0.013687 Jy/beam ! Clean residual mean=-0.000091 rms=0.003139 Jy/beam ! Combined flux in latest and established models = 0.0668638 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0668638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081938Jy sigma=1.681307 ! Fit after self-cal, rms=0.080828Jy sigma=1.661037 ! 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.698 mas, bmaj=8.628 mas, bpa=-27.03 degrees ! Estimated noise=0.572716 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.018578 Jy ! Component: 100 - total flux cleaned = 0.0290021 Jy ! Component: 150 - total flux cleaned = 0.0353098 Jy ! Component: 200 - total flux cleaned = 0.0392864 Jy ! Total flux subtracted in 200 components = 0.0392864 Jy ! Clean residual min=-0.011999 max=0.015474 Jy/beam ! Clean residual mean=-0.000124 rms=0.003678 Jy/beam ! Combined flux in latest and established models = 0.10615 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.10615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076866Jy sigma=1.545807 ! Fit after self-cal, rms=0.076449Jy sigma=1.538681 ! 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.698 x 8.628 at -27.03 degrees (North through East) ! Clean map min=-0.011702 max=0.062347 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.06 HN 1.03 KP 0.88 LA 1.08 ! MK 1.12 NL 1.01 OV 0.86 PT 0.95 ! SC 0.98 ! ! ! 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.076449Jy sigma=1.538681 ! Fit after self-cal, rms=0.076621Jy sigma=1.533090 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.741 mas, bmaj=8.641 mas, bpa=-26.83 degrees ! Estimated noise=0.568149 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.00205129 Jy ! Component: 100 - total flux cleaned = 0.00265339 Jy ! Component: 150 - total flux cleaned = 0.00285328 Jy ! Component: 200 - total flux cleaned = 0.00285417 Jy ! Total flux subtracted in 200 components = 0.00285417 Jy ! Clean residual min=-0.011163 max=0.015805 Jy/beam ! Clean residual mean=-0.000124 rms=0.003515 Jy/beam ! Combined flux in latest and established models = 0.109004 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.109004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076295Jy sigma=1.523766 ! Fit after self-cal, rms=0.076314Jy sigma=1.520246 ! 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.076314Jy sigma=1.520246 ! Fit after self-cal, rms=0.076500Jy sigma=1.520071 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.729 mas, bmaj=8.64 mas, bpa=-26.91 degrees ! Estimated noise=0.567732 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000778245 Jy ! Component: 100 - total flux cleaned = 0.000658244 Jy ! Component: 150 - total flux cleaned = 0.000557822 Jy ! Component: 200 - total flux cleaned = 0.000556449 Jy ! Total flux subtracted in 200 components = 0.000556449 Jy ! Clean residual min=-0.011050 max=0.015581 Jy/beam ! Clean residual mean=-0.000125 rms=0.003507 Jy/beam ! Combined flux in latest and established models = 0.109561 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.109561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076203Jy sigma=1.512196 ! Fit after self-cal, rms=0.076251Jy sigma=1.510030 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 (66.5, 108.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138047 Jy ! Component: 100 - total flux cleaned = 0.0205886 Jy ! Component: 150 - total flux cleaned = 0.0254919 Jy ! Component: 200 - total flux cleaned = 0.0294295 Jy ! Total flux subtracted in 200 components = 0.0294295 Jy ! Clean residual min=-0.008989 max=0.011431 Jy/beam ! Clean residual mean=-0.000085 rms=0.002664 Jy/beam ! Combined flux in latest and established models = 0.13899 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 91 components and 0.13899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073610Jy sigma=1.445743 ! Fit after self-cal, rms=0.073178Jy sigma=1.438490 ! Inverting map ! Added new window around map position (2, 12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00734513 Jy ! Component: 100 - total flux cleaned = 0.0107364 Jy ! Component: 150 - total flux cleaned = 0.0135748 Jy ! Component: 200 - total flux cleaned = 0.0160202 Jy ! Total flux subtracted in 200 components = 0.0160202 Jy ! Clean residual min=-0.007161 max=0.007756 Jy/beam ! Clean residual mean=-0.000047 rms=0.002142 Jy/beam ! Combined flux in latest and established models = 0.155011 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 126 components and 0.155011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071508Jy sigma=1.397467 ! Fit after self-cal, rms=0.071380Jy sigma=1.392973 ! 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.071380Jy sigma=1.392973 ! Fit after self-cal, rms=0.073104Jy sigma=1.385975 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.724 mas, bmaj=8.69 mas, bpa=-27.12 degrees ! Estimated noise=0.573687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285073 Jy ! Component: 100 - total flux cleaned = 0.00424132 Jy ! Component: 150 - total flux cleaned = 0.00497837 Jy ! Component: 200 - total flux cleaned = 0.00554602 Jy ! Total flux subtracted in 200 components = 0.00554602 Jy ! Clean residual min=-0.006866 max=0.007563 Jy/beam ! Clean residual mean=-0.000027 rms=0.001994 Jy/beam ! Combined flux in latest and established models = 0.160557 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 147 components and 0.160557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072592Jy sigma=1.374492 ! Fit after self-cal, rms=0.072589Jy sigma=1.372920 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.00133644 Jy ! Component: 100 - total flux cleaned = 0.00187276 Jy ! Component: 150 - total flux cleaned = 0.00246413 Jy ! Component: 200 - total flux cleaned = 0.00310463 Jy ! Total flux subtracted in 200 components = 0.00310463 Jy ! Clean residual min=-0.006538 max=0.007398 Jy/beam ! Clean residual mean=-0.000024 rms=0.001918 Jy/beam ! Combined flux in latest and established models = 0.163661 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 165 components and 0.163661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072297Jy sigma=1.366608 ! Fit after self-cal, rms=0.072288Jy sigma=1.366274 ! 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.072288Jy sigma=1.366274 ! Fit after self-cal, rms=0.072951Jy sigma=1.365823 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.315 mas, bmaj=9.984 mas, bpa=-4.482 degrees ! Estimated noise=0.688128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00334528 Jy ! Component: 100 - total flux cleaned = 0.00534332 Jy ! Component: 150 - total flux cleaned = 0.00672765 Jy ! Component: 200 - total flux cleaned = 0.00785512 Jy ! Total flux subtracted in 200 components = 0.00785512 Jy ! Clean residual min=-0.008994 max=0.008692 Jy/beam ! Clean residual mean=-0.000023 rms=0.002917 Jy/beam ! Combined flux in latest and established models = 0.171516 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 189 components and 0.171516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072787Jy sigma=1.363399 ! Fit after self-cal, rms=0.072771Jy sigma=1.362740 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.00100879 Jy ! Component: 100 - total flux cleaned = 0.00134724 Jy ! Component: 150 - total flux cleaned = 0.00181051 Jy ! Component: 200 - total flux cleaned = 0.00209761 Jy ! Total flux subtracted in 200 components = 0.00209761 Jy ! Clean residual min=-0.009073 max=0.008620 Jy/beam ! Clean residual mean=-0.000016 rms=0.002831 Jy/beam ! Combined flux in latest and established models = 0.173614 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 206 components and 0.173614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072676Jy sigma=1.362551 ! Fit after self-cal, rms=0.072687Jy sigma=1.362297 ! 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.723 mas, bmaj=8.694 mas, bpa=-27.18 degrees ! Estimated noise=0.577707 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.723 x 8.694 at -27.18 degrees (North through East) ! Clean map min=-0.0067544 max=0.060598 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.902 mas, bmaj=8.431 mas, bpa=-27.39 degrees ! Estimated noise=0.828709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0491909 Jy ! Component: 100 - total flux cleaned = 0.0765675 Jy ! Component: 150 - total flux cleaned = 0.0939735 Jy ! Component: 200 - total flux cleaned = 0.103948 Jy ! Total flux subtracted in 200 components = 0.103948 Jy ! Clean residual min=-0.008290 max=0.009518 Jy/beam ! Clean residual mean=-0.000064 rms=0.002397 Jy/beam ! Combined flux in latest and established models = 0.103947 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.103947 Jy ! Inverting map and beam ! Estimated beam: bmin=3.723 mas, bmaj=8.694 mas, bpa=-27.18 degrees ! Estimated noise=0.577707 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.0126274 Jy ! Component: 100 - total flux cleaned = 0.0216244 Jy ! Component: 150 - total flux cleaned = 0.0270148 Jy ! Component: 200 - total flux cleaned = 0.0310335 Jy ! Total flux subtracted in 200 components = 0.0310335 Jy ! Clean residual min=-0.008910 max=0.008070 Jy/beam ! Clean residual mean=-0.000100 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 0.134981 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 54 components and 0.134981 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.315 mas, bmaj=9.984 mas, bpa=-4.482 degrees ! Estimated noise=0.688128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00747125 Jy ! Component: 100 - total flux cleaned = 0.0121979 Jy ! Component: 150 - total flux cleaned = 0.0161418 Jy ! Component: 200 - total flux cleaned = 0.0195002 Jy ! Total flux subtracted in 200 components = 0.0195002 Jy ! Clean residual min=-0.010644 max=0.007957 Jy/beam ! Clean residual mean=-0.000104 rms=0.003243 Jy/beam ! Combined flux in latest and established models = 0.154481 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.00294976 Jy ! Component: 100 - total flux cleaned = 0.0055559 Jy ! Component: 150 - total flux cleaned = 0.00762101 Jy ! Component: 200 - total flux cleaned = 0.00936104 Jy ! Total flux subtracted in 200 components = 0.00936104 Jy ! Clean residual min=-0.009501 max=0.007456 Jy/beam ! Clean residual mean=-0.000071 rms=0.002925 Jy/beam ! Combined flux in latest and established models = 0.163842 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 124 components and 0.163842 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.723 mas, bmaj=8.694 mas, bpa=-27.18 degrees ! Estimated noise=0.577707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140761 Jy ! Component: 100 - total flux cleaned = 0.00263994 Jy ! Component: 150 - total flux cleaned = 0.00397428 Jy ! Component: 200 - total flux cleaned = 0.00499689 Jy ! Total flux subtracted in 200 components = 0.00499689 Jy ! Clean residual min=-0.006707 max=0.006328 Jy/beam ! Clean residual mean=-0.000019 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 0.168839 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 148 components and 0.168839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072422Jy sigma=1.358595 ! Fit after self-cal, rms=0.072339Jy sigma=1.356463 wmodel /scr/pima/bg219g_uvs/J1006+1713_S_map.mod ! Writing 148 model components to file: /scr/pima/bg219g_uvs/J1006+1713_S_map.mod wobs /scr/pima/bg219g_uvs/J1006+1713_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1006+1713_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1006+1713_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219g_uvs/J1006+1713_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.00100161 Jy ! Component: 100 - total flux cleaned = -0.0021219 Jy ! Component: 150 - total flux cleaned = -0.00303983 Jy ! Component: 200 - total flux cleaned = -0.0037944 Jy ! Component: 250 - total flux cleaned = -0.00426062 Jy ! Component: 300 - total flux cleaned = -0.00447406 Jy ! Component: 350 - total flux cleaned = -0.00447336 Jy ! Component: 400 - total flux cleaned = -0.00441095 Jy ! Component: 450 - total flux cleaned = -0.00446946 Jy ! Component: 500 - total flux cleaned = -0.00447037 Jy ! Component: 550 - total flux cleaned = -0.00463434 Jy ! Component: 600 - total flux cleaned = -0.00473792 Jy ! Component: 650 - total flux cleaned = -0.00488509 Jy ! Component: 700 - total flux cleaned = -0.00488465 Jy ! Component: 750 - total flux cleaned = -0.00492831 Jy ! Component: 800 - total flux cleaned = -0.00497283 Jy ! Component: 850 - total flux cleaned = -0.0049319 Jy ! Component: 900 - total flux cleaned = -0.00473238 Jy ! Component: 950 - total flux cleaned = -0.00484919 Jy ! Component: 1000 - total flux cleaned = -0.00481124 Jy ! Component: 1050 - total flux cleaned = -0.00481141 Jy ! Component: 1100 - total flux cleaned = -0.00477662 Jy ! Component: 1150 - total flux cleaned = -0.00467295 Jy ! Component: 1200 - total flux cleaned = -0.00463929 Jy ! Component: 1250 - total flux cleaned = -0.00457454 Jy ! Component: 1300 - total flux cleaned = -0.00470194 Jy ! Component: 1350 - total flux cleaned = -0.00463938 Jy ! Component: 1400 - total flux cleaned = -0.00460866 Jy ! Component: 1450 - total flux cleaned = -0.00466865 Jy ! Component: 1500 - total flux cleaned = -0.00469728 Jy ! Component: 1550 - total flux cleaned = -0.00478272 Jy ! Component: 1600 - total flux cleaned = -0.00492117 Jy ! Component: 1650 - total flux cleaned = -0.00505725 Jy ! Component: 1700 - total flux cleaned = -0.00516391 Jy ! Component: 1750 - total flux cleaned = -0.00526829 Jy ! Component: 1800 - total flux cleaned = -0.00526859 Jy ! Component: 1850 - total flux cleaned = -0.00531929 Jy ! Component: 1900 - total flux cleaned = -0.00539371 Jy ! Component: 1950 - total flux cleaned = -0.00541817 Jy ! Component: 2000 - total flux cleaned = -0.00546618 Jy ! Component: 2050 - total flux cleaned = -0.00546621 Jy ! Component: 2100 - total flux cleaned = -0.00541969 Jy ! Component: 2150 - total flux cleaned = -0.00553448 Jy ! Component: 2200 - total flux cleaned = -0.00553411 Jy ! Component: 2250 - total flux cleaned = -0.0055564 Jy ! Component: 2300 - total flux cleaned = -0.00557838 Jy ! Component: 2350 - total flux cleaned = -0.00566562 Jy ! Component: 2400 - total flux cleaned = -0.00568699 Jy ! Component: 2450 - total flux cleaned = -0.00570848 Jy ! Component: 2500 - total flux cleaned = -0.00572969 Jy ! Component: 2550 - total flux cleaned = -0.00575071 Jy ! Component: 2600 - total flux cleaned = -0.00575111 Jy ! Component: 2650 - total flux cleaned = -0.00583306 Jy ! Component: 2700 - total flux cleaned = -0.00583306 Jy ! Component: 2750 - total flux cleaned = -0.00585302 Jy ! Component: 2800 - total flux cleaned = -0.00583314 Jy ! Component: 2850 - total flux cleaned = -0.00585278 Jy ! Component: 2900 - total flux cleaned = -0.0058917 Jy ! Component: 2950 - total flux cleaned = -0.00589191 Jy ! Component: 3000 - total flux cleaned = -0.00598763 Jy ! Component: 3050 - total flux cleaned = -0.00600651 Jy ! Component: 3100 - total flux cleaned = -0.00608181 Jy ! Component: 3150 - total flux cleaned = -0.00606298 Jy ! Component: 3200 - total flux cleaned = -0.00606304 Jy ! Component: 3250 - total flux cleaned = -0.00609979 Jy ! Component: 3300 - total flux cleaned = -0.00617261 Jy ! Component: 3350 - total flux cleaned = -0.00617248 Jy ! Component: 3400 - total flux cleaned = -0.00610044 Jy ! Component: 3450 - total flux cleaned = -0.00611839 Jy ! Component: 3500 - total flux cleaned = -0.0060651 Jy ! Component: 3550 - total flux cleaned = -0.00602973 Jy ! Component: 3600 - total flux cleaned = -0.00597691 Jy ! Component: 3650 - total flux cleaned = -0.005907 Jy ! Component: 3700 - total flux cleaned = -0.00587229 Jy ! Component: 3750 - total flux cleaned = -0.00580306 Jy ! Component: 3800 - total flux cleaned = -0.00578582 Jy ! Component: 3850 - total flux cleaned = -0.00573429 Jy ! Component: 3900 - total flux cleaned = -0.00571718 Jy ! Component: 3950 - total flux cleaned = -0.00570007 Jy ! Component: 4000 - total flux cleaned = -0.00566599 Jy ! Component: 4050 - total flux cleaned = -0.00566602 Jy ! Total flux subtracted in 4096 components = -0.0056322 Jy ! Clean residual min=-0.001056 max=0.001171 Jy/beam ! Clean residual mean=-0.000005 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.163207 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 475 components and 0.163207 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1006+1713_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.723 x 8.694 at -27.18 degrees (North through East) ! Clean map min=-0.0055047 max=0.058438 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1006+1713_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0584376 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000290712 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.49242 1.49242 2.98485 5.9697 11.9394 23.8788 47.7576 95.5152 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.058 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 201.015 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1006+1713_S_uvs.log closed on Thu Apr 7 07:13:48 2016