! Started logfile: /image_prod/ug002_uva//J1828-2123_S_dfm.log on Thu Mar 5 03:46:02 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//J1828-2123_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1828-2123_S_uva.fits ! AN table 1: 75 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.823111 visibilities/baseline/integration-bin. ! Found source: J1828-2123 ! ! 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 2778 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 J1828-2123_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000345Jy sigma=7.225129 ! Fit after self-cal, rms=0.900938Jy sigma=6.528051 ! 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=11.15 mas, bmaj=31.31 mas, bpa=24.88 degrees ! Estimated noise=4.36671 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.0798197 Jy ! Component: 100 - total flux cleaned = 0.12523 Jy ! Total flux subtracted in 100 components = 0.12523 Jy ! Clean residual min=-0.017184 max=0.024902 Jy/beam ! Clean residual mean=0.000000 rms=0.007568 Jy/beam ! Combined flux in latest and established models = 0.12523 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 41 components and 0.12523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095367Jy sigma=0.641608 ! Fit after self-cal, rms=0.092767Jy sigma=0.629928 ! 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=12.3 mas, bmaj=31.25 mas, bpa=22.18 degrees ! Estimated noise=1.92382 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.039356 Jy ! Component: 100 - total flux cleaned = 0.0645752 Jy ! Component: 150 - total flux cleaned = 0.0792506 Jy ! Component: 200 - total flux cleaned = 0.0884851 Jy ! Total flux subtracted in 200 components = 0.0884851 Jy ! Clean residual min=-0.008548 max=0.008619 Jy/beam ! Clean residual mean=-0.000015 rms=0.003767 Jy/beam ! Combined flux in latest and established models = 0.213716 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 143 components and 0.213716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070490Jy sigma=0.447354 ! Fit after self-cal, rms=0.069830Jy sigma=0.444149 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.3 x 31.25 at 22.18 degrees (North through East) ! Clean map min=-0.011273 max=0.10368 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 KP 1.13 LA 0.86 ! OV 0.79 PT 0.86 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 KP 1.14 LA 0.88 ! OV 0.93 PT 0.85 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 0.99 KP 1.14 LA 0.84 ! OV 0.95 PT 0.88 ! ! ! Fit before self-cal, rms=0.069830Jy sigma=0.444149 ! Fit after self-cal, rms=0.059893Jy sigma=0.411802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.26 mas, bmaj=31.65 mas, bpa=21.36 degrees ! Estimated noise=1.73889 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.000485108 Jy ! Component: 100 - total flux cleaned = -0.00195485 Jy ! Component: 150 - total flux cleaned = -0.00231244 Jy ! Component: 200 - total flux cleaned = -0.00259115 Jy ! Total flux subtracted in 200 components = -0.00259115 Jy ! Clean residual min=-0.002115 max=0.002134 Jy/beam ! Clean residual mean=0.000011 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.211124 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 228 components and 0.211124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058648Jy sigma=0.400113 ! Fit after self-cal, rms=0.058677Jy sigma=0.399468 ! 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.058677Jy sigma=0.399468 ! Fit after self-cal, rms=0.057486Jy sigma=0.397374 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.21 mas, bmaj=31.62 mas, bpa=21.31 degrees ! Estimated noise=1.7371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255454 Jy ! Component: 100 - total flux cleaned = 0.000260689 Jy ! Component: 150 - total flux cleaned = 0.000483233 Jy ! Component: 200 - total flux cleaned = 0.000418287 Jy ! Total flux subtracted in 200 components = 0.000418287 Jy ! Clean residual min=-0.000988 max=0.000991 Jy/beam ! Clean residual mean=0.000004 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.211543 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 293 components and 0.211543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057248Jy sigma=0.395559 ! Fit after self-cal, rms=0.057260Jy sigma=0.395425 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.000241719 Jy ! Component: 100 - total flux cleaned = 8.43328e-05 Jy ! Component: 150 - total flux cleaned = 9.06115e-05 Jy ! Component: 200 - total flux cleaned = 9.4125e-05 Jy ! Total flux subtracted in 200 components = 9.4125e-05 Jy ! Clean residual min=-0.000660 max=0.000661 Jy/beam ! Clean residual mean=0.000004 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.211637 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 351 components and 0.211637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057166Jy sigma=0.394783 ! Fit after self-cal, rms=0.057164Jy sigma=0.394740 ! 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.057164Jy sigma=0.394740 ! Fit after self-cal, rms=0.057372Jy sigma=0.394642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.21 mas, bmaj=31.64 mas, bpa=21.23 degrees ! Estimated noise=1.73635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152844 Jy ! Component: 100 - total flux cleaned = 0.000267471 Jy ! Component: 150 - total flux cleaned = 0.000205224 Jy ! Component: 200 - total flux cleaned = 0.000322446 Jy ! Total flux subtracted in 200 components = 0.000322446 Jy ! Clean residual min=-0.000485 max=0.000485 Jy/beam ! Clean residual mean=0.000003 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.211959 Jy selfcal ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 412 components and 0.211959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057324Jy sigma=0.394339 ! Fit after self-cal, rms=0.057332Jy sigma=0.394319 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.000148459 Jy ! Component: 100 - total flux cleaned = 0.000317732 Jy ! Component: 150 - total flux cleaned = 0.000530794 Jy ! Component: 200 - total flux cleaned = 0.000782197 Jy ! Total flux subtracted in 200 components = 0.000782197 Jy ! Clean residual min=-0.000408 max=0.000409 Jy/beam ! Clean residual mean=0.000003 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.212741 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 454 components and 0.212741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057302Jy sigma=0.394150 ! Fit after self-cal, rms=0.057305Jy sigma=0.394139 ! 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.057305Jy sigma=0.394139 ! Fit after self-cal, rms=0.057499Jy sigma=0.394127 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.01 mas, bmaj=31.78 mas, bpa=20.18 degrees ! Estimated noise=1.72338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00014511 Jy ! Component: 100 - total flux cleaned = 0.000280205 Jy ! Component: 150 - total flux cleaned = 0.000408059 Jy ! Component: 200 - total flux cleaned = 0.000552994 Jy ! Total flux subtracted in 200 components = 0.000552994 Jy ! Clean residual min=-0.000331 max=0.000335 Jy/beam ! Clean residual mean=0.000002 rms=0.000132 Jy/beam ! Combined flux in latest and established models = 0.213294 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 501 components and 0.213294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057478Jy sigma=0.394004 ! Fit after self-cal, rms=0.057483Jy sigma=0.393997 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.000174524 Jy ! Component: 100 - total flux cleaned = 0.000173418 Jy ! Component: 150 - total flux cleaned = 0.000211111 Jy ! Component: 200 - total flux cleaned = 0.000192395 Jy ! Total flux subtracted in 200 components = 0.000192395 Jy ! Clean residual min=-0.000308 max=0.000309 Jy/beam ! Clean residual mean=0.000002 rms=0.000125 Jy/beam ! Combined flux in latest and established models = 0.213487 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 543 components and 0.213487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057465Jy sigma=0.393904 ! Fit after self-cal, rms=0.057468Jy sigma=0.393897 ! 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=12.21 mas, bmaj=31.66 mas, bpa=21.16 degrees ! Estimated noise=1.73497 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.21 x 31.66 at 21.16 degrees (North through East) ! Clean map min=-0.0051623 max=0.095295 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=11.06 mas, bmaj=31.55 mas, bpa=23.78 degrees ! Estimated noise=3.85637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0723558 Jy ! Component: 100 - total flux cleaned = 0.11448 Jy ! Component: 150 - total flux cleaned = 0.143341 Jy ! Component: 200 - total flux cleaned = 0.163606 Jy ! Total flux subtracted in 200 components = 0.163606 Jy ! Clean residual min=-0.010227 max=0.011307 Jy/beam ! Clean residual mean=0.000026 rms=0.003770 Jy/beam ! Combined flux in latest and established models = 0.163606 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 53 model components to the UV plane model. ! The established model now contains 53 components and 0.163606 Jy ! Inverting map and beam ! Estimated beam: bmin=12.21 mas, bmaj=31.66 mas, bpa=21.16 degrees ! Estimated noise=1.73497 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.0179768 Jy ! Component: 100 - total flux cleaned = 0.023557 Jy ! Component: 150 - total flux cleaned = 0.025015 Jy ! Component: 200 - total flux cleaned = 0.0259393 Jy ! Total flux subtracted in 200 components = 0.0259393 Jy ! Clean residual min=-0.004686 max=0.004694 Jy/beam ! Clean residual mean=0.000018 rms=0.001957 Jy/beam ! Combined flux in latest and established models = 0.189545 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 136 components and 0.189545 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=13.01 mas, bmaj=31.78 mas, bpa=20.18 degrees ! Estimated noise=1.72338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00277642 Jy ! Component: 100 - total flux cleaned = 0.00280125 Jy ! Component: 150 - total flux cleaned = 0.00264026 Jy ! Component: 200 - total flux cleaned = 0.00203312 Jy ! Total flux subtracted in 200 components = 0.00203312 Jy ! Clean residual min=-0.002309 max=0.002298 Jy/beam ! Clean residual mean=0.000010 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.191578 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.000782056 Jy ! Component: 100 - total flux cleaned = -0.00190761 Jy ! Component: 150 - total flux cleaned = -0.00270097 Jy ! Component: 200 - total flux cleaned = -0.00323085 Jy ! Total flux subtracted in 200 components = -0.00323085 Jy ! Clean residual min=-0.001387 max=0.001383 Jy/beam ! Clean residual mean=0.000005 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.188348 Jy ! Adding 166 model components to the UV plane model. ! The established model now contains 297 components and 0.188347 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.21 mas, bmaj=31.66 mas, bpa=21.16 degrees ! Estimated noise=1.73497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701553 Jy ! Component: 100 - total flux cleaned = 0.00117976 Jy ! Component: 150 - total flux cleaned = 0.0014342 Jy ! Component: 200 - total flux cleaned = 0.00157091 Jy ! Total flux subtracted in 200 components = 0.00157091 Jy ! Clean residual min=-0.000732 max=0.000734 Jy/beam ! Clean residual mean=0.000003 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.189918 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 349 components and 0.189918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057547Jy sigma=0.394602 ! Fit after self-cal, rms=0.057522Jy sigma=0.394524 wmodel J1828-2123_S_map.mod ! Writing 349 model components to file: J1828-2123_S_map.mod wobs J1828-2123_S_uvs.fits ! Writing UV FITS file: J1828-2123_S_uvs.fits wwins J1828-2123_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//J1828-2123_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.21 x 31.66 at 21.16 degrees (North through East) ! Clean map min=-0.0049577 max=0.088483 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1828-2123_S_map.fits wmodel /image_prod/ug002_uva//J1828-2123_S_map.mod ! Writing 349 model components to file: /image_prod/ug002_uva//J1828-2123_S_map.mod wobs /image_prod/ug002_uva//J1828-2123_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1828-2123_S_uvs.fits wwins /image_prod/ug002_uva//J1828-2123_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.0884832 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000305484 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03574 1.03574 2.07147 4.14295 8.28589 16.5718 33.1436 66.2871 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.088 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 289.648 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1828-2123_S_dfm.log closed on Thu Mar 5 03:46:04 2020