! Started logfile: /image_prod/ug002_uva//J1454-4012_S_b_dfm.log on Thu Mar 5 01:59:15 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//J1454-4012_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1454-4012_S_b_uva.fits ! AN table 1: 16 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.554167 visibilities/baseline/integration-bin. ! Found source: J1454-4012 ! ! 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 36 lines of history. ! ! Reading 399 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 J1454-4012_S_b] 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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.081150Jy sigma=5.995520 ! Fit after self-cal, rms=0.783534Jy sigma=3.951586 ! 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.209 mas, bmaj=7.48 mas, bpa=-4.382 degrees ! Estimated noise=9.02143 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.220318 Jy ! Component: 100 - total flux cleaned = 0.277688 Jy ! Total flux subtracted in 100 components = 0.277688 Jy ! Clean residual min=-0.061037 max=0.061098 Jy/beam ! Clean residual mean=0.000289 rms=0.020939 Jy/beam ! Combined flux in latest and established models = 0.277688 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.277688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.203705Jy sigma=1.165121 ! Fit after self-cal, rms=0.200971Jy sigma=1.152922 ! 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=2.489 mas, bmaj=8.21 mas, bpa=-1.648 degrees ! Estimated noise=6.88074 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.0883367 Jy ! Component: 100 - total flux cleaned = 0.12498 Jy ! Component: 150 - total flux cleaned = 0.142868 Jy ! Component: 200 - total flux cleaned = 0.160826 Jy ! Total flux subtracted in 200 components = 0.160826 Jy ! Clean residual min=-0.023638 max=0.023707 Jy/beam ! Clean residual mean=0.000195 rms=0.009310 Jy/beam ! Combined flux in latest and established models = 0.438514 Jy ! Performing phase self-cal ! Adding 100 model components to the UV plane model. ! The established model now contains 117 components and 0.438514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117529Jy sigma=0.567408 ! Fit after self-cal, rms=0.115750Jy sigma=0.560318 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.489 x 8.21 at -1.648 degrees (North through East) ! Clean map min=-0.054991 max=0.14783 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.86 MK 1.08 NL 0.87 ! OV 0.91 SC 1.06 ! ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.83 MK 1.03 NL 1.11 ! OV 0.90 SC 1.23 ! ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.85 MK 1.03 NL 0.67 ! OV 0.99 SC 1.04 ! ! ! Fit before self-cal, rms=0.115750Jy sigma=0.560318 ! Fit after self-cal, rms=0.099322Jy sigma=0.476969 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.618 mas, bmaj=7.653 mas, bpa=-0.6293 degrees ! Estimated noise=7.27152 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.00725085 Jy ! Component: 100 - total flux cleaned = 0.00411894 Jy ! Component: 150 - total flux cleaned = 0.00325615 Jy ! Component: 200 - total flux cleaned = 0.00172558 Jy ! Total flux subtracted in 200 components = 0.00172558 Jy ! Clean residual min=-0.006133 max=0.006135 Jy/beam ! Clean residual mean=0.000005 rms=0.001934 Jy/beam ! Combined flux in latest and established models = 0.44024 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 156 components and 0.44024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094281Jy sigma=0.453403 ! Fit after self-cal, rms=0.094440Jy sigma=0.452384 ! 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.094440Jy sigma=0.452384 ! Fit after self-cal, rms=0.094389Jy sigma=0.451802 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.625 mas, bmaj=7.668 mas, bpa=-0.6273 degrees ! Estimated noise=7.239 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000801105 Jy ! Component: 100 - total flux cleaned = 0.000802611 Jy ! Component: 150 - total flux cleaned = 0.00102836 Jy ! Component: 200 - total flux cleaned = 0.000832892 Jy ! Total flux subtracted in 200 components = 0.000832892 Jy ! Clean residual min=-0.003036 max=0.003024 Jy/beam ! Clean residual mean=0.000002 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.441073 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 193 components and 0.441073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093092Jy sigma=0.445951 ! Fit after self-cal, rms=0.093100Jy sigma=0.445777 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.0023191 Jy ! Component: 100 - total flux cleaned = 0.00200962 Jy ! Component: 150 - total flux cleaned = 0.00132202 Jy ! Component: 200 - total flux cleaned = 0.000811461 Jy ! Total flux subtracted in 200 components = 0.000811461 Jy ! Clean residual min=-0.002009 max=0.002007 Jy/beam ! Clean residual mean=0.000003 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.441884 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 230 components and 0.441884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092626Jy sigma=0.443632 ! Fit after self-cal, rms=0.092638Jy sigma=0.443544 ! 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.092638Jy sigma=0.443544 ! Fit after self-cal, rms=0.092683Jy sigma=0.443236 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.632 mas, bmaj=7.681 mas, bpa=-0.5814 degrees ! Estimated noise=7.22342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183597 Jy ! Component: 100 - total flux cleaned = 0.00255095 Jy ! Component: 150 - total flux cleaned = 0.00340636 Jy ! Component: 200 - total flux cleaned = 0.00389731 Jy ! Total flux subtracted in 200 components = 0.00389731 Jy ! Clean residual min=-0.001587 max=0.001585 Jy/beam ! Clean residual mean=-0.000000 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.445782 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 263 components and 0.445781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092355Jy sigma=0.442265 ! Fit after self-cal, rms=0.092351Jy sigma=0.442212 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.00165959 Jy ! Component: 100 - total flux cleaned = 0.00183676 Jy ! Component: 150 - total flux cleaned = 0.00215083 Jy ! Component: 200 - total flux cleaned = 0.00230334 Jy ! Total flux subtracted in 200 components = 0.00230334 Jy ! Clean residual min=-0.001281 max=0.001277 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.448085 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 297 components and 0.448085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092204Jy sigma=0.441536 ! Fit after self-cal, rms=0.092220Jy sigma=0.441506 ! 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.092220Jy sigma=0.441506 ! Fit after self-cal, rms=0.092050Jy sigma=0.441344 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.845 mas, bmaj=23.01 mas, bpa=2.162 degrees ! Estimated noise=9.01785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000823502 Jy ! Component: 100 - total flux cleaned = -0.001717 Jy ! Component: 150 - total flux cleaned = -0.00231581 Jy ! Component: 200 - total flux cleaned = -0.00227605 Jy ! Total flux subtracted in 200 components = -0.00227605 Jy ! Clean residual min=-0.000674 max=0.000664 Jy/beam ! Clean residual mean=-0.000001 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.445809 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 334 components and 0.445809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091969Jy sigma=0.441203 ! Fit after self-cal, rms=0.091965Jy sigma=0.441190 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.000143172 Jy ! Component: 100 - total flux cleaned = -0.000307317 Jy ! Component: 150 - total flux cleaned = -0.000307875 Jy ! Component: 200 - total flux cleaned = -0.000271759 Jy ! Total flux subtracted in 200 components = -0.000271759 Jy ! Clean residual min=-0.000715 max=0.000733 Jy/beam ! Clean residual mean=-0.000000 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.445537 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 357 components and 0.445537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091936Jy sigma=0.441007 ! Fit after self-cal, rms=0.091926Jy sigma=0.440996 ! 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=2.638 mas, bmaj=7.693 mas, bpa=-0.5987 degrees ! Estimated noise=7.20532 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.638 x 7.693 at -0.5987 degrees (North through East) ! Clean map min=-0.028566 max=0.12924 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.245 mas, bmaj=6.575 mas, bpa=-4.079 degrees ! Estimated noise=9.86047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.211278 Jy ! Component: 100 - total flux cleaned = 0.260791 Jy ! Component: 150 - total flux cleaned = 0.28273 Jy ! Component: 200 - total flux cleaned = 0.294695 Jy ! Total flux subtracted in 200 components = 0.294695 Jy ! Clean residual min=-0.027349 max=0.027557 Jy/beam ! Clean residual mean=0.000178 rms=0.010965 Jy/beam ! Combined flux in latest and established models = 0.294695 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.294695 Jy ! Inverting map and beam ! Estimated beam: bmin=2.638 mas, bmaj=7.693 mas, bpa=-0.5987 degrees ! Estimated noise=7.20532 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.0479924 Jy ! Component: 100 - total flux cleaned = 0.0593575 Jy ! Component: 150 - total flux cleaned = 0.062995 Jy ! Component: 200 - total flux cleaned = 0.06395 Jy ! Total flux subtracted in 200 components = 0.06395 Jy ! Clean residual min=-0.012586 max=0.012594 Jy/beam ! Clean residual mean=0.000108 rms=0.005620 Jy/beam ! Combined flux in latest and established models = 0.358645 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 135 components and 0.358646 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=6.845 mas, bmaj=23.01 mas, bpa=2.162 degrees ! Estimated noise=9.01785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00619317 Jy ! Component: 100 - total flux cleaned = 0.00663476 Jy ! Component: 150 - total flux cleaned = 0.00853347 Jy ! Component: 200 - total flux cleaned = 0.0107777 Jy ! Total flux subtracted in 200 components = 0.0107777 Jy ! Clean residual min=-0.004813 max=0.004948 Jy/beam ! Clean residual mean=0.000063 rms=0.002002 Jy/beam ! Combined flux in latest and established models = 0.369423 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.000233612 Jy ! Component: 100 - total flux cleaned = -0.000632166 Jy ! Component: 150 - total flux cleaned = -0.000497209 Jy ! Component: 200 - total flux cleaned = 0.00117515 Jy ! Total flux subtracted in 200 components = 0.00117515 Jy ! Clean residual min=-0.016670 max=0.016346 Jy/beam ! Clean residual mean=0.000038 rms=0.004217 Jy/beam ! Combined flux in latest and established models = 0.370598 Jy ! Adding 119 model components to the UV plane model. ! The established model now contains 245 components and 0.370598 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.638 mas, bmaj=7.693 mas, bpa=-0.5987 degrees ! Estimated noise=7.20532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.60603e-05 Jy ! Component: 100 - total flux cleaned = -0.000405369 Jy ! Component: 150 - total flux cleaned = -0.00143405 Jy ! Component: 200 - total flux cleaned = -0.00372422 Jy ! Total flux subtracted in 200 components = -0.00372422 Jy ! Clean residual min=-0.010167 max=0.010138 Jy/beam ! Clean residual mean=0.000013 rms=0.002047 Jy/beam ! Combined flux in latest and established models = 0.366874 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 262 components and 0.366874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093749Jy sigma=0.450272 ! Fit after self-cal, rms=0.093550Jy sigma=0.449495 wmodel J1454-4012_S_b_map.mod ! Writing 262 model components to file: J1454-4012_S_b_map.mod wobs J1454-4012_S_b_uvs.fits ! Writing UV FITS file: J1454-4012_S_b_uvs.fits wwins J1454-4012_S_b_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//J1454-4012_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.638 x 7.693 at -0.5987 degrees (North through East) ! Clean map min=-0.021988 max=0.085278 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1454-4012_S_b_map.fits wmodel /image_prod/ug002_uva//J1454-4012_S_b_map.mod ! Writing 262 model components to file: /image_prod/ug002_uva//J1454-4012_S_b_map.mod wobs /image_prod/ug002_uva//J1454-4012_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1454-4012_S_b_uvs.fits wwins /image_prod/ug002_uva//J1454-4012_S_b_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.0852784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00170625 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.00241 6.00241 12.0048 24.0096 48.0193 96.0386 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0051 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.085 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 49.979 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1454-4012_S_b_dfm.log closed on Thu Mar 5 01:59:18 2020