! Started logfile: /image_prod/ug002_uva//J1714-2514_S_a_dfm.log on Thu Mar 5 03:09:23 2020 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 /image_prod/ug002_uva//J1714-2514_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1714-2514_S_a_uva.fits ! AN table 1: 76 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J1714-2514 ! ! 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 40 lines of history. ! ! Reading 2850 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 J1714-2514_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003192Jy sigma=6.574534 ! Fit after self-cal, rms=0.941559Jy sigma=6.179535 ! 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=9.591 mas, bmaj=27.39 mas, bpa=8.814 degrees ! Estimated noise=2.73607 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.0437104 Jy ! Component: 100 - total flux cleaned = 0.050757 Jy ! Total flux subtracted in 100 components = 0.050757 Jy ! Clean residual min=-0.012767 max=0.012695 Jy/beam ! Clean residual mean=-0.000160 rms=0.005494 Jy/beam ! Combined flux in latest and established models = 0.050757 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 45 components and 0.050757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094063Jy sigma=0.557713 ! Fit after self-cal, rms=0.092638Jy sigma=0.547280 ! 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.817 mas, bmaj=28.49 mas, bpa=7.62 degrees ! Estimated noise=2.13214 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.00540842 Jy ! Component: 100 - total flux cleaned = 0.00742529 Jy ! Component: 150 - total flux cleaned = 0.0127748 Jy ! Component: 200 - total flux cleaned = 0.0148381 Jy ! Total flux subtracted in 200 components = 0.0148381 Jy ! Clean residual min=-0.007711 max=0.007705 Jy/beam ! Clean residual mean=-0.000076 rms=0.003574 Jy/beam ! Combined flux in latest and established models = 0.065595 Jy ! Performing phase self-cal ! Adding 127 model components to the UV plane model. ! The established model now contains 167 components and 0.065595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085274Jy sigma=0.470927 ! Fit after self-cal, rms=0.084516Jy sigma=0.465555 ! 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.817 x 28.49 at 7.62 degrees (North through East) ! Clean map min=-0.017887 max=0.064155 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.84 KP 1.12 LA 0.76 ! NL 1.11 OV 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.80 KP 1.08 LA 0.82 ! NL 1.09 OV 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.72 KP 1.07 LA 0.93 ! NL 1.11 OV 1.05 ! ! ! Fit before self-cal, rms=0.084516Jy sigma=0.465555 ! Fit after self-cal, rms=0.083715Jy sigma=0.433389 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.11 mas, bmaj=29.57 mas, bpa=8.349 degrees ! Estimated noise=1.89778 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.00640806 Jy ! Component: 100 - total flux cleaned = 0.0105815 Jy ! Component: 150 - total flux cleaned = 0.012111 Jy ! Component: 200 - total flux cleaned = 0.0135795 Jy ! Total flux subtracted in 200 components = 0.0135795 Jy ! Clean residual min=-0.001588 max=0.001601 Jy/beam ! Clean residual mean=-0.000000 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.0791745 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 242 components and 0.0791744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083058Jy sigma=0.427040 ! Fit after self-cal, rms=0.083580Jy sigma=0.425426 ! 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.083580Jy sigma=0.425426 ! Fit after self-cal, rms=0.085310Jy sigma=0.425024 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.08 mas, bmaj=29.81 mas, bpa=8.543 degrees ! Estimated noise=1.88499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113721 Jy ! Component: 100 - total flux cleaned = 0.000860815 Jy ! Component: 150 - total flux cleaned = 0.000233725 Jy ! Component: 200 - total flux cleaned = -0.000379043 Jy ! Total flux subtracted in 200 components = -0.000379043 Jy ! Clean residual min=-0.001094 max=0.001090 Jy/beam ! Clean residual mean=-0.000000 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0787954 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 306 components and 0.0787954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085044Jy sigma=0.423633 ! Fit after self-cal, rms=0.085285Jy sigma=0.423167 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.000489776 Jy ! Component: 100 - total flux cleaned = -0.00134717 Jy ! Component: 150 - total flux cleaned = -0.00249601 Jy ! Component: 200 - total flux cleaned = -0.00340257 Jy ! Total flux subtracted in 200 components = -0.00340257 Jy ! Clean residual min=-0.000956 max=0.000947 Jy/beam ! Clean residual mean=0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0753928 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 361 components and 0.0753929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085074Jy sigma=0.422368 ! Fit after self-cal, rms=0.085115Jy sigma=0.422018 ! 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.085115Jy sigma=0.422018 ! Fit after self-cal, rms=0.086420Jy sigma=0.421479 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.09 mas, bmaj=29.92 mas, bpa=8.632 degrees ! Estimated noise=1.87179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000515232 Jy ! Component: 100 - total flux cleaned = 0.000513146 Jy ! Component: 150 - total flux cleaned = 0.000812667 Jy ! Component: 200 - total flux cleaned = 0.000868748 Jy ! Total flux subtracted in 200 components = 0.000868748 Jy ! Clean residual min=-0.000864 max=0.000872 Jy/beam ! Clean residual mean=-0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.0762616 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 402 components and 0.0762616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086243Jy sigma=0.420916 ! Fit after self-cal, rms=0.086407Jy sigma=0.420629 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.000221453 Jy ! Component: 100 - total flux cleaned = -0.000614094 Jy ! Component: 150 - total flux cleaned = -0.000660663 Jy ! Component: 200 - total flux cleaned = -0.000711852 Jy ! Total flux subtracted in 200 components = -0.000711852 Jy ! Clean residual min=-0.000761 max=0.000756 Jy/beam ! Clean residual mean=-0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0755497 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 450 components and 0.0755497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086279Jy sigma=0.420281 ! Fit after self-cal, rms=0.086275Jy sigma=0.420037 ! 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.086275Jy sigma=0.420037 ! Fit after self-cal, rms=0.087905Jy sigma=0.419846 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.08 mas, bmaj=30.49 mas, bpa=8.912 degrees ! Estimated noise=1.82926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148942 Jy ! Component: 100 - total flux cleaned = 0.000353893 Jy ! Component: 150 - total flux cleaned = 0.000606677 Jy ! Component: 200 - total flux cleaned = 0.00104312 Jy ! Total flux subtracted in 200 components = 0.00104312 Jy ! Clean residual min=-0.000643 max=0.000645 Jy/beam ! Clean residual mean=-0.000003 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.0765928 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 500 components and 0.0765928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087804Jy sigma=0.419522 ! Fit after self-cal, rms=0.087862Jy sigma=0.419095 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.000438075 Jy ! Component: 100 - total flux cleaned = -0.000973831 Jy ! Component: 150 - total flux cleaned = -0.00137524 Jy ! Component: 200 - total flux cleaned = -0.00163603 Jy ! Total flux subtracted in 200 components = -0.00163603 Jy ! Clean residual min=-0.000595 max=0.000593 Jy/beam ! Clean residual mean=-0.000003 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.0749568 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 545 components and 0.0749568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087780Jy sigma=0.418806 ! Fit after self-cal, rms=0.087764Jy sigma=0.418638 ! 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=10.1 mas, bmaj=30.01 mas, bpa=8.607 degrees ! Estimated noise=1.85746 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.1 x 30.01 at 8.607 degrees (North through East) ! Clean map min=-0.009357 max=0.056156 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=9.718 mas, bmaj=28.93 mas, bpa=9.752 degrees ! Estimated noise=2.35646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0292696 Jy ! Component: 100 - total flux cleaned = 0.0301748 Jy ! Component: 150 - total flux cleaned = 0.0356763 Jy ! Component: 200 - total flux cleaned = 0.0421268 Jy ! Total flux subtracted in 200 components = 0.0421268 Jy ! Clean residual min=-0.007801 max=0.007830 Jy/beam ! Clean residual mean=-0.000078 rms=0.003044 Jy/beam ! Combined flux in latest and established models = 0.0421268 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 76 model components to the UV plane model. ! The established model now contains 76 components and 0.0421268 Jy ! Inverting map and beam ! Estimated beam: bmin=10.1 mas, bmaj=30.01 mas, bpa=8.607 degrees ! Estimated noise=1.85746 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.0026343 Jy ! Component: 100 - total flux cleaned = 0.00259277 Jy ! Component: 150 - total flux cleaned = 0.00398213 Jy ! Component: 200 - total flux cleaned = 0.00496522 Jy ! Total flux subtracted in 200 components = 0.00496522 Jy ! Clean residual min=-0.003655 max=0.003661 Jy/beam ! Clean residual mean=-0.000032 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.047092 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 163 components and 0.047092 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=11.08 mas, bmaj=30.49 mas, bpa=8.912 degrees ! Estimated noise=1.82926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150999 Jy ! Component: 100 - total flux cleaned = 0.0027796 Jy ! Component: 150 - total flux cleaned = 0.00337953 Jy ! Component: 200 - total flux cleaned = 0.00313048 Jy ! Total flux subtracted in 200 components = 0.00313048 Jy ! Clean residual min=-0.001862 max=0.001860 Jy/beam ! Clean residual mean=-0.000017 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.0502225 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.000404676 Jy ! Component: 100 - total flux cleaned = 0.00114673 Jy ! Component: 150 - total flux cleaned = 0.00191881 Jy ! Component: 200 - total flux cleaned = 0.0019183 Jy ! Total flux subtracted in 200 components = 0.0019183 Jy ! Clean residual min=-0.001326 max=0.001330 Jy/beam ! Clean residual mean=-0.000010 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0521408 Jy ! Adding 166 model components to the UV plane model. ! The established model now contains 319 components and 0.0521408 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.1 mas, bmaj=30.01 mas, bpa=8.607 degrees ! Estimated noise=1.85746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000448487 Jy ! Component: 100 - total flux cleaned = -0.000451703 Jy ! Component: 150 - total flux cleaned = -0.000449676 Jy ! Component: 200 - total flux cleaned = -0.000449153 Jy ! Total flux subtracted in 200 components = -0.000449153 Jy ! Clean residual min=-0.000978 max=0.000981 Jy/beam ! Clean residual mean=-0.000003 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.0516917 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 371 components and 0.0516917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087936Jy sigma=0.419381 ! Fit after self-cal, rms=0.087878Jy sigma=0.418970 wmodel J1714-2514_S_a_map.mod ! Writing 371 model components to file: J1714-2514_S_a_map.mod wobs J1714-2514_S_a_uvs.fits ! Writing UV FITS file: J1714-2514_S_a_uvs.fits wwins J1714-2514_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 /image_prod/ug002_uva//J1714-2514_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.1 x 30.01 at 8.607 degrees (North through East) ! Clean map min=-0.0094889 max=0.04727 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1714-2514_S_a_map.fits wmodel /image_prod/ug002_uva//J1714-2514_S_a_map.mod ! Writing 371 model components to file: /image_prod/ug002_uva//J1714-2514_S_a_map.mod wobs /image_prod/ug002_uva//J1714-2514_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1714-2514_S_a_uvs.fits wwins /image_prod/ug002_uva//J1714-2514_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.0472697 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000415988 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.6401 2.6401 5.28019 10.5604 21.1208 42.2415 84.4831 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.047 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 113.632 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1714-2514_S_a_dfm.log closed on Thu Mar 5 03:09:25 2020