! Started logfile: /scr/pima/bg219g_uvs/J1742-1517_S_uvs.log on Thu Apr 7 07:21:49 2016 obs /scr/pima/bg219g_uvs/J1742-1517_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1742-1517_S_uva.fits ! AN table 1: 23 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.64372 visibilities/baseline/integration-bin. ! Found source: J1742-1517 ! ! 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 2132 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/J1742-1517_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010439Jy sigma=18.603379 ! Fit after self-cal, rms=0.905786Jy sigma=16.748056 ! 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.391 mas, bmaj=7.487 mas, bpa=1.715 degrees ! Estimated noise=1.16364 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.0760872 Jy ! Component: 100 - total flux cleaned = 0.0981194 Jy ! Total flux subtracted in 100 components = 0.0981194 Jy ! Clean residual min=-0.014128 max=0.021995 Jy/beam ! Clean residual mean=0.000022 rms=0.004309 Jy/beam ! Combined flux in latest and established models = 0.0981194 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0981194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107248Jy sigma=1.748770 ! Fit after self-cal, rms=0.106150Jy sigma=1.734574 ! 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.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 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.0104397 Jy ! Component: 100 - total flux cleaned = 0.015933 Jy ! Component: 150 - total flux cleaned = 0.0188899 Jy ! Component: 200 - total flux cleaned = 0.0195949 Jy ! Total flux subtracted in 200 components = 0.0195949 Jy ! Clean residual min=-0.014238 max=0.024828 Jy/beam ! Clean residual mean=0.000038 rms=0.004776 Jy/beam ! Combined flux in latest and established models = 0.117714 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.117714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104849Jy sigma=1.721371 ! Fit after self-cal, rms=0.104716Jy sigma=1.720212 ! 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.098 x 8.331 at 0.07236 degrees (North through East) ! Clean map min=-0.013704 max=0.096095 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* MK 1.00* NL 1.00* OV 1.00* ! SC 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* MK 1.00* NL 1.00* OV 1.00* ! SC 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* MK 1.00* NL 1.00* OV 1.00* ! SC 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* MK 1.00* NL 1.00* OV 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.104716Jy sigma=1.720212 ! Fit after self-cal, rms=0.104716Jy sigma=1.720212 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 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 (5.5, -39). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180824 Jy ! Component: 100 - total flux cleaned = 0.0202718 Jy ! Component: 150 - total flux cleaned = 0.0206047 Jy ! Component: 200 - total flux cleaned = 0.0213324 Jy ! Total flux subtracted in 200 components = 0.0213324 Jy ! Clean residual min=-0.011596 max=0.011129 Jy/beam ! Clean residual mean=0.000046 rms=0.003313 Jy/beam ! Combined flux in latest and established models = 0.139047 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 62 components and 0.139047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100222Jy sigma=1.631495 ! Fit after self-cal, rms=0.098145Jy sigma=1.588938 ! 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.098145Jy sigma=1.588938 ! Fit after self-cal, rms=0.098145Jy sigma=1.588938 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131155 Jy ! Component: 100 - total flux cleaned = 0.0168845 Jy ! Component: 150 - total flux cleaned = 0.0176258 Jy ! Component: 200 - total flux cleaned = 0.0184226 Jy ! Total flux subtracted in 200 components = 0.0184226 Jy ! Clean residual min=-0.010782 max=0.009762 Jy/beam ! Clean residual mean=0.000041 rms=0.002872 Jy/beam ! Combined flux in latest and established models = 0.157469 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 94 components and 0.157469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096264Jy sigma=1.552289 ! Fit after self-cal, rms=0.095484Jy sigma=1.542612 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.00501639 Jy ! Component: 100 - total flux cleaned = 0.00501523 Jy ! Component: 150 - total flux cleaned = 0.00538712 Jy ! Component: 200 - total flux cleaned = 0.00627454 Jy ! Total flux subtracted in 200 components = 0.00627454 Jy ! Clean residual min=-0.010710 max=0.009537 Jy/beam ! Clean residual mean=0.000044 rms=0.002776 Jy/beam ! Combined flux in latest and established models = 0.163744 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 107 components and 0.163744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094972Jy sigma=1.532929 ! Fit after self-cal, rms=0.094836Jy sigma=1.531555 ! 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.094836Jy sigma=1.531555 ! Fit after self-cal, rms=0.094836Jy sigma=1.531555 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151073 Jy ! Component: 100 - total flux cleaned = 0.00180946 Jy ! Component: 150 - total flux cleaned = 0.00227062 Jy ! Component: 200 - total flux cleaned = 0.00261135 Jy ! Total flux subtracted in 200 components = 0.00261135 Jy ! Clean residual min=-0.010801 max=0.009438 Jy/beam ! Clean residual mean=0.000046 rms=0.002739 Jy/beam ! Combined flux in latest and established models = 0.166355 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.166355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094624Jy sigma=1.527872 ! Fit after self-cal, rms=0.094578Jy sigma=1.527557 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.000496049 Jy ! Component: 100 - total flux cleaned = 0.000655023 Jy ! Component: 150 - total flux cleaned = 0.000949582 Jy ! Component: 200 - total flux cleaned = 0.00122142 Jy ! Total flux subtracted in 200 components = 0.00122142 Jy ! Clean residual min=-0.010789 max=0.009331 Jy/beam ! Clean residual mean=0.000047 rms=0.002723 Jy/beam ! Combined flux in latest and established models = 0.167577 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 116 components and 0.167577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094455Jy sigma=1.525623 ! Fit after self-cal, rms=0.094441Jy sigma=1.525507 ! 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.094441Jy sigma=1.525507 ! Fit after self-cal, rms=0.094441Jy sigma=1.525507 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.829 mas, bmaj=14.68 mas, bpa=-5.131 degrees ! Estimated noise=1.14317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000574158 Jy ! Component: 100 - total flux cleaned = 0.00101025 Jy ! Component: 150 - total flux cleaned = 0.00120048 Jy ! Component: 200 - total flux cleaned = 0.00120155 Jy ! Total flux subtracted in 200 components = 0.00120155 Jy ! Clean residual min=-0.016943 max=0.011918 Jy/beam ! Clean residual mean=0.000095 rms=0.004484 Jy/beam ! Combined flux in latest and established models = 0.168778 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 129 components and 0.168778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094405Jy sigma=1.525493 ! Fit after self-cal, rms=0.094379Jy sigma=1.525065 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.00026308 Jy ! Component: 100 - total flux cleaned = -0.000329366 Jy ! Component: 150 - total flux cleaned = -0.000333828 Jy ! Component: 200 - total flux cleaned = -0.000330493 Jy ! Total flux subtracted in 200 components = -0.000330493 Jy ! Clean residual min=-0.016721 max=0.011613 Jy/beam ! Clean residual mean=0.000096 rms=0.004466 Jy/beam ! Combined flux in latest and established models = 0.168448 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 133 components and 0.168448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094372Jy sigma=1.525006 ! Fit after self-cal, rms=0.094368Jy sigma=1.524905 ! 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.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.098 x 8.331 at 0.07236 degrees (North through East) ! Clean map min=-0.010778 max=0.088892 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.391 mas, bmaj=7.487 mas, bpa=1.715 degrees ! Estimated noise=1.16364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0793335 Jy ! Component: 100 - total flux cleaned = 0.110881 Jy ! Component: 150 - total flux cleaned = 0.127032 Jy ! Component: 200 - total flux cleaned = 0.13302 Jy ! Total flux subtracted in 200 components = 0.13302 Jy ! Clean residual min=-0.011355 max=0.011647 Jy/beam ! Clean residual mean=0.000038 rms=0.003470 Jy/beam ! Combined flux in latest and established models = 0.13302 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.13302 Jy ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 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.0105495 Jy ! Component: 100 - total flux cleaned = 0.0153013 Jy ! Component: 150 - total flux cleaned = 0.0186875 Jy ! Component: 200 - total flux cleaned = 0.0213342 Jy ! Total flux subtracted in 200 components = 0.0213342 Jy ! Clean residual min=-0.009862 max=0.009951 Jy/beam ! Clean residual mean=0.000051 rms=0.003012 Jy/beam ! Combined flux in latest and established models = 0.154354 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 75 components and 0.154354 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.829 mas, bmaj=14.68 mas, bpa=-5.131 degrees ! Estimated noise=1.14317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00522578 Jy ! Component: 100 - total flux cleaned = 0.00832157 Jy ! Component: 150 - total flux cleaned = 0.00988537 Jy ! Component: 200 - total flux cleaned = 0.0113266 Jy ! Total flux subtracted in 200 components = 0.0113266 Jy ! Clean residual min=-0.016004 max=0.012267 Jy/beam ! Clean residual mean=0.000100 rms=0.004399 Jy/beam ! Combined flux in latest and established models = 0.165681 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.000734866 Jy ! Component: 100 - total flux cleaned = 0.00124156 Jy ! Component: 150 - total flux cleaned = 0.00168062 Jy ! Component: 200 - total flux cleaned = 0.00196841 Jy ! Total flux subtracted in 200 components = 0.00196841 Jy ! Clean residual min=-0.016225 max=0.011650 Jy/beam ! Clean residual mean=0.000098 rms=0.004376 Jy/beam ! Combined flux in latest and established models = 0.167649 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 119 components and 0.167649 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.331 mas, bpa=0.07236 degrees ! Estimated noise=0.899498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000759252 Jy ! Component: 100 - total flux cleaned = -0.000889633 Jy ! Component: 150 - total flux cleaned = -0.00088706 Jy ! Component: 200 - total flux cleaned = -0.000423014 Jy ! Total flux subtracted in 200 components = -0.000423014 Jy ! Clean residual min=-0.010147 max=0.009665 Jy/beam ! Clean residual mean=0.000047 rms=0.002699 Jy/beam ! Combined flux in latest and established models = 0.167226 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 132 components and 0.167226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094347Jy sigma=1.524833 ! Fit after self-cal, rms=0.094275Jy sigma=1.523598 wmodel /scr/pima/bg219g_uvs/J1742-1517_S_map.mod ! Writing 132 model components to file: /scr/pima/bg219g_uvs/J1742-1517_S_map.mod wobs /scr/pima/bg219g_uvs/J1742-1517_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1742-1517_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1742-1517_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219g_uvs/J1742-1517_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.00293493 Jy ! Component: 100 - total flux cleaned = -0.00511756 Jy ! Component: 150 - total flux cleaned = -0.00625975 Jy ! Component: 200 - total flux cleaned = -0.00782958 Jy ! Component: 250 - total flux cleaned = -0.00916808 Jy ! Component: 300 - total flux cleaned = -0.010425 Jy ! Component: 350 - total flux cleaned = -0.0112826 Jy ! Component: 400 - total flux cleaned = -0.0119921 Jy ! Component: 450 - total flux cleaned = -0.0123787 Jy ! Component: 500 - total flux cleaned = -0.0129308 Jy ! Component: 550 - total flux cleaned = -0.0131056 Jy ! Component: 600 - total flux cleaned = -0.0131079 Jy ! Component: 650 - total flux cleaned = -0.0132726 Jy ! Component: 700 - total flux cleaned = -0.0134314 Jy ! Component: 750 - total flux cleaned = -0.0135845 Jy ! Component: 800 - total flux cleaned = -0.0138082 Jy ! Component: 850 - total flux cleaned = -0.0140978 Jy ! Component: 900 - total flux cleaned = -0.0145887 Jy ! Component: 950 - total flux cleaned = -0.0147221 Jy ! Component: 1000 - total flux cleaned = -0.0149861 Jy ! Component: 1050 - total flux cleaned = -0.0153728 Jy ! Component: 1100 - total flux cleaned = -0.0156876 Jy ! Component: 1150 - total flux cleaned = -0.0159944 Jy ! Component: 1200 - total flux cleaned = -0.0162935 Jy ! Component: 1250 - total flux cleaned = -0.0167017 Jy ! Component: 1300 - total flux cleaned = -0.0170993 Jy ! Component: 1350 - total flux cleaned = -0.0173211 Jy ! Component: 1400 - total flux cleaned = -0.0174838 Jy ! Component: 1450 - total flux cleaned = -0.0178029 Jy ! Component: 1500 - total flux cleaned = -0.0181138 Jy ! Component: 1550 - total flux cleaned = -0.0183176 Jy ! Component: 1600 - total flux cleaned = -0.0187157 Jy ! Component: 1650 - total flux cleaned = -0.0189595 Jy ! Component: 1700 - total flux cleaned = -0.0194368 Jy ! Component: 1750 - total flux cleaned = -0.0196236 Jy ! Component: 1800 - total flux cleaned = -0.0200378 Jy ! Component: 1850 - total flux cleaned = -0.0203532 Jy ! Component: 1900 - total flux cleaned = -0.0207525 Jy ! Component: 1950 - total flux cleaned = -0.0211005 Jy ! Component: 2000 - total flux cleaned = -0.0213573 Jy ! Component: 2050 - total flux cleaned = -0.0216524 Jy ! Component: 2100 - total flux cleaned = -0.0216937 Jy ! Component: 2150 - total flux cleaned = -0.0218172 Jy ! Component: 2200 - total flux cleaned = -0.0218985 Jy ! Component: 2250 - total flux cleaned = -0.0219386 Jy ! Component: 2300 - total flux cleaned = -0.0218199 Jy ! Component: 2350 - total flux cleaned = -0.0218201 Jy ! Component: 2400 - total flux cleaned = -0.0217038 Jy ! Component: 2450 - total flux cleaned = -0.0216273 Jy ! Component: 2500 - total flux cleaned = -0.0215517 Jy ! Component: 2550 - total flux cleaned = -0.0214767 Jy ! Component: 2600 - total flux cleaned = -0.0213651 Jy ! Component: 2650 - total flux cleaned = -0.0213655 Jy ! Component: 2700 - total flux cleaned = -0.021219 Jy ! Component: 2750 - total flux cleaned = -0.0211107 Jy ! Component: 2800 - total flux cleaned = -0.0210391 Jy ! Component: 2850 - total flux cleaned = -0.0209324 Jy ! Component: 2900 - total flux cleaned = -0.0208619 Jy ! Component: 2950 - total flux cleaned = -0.0207216 Jy ! Component: 3000 - total flux cleaned = -0.0206518 Jy ! Component: 3050 - total flux cleaned = -0.0204442 Jy ! Component: 3100 - total flux cleaned = -0.0203413 Jy ! Component: 3150 - total flux cleaned = -0.0203072 Jy ! Component: 3200 - total flux cleaned = -0.0201029 Jy ! Component: 3250 - total flux cleaned = -0.0199001 Jy ! Component: 3300 - total flux cleaned = -0.0198329 Jy ! Component: 3350 - total flux cleaned = -0.0197324 Jy ! Component: 3400 - total flux cleaned = -0.0194316 Jy ! Component: 3450 - total flux cleaned = -0.0193649 Jy ! Component: 3500 - total flux cleaned = -0.0191657 Jy ! Component: 3550 - total flux cleaned = -0.0189669 Jy ! Component: 3600 - total flux cleaned = -0.0188347 Jy ! Component: 3650 - total flux cleaned = -0.0186696 Jy ! Component: 3700 - total flux cleaned = -0.0185048 Jy ! Component: 3750 - total flux cleaned = -0.0185376 Jy ! Component: 3800 - total flux cleaned = -0.0185046 Jy ! Component: 3850 - total flux cleaned = -0.0184385 Jy ! Component: 3900 - total flux cleaned = -0.0183395 Jy ! Component: 3950 - total flux cleaned = -0.0183065 Jy ! Component: 4000 - total flux cleaned = -0.0182405 Jy ! Component: 4050 - total flux cleaned = -0.0182074 Jy ! Total flux subtracted in 4096 components = -0.0180753 Jy ! Clean residual min=-0.001820 max=0.002368 Jy/beam ! Clean residual mean=0.000005 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.149151 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 447 components and 0.149151 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1742-1517_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.098 x 8.331 at 0.07236 degrees (North through East) ! Clean map min=-0.010932 max=0.087966 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1742-1517_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0879664 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000528569 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.80263 1.80263 3.60526 7.21051 14.421 28.8421 57.6841 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.087 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 166.423 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1742-1517_S_uvs.log closed on Thu Apr 7 07:21:53 2016