! Started logfile: /vlbi/uf001/uva//J0211-1558_S_dfm.log on Sun Jan 13 21:18:35 2019 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 /vlbi/uf001/uva//J0211-1558_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0211-1558_S_uva.fits ! AN table 1: 38 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97076 visibilities/baseline/integration-bin. ! Found source: J0211-1558 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 4980 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J0211-1558_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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002257Jy sigma=19.660295 ! Fit after self-cal, rms=0.913666Jy sigma=17.860312 ! 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.6 mas, bmaj=6.941 mas, bpa=-4.794 degrees ! Estimated noise=0.660611 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.0695086 Jy ! Component: 100 - total flux cleaned = 0.0856691 Jy ! Total flux subtracted in 100 components = 0.0856691 Jy ! Clean residual min=-0.004629 max=0.006168 Jy/beam ! Clean residual mean=-0.000006 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.0856691 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0856691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079817Jy sigma=1.326467 ! Fit after self-cal, rms=0.079679Jy sigma=1.323107 ! Inverting map ! Added new window around map position (1.5, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00680262 Jy ! Component: 100 - total flux cleaned = 0.0103072 Jy ! Total flux subtracted in 100 components = 0.0103072 Jy ! Clean residual min=-0.003896 max=0.003345 Jy/beam ! Clean residual mean=-0.000003 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.0959763 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 26 components and 0.0959763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079156Jy sigma=1.308129 ! Fit after self-cal, rms=0.079145Jy sigma=1.307818 ! 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.111 mas, bmaj=7.942 mas, bpa=-4.116 degrees ! Estimated noise=0.532663 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.00303159 Jy ! Component: 100 - total flux cleaned = 0.00470165 Jy ! Component: 150 - total flux cleaned = 0.00570945 Jy ! Component: 200 - total flux cleaned = 0.00613437 Jy ! Total flux subtracted in 200 components = 0.00613437 Jy ! Clean residual min=-0.003619 max=0.002847 Jy/beam ! Clean residual mean=-0.000003 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.102111 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 36 components and 0.102111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079031Jy sigma=1.305020 ! Fit after self-cal, rms=0.079029Jy sigma=1.304663 ! 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.111 x 7.942 at -4.116 degrees (North through East) ! Clean map min=-0.0035286 max=0.086617 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.95 HN 1.05 KP 1.01 ! LA 0.92 MK 1.04 NL 1.11 OV 0.98 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.30 FD 1.04 HN 1.04 KP 0.98 ! LA 0.99 MK 0.96 NL 1.00 OV 0.97 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.07 KP 0.97 ! LA 0.92 MK 0.97 NL 1.05 OV 1.02 ! PT 1.01 SC 1.01 ! ! ! Fit before self-cal, rms=0.079029Jy sigma=1.304663 ! Fit after self-cal, rms=0.083574Jy sigma=1.299197 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=7.989 mas, bpa=-4.244 degrees ! Estimated noise=0.53594 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 = 6.1984e-05 Jy ! Component: 100 - total flux cleaned = -5.28368e-05 Jy ! Component: 150 - total flux cleaned = -0.000112371 Jy ! Component: 200 - total flux cleaned = -0.000166034 Jy ! Total flux subtracted in 200 components = -0.000166034 Jy ! Clean residual min=-0.003150 max=0.002544 Jy/beam ! Clean residual mean=0.000001 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.101945 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.101945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083561Jy sigma=1.298912 ! Fit after self-cal, rms=0.083621Jy sigma=1.298705 ! 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. ! ! Fit before self-cal, rms=0.083621Jy sigma=1.298705 ! Fit after self-cal, rms=0.083475Jy sigma=1.295786 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.118 mas, bmaj=7.996 mas, bpa=-4.379 degrees ! Estimated noise=0.535744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118711 Jy ! Component: 100 - total flux cleaned = -0.000136803 Jy ! Component: 150 - total flux cleaned = -0.00017126 Jy ! Component: 200 - total flux cleaned = -0.00021884 Jy ! Total flux subtracted in 200 components = -0.00021884 Jy ! Clean residual min=-0.003195 max=0.002514 Jy/beam ! Clean residual mean=0.000003 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.101726 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 53 components and 0.101726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083464Jy sigma=1.295627 ! Fit after self-cal, rms=0.083468Jy sigma=1.295539 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.70398e-05 Jy ! Component: 100 - total flux cleaned = -5.08468e-05 Jy ! Component: 150 - total flux cleaned = -6.41365e-05 Jy ! Component: 200 - total flux cleaned = -0.000100126 Jy ! Total flux subtracted in 200 components = -0.000100126 Jy ! Clean residual min=-0.003196 max=0.002514 Jy/beam ! Clean residual mean=0.000003 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.101626 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.101626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083462Jy sigma=1.295454 ! Fit after self-cal, rms=0.083461Jy sigma=1.295438 ! 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. ! ! Fit before self-cal, rms=0.083461Jy sigma=1.295438 ! Fit after self-cal, rms=0.083440Jy sigma=1.295406 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.12 mas, bmaj=8.008 mas, bpa=-4.542 degrees ! Estimated noise=0.536291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.56401e-05 Jy ! Component: 100 - total flux cleaned = -5.03646e-05 Jy ! Component: 150 - total flux cleaned = -6.44337e-05 Jy ! Component: 200 - total flux cleaned = -0.000104607 Jy ! Total flux subtracted in 200 components = -0.000104607 Jy ! Clean residual min=-0.003178 max=0.002514 Jy/beam ! Clean residual mean=0.000003 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.101521 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.101521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083430Jy sigma=1.295329 ! Fit after self-cal, rms=0.083431Jy sigma=1.295318 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.7828e-05 Jy ! Component: 100 - total flux cleaned = -3.06974e-05 Jy ! Component: 150 - total flux cleaned = -4.20516e-05 Jy ! Component: 200 - total flux cleaned = -5.25623e-05 Jy ! Total flux subtracted in 200 components = -5.25623e-05 Jy ! Clean residual min=-0.003181 max=0.002521 Jy/beam ! Clean residual mean=0.000003 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.101469 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.101469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083426Jy sigma=1.295267 ! Fit after self-cal, rms=0.083425Jy sigma=1.295258 ! 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. ! ! Fit before self-cal, rms=0.083425Jy sigma=1.295258 ! Fit after self-cal, rms=0.083419Jy sigma=1.295226 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.462 mas, bmaj=15.59 mas, bpa=-2.077 degrees ! Estimated noise=0.684138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.88358e-05 Jy ! Component: 100 - total flux cleaned = -4.18548e-05 Jy ! Component: 150 - total flux cleaned = -5.8761e-05 Jy ! Component: 200 - total flux cleaned = -5.88348e-05 Jy ! Total flux subtracted in 200 components = -5.88348e-05 Jy ! Clean residual min=-0.003373 max=0.002864 Jy/beam ! Clean residual mean=0.000008 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.10141 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 75 components and 0.10141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083417Jy sigma=1.295326 ! Fit after self-cal, rms=0.083412Jy sigma=1.295232 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.3949e-05 Jy ! Component: 100 - total flux cleaned = 0.000107429 Jy ! Component: 150 - total flux cleaned = 0.000118221 Jy ! Component: 200 - total flux cleaned = 0.000108742 Jy ! Total flux subtracted in 200 components = 0.000108742 Jy ! Clean residual min=-0.003365 max=0.002831 Jy/beam ! Clean residual mean=0.000008 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.101518 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.101518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083415Jy sigma=1.295376 ! Fit after self-cal, rms=0.083411Jy sigma=1.295325 ! 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.121 mas, bmaj=8.021 mas, bpa=-4.715 degrees ! Estimated noise=0.536855 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.121 x 8.021 at -4.715 degrees (North through East) ! Clean map min=-0.0030739 max=0.087572 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.601 mas, bmaj=7.003 mas, bpa=-5.287 degrees ! Estimated noise=0.669554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0703605 Jy ! Component: 100 - total flux cleaned = 0.0870981 Jy ! Component: 150 - total flux cleaned = 0.094023 Jy ! Component: 200 - total flux cleaned = 0.0972077 Jy ! Total flux subtracted in 200 components = 0.0972077 Jy ! Clean residual min=-0.003607 max=0.003069 Jy/beam ! Clean residual mean=0.000001 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.0972077 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0972077 Jy ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=8.021 mas, bpa=-4.715 degrees ! Estimated noise=0.536855 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.0023744 Jy ! Component: 100 - total flux cleaned = 0.00289593 Jy ! Component: 150 - total flux cleaned = 0.00327722 Jy ! Component: 200 - total flux cleaned = 0.00355831 Jy ! Total flux subtracted in 200 components = 0.00355831 Jy ! Clean residual min=-0.003274 max=0.002545 Jy/beam ! Clean residual mean=0.000003 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.100766 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.100766 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=7.462 mas, bmaj=15.59 mas, bpa=-2.077 degrees ! Estimated noise=0.684138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000405301 Jy ! Component: 100 - total flux cleaned = 0.000456848 Jy ! Component: 150 - total flux cleaned = 0.000491068 Jy ! Component: 200 - total flux cleaned = 0.00047704 Jy ! Total flux subtracted in 200 components = 0.00047704 Jy ! Clean residual min=-0.003402 max=0.002845 Jy/beam ! Clean residual mean=0.000008 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.101243 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 = -6.82876e-07 Jy ! Component: 100 - total flux cleaned = -6.80336e-07 Jy ! Component: 150 - total flux cleaned = 8.11755e-06 Jy ! Component: 200 - total flux cleaned = 1.66358e-05 Jy ! Total flux subtracted in 200 components = 1.66358e-05 Jy ! Clean residual min=-0.003403 max=0.002831 Jy/beam ! Clean residual mean=0.000008 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.10126 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.10126 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=8.021 mas, bpa=-4.715 degrees ! Estimated noise=0.536855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.70422e-05 Jy ! Component: 100 - total flux cleaned = -2.82164e-06 Jy ! Component: 150 - total flux cleaned = -1.87723e-06 Jy ! Component: 200 - total flux cleaned = -7.58259e-07 Jy ! Total flux subtracted in 200 components = -7.58259e-07 Jy ! Clean residual min=-0.003309 max=0.002526 Jy/beam ! Clean residual mean=0.000003 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.101259 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.101259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083437Jy sigma=1.295520 ! Fit after self-cal, rms=0.083423Jy sigma=1.295469 wmodel J0211-1558_S_map.mod ! Writing 39 model components to file: J0211-1558_S_map.mod wobs J0211-1558_S_uvs.fits ! Writing UV FITS file: J0211-1558_S_uvs.fits wwins J0211-1558_S_map.win ! wwins: Wrote 2 windows to J0211-1558_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.00142247 Jy ! Component: 100 - total flux cleaned = -0.00191352 Jy ! Component: 150 - total flux cleaned = -0.00213978 Jy ! Component: 200 - total flux cleaned = -0.00244101 Jy ! Component: 250 - total flux cleaned = -0.00273079 Jy ! Component: 300 - total flux cleaned = -0.00313061 Jy ! Component: 350 - total flux cleaned = -0.00347704 Jy ! Component: 400 - total flux cleaned = -0.00373835 Jy ! Component: 450 - total flux cleaned = -0.00406474 Jy ! Component: 500 - total flux cleaned = -0.00424012 Jy ! Component: 550 - total flux cleaned = -0.00444499 Jy ! Component: 600 - total flux cleaned = -0.00461132 Jy ! Component: 650 - total flux cleaned = -0.00470886 Jy ! Component: 700 - total flux cleaned = -0.00474103 Jy ! Component: 750 - total flux cleaned = -0.00474125 Jy ! Component: 800 - total flux cleaned = -0.00486322 Jy ! Component: 850 - total flux cleaned = -0.00492292 Jy ! Component: 900 - total flux cleaned = -0.00498126 Jy ! Component: 950 - total flux cleaned = -0.0050108 Jy ! Component: 1000 - total flux cleaned = -0.00515317 Jy ! Component: 1050 - total flux cleaned = -0.00515283 Jy ! Component: 1100 - total flux cleaned = -0.00523527 Jy ! Component: 1150 - total flux cleaned = -0.0052353 Jy ! Component: 1200 - total flux cleaned = -0.00526229 Jy ! Component: 1250 - total flux cleaned = -0.00528835 Jy ! Component: 1300 - total flux cleaned = -0.00523671 Jy ! Component: 1350 - total flux cleaned = -0.00521152 Jy ! Component: 1400 - total flux cleaned = -0.00518636 Jy ! Component: 1450 - total flux cleaned = -0.00521139 Jy ! Component: 1500 - total flux cleaned = -0.00518752 Jy ! Component: 1550 - total flux cleaned = -0.00523564 Jy ! Component: 1600 - total flux cleaned = -0.00523565 Jy ! Component: 1650 - total flux cleaned = -0.00523567 Jy ! Component: 1700 - total flux cleaned = -0.00525889 Jy ! Component: 1750 - total flux cleaned = -0.00525878 Jy ! Component: 1800 - total flux cleaned = -0.00532651 Jy ! Component: 1850 - total flux cleaned = -0.00543813 Jy ! Component: 1900 - total flux cleaned = -0.00534991 Jy ! Component: 1950 - total flux cleaned = -0.00545927 Jy ! Component: 2000 - total flux cleaned = -0.00543769 Jy ! Component: 2050 - total flux cleaned = -0.00554456 Jy ! Component: 2100 - total flux cleaned = -0.0055656 Jy ! Component: 2150 - total flux cleaned = -0.00562847 Jy ! Component: 2200 - total flux cleaned = -0.00567011 Jy ! Component: 2250 - total flux cleaned = -0.00585459 Jy ! Component: 2300 - total flux cleaned = -0.00587466 Jy ! Component: 2350 - total flux cleaned = -0.00601562 Jy ! Component: 2400 - total flux cleaned = -0.00605533 Jy ! Component: 2450 - total flux cleaned = -0.0060951 Jy ! Component: 2500 - total flux cleaned = -0.00627107 Jy ! Component: 2550 - total flux cleaned = -0.0062513 Jy ! Component: 2600 - total flux cleaned = -0.00636647 Jy ! Component: 2650 - total flux cleaned = -0.00634757 Jy ! Component: 2700 - total flux cleaned = -0.00649821 Jy ! Component: 2750 - total flux cleaned = -0.00655383 Jy ! Component: 2800 - total flux cleaned = -0.00668317 Jy ! Component: 2850 - total flux cleaned = -0.00677454 Jy ! Component: 2900 - total flux cleaned = -0.00679265 Jy ! Component: 2950 - total flux cleaned = -0.00684654 Jy ! Component: 3000 - total flux cleaned = -0.00684664 Jy ! Component: 3050 - total flux cleaned = -0.00695262 Jy ! Component: 3100 - total flux cleaned = -0.00698749 Jy ! Component: 3150 - total flux cleaned = -0.00695275 Jy ! Component: 3200 - total flux cleaned = -0.00703912 Jy ! Component: 3250 - total flux cleaned = -0.00712462 Jy ! Component: 3300 - total flux cleaned = -0.00719246 Jy ! Component: 3350 - total flux cleaned = -0.00719242 Jy ! Component: 3400 - total flux cleaned = -0.00717567 Jy ! Component: 3450 - total flux cleaned = -0.00722532 Jy ! Component: 3500 - total flux cleaned = -0.00725829 Jy ! Component: 3550 - total flux cleaned = -0.0072747 Jy ! Component: 3600 - total flux cleaned = -0.00730699 Jy ! Component: 3650 - total flux cleaned = -0.00735524 Jy ! Component: 3700 - total flux cleaned = -0.00735518 Jy ! Component: 3750 - total flux cleaned = -0.00737095 Jy ! Component: 3800 - total flux cleaned = -0.00740239 Jy ! Component: 3850 - total flux cleaned = -0.0073556 Jy ! Component: 3900 - total flux cleaned = -0.00734011 Jy ! Component: 3950 - total flux cleaned = -0.00732476 Jy ! Component: 4000 - total flux cleaned = -0.00737056 Jy ! Component: 4050 - total flux cleaned = -0.00734028 Jy ! Total flux subtracted in 4096 components = -0.00734022 Jy ! Clean residual min=-0.000932 max=0.000911 Jy/beam ! Clean residual mean=0.000002 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.0939187 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 328 components and 0.0939186 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0211-1558_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.121 x 8.021 at -4.715 degrees (North through East) ! Clean map min=-0.0022968 max=0.087535 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0211-1558_S_map.fits wmodel /vlbi/uf001/uva//J0211-1558_S_map.mod ! Writing 328 model components to file: /vlbi/uf001/uva//J0211-1558_S_map.mod wobs /vlbi/uf001/uva//J0211-1558_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0211-1558_S_uvs.fits wwins /vlbi/uf001/uva//J0211-1558_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J0211-1558_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0875354 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000272497 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.933898 0.933898 1.8678 3.73559 7.47119 14.9424 29.8847 59.7695 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.087 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 321.234 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0211-1558_S_dfm.log closed on Sun Jan 13 21:18:39 2019