! Started logfile: /image_prod/ug002_uva//J1043-4530_S_dfm.log on Wed Mar 4 23:41:41 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//J1043-4530_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1043-4530_S_uva.fits ! AN table 1: 120 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.793333 visibilities/baseline/integration-bin. ! Found source: J1043-4530 ! ! 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 2856 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 J1043-4530_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 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.068462Jy sigma=6.078815 ! Fit after self-cal, rms=0.661808Jy sigma=3.673158 ! 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=3.016 mas, bmaj=54.54 mas, bpa=16.22 degrees ! Estimated noise=3.39638 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.246129 Jy ! Component: 100 - total flux cleaned = 0.336389 Jy ! Total flux subtracted in 100 components = 0.336389 Jy ! Clean residual min=-0.035754 max=0.039243 Jy/beam ! Clean residual mean=0.000006 rms=0.011232 Jy/beam ! Combined flux in latest and established models = 0.336389 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.336389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112321Jy sigma=0.632991 ! Fit after self-cal, rms=0.112212Jy sigma=0.632088 ! 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=4.125 mas, bmaj=55.68 mas, bpa=15.7 degrees ! Estimated noise=2.37425 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.0152602 Jy ! Component: 100 - total flux cleaned = 0.0194099 Jy ! Component: 150 - total flux cleaned = 0.0211005 Jy ! Component: 200 - total flux cleaned = 0.0286414 Jy ! Total flux subtracted in 200 components = 0.0286414 Jy ! Clean residual min=-0.009989 max=0.009984 Jy/beam ! Clean residual mean=0.000103 rms=0.004555 Jy/beam ! Combined flux in latest and established models = 0.365031 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 99 components and 0.365031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076110Jy sigma=0.415585 ! Fit after self-cal, rms=0.075474Jy sigma=0.412131 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.125 x 55.68 at 15.7 degrees (North through East) ! Clean map min=-0.026118 max=0.33546 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.99 OV 0.96 PT 0.96 ! SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.99 OV 1.03 PT 0.97 ! SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.98 OV 0.99 PT 0.97 ! SC 1.07 ! ! ! Fit before self-cal, rms=0.075474Jy sigma=0.412131 ! Fit after self-cal, rms=0.071765Jy sigma=0.399718 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.175 mas, bmaj=55.74 mas, bpa=15.69 degrees ! Estimated noise=2.31168 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.00877247 Jy ! Component: 100 - total flux cleaned = 0.00857572 Jy ! Component: 150 - total flux cleaned = 0.00859524 Jy ! Component: 200 - total flux cleaned = 0.00861732 Jy ! Total flux subtracted in 200 components = 0.00861732 Jy ! Clean residual min=-0.002890 max=0.002909 Jy/beam ! Clean residual mean=0.000059 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.373648 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 160 components and 0.373648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069134Jy sigma=0.383096 ! Fit after self-cal, rms=0.069089Jy sigma=0.382706 ! 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.069089Jy sigma=0.382706 ! Fit after self-cal, rms=0.068697Jy sigma=0.381230 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.181 mas, bmaj=55.72 mas, bpa=15.68 degrees ! Estimated noise=2.30593 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189249 Jy ! Component: 100 - total flux cleaned = 0.00180524 Jy ! Component: 150 - total flux cleaned = 0.0017139 Jy ! Component: 200 - total flux cleaned = 0.00112632 Jy ! Total flux subtracted in 200 components = 0.00112632 Jy ! Clean residual min=-0.001199 max=0.001195 Jy/beam ! Clean residual mean=0.000012 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.374774 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 219 components and 0.374774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068422Jy sigma=0.379575 ! Fit after self-cal, rms=0.068421Jy sigma=0.379545 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.00105229 Jy ! Component: 100 - total flux cleaned = -0.00164261 Jy ! Component: 150 - total flux cleaned = -0.00185832 Jy ! Component: 200 - total flux cleaned = -0.00201458 Jy ! Total flux subtracted in 200 components = -0.00201458 Jy ! Clean residual min=-0.000850 max=0.000854 Jy/beam ! Clean residual mean=0.000005 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.37276 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 266 components and 0.37276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068333Jy sigma=0.379066 ! Fit after self-cal, rms=0.068335Jy sigma=0.379060 ! 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.068335Jy sigma=0.379060 ! Fit after self-cal, rms=0.068194Jy sigma=0.378331 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.181 mas, bmaj=55.7 mas, bpa=15.68 degrees ! Estimated noise=2.30595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000561279 Jy ! Component: 100 - total flux cleaned = -0.00113455 Jy ! Component: 150 - total flux cleaned = -0.00136813 Jy ! Component: 200 - total flux cleaned = -0.00169505 Jy ! Total flux subtracted in 200 components = -0.00169505 Jy ! Clean residual min=-0.000783 max=0.000780 Jy/beam ! Clean residual mean=0.000003 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.371065 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 311 components and 0.371065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068138Jy sigma=0.378043 ! Fit after self-cal, rms=0.068141Jy sigma=0.378038 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.000507379 Jy ! Component: 100 - total flux cleaned = -0.000883275 Jy ! Component: 150 - total flux cleaned = -0.00133184 Jy ! Component: 200 - total flux cleaned = -0.00173659 Jy ! Total flux subtracted in 200 components = -0.00173659 Jy ! Clean residual min=-0.000675 max=0.000674 Jy/beam ! Clean residual mean=-0.000001 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.369328 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 346 components and 0.369328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068097Jy sigma=0.377803 ! Fit after self-cal, rms=0.068098Jy sigma=0.377800 ! 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.068098Jy sigma=0.377800 ! Fit after self-cal, rms=0.068058Jy sigma=0.377796 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.35 mas, bmaj=75.36 mas, bpa=8.033 degrees ! Estimated noise=2.54338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00016606 Jy ! Component: 100 - total flux cleaned = 0.000209992 Jy ! Component: 150 - total flux cleaned = 0.000293629 Jy ! Component: 200 - total flux cleaned = 0.000393502 Jy ! Total flux subtracted in 200 components = 0.000393502 Jy ! Clean residual min=-0.000321 max=0.000322 Jy/beam ! Clean residual mean=0.000001 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.369722 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 392 components and 0.369722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068042Jy sigma=0.377714 ! Fit after self-cal, rms=0.068043Jy sigma=0.377713 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 = 9.56552e-05 Jy ! Component: 100 - total flux cleaned = 0.000242203 Jy ! Component: 150 - total flux cleaned = 0.000330597 Jy ! Component: 200 - total flux cleaned = 0.000416798 Jy ! Total flux subtracted in 200 components = 0.000416798 Jy ! Clean residual min=-0.000283 max=0.000284 Jy/beam ! Clean residual mean=-0.000001 rms=0.000123 Jy/beam ! Combined flux in latest and established models = 0.370139 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 425 components and 0.370138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068032Jy sigma=0.377655 ! Fit after self-cal, rms=0.068033Jy sigma=0.377654 ! 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=4.18 mas, bmaj=55.71 mas, bpa=15.68 degrees ! Estimated noise=2.3049 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.18 x 55.71 at 15.68 degrees (North through East) ! Clean map min=-0.015624 max=0.32701 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=3.055 mas, bmaj=54.47 mas, bpa=16.21 degrees ! Estimated noise=3.35745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.241964 Jy ! Component: 100 - total flux cleaned = 0.328393 Jy ! Component: 150 - total flux cleaned = 0.350803 Jy ! Component: 200 - total flux cleaned = 0.355703 Jy ! Total flux subtracted in 200 components = 0.355703 Jy ! Clean residual min=-0.015052 max=0.015258 Jy/beam ! Clean residual mean=0.000023 rms=0.005807 Jy/beam ! Combined flux in latest and established models = 0.355703 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.355703 Jy ! Inverting map and beam ! Estimated beam: bmin=4.18 mas, bmaj=55.71 mas, bpa=15.68 degrees ! Estimated noise=2.3049 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.00987043 Jy ! Component: 100 - total flux cleaned = -0.00605713 Jy ! Component: 150 - total flux cleaned = -0.00545217 Jy ! Component: 200 - total flux cleaned = -0.00330887 Jy ! Total flux subtracted in 200 components = -0.00330887 Jy ! Clean residual min=-0.006288 max=0.006248 Jy/beam ! Clean residual mean=0.000093 rms=0.002762 Jy/beam ! Combined flux in latest and established models = 0.352394 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 142 components and 0.352394 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.35 mas, bmaj=75.36 mas, bpa=8.033 degrees ! Estimated noise=2.54338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00547387 Jy ! Component: 100 - total flux cleaned = 0.0104318 Jy ! Component: 150 - total flux cleaned = 0.014036 Jy ! Component: 200 - total flux cleaned = 0.0169677 Jy ! Total flux subtracted in 200 components = 0.0169677 Jy ! Clean residual min=-0.002388 max=0.002403 Jy/beam ! Clean residual mean=0.000035 rms=0.001161 Jy/beam ! Combined flux in latest and established models = 0.369362 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.00168782 Jy ! Component: 100 - total flux cleaned = 0.00220532 Jy ! Component: 150 - total flux cleaned = 0.00203123 Jy ! Component: 200 - total flux cleaned = 0.00195139 Jy ! Total flux subtracted in 200 components = 0.00195139 Jy ! Clean residual min=-0.001294 max=0.001291 Jy/beam ! Clean residual mean=0.000022 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.371313 Jy ! Adding 169 model components to the UV plane model. ! The established model now contains 310 components and 0.371313 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.18 mas, bmaj=55.71 mas, bpa=15.68 degrees ! Estimated noise=2.3049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000839628 Jy ! Component: 100 - total flux cleaned = 0.00122767 Jy ! Component: 150 - total flux cleaned = 0.000884655 Jy ! Component: 200 - total flux cleaned = 0.000947107 Jy ! Total flux subtracted in 200 components = 0.000947107 Jy ! Clean residual min=-0.001033 max=0.001043 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.372261 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 361 components and 0.37226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068210Jy sigma=0.378599 ! Fit after self-cal, rms=0.068188Jy sigma=0.378556 wmodel J1043-4530_S_map.mod ! Writing 361 model components to file: J1043-4530_S_map.mod wobs J1043-4530_S_uvs.fits ! Writing UV FITS file: J1043-4530_S_uvs.fits wwins J1043-4530_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//J1043-4530_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.18 x 55.71 at 15.68 degrees (North through East) ! Clean map min=-0.015163 max=0.31816 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1043-4530_S_map.fits wmodel /image_prod/ug002_uva//J1043-4530_S_map.mod ! Writing 361 model components to file: /image_prod/ug002_uva//J1043-4530_S_map.mod wobs /image_prod/ug002_uva//J1043-4530_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1043-4530_S_uvs.fits wwins /image_prod/ug002_uva//J1043-4530_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.31816 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000360479 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.339904 0.339904 0.679807 1.35961 2.71923 5.43846 10.8769 21.7538 43.5077 87.0153 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.318 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 882.603 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1043-4530_S_dfm.log closed on Wed Mar 4 23:41:44 2020