! Started logfile: /vlbi/uf001/uva//J0727-3813_S_a_dfm.log on Sun Jan 13 23:26:36 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//J0727-3813_S_a_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0727-3813_S_a_uva.fits ! AN table 1: 73 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.702283 visibilities/baseline/integration-bin. ! Found source: J0727-3813 ! ! 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 2307 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 J0727-3813_S_a] 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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.020942Jy sigma=12.970211 ! Fit after self-cal, rms=0.913110Jy sigma=11.483026 ! 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=8.294 mas, bmaj=50.12 mas, bpa=12.5 degrees ! Estimated noise=1.5238 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0675674 Jy ! Component: 100 - total flux cleaned = 0.0932981 Jy ! Total flux subtracted in 100 components = 0.0932981 Jy ! Clean residual min=-0.012345 max=0.014338 Jy/beam ! Clean residual mean=0.000169 rms=0.005625 Jy/beam ! Combined flux in latest and established models = 0.0932981 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0932981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103714Jy sigma=1.281149 ! Fit after self-cal, rms=0.102728Jy sigma=1.269966 ! 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=9.113 mas, bmaj=50.16 mas, bpa=12.94 degrees ! Estimated noise=1.19625 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.026876 Jy ! Component: 100 - total flux cleaned = 0.0426454 Jy ! Component: 150 - total flux cleaned = 0.0474412 Jy ! Component: 200 - total flux cleaned = 0.0459791 Jy ! Total flux subtracted in 200 components = 0.0459791 Jy ! Clean residual min=-0.005966 max=0.005973 Jy/beam ! Clean residual mean=0.000078 rms=0.002964 Jy/beam ! Combined flux in latest and established models = 0.139277 Jy ! Performing phase self-cal ! Adding 121 model components to the UV plane model. ! The established model now contains 146 components and 0.139277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094831Jy sigma=1.144958 ! Fit after self-cal, rms=0.094126Jy sigma=1.136815 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.113 x 50.16 at 12.94 degrees (North through East) ! Clean map min=-0.0095718 max=0.097442 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.94 KP 1.04 LA 0.82 ! NL 1.06 OV 1.10 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.86 KP 1.02 LA 0.90 ! NL 1.26 OV 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.90 KP 0.98 LA 0.91 ! NL 1.00 OV 0.99 ! ! ! Fit before self-cal, rms=0.094126Jy sigma=1.136815 ! Fit after self-cal, rms=0.091280Jy sigma=1.115746 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.347 mas, bmaj=49.63 mas, bpa=12.87 degrees ! Estimated noise=1.11759 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.00696077 Jy ! Component: 100 - total flux cleaned = 0.010414 Jy ! Component: 150 - total flux cleaned = 0.0118627 Jy ! Component: 200 - total flux cleaned = 0.0119854 Jy ! Total flux subtracted in 200 components = 0.0119854 Jy ! Clean residual min=-0.001738 max=0.001738 Jy/beam ! Clean residual mean=-0.000000 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.151263 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 221 components and 0.151263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090535Jy sigma=1.104765 ! Fit after self-cal, rms=0.090708Jy sigma=1.102758 ! 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.090708Jy sigma=1.102758 ! Fit after self-cal, rms=0.090594Jy sigma=1.101985 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.344 mas, bmaj=49.51 mas, bpa=12.82 degrees ! Estimated noise=1.11198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207472 Jy ! Component: 100 - total flux cleaned = 0.0016029 Jy ! Component: 150 - total flux cleaned = 0.00126517 Jy ! Component: 200 - total flux cleaned = 0.000534364 Jy ! Total flux subtracted in 200 components = 0.000534364 Jy ! Clean residual min=-0.001165 max=0.001148 Jy/beam ! Clean residual mean=-0.000009 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.151797 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 284 components and 0.151797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090362Jy sigma=1.099773 ! Fit after self-cal, rms=0.090353Jy sigma=1.099404 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.00100263 Jy ! Component: 100 - total flux cleaned = 0.000354656 Jy ! Component: 150 - total flux cleaned = -0.000223826 Jy ! Component: 200 - total flux cleaned = -0.000996747 Jy ! Total flux subtracted in 200 components = -0.000996747 Jy ! Clean residual min=-0.000962 max=0.000963 Jy/beam ! Clean residual mean=-0.000008 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.1508 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 337 components and 0.1508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090224Jy sigma=1.098361 ! Fit after self-cal, rms=0.090211Jy sigma=1.098226 ! 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.090211Jy sigma=1.098226 ! Fit after self-cal, rms=0.090010Jy sigma=1.098116 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.34 mas, bmaj=49.43 mas, bpa=12.83 degrees ! Estimated noise=1.11031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420147 Jy ! Component: 100 - total flux cleaned = -0.000921052 Jy ! Component: 150 - total flux cleaned = -0.00188332 Jy ! Component: 200 - total flux cleaned = -0.00241752 Jy ! Total flux subtracted in 200 components = -0.00241752 Jy ! Clean residual min=-0.000874 max=0.000868 Jy/beam ! Clean residual mean=-0.000007 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.148383 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 400 components and 0.148383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089910Jy sigma=1.097367 ! Fit after self-cal, rms=0.089907Jy sigma=1.097261 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 = 8.63243e-05 Jy ! Component: 100 - total flux cleaned = -0.000396673 Jy ! Component: 150 - total flux cleaned = -0.00115412 Jy ! Component: 200 - total flux cleaned = -0.00178397 Jy ! Total flux subtracted in 200 components = -0.00178397 Jy ! Clean residual min=-0.000790 max=0.000788 Jy/beam ! Clean residual mean=-0.000006 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.146599 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 452 components and 0.146599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089830Jy sigma=1.096674 ! Fit after self-cal, rms=0.089827Jy sigma=1.096518 ! 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.089827Jy sigma=1.096518 ! Fit after self-cal, rms=0.089320Jy sigma=1.096461 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.36 mas, bmaj=49.68 mas, bpa=11.96 degrees ! Estimated noise=1.10243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.94702e-05 Jy ! Component: 100 - total flux cleaned = -8.1955e-05 Jy ! Component: 150 - total flux cleaned = -0.000525234 Jy ! Component: 200 - total flux cleaned = -0.000789095 Jy ! Total flux subtracted in 200 components = -0.000789095 Jy ! Clean residual min=-0.000617 max=0.000607 Jy/beam ! Clean residual mean=-0.000007 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.145809 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 500 components and 0.14581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089252Jy sigma=1.095960 ! Fit after self-cal, rms=0.089258Jy sigma=1.095872 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.85369e-05 Jy ! Component: 100 - total flux cleaned = 6.94627e-07 Jy ! Component: 150 - total flux cleaned = -3.00161e-07 Jy ! Component: 200 - total flux cleaned = -0.000178917 Jy ! Total flux subtracted in 200 components = -0.000178917 Jy ! Clean residual min=-0.000578 max=0.000575 Jy/beam ! Clean residual mean=-0.000005 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.145631 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 540 components and 0.145631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089203Jy sigma=1.095475 ! Fit after self-cal, rms=0.089217Jy sigma=1.095418 ! 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=9.329 mas, bmaj=49.41 mas, bpa=12.85 degrees ! Estimated noise=1.10648 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.329 x 49.41 at 12.85 degrees (North through East) ! Clean map min=-0.0045724 max=0.093267 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=8.501 mas, bmaj=49.22 mas, bpa=12.36 degrees ! Estimated noise=1.42263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0621937 Jy ! Component: 100 - total flux cleaned = 0.0911343 Jy ! Component: 150 - total flux cleaned = 0.109848 Jy ! Component: 200 - total flux cleaned = 0.12122 Jy ! Total flux subtracted in 200 components = 0.12122 Jy ! Clean residual min=-0.008428 max=0.008474 Jy/beam ! Clean residual mean=-0.000006 rms=0.003388 Jy/beam ! Combined flux in latest and established models = 0.12122 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 65 model components to the UV plane model. ! The established model now contains 65 components and 0.12122 Jy ! Inverting map and beam ! Estimated beam: bmin=9.329 mas, bmaj=49.41 mas, bpa=12.85 degrees ! Estimated noise=1.10648 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.0104562 Jy ! Component: 100 - total flux cleaned = 0.0156404 Jy ! Component: 150 - total flux cleaned = 0.0171309 Jy ! Component: 200 - total flux cleaned = 0.0167052 Jy ! Total flux subtracted in 200 components = 0.0167052 Jy ! Clean residual min=-0.003412 max=0.003450 Jy/beam ! Clean residual mean=-0.000000 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.137925 Jy ! Adding 108 model components to the UV plane model. ! The established model now contains 168 components and 0.137925 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=10.36 mas, bmaj=49.68 mas, bpa=11.96 degrees ! Estimated noise=1.10243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000937755 Jy ! Component: 100 - total flux cleaned = 0.000761213 Jy ! Component: 150 - total flux cleaned = -0.000665845 Jy ! Component: 200 - total flux cleaned = -0.00191229 Jy ! Total flux subtracted in 200 components = -0.00191229 Jy ! Clean residual min=-0.001746 max=0.001736 Jy/beam ! Clean residual mean=-0.000002 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.136013 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.00107394 Jy ! Component: 100 - total flux cleaned = -0.00199815 Jy ! Component: 150 - total flux cleaned = -0.00296133 Jy ! Component: 200 - total flux cleaned = -0.00397865 Jy ! Total flux subtracted in 200 components = -0.00397865 Jy ! Clean residual min=-0.001079 max=0.001071 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.132034 Jy ! Adding 175 model components to the UV plane model. ! The established model now contains 331 components and 0.132034 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.329 mas, bmaj=49.41 mas, bpa=12.85 degrees ! Estimated noise=1.10648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000161784 Jy ! Component: 100 - total flux cleaned = -0.000690442 Jy ! Component: 150 - total flux cleaned = -0.00106246 Jy ! Component: 200 - total flux cleaned = -0.00130059 Jy ! Total flux subtracted in 200 components = -0.00130059 Jy ! Clean residual min=-0.000964 max=0.000953 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.130733 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 380 components and 0.130734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089268Jy sigma=1.096253 ! Fit after self-cal, rms=0.089233Jy sigma=1.095699 wmodel J0727-3813_S_a_map.mod ! Writing 380 model components to file: J0727-3813_S_a_map.mod wobs J0727-3813_S_a_uvs.fits ! Writing UV FITS file: J0727-3813_S_a_uvs.fits wwins J0727-3813_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /vlbi/uf001/uva//J0727-3813_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.329 x 49.41 at 12.85 degrees (North through East) ! Clean map min=-0.0051673 max=0.087323 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0727-3813_S_a_map.fits wmodel /vlbi/uf001/uva//J0727-3813_S_a_map.mod ! Writing 380 model components to file: /vlbi/uf001/uva//J0727-3813_S_a_map.mod wobs /vlbi/uf001/uva//J0727-3813_S_a_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0727-3813_S_a_uvs.fits wwins /vlbi/uf001/uva//J0727-3813_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0873234 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000502278 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.72558 1.72558 3.45116 6.90232 13.8046 27.6093 55.2185 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= 173.854 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0727-3813_S_a_dfm.log closed on Sun Jan 13 23:26:40 2019