! Started logfile: /image_prod/ug002_uva//J0538+0008_S_a_dfm.log on Wed Mar 4 20:55: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//J0538+0008_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0538+0008_S_a_uva.fits ! AN table 1: 113 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.489676 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0538+0008 ! ! 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 2490 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 J0538+0008_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. ! A total of 302 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 302 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 302 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995061Jy sigma=9.856008 ! Fit after self-cal, rms=0.956893Jy sigma=9.444223 ! 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=8.737 mas, bmaj=22.46 mas, bpa=-14.07 degrees ! Estimated noise=1.76882 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.0318437 Jy ! Component: 100 - total flux cleaned = 0.0430661 Jy ! Total flux subtracted in 100 components = 0.0430661 Jy ! Clean residual min=-0.004401 max=0.005819 Jy/beam ! Clean residual mean=0.000147 rms=0.002174 Jy/beam ! Combined flux in latest and established models = 0.0430661 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.0430661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050042Jy sigma=0.487303 ! Fit after self-cal, rms=0.049084Jy sigma=0.478134 ! 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=10.22 mas, bmaj=23.92 mas, bpa=-13.91 degrees ! Estimated noise=1.48104 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.00927583 Jy ! Component: 100 - total flux cleaned = 0.0116416 Jy ! Component: 150 - total flux cleaned = 0.0145844 Jy ! Component: 200 - total flux cleaned = 0.01543 Jy ! Total flux subtracted in 200 components = 0.01543 Jy ! Clean residual min=-0.003344 max=0.003374 Jy/beam ! Clean residual mean=0.000082 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.0584961 Jy ! Performing phase self-cal ! Adding 109 model components to the UV plane model. ! The established model now contains 139 components and 0.0584961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046189Jy sigma=0.447131 ! Fit after self-cal, rms=0.046052Jy sigma=0.445184 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.22 x 23.92 at -13.91 degrees (North through East) ! Clean map min=-0.0053256 max=0.039762 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 1.00 LA 0.86 NL 0.98 ! OV 1.02 PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.15 LA 0.83 NL 1.03 ! OV 1.00 PT 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 0.95 LA 0.93 NL 0.96 ! OV 1.10 PT 0.95 ! ! ! Fit before self-cal, rms=0.046052Jy sigma=0.445184 ! Fit after self-cal, rms=0.043647Jy sigma=0.439625 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.41 mas, bmaj=24.51 mas, bpa=-14.38 degrees ! Estimated noise=1.39623 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.0018606 Jy ! Component: 100 - total flux cleaned = 0.00231768 Jy ! Component: 150 - total flux cleaned = 0.00242306 Jy ! Component: 200 - total flux cleaned = 0.00241761 Jy ! Total flux subtracted in 200 components = 0.00241761 Jy ! Clean residual min=-0.000585 max=0.000583 Jy/beam ! Clean residual mean=0.000006 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.0609137 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 201 components and 0.0609137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.043469Jy sigma=0.437823 ! Fit after self-cal, rms=0.043480Jy sigma=0.437365 ! 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.043480Jy sigma=0.437365 ! Fit after self-cal, rms=0.043366Jy sigma=0.436911 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.4 mas, bmaj=24.49 mas, bpa=-14.4 degrees ! Estimated noise=1.39093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000781187 Jy ! Component: 100 - total flux cleaned = 0.000758774 Jy ! Component: 150 - total flux cleaned = 0.000619619 Jy ! Component: 200 - total flux cleaned = 0.00061669 Jy ! Total flux subtracted in 200 components = 0.00061669 Jy ! Clean residual min=-0.000381 max=0.000381 Jy/beam ! Clean residual mean=0.000001 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0615304 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 265 components and 0.0615304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.043312Jy sigma=0.436436 ! Fit after self-cal, rms=0.043298Jy sigma=0.436333 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 = 4.55494e-05 Jy ! Component: 100 - total flux cleaned = 0.000142857 Jy ! Component: 150 - total flux cleaned = 0.000121694 Jy ! Component: 200 - total flux cleaned = 0.000160038 Jy ! Total flux subtracted in 200 components = 0.000160038 Jy ! Clean residual min=-0.000310 max=0.000313 Jy/beam ! Clean residual mean=0.000000 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.0616904 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 320 components and 0.0616904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.043272Jy sigma=0.436123 ! Fit after self-cal, rms=0.043259Jy sigma=0.436089 ! 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.043259Jy sigma=0.436089 ! Fit after self-cal, rms=0.043090Jy sigma=0.435910 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.38 mas, bmaj=24.44 mas, bpa=-14.34 degrees ! Estimated noise=1.38413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00016605 Jy ! Component: 100 - total flux cleaned = -0.000239531 Jy ! Component: 150 - total flux cleaned = -0.000196838 Jy ! Component: 200 - total flux cleaned = -0.000196056 Jy ! Total flux subtracted in 200 components = -0.000196056 Jy ! Clean residual min=-0.000300 max=0.000304 Jy/beam ! Clean residual mean=0.000001 rms=0.000111 Jy/beam ! Combined flux in latest and established models = 0.0614944 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 371 components and 0.0614944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.043064Jy sigma=0.435728 ! Fit after self-cal, rms=0.043061Jy sigma=0.435697 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 = -1.9888e-05 Jy ! Component: 100 - total flux cleaned = -0.000146028 Jy ! Component: 150 - total flux cleaned = -0.000128393 Jy ! Component: 200 - total flux cleaned = -0.000112978 Jy ! Total flux subtracted in 200 components = -0.000112978 Jy ! Clean residual min=-0.000257 max=0.000257 Jy/beam ! Clean residual mean=0.000000 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.0613814 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 409 components and 0.0613814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.043045Jy sigma=0.435580 ! Fit after self-cal, rms=0.043038Jy sigma=0.435565 ! 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.043038Jy sigma=0.435565 ! Fit after self-cal, rms=0.042893Jy sigma=0.435528 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.12 mas, bmaj=24.98 mas, bpa=-12.74 degrees ! Estimated noise=1.38584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159741 Jy ! Component: 100 - total flux cleaned = -8.79416e-05 Jy ! Component: 150 - total flux cleaned = 3.95024e-05 Jy ! Component: 200 - total flux cleaned = 0.00011201 Jy ! Total flux subtracted in 200 components = 0.00011201 Jy ! Clean residual min=-0.000235 max=0.000233 Jy/beam ! Clean residual mean=0.000000 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.0614934 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 470 components and 0.0614934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.042877Jy sigma=0.435423 ! Fit after self-cal, rms=0.042867Jy sigma=0.435317 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.000140764 Jy ! Component: 100 - total flux cleaned = 0.000140747 Jy ! Component: 150 - total flux cleaned = 0.000141175 Jy ! Component: 200 - total flux cleaned = 0.000169697 Jy ! Total flux subtracted in 200 components = 0.000169697 Jy ! Clean residual min=-0.000230 max=0.000230 Jy/beam ! Clean residual mean=0.000000 rms=0.000084 Jy/beam ! Combined flux in latest and established models = 0.0616631 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 524 components and 0.0616631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.042854Jy sigma=0.435213 ! Fit after self-cal, rms=0.042853Jy sigma=0.435205 ! 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.37 mas, bmaj=24.39 mas, bpa=-14.31 degrees ! Estimated noise=1.37904 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.37 x 24.39 at -14.31 degrees (North through East) ! Clean map min=-0.004413 max=0.036943 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=8.849 mas, bmaj=22.74 mas, bpa=-14.35 degrees ! Estimated noise=1.66919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0300562 Jy ! Component: 100 - total flux cleaned = 0.0416184 Jy ! Component: 150 - total flux cleaned = 0.0486491 Jy ! Component: 200 - total flux cleaned = 0.0513531 Jy ! Total flux subtracted in 200 components = 0.0513531 Jy ! Clean residual min=-0.003255 max=0.003280 Jy/beam ! Clean residual mean=0.000064 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.0513531 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 74 model components to the UV plane model. ! The established model now contains 74 components and 0.0513531 Jy ! Inverting map and beam ! Estimated beam: bmin=10.37 mas, bmaj=24.39 mas, bpa=-14.31 degrees ! Estimated noise=1.37904 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.000637272 Jy ! Component: 100 - total flux cleaned = 0.00181207 Jy ! Component: 150 - total flux cleaned = 0.00297373 Jy ! Component: 200 - total flux cleaned = 0.0039771 Jy ! Total flux subtracted in 200 components = 0.0039771 Jy ! Clean residual min=-0.002249 max=0.002212 Jy/beam ! Clean residual mean=0.000044 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.0553302 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 155 components and 0.0553302 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=12.12 mas, bmaj=24.98 mas, bpa=-12.74 degrees ! Estimated noise=1.38584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000752804 Jy ! Component: 100 - total flux cleaned = -0.001292 Jy ! Component: 150 - total flux cleaned = -0.00171585 Jy ! Component: 200 - total flux cleaned = -0.00210692 Jy ! Total flux subtracted in 200 components = -0.00210692 Jy ! Clean residual min=-0.000641 max=0.000649 Jy/beam ! Clean residual mean=0.000013 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.0532233 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.60349e-05 Jy ! Component: 100 - total flux cleaned = 3.75423e-05 Jy ! Component: 150 - total flux cleaned = 0.000128895 Jy ! Component: 200 - total flux cleaned = 0.0003626 Jy ! Total flux subtracted in 200 components = 0.0003626 Jy ! Clean residual min=-0.000480 max=0.000480 Jy/beam ! Clean residual mean=0.000009 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0535859 Jy ! Adding 129 model components to the UV plane model. ! The established model now contains 283 components and 0.0535859 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.37 mas, bmaj=24.39 mas, bpa=-14.31 degrees ! Estimated noise=1.37904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140002 Jy ! Component: 100 - total flux cleaned = 0.000276725 Jy ! Component: 150 - total flux cleaned = 0.000298065 Jy ! Component: 200 - total flux cleaned = 0.000378642 Jy ! Total flux subtracted in 200 components = 0.000378642 Jy ! Clean residual min=-0.000328 max=0.000327 Jy/beam ! Clean residual mean=0.000003 rms=0.000116 Jy/beam ! Combined flux in latest and established models = 0.0539645 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 334 components and 0.0539645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.042893Jy sigma=0.435598 ! Fit after self-cal, rms=0.042882Jy sigma=0.435512 wmodel J0538+0008_S_a_map.mod ! Writing 334 model components to file: J0538+0008_S_a_map.mod wobs J0538+0008_S_a_uvs.fits ! Writing UV FITS file: J0538+0008_S_a_uvs.fits wwins J0538+0008_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//J0538+0008_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.37 x 24.39 at -14.31 degrees (North through East) ! Clean map min=-0.0042135 max=0.032709 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0538+0008_S_a_map.fits wmodel /image_prod/ug002_uva//J0538+0008_S_a_map.mod ! Writing 334 model components to file: /image_prod/ug002_uva//J0538+0008_S_a_map.mod wobs /image_prod/ug002_uva//J0538+0008_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0538+0008_S_a_uvs.fits wwins /image_prod/ug002_uva//J0538+0008_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.032709 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000108783 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.997735 0.997735 1.99547 3.99094 7.98188 15.9638 31.9275 63.855 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.032 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 300.681 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0538+0008_S_a_dfm.log closed on Wed Mar 4 20:56:00 2020