! Started logfile: /image_prod/ug002_uva//J0736-1853_S_dfm.log on Wed Mar 4 21:54:25 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//J0736-1853_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0736-1853_S_uva.fits ! AN table 1: 74 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.818919 visibilities/baseline/integration-bin. ! Found source: J0736-1853 ! ! 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 2727 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 J0736-1853_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.018879Jy sigma=7.539886 ! Fit after self-cal, rms=0.891116Jy sigma=6.521767 ! 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=9.225 mas, bmaj=19.02 mas, bpa=13.54 degrees ! Estimated noise=2.51409 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.090498 Jy ! Component: 100 - total flux cleaned = 0.13495 Jy ! Total flux subtracted in 100 components = 0.13495 Jy ! Clean residual min=-0.024379 max=0.024300 Jy/beam ! Clean residual mean=-0.000142 rms=0.008807 Jy/beam ! Combined flux in latest and established models = 0.13495 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 41 components and 0.13495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090442Jy sigma=0.664054 ! Fit after self-cal, rms=0.088259Jy sigma=0.650432 ! 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=9.663 mas, bmaj=21.57 mas, bpa=15.21 degrees ! Estimated noise=1.87726 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.0296035 Jy ! Component: 100 - total flux cleaned = 0.0455396 Jy ! Component: 150 - total flux cleaned = 0.051886 Jy ! Component: 200 - total flux cleaned = 0.0562019 Jy ! Total flux subtracted in 200 components = 0.0562019 Jy ! Clean residual min=-0.009035 max=0.009040 Jy/beam ! Clean residual mean=-0.000063 rms=0.004170 Jy/beam ! Combined flux in latest and established models = 0.191152 Jy ! Performing phase self-cal ! Adding 137 model components to the UV plane model. ! The established model now contains 174 components and 0.191152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067534Jy sigma=0.466769 ! Fit after self-cal, rms=0.067046Jy sigma=0.464078 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.663 x 21.57 at 15.21 degrees (North through East) ! Clean map min=-0.018628 max=0.11118 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.18 FD 0.97 KP 0.95 NL 1.31 ! OV 0.96 PT 0.87 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 KP 0.93 NL 1.24 ! OV 1.03 PT 0.88 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.38 FD 0.96 KP 0.92 NL 1.13 ! OV 0.97 PT 0.89 ! ! ! Fit before self-cal, rms=0.067046Jy sigma=0.464078 ! Fit after self-cal, rms=0.067538Jy sigma=0.435853 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.18 mas, bmaj=22.78 mas, bpa=15.75 degrees ! Estimated noise=1.84733 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.00396869 Jy ! Component: 100 - total flux cleaned = 0.00541883 Jy ! Component: 150 - total flux cleaned = 0.00487886 Jy ! Component: 200 - total flux cleaned = 0.0042388 Jy ! Total flux subtracted in 200 components = 0.0042388 Jy ! Clean residual min=-0.002364 max=0.002361 Jy/beam ! Clean residual mean=0.000009 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.195391 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 266 components and 0.195391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065938Jy sigma=0.419986 ! Fit after self-cal, rms=0.065920Jy sigma=0.419450 ! 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.065920Jy sigma=0.419450 ! Fit after self-cal, rms=0.063475Jy sigma=0.415917 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.22 mas, bmaj=22.65 mas, bpa=15.75 degrees ! Estimated noise=1.83174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214338 Jy ! Component: 100 - total flux cleaned = 0.00331938 Jy ! Component: 150 - total flux cleaned = 0.00407304 Jy ! Component: 200 - total flux cleaned = 0.00471572 Jy ! Total flux subtracted in 200 components = 0.00471572 Jy ! Clean residual min=-0.000885 max=0.000886 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.200106 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 324 components and 0.200106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063280Jy sigma=0.414140 ! Fit after self-cal, rms=0.063233Jy sigma=0.414041 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.000417602 Jy ! Component: 100 - total flux cleaned = 0.000703509 Jy ! Component: 150 - total flux cleaned = 0.00112529 Jy ! Component: 200 - total flux cleaned = 0.00150593 Jy ! Total flux subtracted in 200 components = 0.00150593 Jy ! Clean residual min=-0.000593 max=0.000598 Jy/beam ! Clean residual mean=0.000000 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.201612 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 384 components and 0.201612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063165Jy sigma=0.413605 ! Fit after self-cal, rms=0.063149Jy sigma=0.413573 ! 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.063149Jy sigma=0.413573 ! Fit after self-cal, rms=0.063146Jy sigma=0.413545 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.22 mas, bmaj=22.66 mas, bpa=15.92 degrees ! Estimated noise=1.83056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019841 Jy ! Component: 100 - total flux cleaned = 0.000128587 Jy ! Component: 150 - total flux cleaned = -1.89867e-06 Jy ! Component: 200 - total flux cleaned = -9.39595e-05 Jy ! Total flux subtracted in 200 components = -9.39595e-05 Jy ! Clean residual min=-0.000492 max=0.000493 Jy/beam ! Clean residual mean=0.000001 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.201518 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 425 components and 0.201518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063105Jy sigma=0.413316 ! Fit after self-cal, rms=0.063096Jy sigma=0.413302 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 = -7.01379e-05 Jy ! Component: 100 - total flux cleaned = -4.17978e-05 Jy ! Component: 150 - total flux cleaned = 4.01745e-05 Jy ! Component: 200 - total flux cleaned = 3.76013e-05 Jy ! Total flux subtracted in 200 components = 3.76013e-05 Jy ! Clean residual min=-0.000424 max=0.000427 Jy/beam ! Clean residual mean=0.000001 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.201556 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 452 components and 0.201556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063068Jy sigma=0.413153 ! Fit after self-cal, rms=0.063062Jy sigma=0.413142 ! 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.063062Jy sigma=0.413142 ! Fit after self-cal, rms=0.062989Jy sigma=0.413130 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.48 mas, bmaj=23.58 mas, bpa=16.77 degrees ! Estimated noise=1.8136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000397262 Jy ! Component: 100 - total flux cleaned = -0.000491943 Jy ! Component: 150 - total flux cleaned = -0.000622945 Jy ! Component: 200 - total flux cleaned = -0.000704777 Jy ! Total flux subtracted in 200 components = -0.000704777 Jy ! Clean residual min=-0.000337 max=0.000336 Jy/beam ! Clean residual mean=0.000000 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.200851 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 499 components and 0.200851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062968Jy sigma=0.413017 ! Fit after self-cal, rms=0.062965Jy sigma=0.413012 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.00020288 Jy ! Component: 100 - total flux cleaned = -0.000262621 Jy ! Component: 150 - total flux cleaned = -0.000262411 Jy ! Component: 200 - total flux cleaned = -0.000300259 Jy ! Total flux subtracted in 200 components = -0.000300259 Jy ! Clean residual min=-0.000307 max=0.000307 Jy/beam ! Clean residual mean=0.000001 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.200551 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 533 components and 0.200551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062949Jy sigma=0.412923 ! Fit after self-cal, rms=0.062946Jy sigma=0.412919 ! 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=10.21 mas, bmaj=22.65 mas, bpa=16.08 degrees ! Estimated noise=1.82891 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.21 x 22.65 at 16.08 degrees (North through East) ! Clean map min=-0.0095903 max=0.10908 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=9.698 mas, bmaj=19.79 mas, bpa=14.89 degrees ! Estimated noise=2.52134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0911472 Jy ! Component: 100 - total flux cleaned = 0.130587 Jy ! Component: 150 - total flux cleaned = 0.144966 Jy ! Component: 200 - total flux cleaned = 0.152683 Jy ! Total flux subtracted in 200 components = 0.152683 Jy ! Clean residual min=-0.010915 max=0.011008 Jy/beam ! Clean residual mean=-0.000066 rms=0.004348 Jy/beam ! Combined flux in latest and established models = 0.152683 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 109 model components to the UV plane model. ! The established model now contains 109 components and 0.152683 Jy ! Inverting map and beam ! Estimated beam: bmin=10.21 mas, bmaj=22.65 mas, bpa=16.08 degrees ! Estimated noise=1.82891 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.00355565 Jy ! Component: 100 - total flux cleaned = 0.00301084 Jy ! Component: 150 - total flux cleaned = 0.00220192 Jy ! Component: 200 - total flux cleaned = 0.00188264 Jy ! Total flux subtracted in 200 components = 0.00188264 Jy ! Clean residual min=-0.004399 max=0.004425 Jy/beam ! Clean residual mean=-0.000030 rms=0.002019 Jy/beam ! Combined flux in latest and established models = 0.154566 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 196 components and 0.154566 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.48 mas, bmaj=23.58 mas, bpa=16.77 degrees ! Estimated noise=1.8136 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109282 Jy ! Component: 100 - total flux cleaned = 0.00270946 Jy ! Component: 150 - total flux cleaned = 0.00307317 Jy ! Component: 200 - total flux cleaned = 0.00351709 Jy ! Total flux subtracted in 200 components = 0.00351709 Jy ! Clean residual min=-0.001945 max=0.001957 Jy/beam ! Clean residual mean=-0.000010 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.158083 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.000337294 Jy ! Component: 100 - total flux cleaned = 0.000625133 Jy ! Component: 150 - total flux cleaned = 0.00109529 Jy ! Component: 200 - total flux cleaned = 0.00122341 Jy ! Total flux subtracted in 200 components = 0.00122341 Jy ! Clean residual min=-0.001069 max=0.001060 Jy/beam ! Clean residual mean=-0.000008 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.159306 Jy ! Adding 187 model components to the UV plane model. ! The established model now contains 371 components and 0.159306 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.21 mas, bmaj=22.65 mas, bpa=16.08 degrees ! Estimated noise=1.82891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000496677 Jy ! Component: 100 - total flux cleaned = 0.000648354 Jy ! Component: 150 - total flux cleaned = 0.000740827 Jy ! Component: 200 - total flux cleaned = 0.000574101 Jy ! Total flux subtracted in 200 components = 0.000574101 Jy ! Clean residual min=-0.000650 max=0.000651 Jy/beam ! Clean residual mean=-0.000002 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.15988 Jy selfcal ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 448 components and 0.15988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063026Jy sigma=0.413543 ! Fit after self-cal, rms=0.063018Jy sigma=0.413486 wmodel J0736-1853_S_map.mod ! Writing 448 model components to file: J0736-1853_S_map.mod wobs J0736-1853_S_uvs.fits ! Writing UV FITS file: J0736-1853_S_uvs.fits wwins J0736-1853_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//J0736-1853_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.21 x 22.65 at 16.08 degrees (North through East) ! Clean map min=-0.010514 max=0.10208 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0736-1853_S_map.fits wmodel /image_prod/ug002_uva//J0736-1853_S_map.mod ! Writing 448 model components to file: /image_prod/ug002_uva//J0736-1853_S_map.mod wobs /image_prod/ug002_uva//J0736-1853_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0736-1853_S_uvs.fits wwins /image_prod/ug002_uva//J0736-1853_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.102078 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000310423 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.912308 0.912308 1.82462 3.64923 7.29846 14.5969 29.1939 58.3877 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.102 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 328.836 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0736-1853_S_dfm.log closed on Wed Mar 4 21:54:28 2020