! Started logfile: /image_prod/ug002_uva//J0750-3759_S_b_dfm.log on Wed Mar 4 22:02:26 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//J0750-3759_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0750-3759_S_b_uva.fits ! AN table 1: 60 integrations on 10 of 10 possible baselines. ! AN table 2: 60 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0750-3759 ! ! 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 3600 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 J0750-3759_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.006751Jy sigma=6.925718 ! Fit after self-cal, rms=0.943731Jy sigma=6.458092 ! 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=13.06 mas, bmaj=73.74 mas, bpa=-1.926 degrees ! Estimated noise=3.72933 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.0467791 Jy ! Component: 100 - total flux cleaned = 0.0473671 Jy ! Total flux subtracted in 100 components = 0.0473671 Jy ! Clean residual min=-0.008064 max=0.008109 Jy/beam ! Clean residual mean=-0.000321 rms=0.003528 Jy/beam ! Combined flux in latest and established models = 0.0473671 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0473671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082391Jy sigma=0.550742 ! Fit after self-cal, rms=0.080972Jy sigma=0.541284 ! 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=14.18 mas, bmaj=76.38 mas, bpa=-3.07 degrees ! Estimated noise=1.75106 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.0011377 Jy ! Component: 100 - total flux cleaned = -0.00199775 Jy ! Component: 150 - total flux cleaned = -0.00233619 Jy ! Component: 200 - total flux cleaned = -0.00398372 Jy ! Total flux subtracted in 200 components = -0.00398372 Jy ! Clean residual min=-0.005065 max=0.005025 Jy/beam ! Clean residual mean=-0.000242 rms=0.002430 Jy/beam ! Combined flux in latest and established models = 0.0433833 Jy ! Performing phase self-cal ! Adding 125 model components to the UV plane model. ! The established model now contains 156 components and 0.0433833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077444Jy sigma=0.510796 ! Fit after self-cal, rms=0.076572Jy sigma=0.503051 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.18 x 76.38 at -3.07 degrees (North through East) ! Clean map min=-0.014718 max=0.05935 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 0.94 LA 1.03 OV 1.04 ! PT 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.12 KP 1.05 LA 0.85 NL 1.14 ! PT 0.69 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.73 KP 1.08 LA 0.94 OV 1.13 ! PT 1.15 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.03 KP 1.07 LA 0.83 NL 1.12 ! PT 0.76 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.77 KP 1.03 LA 0.87 OV 1.10 ! PT 1.25 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 1.11 LA 0.94 NL 1.03 ! PT 0.77 ! ! ! Fit before self-cal, rms=0.076572Jy sigma=0.503051 ! Fit after self-cal, rms=0.074904Jy sigma=0.487827 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.63 mas, bmaj=76.59 mas, bpa=-2.738 degrees ! Estimated noise=1.60101 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.00528707 Jy ! Component: 100 - total flux cleaned = 0.0066474 Jy ! Component: 150 - total flux cleaned = 0.00734095 Jy ! Component: 200 - total flux cleaned = 0.00678709 Jy ! Total flux subtracted in 200 components = 0.00678709 Jy ! Clean residual min=-0.002854 max=0.002858 Jy/beam ! Clean residual mean=-0.000032 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.0501704 Jy ! Performing phase self-cal ! Adding 113 model components to the UV plane model. ! The established model now contains 269 components and 0.0501704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073395Jy sigma=0.473942 ! Fit after self-cal, rms=0.073861Jy sigma=0.465619 ! 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.073861Jy sigma=0.465619 ! Fit after self-cal, rms=0.075960Jy sigma=0.464505 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.84 mas, bmaj=76.98 mas, bpa=-2.599 degrees ! Estimated noise=1.57334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00358777 Jy ! Component: 100 - total flux cleaned = 0.00510759 Jy ! Component: 150 - total flux cleaned = 0.00634281 Jy ! Component: 200 - total flux cleaned = 0.00634597 Jy ! Total flux subtracted in 200 components = 0.00634597 Jy ! Clean residual min=-0.002669 max=0.002682 Jy/beam ! Clean residual mean=-0.000012 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.0565164 Jy selfcal ! Performing phase self-cal ! Adding 109 model components to the UV plane model. ! The established model now contains 378 components and 0.0565164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074593Jy sigma=0.452453 ! Fit after self-cal, rms=0.074685Jy sigma=0.449040 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.000923614 Jy ! Component: 100 - total flux cleaned = 0.000924291 Jy ! Component: 150 - total flux cleaned = 0.000212019 Jy ! Component: 200 - total flux cleaned = 0.000943597 Jy ! Total flux subtracted in 200 components = 0.000943597 Jy ! Clean residual min=-0.002333 max=0.002363 Jy/beam ! Clean residual mean=-0.000042 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.05746 Jy ! Performing phase self-cal ! Adding 100 model components to the UV plane model. ! The established model now contains 468 components and 0.05746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073654Jy sigma=0.440824 ! Fit after self-cal, rms=0.073453Jy sigma=0.438692 ! 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.073453Jy sigma=0.438692 ! Fit after self-cal, rms=0.072231Jy sigma=0.437452 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.11 mas, bmaj=76.89 mas, bpa=-2.672 degrees ! Estimated noise=1.51157 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000684888 Jy ! Component: 100 - total flux cleaned = 0.000236756 Jy ! Component: 150 - total flux cleaned = -1.80994e-05 Jy ! Component: 200 - total flux cleaned = 0.000199778 Jy ! Total flux subtracted in 200 components = 0.000199778 Jy ! Clean residual min=-0.001685 max=0.001697 Jy/beam ! Clean residual mean=-0.000040 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.0576598 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 548 components and 0.0576598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071613Jy sigma=0.432420 ! Fit after self-cal, rms=0.071534Jy sigma=0.431084 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.00202362 Jy ! Component: 100 - total flux cleaned = 0.003086 Jy ! Component: 150 - total flux cleaned = 0.00377321 Jy ! Component: 200 - total flux cleaned = 0.00401281 Jy ! Total flux subtracted in 200 components = 0.00401281 Jy ! Clean residual min=-0.001310 max=0.001307 Jy/beam ! Clean residual mean=-0.000025 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.0616726 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 651 components and 0.0616726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071183Jy sigma=0.428317 ! Fit after self-cal, rms=0.071082Jy sigma=0.427756 ! 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.071082Jy sigma=0.427756 ! Fit after self-cal, rms=0.069323Jy sigma=0.427269 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=16.03 mas, bmaj=76.42 mas, bpa=-2.856 degrees ! Estimated noise=1.44602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.94832e-05 Jy ! Component: 100 - total flux cleaned = 4.10372e-05 Jy ! Component: 150 - total flux cleaned = -0.000547938 Jy ! Component: 200 - total flux cleaned = -0.000986438 Jy ! Total flux subtracted in 200 components = -0.000986438 Jy ! Clean residual min=-0.000849 max=0.000858 Jy/beam ! Clean residual mean=-0.000020 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0606861 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 728 components and 0.0606862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069127Jy sigma=0.425748 ! Fit after self-cal, rms=0.069104Jy sigma=0.425399 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.00079087 Jy ! Component: 100 - total flux cleaned = 0.000739846 Jy ! Component: 150 - total flux cleaned = 0.000737506 Jy ! Component: 200 - total flux cleaned = 0.000655128 Jy ! Total flux subtracted in 200 components = 0.000655128 Jy ! Clean residual min=-0.000657 max=0.000656 Jy/beam ! Clean residual mean=-0.000010 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0613413 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 814 components and 0.0613413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069009Jy sigma=0.424706 ! Fit after self-cal, rms=0.068998Jy sigma=0.424581 ! 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=15.19 mas, bmaj=76.99 mas, bpa=-2.759 degrees ! Estimated noise=1.47304 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.19 x 76.99 at -2.759 degrees (North through East) ! Clean map min=-0.010903 max=0.048405 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=14.02 mas, bmaj=73.89 mas, bpa=-1.594 degrees ! Estimated noise=3.19728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0289752 Jy ! Component: 100 - total flux cleaned = 0.0265633 Jy ! Component: 150 - total flux cleaned = 0.0214002 Jy ! Component: 200 - total flux cleaned = 0.0214456 Jy ! Total flux subtracted in 200 components = 0.0214456 Jy ! Clean residual min=-0.007698 max=0.007779 Jy/beam ! Clean residual mean=-0.000235 rms=0.003779 Jy/beam ! Combined flux in latest and established models = 0.0214456 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 113 model components to the UV plane model. ! The established model now contains 113 components and 0.0214456 Jy ! Inverting map and beam ! Estimated beam: bmin=15.19 mas, bmaj=76.99 mas, bpa=-2.759 degrees ! Estimated noise=1.47304 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.00166828 Jy ! Component: 100 - total flux cleaned = -0.00631608 Jy ! Component: 150 - total flux cleaned = -0.00914779 Jy ! Component: 200 - total flux cleaned = -0.0101296 Jy ! Total flux subtracted in 200 components = -0.0101296 Jy ! Clean residual min=-0.004745 max=0.004739 Jy/beam ! Clean residual mean=-0.000108 rms=0.002392 Jy/beam ! Combined flux in latest and established models = 0.011316 Jy ! Adding 122 model components to the UV plane model. ! The established model now contains 234 components and 0.011316 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=16.03 mas, bmaj=76.42 mas, bpa=-2.856 degrees ! Estimated noise=1.44602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00104097 Jy ! Component: 100 - total flux cleaned = -0.00236961 Jy ! Component: 150 - total flux cleaned = -0.00333379 Jy ! Component: 200 - total flux cleaned = -0.00454249 Jy ! Total flux subtracted in 200 components = -0.00454249 Jy ! Clean residual min=-0.002622 max=0.002617 Jy/beam ! Clean residual mean=-0.000091 rms=0.001334 Jy/beam ! Combined flux in latest and established models = 0.0067735 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.000296709 Jy ! Component: 100 - total flux cleaned = -0.000838302 Jy ! Component: 150 - total flux cleaned = -0.0011977 Jy ! Component: 200 - total flux cleaned = -0.00141559 Jy ! Total flux subtracted in 200 components = -0.00141559 Jy ! Clean residual min=-0.001795 max=0.001797 Jy/beam ! Clean residual mean=-0.000067 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.00535791 Jy ! Adding 221 model components to the UV plane model. ! The established model now contains 447 components and 0.00535791 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=15.19 mas, bmaj=76.99 mas, bpa=-2.759 degrees ! Estimated noise=1.47304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000482607 Jy ! Component: 100 - total flux cleaned = 0.00105906 Jy ! Component: 150 - total flux cleaned = 0.00148441 Jy ! Component: 200 - total flux cleaned = 0.00138083 Jy ! Total flux subtracted in 200 components = 0.00138083 Jy ! Clean residual min=-0.000959 max=0.000966 Jy/beam ! Clean residual mean=-0.000043 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.00673874 Jy selfcal ! Performing phase self-cal ! Adding 117 model components to the UV plane model. ! The established model now contains 560 components and 0.00673874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069065Jy sigma=0.424874 ! Fit after self-cal, rms=0.068993Jy sigma=0.424447 wmodel J0750-3759_S_b_map.mod ! Writing 560 model components to file: J0750-3759_S_b_map.mod wobs J0750-3759_S_b_uvs.fits ! Writing UV FITS file: J0750-3759_S_b_uvs.fits wwins J0750-3759_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//J0750-3759_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.19 x 76.99 at -2.759 degrees (North through East) ! Clean map min=-0.01601 max=0.036007 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0750-3759_S_b_map.fits wmodel /image_prod/ug002_uva//J0750-3759_S_b_map.mod ! Writing 560 model components to file: /image_prod/ug002_uva//J0750-3759_S_b_map.mod wobs /image_prod/ug002_uva//J0750-3759_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0750-3759_S_b_uvs.fits wwins /image_prod/ug002_uva//J0750-3759_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.0360071 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000512754 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.2721 4.2721 8.54421 17.0884 34.1768 68.3537 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.036 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 70.223 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0750-3759_S_b_dfm.log closed on Wed Mar 4 22:02:31 2020