! Started logfile: /image_prod/ug002_uva//J1523-3309_S_a_dfm.log on Thu Mar 5 02:13:17 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//J1523-3309_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1523-3309_S_a_uva.fits ! AN table 1: 50 integrations on 10 of 10 possible baselines. ! AN table 2: 50 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1523-3309 ! ! 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 3000 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 J1523-3309_S_a] 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.004257Jy sigma=6.825401 ! Fit after self-cal, rms=0.952948Jy sigma=6.482555 ! 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=12.75 mas, bmaj=41.41 mas, bpa=9.684 degrees ! Estimated noise=3.34446 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.0379533 Jy ! Component: 100 - total flux cleaned = 0.0443927 Jy ! Total flux subtracted in 100 components = 0.0443927 Jy ! Clean residual min=-0.003676 max=0.003722 Jy/beam ! Clean residual mean=0.000027 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.0443927 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0443927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067231Jy sigma=0.412592 ! Fit after self-cal, rms=0.065971Jy sigma=0.404270 ! 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=13.56 mas, bmaj=41.93 mas, bpa=8.003 degrees ! Estimated noise=1.94649 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.000469231 Jy ! Component: 100 - total flux cleaned = 0.000334163 Jy ! Component: 150 - total flux cleaned = 0.000351365 Jy ! Component: 200 - total flux cleaned = 0.000355939 Jy ! Total flux subtracted in 200 components = 0.000355939 Jy ! Clean residual min=-0.001486 max=0.001485 Jy/beam ! Clean residual mean=0.000019 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0447486 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 65 components and 0.0447486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065274Jy sigma=0.399391 ! Fit after self-cal, rms=0.065093Jy sigma=0.398664 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.56 x 41.93 at 8.003 degrees (North through East) ! Clean map min=-0.0052319 max=0.04857 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.99 LA 0.97 OV 0.85 ! PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.22 KP 1.04 LA 0.97 ! OV 0.85 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 0.97 LA 1.08 OV 0.87 ! PT 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.99 KP 1.05 LA 0.98 ! OV 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.04 LA 1.01 OV 0.90 ! PT 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.85 FD 0.97 KP 1.05 LA 0.98 ! OV 0.92 ! ! ! Fit before self-cal, rms=0.065093Jy sigma=0.398664 ! Fit after self-cal, rms=0.060920Jy sigma=0.397183 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=13.42 mas, bmaj=41.77 mas, bpa=7.848 degrees ! Estimated noise=1.88631 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.000828986 Jy ! Component: 100 - total flux cleaned = 0.00149748 Jy ! Component: 150 - total flux cleaned = 0.00198786 Jy ! Component: 200 - total flux cleaned = 0.00217552 Jy ! Total flux subtracted in 200 components = 0.00217552 Jy ! Clean residual min=-0.000691 max=0.000687 Jy/beam ! Clean residual mean=-0.000007 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.0469241 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 136 components and 0.0469241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060778Jy sigma=0.396119 ! Fit after self-cal, rms=0.060707Jy sigma=0.395180 ! 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.060707Jy sigma=0.395180 ! Fit after self-cal, rms=0.060273Jy sigma=0.395016 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.36 mas, bmaj=41.77 mas, bpa=7.781 degrees ! Estimated noise=1.87536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000402067 Jy ! Component: 100 - total flux cleaned = 0.00102614 Jy ! Component: 150 - total flux cleaned = 0.0011175 Jy ! Component: 200 - total flux cleaned = 0.00119931 Jy ! Total flux subtracted in 200 components = 0.00119931 Jy ! Clean residual min=-0.000599 max=0.000599 Jy/beam ! Clean residual mean=-0.000002 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.0481234 Jy selfcal ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 215 components and 0.0481234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060174Jy sigma=0.394375 ! Fit after self-cal, rms=0.060179Jy sigma=0.394160 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.00016873 Jy ! Component: 100 - total flux cleaned = -0.000265861 Jy ! Component: 150 - total flux cleaned = -0.000530989 Jy ! Component: 200 - total flux cleaned = -0.000632003 Jy ! Total flux subtracted in 200 components = -0.000632003 Jy ! Clean residual min=-0.000521 max=0.000524 Jy/beam ! Clean residual mean=0.000001 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.0474914 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 286 components and 0.0474914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060112Jy sigma=0.393794 ! Fit after self-cal, rms=0.060110Jy sigma=0.393708 ! 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.060110Jy sigma=0.393708 ! Fit after self-cal, rms=0.059830Jy sigma=0.393679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.33 mas, bmaj=41.77 mas, bpa=7.816 degrees ! Estimated noise=1.86916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.66047e-05 Jy ! Component: 100 - total flux cleaned = -0.000169325 Jy ! Component: 150 - total flux cleaned = -0.000169541 Jy ! Component: 200 - total flux cleaned = -0.000169428 Jy ! Total flux subtracted in 200 components = -0.000169428 Jy ! Clean residual min=-0.000466 max=0.000458 Jy/beam ! Clean residual mean=0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.047322 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 345 components and 0.047322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059783Jy sigma=0.393444 ! Fit after self-cal, rms=0.059792Jy sigma=0.393390 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.00022557 Jy ! Component: 100 - total flux cleaned = -0.000223369 Jy ! Component: 150 - total flux cleaned = -0.000194955 Jy ! Component: 200 - total flux cleaned = -0.000166137 Jy ! Total flux subtracted in 200 components = -0.000166137 Jy ! Clean residual min=-0.000422 max=0.000422 Jy/beam ! Clean residual mean=0.000002 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.0471559 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 395 components and 0.0471558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059756Jy sigma=0.393221 ! Fit after self-cal, rms=0.059760Jy sigma=0.393193 ! 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.059760Jy sigma=0.393193 ! Fit after self-cal, rms=0.059528Jy sigma=0.393182 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.08 mas, bmaj=42.41 mas, bpa=6.598 degrees ! Estimated noise=1.86159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00024306 Jy ! Component: 100 - total flux cleaned = -0.000164803 Jy ! Component: 150 - total flux cleaned = -0.000212196 Jy ! Component: 200 - total flux cleaned = -0.00021287 Jy ! Total flux subtracted in 200 components = -0.00021287 Jy ! Clean residual min=-0.000359 max=0.000358 Jy/beam ! Clean residual mean=0.000001 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.046943 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 446 components and 0.046943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059501Jy sigma=0.393054 ! Fit after self-cal, rms=0.059512Jy sigma=0.393031 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 = -3.91914e-05 Jy ! Component: 100 - total flux cleaned = 8.34543e-06 Jy ! Component: 150 - total flux cleaned = 5.24505e-05 Jy ! Component: 200 - total flux cleaned = 0.000114938 Jy ! Total flux subtracted in 200 components = 0.000114938 Jy ! Clean residual min=-0.000339 max=0.000340 Jy/beam ! Clean residual mean=0.000001 rms=0.000143 Jy/beam ! Combined flux in latest and established models = 0.0470579 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 492 components and 0.0470579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059488Jy sigma=0.392926 ! Fit after self-cal, rms=0.059481Jy sigma=0.392878 ! 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=13.32 mas, bmaj=41.77 mas, bpa=7.852 degrees ! Estimated noise=1.86352 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.32 x 41.77 at 7.852 degrees (North through East) ! Clean map min=-0.003268 max=0.046867 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=12.62 mas, bmaj=41.04 mas, bpa=9.398 degrees ! Estimated noise=3.14397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0372419 Jy ! Component: 100 - total flux cleaned = 0.037329 Jy ! Component: 150 - total flux cleaned = 0.0350829 Jy ! Component: 200 - total flux cleaned = 0.0329779 Jy ! Total flux subtracted in 200 components = 0.0329779 Jy ! Clean residual min=-0.003056 max=0.003036 Jy/beam ! Clean residual mean=0.000015 rms=0.001267 Jy/beam ! Combined flux in latest and established models = 0.0329779 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.0329779 Jy ! Inverting map and beam ! Estimated beam: bmin=13.32 mas, bmaj=41.77 mas, bpa=7.852 degrees ! Estimated noise=1.86352 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.000622859 Jy ! Component: 100 - total flux cleaned = -0.000283014 Jy ! Component: 150 - total flux cleaned = -0.00018938 Jy ! Component: 200 - total flux cleaned = 0.00017854 Jy ! Total flux subtracted in 200 components = 0.00017854 Jy ! Clean residual min=-0.001335 max=0.001336 Jy/beam ! Clean residual mean=-0.000008 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0331565 Jy ! Adding 80 model components to the UV plane model. ! The established model now contains 148 components and 0.0331565 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=14.08 mas, bmaj=42.41 mas, bpa=6.598 degrees ! Estimated noise=1.86159 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145204 Jy ! Component: 100 - total flux cleaned = 0.000137246 Jy ! Component: 150 - total flux cleaned = 0.000193495 Jy ! Component: 200 - total flux cleaned = 0.000387194 Jy ! Total flux subtracted in 200 components = 0.000387194 Jy ! Clean residual min=-0.000754 max=0.000750 Jy/beam ! Clean residual mean=-0.000003 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0335437 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 = -3.53383e-05 Jy ! Component: 100 - total flux cleaned = -3.55477e-05 Jy ! Component: 150 - total flux cleaned = 6.95494e-05 Jy ! Component: 200 - total flux cleaned = 0.000295692 Jy ! Total flux subtracted in 200 components = 0.000295692 Jy ! Clean residual min=-0.000523 max=0.000517 Jy/beam ! Clean residual mean=-0.000003 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0338394 Jy ! Adding 144 model components to the UV plane model. ! The established model now contains 284 components and 0.0338394 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=13.32 mas, bmaj=41.77 mas, bpa=7.852 degrees ! Estimated noise=1.86352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.92559e-05 Jy ! Component: 100 - total flux cleaned = 9.08936e-05 Jy ! Component: 150 - total flux cleaned = 0.000120621 Jy ! Component: 200 - total flux cleaned = 0.000174799 Jy ! Total flux subtracted in 200 components = 0.000174799 Jy ! Clean residual min=-0.000442 max=0.000438 Jy/beam ! Clean residual mean=-0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.0340142 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 332 components and 0.0340142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059482Jy sigma=0.392958 ! Fit after self-cal, rms=0.059488Jy sigma=0.392917 wmodel J1523-3309_S_a_map.mod ! Writing 332 model components to file: J1523-3309_S_a_map.mod wobs J1523-3309_S_a_uvs.fits ! Writing UV FITS file: J1523-3309_S_a_uvs.fits wwins J1523-3309_S_a_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//J1523-3309_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.32 x 41.77 at 7.852 degrees (North through East) ! Clean map min=-0.0040758 max=0.043482 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1523-3309_S_a_map.fits wmodel /image_prod/ug002_uva//J1523-3309_S_a_map.mod ! Writing 332 model components to file: /image_prod/ug002_uva//J1523-3309_S_a_map.mod wobs /image_prod/ug002_uva//J1523-3309_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1523-3309_S_a_uvs.fits wwins /image_prod/ug002_uva//J1523-3309_S_a_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.043482 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000206879 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.42734 1.42734 2.85469 5.70938 11.4188 22.8375 45.675 91.35 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.043 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 210.18 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1523-3309_S_a_dfm.log closed on Thu Mar 5 02:13:19 2020