! Started logfile: /image_prod/ug002_uva//J0706-2311_S_dfm.log on Wed Mar 4 21:39:01 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//J0706-2311_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0706-2311_S_uva.fits ! AN table 1: 76 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.674812 visibilities/baseline/integration-bin. ! Found source: J0706-2311 ! ! 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 4308 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 J0706-2311_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 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009104Jy sigma=7.248970 ! Fit after self-cal, rms=0.936894Jy sigma=6.701995 ! 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=5.414 mas, bmaj=28.04 mas, bpa=-9.241 degrees ! Estimated noise=1.80159 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.0539741 Jy ! Component: 100 - total flux cleaned = 0.078728 Jy ! Total flux subtracted in 100 components = 0.078728 Jy ! Clean residual min=-0.017471 max=0.017498 Jy/beam ! Clean residual mean=-0.000022 rms=0.008185 Jy/beam ! Combined flux in latest and established models = 0.078728 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 48 components and 0.078728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.129031Jy sigma=0.915196 ! Fit after self-cal, rms=0.127416Jy sigma=0.906072 ! 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=6.167 mas, bmaj=28.97 mas, bpa=-8.877 degrees ! Estimated noise=1.55876 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.014697 Jy ! Component: 100 - total flux cleaned = 0.0146902 Jy ! Component: 150 - total flux cleaned = 0.0113569 Jy ! Component: 200 - total flux cleaned = 0.00443409 Jy ! Total flux subtracted in 200 components = 0.00443409 Jy ! Clean residual min=-0.015509 max=0.015436 Jy/beam ! Clean residual mean=-0.000029 rms=0.008108 Jy/beam ! Combined flux in latest and established models = 0.0831621 Jy ! Performing phase self-cal ! Adding 164 model components to the UV plane model. ! The established model now contains 212 components and 0.0831621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109675Jy sigma=0.751251 ! Fit after self-cal, rms=0.108098Jy sigma=0.741189 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.167 x 28.97 at -8.877 degrees (North through East) ! Clean map min=-0.02817 max=0.072756 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.73 FD 1.86 HN 1.47 KP 0.99 ! LA 0.76 NL 1.31 OV 1.09 PT 0.55 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.47 HN 1.05 KP 0.81 ! LA 0.71 NL 1.33 OV 1.00 PT 0.64 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.44 HN 1.15 KP 0.84 ! LA 0.66 NL 0.94 OV 1.28 PT 0.62 ! ! ! Fit before self-cal, rms=0.108098Jy sigma=0.741189 ! Fit after self-cal, rms=0.099136Jy sigma=0.602941 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.658 mas, bmaj=31.3 mas, bpa=-9.112 degrees ! Estimated noise=1.39345 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.0160009 Jy ! Component: 100 - total flux cleaned = 0.0226915 Jy ! Component: 150 - total flux cleaned = 0.0240013 Jy ! Component: 200 - total flux cleaned = 0.0239827 Jy ! Total flux subtracted in 200 components = 0.0239827 Jy ! Clean residual min=-0.006105 max=0.006052 Jy/beam ! Clean residual mean=-0.000058 rms=0.002379 Jy/beam ! Combined flux in latest and established models = 0.107145 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 284 components and 0.107145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095484Jy sigma=0.547333 ! Fit after self-cal, rms=0.096138Jy sigma=0.536531 ! 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.096138Jy sigma=0.536531 ! Fit after self-cal, rms=0.089293Jy sigma=0.520380 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.601 mas, bmaj=32 mas, bpa=-9.164 degrees ! Estimated noise=1.2993 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251738 Jy ! Component: 100 - total flux cleaned = 0.00485545 Jy ! Component: 150 - total flux cleaned = 0.00512534 Jy ! Component: 200 - total flux cleaned = 0.00586069 Jy ! Total flux subtracted in 200 components = 0.00586069 Jy ! Clean residual min=-0.003806 max=0.003798 Jy/beam ! Clean residual mean=-0.000026 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.113006 Jy selfcal ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 375 components and 0.113006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087482Jy sigma=0.501476 ! Fit after self-cal, rms=0.087181Jy sigma=0.498165 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.00214963 Jy ! Component: 100 - total flux cleaned = 0.00262906 Jy ! Component: 150 - total flux cleaned = 0.00206868 Jy ! Component: 200 - total flux cleaned = 0.00239834 Jy ! Total flux subtracted in 200 components = 0.00239834 Jy ! Clean residual min=-0.002562 max=0.002569 Jy/beam ! Clean residual mean=-0.000011 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.115404 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 449 components and 0.115404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086257Jy sigma=0.488047 ! Fit after self-cal, rms=0.086095Jy sigma=0.487232 ! 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.086095Jy sigma=0.487232 ! Fit after self-cal, rms=0.084513Jy sigma=0.485832 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.546 mas, bmaj=32.01 mas, bpa=-9.196 degrees ! Estimated noise=1.27339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.21265e-06 Jy ! Component: 100 - total flux cleaned = 0.000147088 Jy ! Component: 150 - total flux cleaned = 7.20756e-06 Jy ! Component: 200 - total flux cleaned = 0.000354274 Jy ! Total flux subtracted in 200 components = 0.000354274 Jy ! Clean residual min=-0.001871 max=0.001863 Jy/beam ! Clean residual mean=-0.000006 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.115758 Jy selfcal ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 517 components and 0.115758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084002Jy sigma=0.480862 ! Fit after self-cal, rms=0.083802Jy sigma=0.480115 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.000462537 Jy ! Component: 100 - total flux cleaned = 0.000699039 Jy ! Component: 150 - total flux cleaned = 0.000918582 Jy ! Component: 200 - total flux cleaned = 0.00113289 Jy ! Total flux subtracted in 200 components = 0.00113289 Jy ! Clean residual min=-0.001941 max=0.001892 Jy/beam ! Clean residual mean=-0.000006 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.116891 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 575 components and 0.116891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083424Jy sigma=0.477717 ! Fit after self-cal, rms=0.083355Jy sigma=0.477410 ! 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.083355Jy sigma=0.477410 ! Fit after self-cal, rms=0.083077Jy sigma=0.476997 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.622 mas, bmaj=31.51 mas, bpa=-8.257 degrees ! Estimated noise=1.26161 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.20939e-05 Jy ! Component: 100 - total flux cleaned = -0.000300817 Jy ! Component: 150 - total flux cleaned = -0.000590094 Jy ! Component: 200 - total flux cleaned = -0.00146634 Jy ! Total flux subtracted in 200 components = -0.00146634 Jy ! Clean residual min=-0.001408 max=0.001407 Jy/beam ! Clean residual mean=-0.000000 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.115425 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 645 components and 0.115425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082819Jy sigma=0.474638 ! Fit after self-cal, rms=0.082767Jy sigma=0.474390 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.000331446 Jy ! Component: 100 - total flux cleaned = -0.000765634 Jy ! Component: 150 - total flux cleaned = -0.000998721 Jy ! Component: 200 - total flux cleaned = -0.0013804 Jy ! Total flux subtracted in 200 components = -0.0013804 Jy ! Clean residual min=-0.001252 max=0.001261 Jy/beam ! Clean residual mean=0.000004 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.114044 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 715 components and 0.114044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082581Jy sigma=0.473069 ! Fit after self-cal, rms=0.082525Jy sigma=0.472898 ! 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=6.524 mas, bmaj=32.02 mas, bpa=-9.256 degrees ! Estimated noise=1.2603 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.524 x 32.02 at -9.256 degrees (North through East) ! Clean map min=-0.010149 max=0.058327 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=5.614 mas, bmaj=31.32 mas, bpa=-9.577 degrees ! Estimated noise=1.50663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0390343 Jy ! Component: 100 - total flux cleaned = 0.0501817 Jy ! Component: 150 - total flux cleaned = 0.0555869 Jy ! Component: 200 - total flux cleaned = 0.0555564 Jy ! Total flux subtracted in 200 components = 0.0555564 Jy ! Clean residual min=-0.011262 max=0.011337 Jy/beam ! Clean residual mean=-0.000015 rms=0.005191 Jy/beam ! Combined flux in latest and established models = 0.0555564 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 94 model components to the UV plane model. ! The established model now contains 94 components and 0.0555564 Jy ! Inverting map and beam ! Estimated beam: bmin=6.524 mas, bmaj=32.02 mas, bpa=-9.256 degrees ! Estimated noise=1.2603 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.00011957 Jy ! Component: 100 - total flux cleaned = 0.00534403 Jy ! Component: 150 - total flux cleaned = 0.0120926 Jy ! Component: 200 - total flux cleaned = 0.0181191 Jy ! Total flux subtracted in 200 components = 0.0181191 Jy ! Clean residual min=-0.008620 max=0.008578 Jy/beam ! Clean residual mean=-0.000009 rms=0.004132 Jy/beam ! Combined flux in latest and established models = 0.0736755 Jy ! Adding 108 model components to the UV plane model. ! The established model now contains 200 components and 0.0736755 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=9.622 mas, bmaj=31.51 mas, bpa=-8.257 degrees ! Estimated noise=1.26161 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00175663 Jy ! Component: 100 - total flux cleaned = 0.00210492 Jy ! Component: 150 - total flux cleaned = 0.00504816 Jy ! Component: 200 - total flux cleaned = 0.00905904 Jy ! Total flux subtracted in 200 components = 0.00905904 Jy ! Clean residual min=-0.005682 max=0.005697 Jy/beam ! Clean residual mean=0.000004 rms=0.002881 Jy/beam ! Combined flux in latest and established models = 0.0827346 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.00354582 Jy ! Component: 100 - total flux cleaned = 0.00591289 Jy ! Component: 150 - total flux cleaned = 0.00619069 Jy ! Component: 200 - total flux cleaned = 0.00618081 Jy ! Total flux subtracted in 200 components = 0.00618081 Jy ! Clean residual min=-0.004556 max=0.004579 Jy/beam ! Clean residual mean=-0.000012 rms=0.002066 Jy/beam ! Combined flux in latest and established models = 0.0889154 Jy ! Adding 231 model components to the UV plane model. ! The established model now contains 408 components and 0.0889153 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.524 mas, bmaj=32.02 mas, bpa=-9.256 degrees ! Estimated noise=1.2603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000182519 Jy ! Component: 100 - total flux cleaned = 0.00073176 Jy ! Component: 150 - total flux cleaned = 0.00119788 Jy ! Component: 200 - total flux cleaned = 0.00163625 Jy ! Total flux subtracted in 200 components = 0.00163625 Jy ! Clean residual min=-0.002349 max=0.002350 Jy/beam ! Clean residual mean=0.000006 rms=0.001107 Jy/beam ! Combined flux in latest and established models = 0.0905516 Jy selfcal ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 497 components and 0.0905515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082895Jy sigma=0.482413 ! Fit after self-cal, rms=0.082696Jy sigma=0.480654 wmodel J0706-2311_S_map.mod ! Writing 497 model components to file: J0706-2311_S_map.mod wobs J0706-2311_S_uvs.fits ! Writing UV FITS file: J0706-2311_S_uvs.fits wwins J0706-2311_S_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//J0706-2311_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.524 x 32.02 at -9.256 degrees (North through East) ! Clean map min=-0.016156 max=0.050575 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0706-2311_S_map.fits wmodel /image_prod/ug002_uva//J0706-2311_S_map.mod ! Writing 497 model components to file: /image_prod/ug002_uva//J0706-2311_S_map.mod wobs /image_prod/ug002_uva//J0706-2311_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0706-2311_S_uvs.fits wwins /image_prod/ug002_uva//J0706-2311_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.0505747 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00110911 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.57902 6.57902 13.158 26.3161 52.6322 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0033 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.05 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 45.599 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0706-2311_S_dfm.log closed on Wed Mar 4 21:39:05 2020