! Started logfile: /vlbi/uf001/uva//J2138-1810_S_dfm.log on Mon Jan 14 05:55:44 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//J2138-1810_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2138-1810_S_uva.fits ! AN table 1: 72 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J2138-1810 ! ! 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 5292 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 J2138-1810_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.051897Jy sigma=15.819918 ! Fit after self-cal, rms=0.887628Jy sigma=13.730560 ! 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.147 mas, bmaj=10.36 mas, bpa=17.39 degrees ! Estimated noise=1.05466 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.0980314 Jy ! Component: 100 - total flux cleaned = 0.158248 Jy ! Total flux subtracted in 100 components = 0.158248 Jy ! Clean residual min=-0.026051 max=0.034919 Jy/beam ! Clean residual mean=0.000179 rms=0.012233 Jy/beam ! Combined flux in latest and established models = 0.158248 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 53 components and 0.158248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.223562Jy sigma=2.816320 ! Fit after self-cal, rms=0.221679Jy sigma=2.792209 ! 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.613 mas, bmaj=10.82 mas, bpa=15.26 degrees ! Estimated noise=0.664161 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.0672558 Jy ! Component: 100 - total flux cleaned = 0.119119 Jy ! Component: 150 - total flux cleaned = 0.164701 Jy ! Component: 200 - total flux cleaned = 0.201001 Jy ! Total flux subtracted in 200 components = 0.201001 Jy ! Clean residual min=-0.027344 max=0.027592 Jy/beam ! Clean residual mean=0.000094 rms=0.012986 Jy/beam ! Combined flux in latest and established models = 0.359248 Jy ! Performing phase self-cal ! Adding 150 model components to the UV plane model. ! The established model now contains 190 components and 0.359248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.175975Jy sigma=2.223971 ! Fit after self-cal, rms=0.174922Jy sigma=2.213379 ! 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.613 x 10.82 at 15.26 degrees (North through East) ! Clean map min=-0.02957 max=0.12108 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 HN 1.08 KP 0.84 LA 0.83 ! NL 1.35 OV 1.10 PT 0.57 SC 1.16 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 HN 1.06 KP 0.76 LA 0.86 ! NL 1.26 OV 0.91 PT 0.59 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 HN 1.09 KP 0.90 LA 0.70 ! NL 1.30 OV 1.26 PT 0.54 SC 1.21 ! ! ! Fit before self-cal, rms=0.174922Jy sigma=2.213379 ! Fit after self-cal, rms=0.127291Jy sigma=1.809665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=11.45 mas, bpa=13.74 degrees ! Estimated noise=0.605661 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.0370884 Jy ! Component: 100 - total flux cleaned = 0.0597514 Jy ! Component: 150 - total flux cleaned = 0.0729024 Jy ! Component: 200 - total flux cleaned = 0.0827634 Jy ! Total flux subtracted in 200 components = 0.0827634 Jy ! Clean residual min=-0.011924 max=0.011859 Jy/beam ! Clean residual mean=-0.000015 rms=0.005170 Jy/beam ! Combined flux in latest and established models = 0.442012 Jy ! Performing phase self-cal ! Adding 115 model components to the UV plane model. ! The established model now contains 304 components and 0.442012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110578Jy sigma=1.456380 ! Fit after self-cal, rms=0.110095Jy sigma=1.443868 ! 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.110095Jy sigma=1.443868 ! Fit after self-cal, rms=0.106287Jy sigma=1.372491 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.811 mas, bmaj=11.59 mas, bpa=13.67 degrees ! Estimated noise=0.570722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164753 Jy ! Component: 100 - total flux cleaned = 0.0279462 Jy ! Component: 150 - total flux cleaned = 0.034665 Jy ! Component: 200 - total flux cleaned = 0.0397548 Jy ! Total flux subtracted in 200 components = 0.0397548 Jy ! Clean residual min=-0.006216 max=0.006181 Jy/beam ! Clean residual mean=-0.000026 rms=0.002664 Jy/beam ! Combined flux in latest and established models = 0.481766 Jy selfcal ! Performing phase self-cal ! Adding 117 model components to the UV plane model. ! The established model now contains 418 components and 0.481766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.102705Jy sigma=1.240742 ! Fit after self-cal, rms=0.102575Jy sigma=1.237624 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.00462829 Jy ! Component: 100 - total flux cleaned = 0.00694328 Jy ! Component: 150 - total flux cleaned = 0.0102049 Jy ! Component: 200 - total flux cleaned = 0.0126179 Jy ! Total flux subtracted in 200 components = 0.0126179 Jy ! Clean residual min=-0.004235 max=0.004259 Jy/beam ! Clean residual mean=-0.000014 rms=0.001875 Jy/beam ! Combined flux in latest and established models = 0.494384 Jy ! Performing phase self-cal ! Adding 109 model components to the UV plane model. ! The established model now contains 505 components and 0.494384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100922Jy sigma=1.189131 ! Fit after self-cal, rms=0.100801Jy sigma=1.187723 ! 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.100801Jy sigma=1.187723 ! Fit after self-cal, rms=0.101740Jy sigma=1.180726 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.795 mas, bmaj=11.6 mas, bpa=14.03 degrees ! Estimated noise=0.558442 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00566047 Jy ! Component: 100 - total flux cleaned = 0.00697856 Jy ! Component: 150 - total flux cleaned = 0.00817093 Jy ! Component: 200 - total flux cleaned = 0.00924631 Jy ! Total flux subtracted in 200 components = 0.00924631 Jy ! Clean residual min=-0.002843 max=0.002837 Jy/beam ! Clean residual mean=-0.000015 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.503631 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 588 components and 0.50363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100980Jy sigma=1.157040 ! Fit after self-cal, rms=0.100954Jy sigma=1.156544 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.00105187 Jy ! Component: 100 - total flux cleaned = 0.000725844 Jy ! Component: 150 - total flux cleaned = 0.000148286 Jy ! Component: 200 - total flux cleaned = 0.000273703 Jy ! Total flux subtracted in 200 components = 0.000273703 Jy ! Clean residual min=-0.002080 max=0.002081 Jy/beam ! Clean residual mean=-0.000011 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.503904 Jy ! Performing phase self-cal ! Adding 104 model components to the UV plane model. ! The established model now contains 653 components and 0.503904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100515Jy sigma=1.145689 ! Fit after self-cal, rms=0.100483Jy sigma=1.145426 ! 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.100483Jy sigma=1.145426 ! Fit after self-cal, rms=0.100247Jy sigma=1.144815 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.538 mas, bmaj=17.16 mas, bpa=1.786 degrees ! Estimated noise=0.634429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00374831 Jy ! Component: 100 - total flux cleaned = 0.00466942 Jy ! Component: 150 - total flux cleaned = 0.005333 Jy ! Component: 200 - total flux cleaned = 0.00557715 Jy ! Total flux subtracted in 200 components = 0.00557715 Jy ! Clean residual min=-0.001800 max=0.001798 Jy/beam ! Clean residual mean=-0.000011 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.509481 Jy selfcal ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 733 components and 0.509482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099987Jy sigma=1.138305 ! Fit after self-cal, rms=0.099974Jy sigma=1.138018 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.000356241 Jy ! Component: 100 - total flux cleaned = 0.000645349 Jy ! Component: 150 - total flux cleaned = 0.000641072 Jy ! Component: 200 - total flux cleaned = 0.000400935 Jy ! Total flux subtracted in 200 components = 0.000400935 Jy ! Clean residual min=-0.001254 max=0.001256 Jy/beam ! Clean residual mean=-0.000008 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.509883 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 800 components and 0.509883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099818Jy sigma=1.135796 ! Fit after self-cal, rms=0.099809Jy sigma=1.135698 ! 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.788 mas, bmaj=11.59 mas, bpa=14.2 degrees ! Estimated noise=0.553422 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.788 x 11.59 at 14.2 degrees (North through East) ! Clean map min=-0.0093823 max=0.097416 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.259 mas, bmaj=11.09 mas, bpa=16.21 degrees ! Estimated noise=0.888535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0806398 Jy ! Component: 100 - total flux cleaned = 0.128467 Jy ! Component: 150 - total flux cleaned = 0.163311 Jy ! Component: 200 - total flux cleaned = 0.186033 Jy ! Total flux subtracted in 200 components = 0.186033 Jy ! Clean residual min=-0.018203 max=0.018420 Jy/beam ! Clean residual mean=0.000003 rms=0.007485 Jy/beam ! Combined flux in latest and established models = 0.186033 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 99 model components to the UV plane model. ! The established model now contains 99 components and 0.186033 Jy ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=11.59 mas, bpa=14.2 degrees ! Estimated noise=0.553422 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.0345345 Jy ! Component: 100 - total flux cleaned = 0.059502 Jy ! Component: 150 - total flux cleaned = 0.0804277 Jy ! Component: 200 - total flux cleaned = 0.09908 Jy ! Total flux subtracted in 200 components = 0.09908 Jy ! Clean residual min=-0.015403 max=0.015319 Jy/beam ! Clean residual mean=0.000047 rms=0.006885 Jy/beam ! Combined flux in latest and established models = 0.285113 Jy ! Adding 131 model components to the UV plane model. ! The established model now contains 226 components and 0.285113 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.538 mas, bmaj=17.16 mas, bpa=1.786 degrees ! Estimated noise=0.634429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.028422 Jy ! Component: 100 - total flux cleaned = 0.0468071 Jy ! Component: 150 - total flux cleaned = 0.0621946 Jy ! Component: 200 - total flux cleaned = 0.0724968 Jy ! Total flux subtracted in 200 components = 0.0724968 Jy ! Clean residual min=-0.013222 max=0.013192 Jy/beam ! Clean residual mean=0.000041 rms=0.006325 Jy/beam ! Combined flux in latest and established models = 0.35761 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.00292807 Jy ! Component: 100 - total flux cleaned = 0.0042894 Jy ! Component: 150 - total flux cleaned = 0.00724656 Jy ! Component: 200 - total flux cleaned = 0.00887642 Jy ! Total flux subtracted in 200 components = 0.00887642 Jy ! Clean residual min=-0.008915 max=0.008931 Jy/beam ! Clean residual mean=0.000027 rms=0.003994 Jy/beam ! Combined flux in latest and established models = 0.366486 Jy ! Adding 233 model components to the UV plane model. ! The established model now contains 443 components and 0.366486 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=11.59 mas, bpa=14.2 degrees ! Estimated noise=0.553422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00252277 Jy ! Component: 100 - total flux cleaned = -0.00526534 Jy ! Component: 150 - total flux cleaned = -0.00764946 Jy ! Component: 200 - total flux cleaned = -0.00842889 Jy ! Total flux subtracted in 200 components = -0.00842889 Jy ! Clean residual min=-0.004197 max=0.004178 Jy/beam ! Clean residual mean=0.000001 rms=0.001703 Jy/beam ! Combined flux in latest and established models = 0.358057 Jy selfcal ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 519 components and 0.358057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101607Jy sigma=1.183449 ! Fit after self-cal, rms=0.101449Jy sigma=1.178458 wmodel J2138-1810_S_map.mod ! Writing 519 model components to file: J2138-1810_S_map.mod wobs J2138-1810_S_uvs.fits ! Writing UV FITS file: J2138-1810_S_uvs.fits wwins J2138-1810_S_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//J2138-1810_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.788 x 11.59 at 14.2 degrees (North through East) ! Clean map min=-0.011889 max=0.08813 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2138-1810_S_map.fits wmodel /vlbi/uf001/uva//J2138-1810_S_map.mod ! Writing 519 model components to file: /vlbi/uf001/uva//J2138-1810_S_map.mod wobs /vlbi/uf001/uva//J2138-1810_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2138-1810_S_uvs.fits wwins /vlbi/uf001/uva//J2138-1810_S_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.0881304 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00164826 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -5.61076 5.61076 11.2215 22.443 44.8861 89.7721 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0049 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.088 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 53.468 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2138-1810_S_dfm.log closed on Mon Jan 14 05:55:47 2019