! Started logfile: /image_prod/ug002_uva//J1743-3058_S_dfm.log on Thu Mar 5 03:23:57 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//J1743-3058_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1743-3058_S_uva.fits ! AN table 1: 120 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.748611 visibilities/baseline/integration-bin. ! Found source: J1743-3058 ! ! 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 1617 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 J1743-3058_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006569Jy sigma=7.739604 ! Fit after self-cal, rms=0.939255Jy sigma=7.239488 ! 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=21.31 mas, bmaj=71.51 mas, bpa=-5.023 degrees ! Estimated noise=2.50687 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.0426288 Jy ! Component: 100 - total flux cleaned = 0.0332509 Jy ! Total flux subtracted in 100 components = 0.0332509 Jy ! Clean residual min=-0.012042 max=0.012057 Jy/beam ! Clean residual mean=-0.001376 rms=0.007815 Jy/beam ! Combined flux in latest and established models = 0.0332509 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.0332509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058297Jy sigma=0.438319 ! Fit after self-cal, rms=0.057114Jy sigma=0.429817 ! 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=23.98 mas, bmaj=71.04 mas, bpa=-8.373 degrees ! Estimated noise=2.29526 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.00506349 Jy ! Component: 100 - total flux cleaned = 0.0113015 Jy ! Component: 150 - total flux cleaned = 0.0150278 Jy ! Component: 200 - total flux cleaned = 0.0159297 Jy ! Total flux subtracted in 200 components = 0.0159297 Jy ! Clean residual min=-0.004468 max=0.004445 Jy/beam ! Clean residual mean=-0.000677 rms=0.003343 Jy/beam ! Combined flux in latest and established models = 0.0491806 Jy ! Performing phase self-cal ! Adding 185 model components to the UV plane model. ! The established model now contains 243 components and 0.0491806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050258Jy sigma=0.381749 ! Fit after self-cal, rms=0.049950Jy sigma=0.379663 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 23.98 x 71.04 at -8.373 degrees (North through East) ! Clean map min=-0.013163 max=0.047372 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 180 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.09 LA 1.01 PT 1.01 ! ! ! Correcting IF 2. ! A total of 180 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.93 LA 0.98 PT 1.02 ! ! ! Correcting IF 3. ! A total of 180 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.21 LA 0.97 PT 0.90 ! ! ! Fit before self-cal, rms=0.049950Jy sigma=0.379663 ! Fit after self-cal, rms=0.048186Jy sigma=0.367781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=22.59 mas, bmaj=59.83 mas, bpa=-5.6 degrees ! Estimated noise=2.79618 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.000851001 Jy ! Component: 100 - total flux cleaned = 0.000595097 Jy ! Component: 150 - total flux cleaned = 0.000404721 Jy ! Component: 200 - total flux cleaned = 0.000204374 Jy ! Total flux subtracted in 200 components = 0.000204374 Jy ! Clean residual min=-0.000844 max=0.000853 Jy/beam ! Clean residual mean=0.000001 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.049385 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 308 components and 0.049385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.048081Jy sigma=0.367080 ! Fit after self-cal, rms=0.048056Jy sigma=0.366561 ! 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.048056Jy sigma=0.366561 ! Fit after self-cal, rms=0.047741Jy sigma=0.366421 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=22.49 mas, bmaj=59.74 mas, bpa=-5.401 degrees ! Estimated noise=2.76786 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000455195 Jy ! Component: 100 - total flux cleaned = 0.000241255 Jy ! Component: 150 - total flux cleaned = 0.000132628 Jy ! Component: 200 - total flux cleaned = 0.000134873 Jy ! Total flux subtracted in 200 components = 0.000134873 Jy ! Clean residual min=-0.000707 max=0.000718 Jy/beam ! Clean residual mean=0.000002 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.0495199 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 352 components and 0.0495199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047706Jy sigma=0.366242 ! Fit after self-cal, rms=0.047657Jy sigma=0.365483 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.000396854 Jy ! Component: 100 - total flux cleaned = -0.000333451 Jy ! Component: 150 - total flux cleaned = -0.000148196 Jy ! Component: 200 - total flux cleaned = -5.29639e-05 Jy ! Total flux subtracted in 200 components = -5.29639e-05 Jy ! Clean residual min=-0.000450 max=0.000439 Jy/beam ! Clean residual mean=0.000002 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0494669 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 425 components and 0.0494669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047626Jy sigma=0.365289 ! Fit after self-cal, rms=0.047622Jy sigma=0.365158 ! 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.047622Jy sigma=0.365158 ! Fit after self-cal, rms=0.047340Jy sigma=0.365111 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=22.4 mas, bmaj=59.76 mas, bpa=-5.462 degrees ! Estimated noise=2.74398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436047 Jy ! Component: 100 - total flux cleaned = 0.000353891 Jy ! Component: 150 - total flux cleaned = 0.00026831 Jy ! Component: 200 - total flux cleaned = 0.000363523 Jy ! Total flux subtracted in 200 components = 0.000363523 Jy ! Clean residual min=-0.000561 max=0.000564 Jy/beam ! Clean residual mean=0.000004 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0498305 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 460 components and 0.0498305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047315Jy sigma=0.365020 ! Fit after self-cal, rms=0.047320Jy sigma=0.364948 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.000189172 Jy ! Component: 100 - total flux cleaned = -0.000228857 Jy ! Component: 150 - total flux cleaned = -9.01655e-05 Jy ! Component: 200 - total flux cleaned = -2.64404e-05 Jy ! Total flux subtracted in 200 components = -2.64404e-05 Jy ! Clean residual min=-0.000385 max=0.000384 Jy/beam ! Clean residual mean=-0.000002 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.049804 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 508 components and 0.049804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047306Jy sigma=0.364894 ! Fit after self-cal, rms=0.047310Jy sigma=0.364867 ! 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.047310Jy sigma=0.364867 ! Fit after self-cal, rms=0.046960Jy sigma=0.364851 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=22.61 mas, bmaj=59.62 mas, bpa=-5.551 degrees ! Estimated noise=2.7257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.51868e-05 Jy ! Component: 100 - total flux cleaned = 4.11323e-05 Jy ! Component: 150 - total flux cleaned = 7.374e-05 Jy ! Component: 200 - total flux cleaned = 7.35494e-05 Jy ! Total flux subtracted in 200 components = 7.35494e-05 Jy ! Clean residual min=-0.000259 max=0.000263 Jy/beam ! Clean residual mean=-0.000003 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.0498776 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 602 components and 0.0498776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046945Jy sigma=0.364782 ! Fit after self-cal, rms=0.046950Jy sigma=0.364773 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.000183837 Jy ! Component: 100 - total flux cleaned = -0.000183406 Jy ! Component: 150 - total flux cleaned = -0.000198217 Jy ! Component: 200 - total flux cleaned = -0.000276572 Jy ! Total flux subtracted in 200 components = -0.000276572 Jy ! Clean residual min=-0.000272 max=0.000274 Jy/beam ! Clean residual mean=0.000001 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.049601 Jy ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 672 components and 0.049601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046940Jy sigma=0.364713 ! Fit after self-cal, rms=0.046942Jy sigma=0.364708 ! 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=22.34 mas, bmaj=59.83 mas, bpa=-5.592 degrees ! Estimated noise=2.7238 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 22.34 x 59.83 at -5.592 degrees (North through East) ! Clean map min=-0.0087226 max=0.042744 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=20.07 mas, bmaj=64.18 mas, bpa=-3.688 degrees ! Estimated noise=2.91046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0266024 Jy ! Component: 100 - total flux cleaned = 0.0288822 Jy ! Component: 150 - total flux cleaned = 0.0268002 Jy ! Component: 200 - total flux cleaned = 0.0244846 Jy ! Total flux subtracted in 200 components = 0.0244846 Jy ! Clean residual min=-0.006087 max=0.006239 Jy/beam ! Clean residual mean=-0.000189 rms=0.003294 Jy/beam ! Combined flux in latest and established models = 0.0244846 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 102 model components to the UV plane model. ! The established model now contains 102 components and 0.0244846 Jy ! Inverting map and beam ! Estimated beam: bmin=22.34 mas, bmaj=59.83 mas, bpa=-5.592 degrees ! Estimated noise=2.7238 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.00279194 Jy ! Component: 100 - total flux cleaned = -0.00218307 Jy ! Component: 150 - total flux cleaned = -0.00152934 Jy ! Component: 200 - total flux cleaned = -0.0010414 Jy ! Total flux subtracted in 200 components = -0.0010414 Jy ! Clean residual min=-0.004294 max=0.004324 Jy/beam ! Clean residual mean=-0.000063 rms=0.001768 Jy/beam ! Combined flux in latest and established models = 0.0234432 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 179 components and 0.0234433 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=22.61 mas, bmaj=59.62 mas, bpa=-5.551 degrees ! Estimated noise=2.7257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000617969 Jy ! Component: 100 - total flux cleaned = 0.00179096 Jy ! Component: 150 - total flux cleaned = 0.00249956 Jy ! Component: 200 - total flux cleaned = 0.00298008 Jy ! Total flux subtracted in 200 components = 0.00298008 Jy ! Clean residual min=-0.001290 max=0.001282 Jy/beam ! Clean residual mean=0.000023 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0264233 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.000158962 Jy ! Component: 100 - total flux cleaned = -0.000330569 Jy ! Component: 150 - total flux cleaned = -0.000619734 Jy ! Component: 200 - total flux cleaned = -0.000510455 Jy ! Total flux subtracted in 200 components = -0.000510455 Jy ! Clean residual min=-0.001948 max=0.001910 Jy/beam ! Clean residual mean=0.000052 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.0259129 Jy ! Adding 142 model components to the UV plane model. ! The established model now contains 320 components and 0.0259129 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=22.34 mas, bmaj=59.83 mas, bpa=-5.592 degrees ! Estimated noise=2.7238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000495156 Jy ! Component: 100 - total flux cleaned = -0.000499114 Jy ! Component: 150 - total flux cleaned = -0.000412754 Jy ! Component: 200 - total flux cleaned = -0.000317137 Jy ! Total flux subtracted in 200 components = -0.000317137 Jy ! Clean residual min=-0.000794 max=0.000783 Jy/beam ! Clean residual mean=0.000018 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.0255957 Jy selfcal ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 406 components and 0.0255958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047116Jy sigma=0.365969 ! Fit after self-cal, rms=0.046980Jy sigma=0.365110 wmodel J1743-3058_S_map.mod ! Writing 406 model components to file: J1743-3058_S_map.mod wobs J1743-3058_S_uvs.fits ! Writing UV FITS file: J1743-3058_S_uvs.fits wwins J1743-3058_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//J1743-3058_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 22.34 x 59.83 at -5.592 degrees (North through East) ! Clean map min=-0.010604 max=0.032309 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1743-3058_S_map.fits wmodel /image_prod/ug002_uva//J1743-3058_S_map.mod ! Writing 406 model components to file: /image_prod/ug002_uva//J1743-3058_S_map.mod wobs /image_prod/ug002_uva//J1743-3058_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1743-3058_S_uvs.fits wwins /image_prod/ug002_uva//J1743-3058_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.0323086 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251102 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.3316 2.3316 4.6632 9.3264 18.6528 37.3056 74.6112 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.032 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 128.667 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1743-3058_S_dfm.log closed on Thu Mar 5 03:24:01 2020