! Started logfile: /scr/pima/bg219e_uvs/J0005-1648_S_dfm.log on Thu May 19 18:13:04 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219e_uvs/J0005-1648_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0005-1648_S_uva.fits ! AN table 1: 42 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J0005-1648 ! ! 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 5376 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! 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 ![@/opt64/bin/pima_mupet_01.dfm J0005-1648_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.031035Jy sigma=19.222268 ! Fit after self-cal, rms=0.820292Jy sigma=15.213670 ! 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.335 mas, bmaj=10.38 mas, bpa=18.79 degrees ! Estimated noise=0.797502 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.13652 Jy ! Component: 100 - total flux cleaned = 0.171645 Jy ! Total flux subtracted in 100 components = 0.171645 Jy ! Clean residual min=-0.006972 max=0.014402 Jy/beam ! Clean residual mean=-0.000066 rms=0.002038 Jy/beam ! Combined flux in latest and established models = 0.171645 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.171645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080287Jy sigma=1.427071 ! Fit after self-cal, rms=0.080286Jy sigma=1.426800 ! Inverting map ! Added new window around map position (2.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158241 Jy ! Component: 100 - total flux cleaned = 0.0245984 Jy ! Total flux subtracted in 100 components = 0.0245984 Jy ! Clean residual min=-0.005357 max=0.006311 Jy/beam ! Clean residual mean=-0.000030 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.196243 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.196243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076690Jy sigma=1.347422 ! Fit after self-cal, rms=0.076646Jy sigma=1.346725 ! 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.264 mas, bmaj=12.03 mas, bpa=15.59 degrees ! Estimated noise=0.546639 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.00761243 Jy ! Component: 100 - total flux cleaned = 0.0118929 Jy ! Component: 150 - total flux cleaned = 0.0146893 Jy ! Component: 200 - total flux cleaned = 0.0165817 Jy ! Total flux subtracted in 200 components = 0.0165817 Jy ! Clean residual min=-0.003650 max=0.004179 Jy/beam ! Clean residual mean=-0.000007 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.212825 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 59 components and 0.212825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075918Jy sigma=1.330317 ! Fit after self-cal, rms=0.075891Jy sigma=1.329740 ! 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.264 x 12.03 at 15.59 degrees (North through East) ! Clean map min=-0.0034148 max=0.17593 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.98 HN 1.00 KP 0.99 ! LA 0.98 NL 0.98 OV 0.99 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.04 KP 1.01 ! LA 1.00 NL 0.98 OV 0.97 PT 1.02 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.06 KP 1.00 ! LA 1.02 NL 0.97 OV 1.00 PT 0.97 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.03 KP 1.01 ! LA 0.98 NL 0.96 OV 1.02 PT 1.00 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.075891Jy sigma=1.329740 ! Fit after self-cal, rms=0.075521Jy sigma=1.325353 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.276 mas, bmaj=12.08 mas, bpa=15.75 degrees ! Estimated noise=0.542961 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.000443419 Jy ! Component: 100 - total flux cleaned = -0.000445812 Jy ! Component: 150 - total flux cleaned = -0.000316214 Jy ! Component: 200 - total flux cleaned = -0.000238026 Jy ! Total flux subtracted in 200 components = -0.000238026 Jy ! Clean residual min=-0.003336 max=0.003237 Jy/beam ! Clean residual mean=-0.000005 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.212587 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.212587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075447Jy sigma=1.324316 ! Fit after self-cal, rms=0.075449Jy sigma=1.324175 ! 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.075449Jy sigma=1.324175 ! Fit after self-cal, rms=0.076002Jy sigma=1.315597 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.275 mas, bmaj=12 mas, bpa=15.51 degrees ! Estimated noise=0.542808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000732738 Jy ! Component: 100 - total flux cleaned = 0.000952494 Jy ! Component: 150 - total flux cleaned = 0.000975687 Jy ! Component: 200 - total flux cleaned = 0.000976547 Jy ! Total flux subtracted in 200 components = 0.000976547 Jy ! Clean residual min=-0.003163 max=0.002228 Jy/beam ! Clean residual mean=-0.000001 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.213563 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.213563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075973Jy sigma=1.315093 ! Fit after self-cal, rms=0.075999Jy sigma=1.314955 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.82484e-05 Jy ! Component: 100 - total flux cleaned = -7.48422e-05 Jy ! Component: 150 - total flux cleaned = -0.000129354 Jy ! Component: 200 - total flux cleaned = -0.000146079 Jy ! Total flux subtracted in 200 components = -0.000146079 Jy ! Clean residual min=-0.003116 max=0.002261 Jy/beam ! Clean residual mean=-0.000001 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.213417 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 110 components and 0.213417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075986Jy sigma=1.314784 ! Fit after self-cal, rms=0.075984Jy sigma=1.314750 ! 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.075984Jy sigma=1.314750 ! Fit after self-cal, rms=0.075919Jy sigma=1.314654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.274 mas, bmaj=11.98 mas, bpa=15.49 degrees ! Estimated noise=0.542154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154815 Jy ! Component: 100 - total flux cleaned = 0.000219822 Jy ! Component: 150 - total flux cleaned = 0.000238746 Jy ! Component: 200 - total flux cleaned = 0.000223437 Jy ! Total flux subtracted in 200 components = 0.000223437 Jy ! Clean residual min=-0.003050 max=0.002252 Jy/beam ! Clean residual mean=-0.000001 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.213641 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 115 components and 0.213641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075908Jy sigma=1.314466 ! Fit after self-cal, rms=0.075907Jy sigma=1.314440 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 = -1.99949e-05 Jy ! Component: 100 - total flux cleaned = -9.72396e-05 Jy ! Component: 150 - total flux cleaned = -0.000139672 Jy ! Component: 200 - total flux cleaned = -0.000152759 Jy ! Total flux subtracted in 200 components = -0.000152759 Jy ! Clean residual min=-0.003023 max=0.002263 Jy/beam ! Clean residual mean=-0.000002 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.213488 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 123 components and 0.213488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075900Jy sigma=1.314346 ! Fit after self-cal, rms=0.075899Jy sigma=1.314329 ! 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.075899Jy sigma=1.314329 ! Fit after self-cal, rms=0.075862Jy sigma=1.314296 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.009 mas, bmaj=16.61 mas, bpa=6.435 degrees ! Estimated noise=0.61152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000326931 Jy ! Component: 100 - total flux cleaned = -0.000286774 Jy ! Component: 150 - total flux cleaned = -0.000251375 Jy ! Component: 200 - total flux cleaned = -0.000219219 Jy ! Total flux subtracted in 200 components = -0.000219219 Jy ! Clean residual min=-0.003084 max=0.002359 Jy/beam ! Clean residual mean=-0.000002 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.213269 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 126 components and 0.213269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075859Jy sigma=1.314271 ! Fit after self-cal, rms=0.075859Jy sigma=1.314247 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 = -3.75074e-05 Jy ! Component: 100 - total flux cleaned = -6.35383e-06 Jy ! Component: 150 - total flux cleaned = 2.22006e-05 Jy ! Component: 200 - total flux cleaned = 4.85021e-05 Jy ! Total flux subtracted in 200 components = 4.85021e-05 Jy ! Clean residual min=-0.003063 max=0.002354 Jy/beam ! Clean residual mean=-0.000002 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.213317 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 131 components and 0.213317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075857Jy sigma=1.314238 ! Fit after self-cal, rms=0.075857Jy sigma=1.314215 ! 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.274 mas, bmaj=11.96 mas, bpa=15.47 degrees ! Estimated noise=0.541888 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.274 x 11.96 at 15.47 degrees (North through East) ! Clean map min=-0.0029157 max=0.17453 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.343 mas, bmaj=10.3 mas, bpa=18.7 degrees ! Estimated noise=0.791105 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13521 Jy ! Component: 100 - total flux cleaned = 0.17033 Jy ! Component: 150 - total flux cleaned = 0.186182 Jy ! Component: 200 - total flux cleaned = 0.194147 Jy ! Total flux subtracted in 200 components = 0.194147 Jy ! Clean residual min=-0.005097 max=0.004435 Jy/beam ! Clean residual mean=-0.000028 rms=0.001207 Jy/beam ! Combined flux in latest and established models = 0.194147 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.194147 Jy ! Inverting map and beam ! Estimated beam: bmin=4.274 mas, bmaj=11.96 mas, bpa=15.47 degrees ! Estimated noise=0.541888 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.00716829 Jy ! Component: 100 - total flux cleaned = 0.0111296 Jy ! Component: 150 - total flux cleaned = 0.0137778 Jy ! Component: 200 - total flux cleaned = 0.0156394 Jy ! Total flux subtracted in 200 components = 0.0156394 Jy ! Clean residual min=-0.003296 max=0.002385 Jy/beam ! Clean residual mean=-0.000009 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.209787 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 70 components and 0.209787 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.009 mas, bmaj=16.61 mas, bpa=6.435 degrees ! Estimated noise=0.61152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168795 Jy ! Component: 100 - total flux cleaned = 0.00258054 Jy ! Component: 150 - total flux cleaned = 0.00271394 Jy ! Component: 200 - total flux cleaned = 0.00285456 Jy ! Total flux subtracted in 200 components = 0.00285456 Jy ! Clean residual min=-0.003143 max=0.002470 Jy/beam ! Clean residual mean=-0.000004 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.212641 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.000123117 Jy ! Component: 100 - total flux cleaned = 0.000215644 Jy ! Component: 150 - total flux cleaned = 0.000299089 Jy ! Component: 200 - total flux cleaned = 0.000329948 Jy ! Total flux subtracted in 200 components = 0.000329948 Jy ! Clean residual min=-0.003101 max=0.002453 Jy/beam ! Clean residual mean=-0.000003 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.212971 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 107 components and 0.212971 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.274 mas, bmaj=11.96 mas, bpa=15.47 degrees ! Estimated noise=0.541888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.81888e-05 Jy ! Component: 100 - total flux cleaned = 0.000147291 Jy ! Component: 150 - total flux cleaned = 0.000168459 Jy ! Component: 200 - total flux cleaned = 0.000207599 Jy ! Total flux subtracted in 200 components = 0.000207599 Jy ! Clean residual min=-0.003071 max=0.002238 Jy/beam ! Clean residual mean=-0.000002 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.213179 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 124 components and 0.213179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075875Jy sigma=1.314596 ! Fit after self-cal, rms=0.075872Jy sigma=1.314510 wmodel /J0005-1648_S_map.mod ! wmodel: Unable to open new model file: /J0005-1648_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J0005-1648_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.274 x 11.96 at 15.47 degrees (North through East) ! Clean map min=-0.0029586 max=0.17454 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0005-1648_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.174542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000671828 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15473 1.15473 2.30945 4.61891 9.23781 18.4756 36.9512 73.9025 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.174 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 259.801 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0005-1648_S_dfm.log closed on Thu May 19 18:13:06 2016