! Started logfile: /image_prod/ug002_uva//J0050-0929_S_c_dfm.log on Wed Mar 4 18:40:34 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//J0050-0929_S_c_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0050-0929_S_c_uva.fits ! AN table 1: 6 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.861111 visibilities/baseline/integration-bin. ! Found source: J0050-0929 ! ! 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 93 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 J0050-0929_S_c] 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.155130Jy sigma=8.974235 ! Fit after self-cal, rms=0.657844Jy sigma=5.874240 ! 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.886 mas, bmaj=11.91 mas, bpa=30.48 degrees ! Estimated noise=11.4225 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.259091 Jy ! Component: 100 - total flux cleaned = 0.291607 Jy ! Total flux subtracted in 100 components = 0.291607 Jy ! Clean residual min=-0.037197 max=0.037248 Jy/beam ! Clean residual mean=0.000001 rms=0.015508 Jy/beam ! Combined flux in latest and established models = 0.291607 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.291607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.196048Jy sigma=0.966316 ! Fit after self-cal, rms=0.195845Jy sigma=0.964433 ! 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.233 mas, bmaj=12.52 mas, bpa=31.45 degrees ! Estimated noise=9.6039 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.00735997 Jy ! Component: 100 - total flux cleaned = 0.0110239 Jy ! Component: 150 - total flux cleaned = 0.0131135 Jy ! Component: 200 - total flux cleaned = 0.0131034 Jy ! Total flux subtracted in 200 components = 0.0131034 Jy ! Clean residual min=-0.038127 max=0.036938 Jy/beam ! Clean residual mean=-0.000016 rms=0.010786 Jy/beam ! Combined flux in latest and established models = 0.30471 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 54 components and 0.30471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143849Jy sigma=0.837012 ! Fit after self-cal, rms=0.142134Jy sigma=0.820503 ! 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.233 x 12.52 at 31.45 degrees (North through East) ! Clean map min=-0.043917 max=0.26232 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 HN 0.92 NL 1.12 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 0.97 NL 1.05 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 HN 0.95 NL 1.29 SC 0.72 ! ! ! Fit before self-cal, rms=0.142134Jy sigma=0.820503 ! Fit after self-cal, rms=0.104201Jy sigma=0.723015 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.158 mas, bmaj=12.19 mas, bpa=32.36 degrees ! Estimated noise=9.70168 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.00310632 Jy ! Component: 100 - total flux cleaned = -0.00124177 Jy ! Component: 150 - total flux cleaned = -9.53651e-05 Jy ! Component: 200 - total flux cleaned = 0.00155649 Jy ! Total flux subtracted in 200 components = 0.00155649 Jy ! Clean residual min=-0.004604 max=0.004696 Jy/beam ! Clean residual mean=-0.000002 rms=0.001727 Jy/beam ! Combined flux in latest and established models = 0.306267 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 90 components and 0.306267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101702Jy sigma=0.714943 ! Fit after self-cal, rms=0.101062Jy sigma=0.712689 ! 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.101062Jy sigma=0.712689 ! Fit after self-cal, rms=0.102356Jy sigma=0.711338 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=12.18 mas, bpa=32.44 degrees ! Estimated noise=9.71094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00124633 Jy ! Component: 100 - total flux cleaned = -0.00192497 Jy ! Component: 150 - total flux cleaned = -0.00164437 Jy ! Component: 200 - total flux cleaned = -0.00125035 Jy ! Total flux subtracted in 200 components = -0.00125035 Jy ! Clean residual min=-0.002129 max=0.002151 Jy/beam ! Clean residual mean=-0.000001 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.305017 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 136 components and 0.305017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101713Jy sigma=0.709452 ! Fit after self-cal, rms=0.101758Jy sigma=0.709037 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.00213822 Jy ! Component: 100 - total flux cleaned = -0.00335889 Jy ! Component: 150 - total flux cleaned = -0.00379166 Jy ! Component: 200 - total flux cleaned = -0.0041453 Jy ! Total flux subtracted in 200 components = -0.0041453 Jy ! Clean residual min=-0.001482 max=0.001505 Jy/beam ! Clean residual mean=-0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.300871 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 171 components and 0.300871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101523Jy sigma=0.708646 ! Fit after self-cal, rms=0.101536Jy sigma=0.708596 ! 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.101536Jy sigma=0.708596 ! Fit after self-cal, rms=0.102740Jy sigma=0.707981 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=12.19 mas, bpa=32.48 degrees ! Estimated noise=9.73158 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026999 Jy ! Component: 100 - total flux cleaned = -0.00145455 Jy ! Component: 150 - total flux cleaned = -0.002565 Jy ! Component: 200 - total flux cleaned = -0.00303742 Jy ! Total flux subtracted in 200 components = -0.00303742 Jy ! Clean residual min=-0.001085 max=0.001070 Jy/beam ! Clean residual mean=-0.000000 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.297834 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 197 components and 0.297834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.102409Jy sigma=0.707996 ! Fit after self-cal, rms=0.102426Jy sigma=0.707956 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.000509969 Jy ! Component: 100 - total flux cleaned = 0.00034953 Jy ! Component: 150 - total flux cleaned = 0.000347646 Jy ! Component: 200 - total flux cleaned = 0.000191714 Jy ! Total flux subtracted in 200 components = 0.000191714 Jy ! Clean residual min=-0.000869 max=0.000877 Jy/beam ! Clean residual mean=-0.000000 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.298025 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 226 components and 0.298025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.102304Jy sigma=0.707928 ! Fit after self-cal, rms=0.102316Jy sigma=0.707912 ! 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.102316Jy sigma=0.707912 ! Fit after self-cal, rms=0.103575Jy sigma=0.707501 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.052 mas, bmaj=14.34 mas, bpa=27.32 degrees ! Estimated noise=11.4399 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000439631 Jy ! Component: 100 - total flux cleaned = -0.00018764 Jy ! Component: 150 - total flux cleaned = -0.000595861 Jy ! Component: 200 - total flux cleaned = -0.000578381 Jy ! Total flux subtracted in 200 components = -0.000578381 Jy ! Clean residual min=-0.001659 max=0.001661 Jy/beam ! Clean residual mean=0.000000 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.297447 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 260 components and 0.297447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103361Jy sigma=0.707803 ! Fit after self-cal, rms=0.103365Jy sigma=0.707784 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.000137056 Jy ! Component: 100 - total flux cleaned = -9.74002e-06 Jy ! Component: 150 - total flux cleaned = -0.000215538 Jy ! Component: 200 - total flux cleaned = -0.000168692 Jy ! Total flux subtracted in 200 components = -0.000168692 Jy ! Clean residual min=-0.000979 max=0.001017 Jy/beam ! Clean residual mean=-0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.297278 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 295 components and 0.297278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.103313Jy sigma=0.707669 ! Fit after self-cal, rms=0.103322Jy sigma=0.707654 ! 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.165 mas, bmaj=12.2 mas, bpa=32.5 degrees ! Estimated noise=9.76438 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.165 x 12.2 at 32.5 degrees (North through East) ! Clean map min=-0.031176 max=0.25829 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.853 mas, bmaj=11.58 mas, bpa=31.38 degrees ! Estimated noise=11.4984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.261171 Jy ! Component: 100 - total flux cleaned = 0.30749 Jy ! Component: 150 - total flux cleaned = 0.307741 Jy ! Component: 200 - total flux cleaned = 0.309545 Jy ! Total flux subtracted in 200 components = 0.309545 Jy ! Clean residual min=-0.030311 max=0.030982 Jy/beam ! Clean residual mean=0.000003 rms=0.008598 Jy/beam ! Combined flux in latest and established models = 0.309545 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.309545 Jy ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=12.2 mas, bpa=32.5 degrees ! Estimated noise=9.76438 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.00361343 Jy ! Component: 100 - total flux cleaned = 0.000656009 Jy ! Component: 150 - total flux cleaned = 0.0022844 Jy ! Component: 200 - total flux cleaned = 0.00237867 Jy ! Total flux subtracted in 200 components = 0.00237867 Jy ! Clean residual min=-0.014201 max=0.014074 Jy/beam ! Clean residual mean=0.000001 rms=0.004097 Jy/beam ! Combined flux in latest and established models = 0.311924 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 63 components and 0.311924 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=5.052 mas, bmaj=14.34 mas, bpa=27.32 degrees ! Estimated noise=11.4399 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00683109 Jy ! Component: 100 - total flux cleaned = 0.0107093 Jy ! Component: 150 - total flux cleaned = 0.00955179 Jy ! Component: 200 - total flux cleaned = 0.00799798 Jy ! Total flux subtracted in 200 components = 0.00799798 Jy ! Clean residual min=-0.015700 max=0.015651 Jy/beam ! Clean residual mean=0.000001 rms=0.004069 Jy/beam ! Combined flux in latest and established models = 0.319922 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.00100004 Jy ! Component: 100 - total flux cleaned = -0.00118423 Jy ! Component: 150 - total flux cleaned = -0.000994808 Jy ! Component: 200 - total flux cleaned = -0.00522057 Jy ! Total flux subtracted in 200 components = -0.00522057 Jy ! Clean residual min=-0.081447 max=0.084581 Jy/beam ! Clean residual mean=-0.000004 rms=0.021997 Jy/beam ! Combined flux in latest and established models = 0.314701 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 91 components and 0.314701 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=12.2 mas, bpa=32.5 degrees ! Estimated noise=9.76438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00875432 Jy ! Component: 100 - total flux cleaned = 0.00173407 Jy ! Component: 150 - total flux cleaned = -0.0138639 Jy ! Component: 200 - total flux cleaned = -0.0370231 Jy ! Total flux subtracted in 200 components = -0.0370231 Jy ! Clean residual min=-0.082735 max=0.084574 Jy/beam ! Clean residual mean=-0.000006 rms=0.020670 Jy/beam ! Combined flux in latest and established models = 0.277678 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.277678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.159579Jy sigma=1.173692 ! Fit after self-cal, rms=0.149416Jy sigma=1.083750 wmodel J0050-0929_S_c_map.mod ! Writing 102 model components to file: J0050-0929_S_c_map.mod wobs J0050-0929_S_c_uvs.fits ! Writing UV FITS file: J0050-0929_S_c_uvs.fits wwins J0050-0929_S_c_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//J0050-0929_S_c_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.165 x 12.2 at 32.5 degrees (North through East) ! Clean map min=-0.06414 max=0.12418 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0050-0929_S_c_map.fits wmodel /image_prod/ug002_uva//J0050-0929_S_c_map.mod ! Writing 102 model components to file: /image_prod/ug002_uva//J0050-0929_S_c_map.mod wobs /image_prod/ug002_uva//J0050-0929_S_c_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0050-0929_S_c_uvs.fits wwins /image_prod/ug002_uva//J0050-0929_S_c_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.124184 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0157083 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -37.9476 37.9476 75.8952 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0471 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.124 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 7.905 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0050-0929_S_c_dfm.log closed on Wed Mar 4 18:40:37 2020